/* css reset 
 ************************************************************/
body,ul,ol,dl,dd,p,form,h1,h2,h3,h4,h5,h6,pre,button,dt,input,textarea{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type:none;
}
i,cite,em,var,address,dfn{
	font-style:normal;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	background-color: #F9F9F9;
	color:#333;
	font-size:12px;
	font-family: Arial,"微软雅黑",sans-serif;
}
a{
	text-decoration:none;
	color:#003499;
	cursor: pointer;
}
a:hover{
	color:#C30;
	text-decoration:underline;
}
a:hover,
a:focus,
a:active{
	outline:0;
}
img{
	border:0 none;
	-ms-interpolation-mode:bicubic;
}
button,input,textarea{
	font-size:100%;
	color: inherit;
}
textarea{
	overflow:auto;
	vertical-align:top;
	resize:none;
}
h1,h2,h3{
	font-size:14px;
}
h4,h5,h6{
	font-size:12px;
}
p {
	margin-bottom: 5px;
	line-height: 15px;
}
table{
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
	table-layout:fixed;
}
td,th{
	word-wrap:break-word;
	text-align:left;
}
input + label,
input[type='checkbox'] + a {
	margin-left: 3px;
}
input{
	box-sizing: content-box;
}
.clearfix,
.tb-info {
	zoom:1;
}
.clearfix:before,
.clearfix:after,
.tb-info:before,
.tb-info:after {
	content:"";
	display:table;
	line-height:0;
}
.clearfix:after,
.tb-info:after {
	clear:both;
}
.ilb,
.ibk,
.cr {
	display: inline-block;
}
.bk,
.block {
	display: block;
}
.strong{
	font-weight: bold;
}
.nowrap{
	white-space: nowrap;
}
.text-ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	padding-left: 20px;
	line-height: 1;
	background-image: -moz-linear-gradient(top, #F1155D, #BC062B);
	background-image: -webkit-linear-gradient(top, #F1155D, #BC062B);
	background-image: -o-linear-gradient(top, #F1155D, #BC062B);
	background-image: linear-gradient(to bottom, #F1155D, #BC062B);
	white-space: nowrap;
	text-decoration:none!important;
	font-size: 0;
}
.btn .btn-r {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding-right: 20px;
}
.btn:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #BC062B, #F1155D);
	background-image: -webkit-linear-gradient(top, #BC062B, #F1155D);
	background-image: -o-linear-gradient(top, #BC062B, #F1155D);
	background-image: linear-gradient(to bottom, #BC062B, #F1155D);
}
.btn-gray {
	background-image: -moz-linear-gradient(top, #EAEAEA, #BFBFBF);
	background-image: -webkit-linear-gradient(top, #EAEAEA, #BFBFBF);
	background-image: -o-linear-gradient(top, #EAEAEA, #BFBFBF);
	background-image: linear-gradient(to bottom, #EAEAEA, #BFBFBF);
}
.btn-gray .btn-r {
	color: #666;
}
.btn-gray:hover {
	background-image: -moz-linear-gradient(top, #BFBFBF, #EAEAEA);
	background-image: -webkit-linear-gradient(top, #BFBFBF, #EAEAEA);
	background-image: -o-linear-gradient(top, #BFBFBF, #EAEAEA);
	background-image: linear-gradient(to bottom, #BFBFBF, #EAEAEA);
}
.btn-box {
	margin: 20px 0;
	font-size: 0;
}
.btn-box .btn,
.btn-box .btn-gray {
	margin: 0 5px;
}
.btn-tab,
.btn-tab:hover {
	float: left;
	border-radius: 0;
	background-image: -moz-linear-gradient(top, #D70039, #9E0F11);
	background-image: -webkit-linear-gradient(top, #D70039, #9E0F11);
	background-image: -o-linear-gradient(top, #D70039, #9E0F11);
	background-image: linear-gradient(to bottom, #D70039, #9E0F11);
	padding-left: 5px;
	border-left: 1px solid #7D0020;
	border-right: 1px solid #EB003D;
}
.btn-tab .btn-r {
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: 700;
	padding-right: 5px;
	width: 122px;
	text-align: center;
	white-space: normal;
}
.i18n-en .btn-tab .btn-r {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 12px;
}
.btn-login {
	background-image: -moz-linear-gradient(top, #F1155D, #BC062C);
	background-image: -webkit-linear-gradient(top, #F1155D, #BC062C);
	background-image: -o-linear-gradient(top, #F1155D, #BC062C);
	background-image: linear-gradient(to bottom, #F1155D, #BC062C);
	padding-left: 10px;
	vertical-align: 5px;
}
.btn-login .btn-r {
	height: 40px;
	line-height: 40px;
	width: 120px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding-right: 10px;
}
.btn-login:hover {
	background-image: -moz-linear-gradient(top, #BC062C, #F1155D);
	background-image: -webkit-linear-gradient(top, #BC062C, #F1155D);
	background-image: -o-linear-gradient(top, #BC062C, #F1155D);
	background-image: linear-gradient(to bottom, #BC062C, #F1155D);
}
.btn-dis-login,
.btn-dis-login:hover {
	cursor: default;
	background: #f4f4f4;
	border: 1px solid #adb2b5;
}
.btn-dis-login .btn-r {
	color: #6d6d6d;
	height: 38px;
	line-height: 38px;
}

.input {
	padding: 2px 3px;
	height: 16px;
	line-height:16px;
	border: 1px solid #E2E2E2;
	background-color: #FFF;
	vertical-align:middle;
}
.disabled,
.disabled:hover {
	cursor: default;
	color: #ccc;
	background-color: #efefef;
	text-decoration: none;
}
.tb tbody a.disabled {
	background:none;
}
.input.w400 {
	width: 394px;
}

.lyt-lr {
	margin-bottom: 10px;
}
.lyt-lr .item {
	zoom: 1;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	height: 24px;
}
.lyt-lr .item-title{
	text-align: right;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 0;
}
.lyt-lr .item-title strong,
.lyt-lr .item-title label,
.lyt-lr .item-title span,
.lyt-lr .item-title em {
	font-size: 12px;
}
.lyt-lr .item-con {
	display: table-cell;
	zoom: 1;
	padding-left: 5px;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}
.lyt-lr .item-con a{
	text-decoration: underline;
}
.sel .list a,
.lyt-lr .list a {
	text-decoration:none;
	color: #545454;
}
.lyt-lr .item-title em {
	margin-left: 3px;
}
.lyt-lr .item-con p {
	margin-bottom: 0;
}
.lyt-lr .sn-box {
	line-height: 1.3;
	margin-top: 5px;
}
.lyt-title{
	font-size: 14px;
	margin: 5px 0;
	color: #707e89;
}
.win-con {
	border: 1px solid #AFB8BD;
	background-color: #F7F7F7;
	margin: 0 20px;
	height: 420px;
	zoom: 1;
}
.win-con .query-condition {
	/*min-height: 345px;*/
	padding-top: 10px;
	padding-bottom: 1px;
}
.win-con .tb-caption {
	border-top: 1px solid #fff;
}
.win-con .cap-query {
	margin-bottom: 0;
}
.cap-border {
	border: 1px solid #AFB8BD;
	background-color: #F7F7F7;
}
.cap-border .tb-caption {
	font-weight: 400;
	height: 21px;
	line-height: 21px;
	border-top: 1px solid #fff;
}
.tb-caption {
	color: #354d89;
	margin-bottom: 1px;
	height: 25px;
	line-height: 25px;
	padding-left: 45px;
	background: #c3d1db url(../images/cop_caption_plus.png) 0 0 no-repeat;
}
.tb-caption .text-tips {
	font-weight: 400;
	color: #354d89;
}
.cap-close {
	background-position: 0 -25px;
	margin-bottom: 10px;
}
.cap-query {
	margin-bottom: 1px;
}
.cap-none-ico {
	padding-left: 12px;
	background: #c3d1db;
	margin-bottom: 10px;
}
.tb-box {
	margin: 0 10px;
	border: 1px solid #AFB8BF;
}
.tb-box02 {
	border: 1px solid #AFB8BF;
}
.tb-box:hover .tb-con {
	padding-bottom: 0.1px;
}

.tb {
	background-color: #F7F7F7;
}
.tb td,
.tb th{
	padding: 2px 5px;
	height: 18px;
	border-left: 1px solid #F3F3F3;
}
.tb .first {
	border-left: 0 none;
}
.tb .odd {
	background-color: #FFF;
}
.tb td {
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.tb thead {
	color: #354d89;
	background-color: #D8DFE5;
}
.tb-con {
	overflow-x: hidden!important;
	overflow-y: auto;
	/*background: url(../images/cop_tb_bg.png) 0 0 repeat;*/
	background: #FFF;
}
.tb-con p {
	color: #999;
}
.tb-con .tb th,
.tb-con .tb .tb-con .tb th,
.tb-h0 th {
	height: 0;
	line-height: 0;
	font-size: 0;
	text-align: left;
	text-indent: -99em;
	padding-top:0;
	padding-bottom: 0;
}
.tb-con .tb .tb th {
	height: 22px;
	text-indent: 0;
	line-height: 22px;
	font-size: 12px;
}
.tb-con .tb .tb .tar {
	text-align: right;
}
.tb-con .last {
	padding-right: 16px;
}
.td-a,
.tb-a {
	display: inline-block;
	margin-right: 5px;
}
.tb td a {
	text-decoration: underline;
}
.tb td a,
.tb td input {
	vertical-align: middle;
}
.tb th label {
	display: block;
}

.tips-top {
	color: #837351;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/cop_v_icon.png) left center no-repeat;
}
#info-ps{
	z-index: 12;
}
.info-tip{
	width:120px;
	border:1px solid #e5df91;
	border-radius:3px;
	background:#fffec4;
	line-height:16px;
	padding:5px 5px 5px 9px;
	position:relative;
	color:#e53b00;
}
.info-tip p{
	line-height:18px;
	word-wrap: break-word;
}
.info-tip p,
.info-tip div {
	word-wrap: break-word;
}
.info-tip .arrow{
	width:8px;
	height:10px;
	background:url(../images/left-arrow.png) no-repeat;
	position:absolute;
	left:-8px;
	top:7px;
}

.login .container {
	width: 1000px;
	margin: 0 auto;
}
.login .header{
	height: 75px;
	background: url(../images/cop_login_header.png) 0 0 no-repeat;
}
.login .header .i {
	margin-top: 35px;
}
.login .header .l-hover {
	margin-top: 27px;
}
.login .article {
	float: left;
	width: 450px;
	min-height: 510px;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	box-shadow: 0 0 5px #E2E2E2;
}
.login .login-tab {
	overflow: hidden;
	zoom: 1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.login .form {
	height: 230px;
	margin: 40px 0 30px 40px;
}
.login .form a {
	text-decoration: underline;
}
.login .form .btn {
	text-decoration: none;
}
.login .form .ipt-box {
	width: 305px;
	display: block;
	padding: 0;
	font-size: 14px;
	height: 36px;
	border: 1px solid #CCC;
	margin-bottom: 18px;
	background: url(../images/cop_login_icon.png) 0 0 no-repeat;
}
.login .form .title {
	color: #999;
	margin-top: 5px;
	height: 25px;
	padding: 0px 15px 0px 35px;
	line-height: 25px;
	border-right: 1px solid #DFDFDF;
	float: left;
}
.i18n-en .login .form .title {
	font-size: 12px;
	overflow: hidden;
}
.login .form .hide {
	display: none;
}
.login .form  .pwd {
	background-position: 0 -36px;
}
.login .form  .con-ca {
	background-position: 0 -355px;
}
.login .form  .cret-ca {
	background-position: 0 -393px;
}
.login .form  .creN-ca {
	background-position: 0 -423px;
}
.login .form  .trends {
	width: 200px;
	background-position: 0 -72px;
}
.login .form .iframe-box {
	height: 34px;
}
.login .form .input {
	padding: 0;
	height: 34px;
	border: 0 none;
}
.login .form .iframe {
	border: 0 none;
	width: 210px;
	height: 36px;
	overflow: hidden;
}
.login .trends .iframe {
	width: 100px;
}
.login .trends .input {
	width: 100px;
}
.login .note-code {
	float: left;
	margin-top: -50px;
	margin-left: 210px;
}
.login .sn-box {
	margin: 0 10px;
	padding: 10px;
	background-color: #FBFBFB;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.login .sn-box {
	color: #999;
	line-height: 1.5;
	margin-bottom: 10px;
}
.login .sn-box li {
	padding-left: 10px;
	margin-bottom: 0;
	background: url(../images/cop_list_type.png) 0 6px no-repeat;
}
.login .rule {
	color: #CCC;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.login .rule a {
	color: #B5022A;
}
.login .aside {
	overflow: hidden;
	zoom: 1;
	padding-left: 30px;
	margin-top: 10px;
}
.login .aside li {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	color: #999;
}
.login .aside em {
	float: left;
	width: 42px;
	height: 41px;
	background: url(../images/cop_login_icon.png) 0 -458px no-repeat;
}
.login .ca-cert em {
	background-position: 0 -150px;
}
.login .com-que em {
	background-position: 0 -500px;
}
.login .aside h5,
.login .aside p {
	overflow: hidden;
	zoom: 1;
	padding-left: 10px;
}
.login .aside h5 {
	margin-top: 5px;
	margin-bottom: 3px;
}
.login .aside h5 a {
	color: #B40027;
}
.login .ad {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 15px;
	width: 495px;
	height:170px;
	overflow: hidden;
}
.login .ad .ad-con a{
	float: left;
}
.login .ad img {
	display: block;
	width: 495px;
	height: 170px;
}
.login .ad .num {
	font-size: 12px;
	height: 15px;
	top: 150px;
	right: 10px;
	padding: 0;
}
.login .aside .show-how {
	padding-left: 0;
	overflow: hidden;
	zoom: 1;
}
.login .show-how a {
	float: left;
	color: #333;
	padding-left: 60px;
	width: 128px;
	height: 38px;
	line-height: 38px;
	background: url(../images/cop_login_icon.png) 0 -234px no-repeat;
}
.login .show-how .gui {
	margin-left: 20px;
	background-position: 0 -272px;
}

.login .section {
	/*width: 1000px;*/
	/*margin: 0 auto;*/
	margin-top: 10px;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D0D0D0;
	box-shadow: 0 1px 10px #D1D1D1;
	border-radius: 3px;
	/*height: 505px;*/
	background: #FBFBFB url(../images/cop_login_con.png) 0 bottom no-repeat;
}
.log-safe-i {
	height: 452px;
	font-size: 18px;
	background: url(../images/cop_log_global.png) 40px 300px no-repeat;
}
.log-safe-i .suc-tips {
	margin-top: 100px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.iframe-box {
	zoom: 1;
	border: 1px solid #FFF;
}
.iframe-input {
	width: 200px;
	height: 20px;
	border: 1px solid #E2E2E2;
	overflow:hidden;
}
.p-pwd-i .iframe-box {
	margin-top: 0px;
}
.tb-iframe-box {
	overflow:hidden;
	zoom: 1;
	height: 24px;
	width:57px;
	border: 1px solid #ccc;
}

.tips-bottom {
	bottom: 10px;
	left: 0;
	width: 903px;
	margin: 0 20px;
}
.tips-box {
	border: 1px solid #C8B891;
	padding: 15px 15px 15px 40px;
	background: #FFF8C6 url(../images/cop_tips.png) 15px 12px no-repeat;
	clear: both;
	color: #B77F28;
}
.item .tips-box {
	padding: 3px 5px;
	line-height: 1.3;
	display: inline-block;
	background-image: none;
	margin: 0;
	width: auto;
}
.sn-box li {
	margin-bottom: 5px;
	padding-left: 15px;
	line-height:1.2;
}
.sn-box li label {
	float: left;
	margin-left: -14px;
}
.tips-box li li {
	padding-left: 0;
}
.tips-radius {
	width: 410px;
	border-radius: 3px;
	position: relative;
}
.tips-radius .tips-arr {
	width: 15px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 45px;
	background: url(../images/cop_tips_pop02.png) -8px 0 no-repeat;
}
.tips-radius .r {
	height: 15px;
	width: 8px;
	right: -8px;
	top: 15px;
	background-position: -23px -8px;
}
.tips-radius .b {
	bottom: -8px;
	right: 45px;
	top: auto;
	background-position: -8px -23px;
}
.tips-radius .l {
	height: 15px;
	width: 8px;
	left: -8px;
	top: 15px;
	background-position: 0 -8px;
}

.tips-pop {
	position: absolute;
	right: -25px;
	top: 25px;
	z-index: 2;
	width: 250px;
	padding: 10px 15px;
	color: #666;
	background-color: #F8F9FE;
	border: 1px solid  #BED2ED;
}
.tips-pop .tips-arr {
	width: 7px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: 45px;
	background: url(../images/cop_tips_pop01.png) -5px 0 no-repeat;
}
.tips-pop .l {
	height: 7px;
	width: 5px;
	left: -5px;
	top: 35px;
	background-position: 0 -5px;
}
.tips-pop table {
	table-layout: auto;
}
.tips-close {
	position: absolute;
	top: 5px;
	right: 4px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	background: url(../images/cop_tips_pop01.png) -5px -5px no-repeat;
}
.tips-warn {
	background-color: #FFF8CE;
	border: 1px solid #F4E4B1;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	color: #B27316;
	font-weight:400;
	text-align:left;
}
.tips-warn .tips-arr {
	width: 11px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	left: 30%;
	background: url(../images/cop_tips_pop03.png) -6px 0 no-repeat;
}
.tips-warn .l {
	height: 11px;
	width: 6px;
	left: -6px;
	top: 30%;
	background-position: 0 -6px;
}

.pop-iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
.pop {
	position: absolute;
	z-index: 10;
	background-color: #FBFBFB;
	border-radius: 3px;
	box-shadow: 0 0 30px #555,
				inset 0 0 3px #dedede;
}
.pop-box {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	width: 998px;
	margin: 10px;
}
.pop .pop-title{
	height: 40px;
	padding-right: 10px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	background-image: -moz-linear-gradient(top, #f7f7f7, #dadcdd);
	background-image: -webkit-linear-gradient(top, #f7f7f7, #dadcdd);
	background-image: -o-linear-gradient(top, #f7f7f7, #dadcdd);
	background-image: linear-gradient(to bottom, #f7f7f7, #dadcdd);
	border-bottom: 1px solid #DCDCDC;
	box-shadow: inset 0 0 2px #fff;
}
.pop .pop-title .txt {
	float: left;
	padding-top: 12px;
	padding-left: 20px;
}
.pop .pop-title.tac .txt {
	float: none;
	display: inline-block;
}
.pop .pop-title .close {
	float: right;
	width: 18px;
	height: 18px;
	margin-top: 12px;
	background: url(../images/cop_pop_close.png) 0 0 no-repeat;
}
.pop .pop-main {
	background: #FFF;
}
.pop .pop-con {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	height: 380px;
}
.pop .pop-tb-con {
	padding: 10px;
	height: 400px;
}
.pop-small .pop-box {
	width: 630px;
}
.pop-small .pop-con {
	height: auto;
}
.pop .btn-box {
	margin-top: 20px;
	margin-bottom: 30px;
}
.pop .item .btn-box,
.tb-box + .btn-box {
	margin: 15px 0;
}
/*.pop-con + .btn-box {
	margin-top: 0px;
}
.pop-tb-con + .btn-box {
	margin-top: 10px;
}*/
.pop .pop-footer {
	height: 30px;
	padding-top: 7px;
	margin-bottom: 0;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e7e7);
	background-image: -o-linear-gradient(top, #f4f4f4, #e7e7e7);
	background-image: linear-gradient(to bottom, #f4f4f4, #e7e7e7);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 1px;
}
.pop .pop-footer .btn {
	margin: 0 10px;
}
.pop .pop-footer .btn-grays {
	margin: 0 0 0 5px;
	float: left;
}

.p-warning {
	width: 480px;
	text-align: center;
}
.p-warning .warn-con 
{
	background: url(../images/cop_p_warning.png) left center no-repeat;
	padding: 15px 0 15px 50px;
	margin: 10px 0;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
}
.text-darkenred {
	color:#b50029;
}

.text-red {
	color:#FF1315;
}
.tac{
	text-align: center;
}
.ml10{
	margin-left:10px;
}
.mt10{
	margin-top:10px;
}
.fl {
	float: left;
}
.w100 {
	width: 100px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.mh120 {
	height: 120px;
}
.re-mh500 {
	height: 480px;
}
.re-mh500 .win-con {
	margin: 0;
}

.header {
	position: relative;
	z-index: 2;
}
.header a:hover {
	text-decoration: none;
}
.header .i {
	float: right;
	padding: 0 8px;
	margin-top: 58px;
}
.header .icon,
.footer .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../images/cop_header_icon.png) left top no-repeat;
}
.header .icon.q {
	background-position: -72px top;
	margin-top: -2px;
}
.header .icon.n {
	background-position: -54px -1px;
}
.header .icon.h {
	background-position: -36px top;
}
.header .icon.p {
	background-position: -18px top;
}
.header .icon.o {
	background-position: 0 0;
}
.header .icon.ol {
	background-position: -239px top;
}
.header .icon.l {
	background-position: -90px top;
}
.header .icon.s {
	background-position: -162px top;
}
.header .icon.e {
	background-position: -144px top;
}
.header .icon.z {
	background-position: -126px top;
}
.header .icon.f {
	background-position: -108px top;
}
.header .icon.g {
	background-position: -258px top;
}
.header .lan {
	width: 80px;
}
.header .t {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	color: #333;
}
.header .l-hover {
	margin-top: 50px;
	background-image: -moz-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: -webkit-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: -o-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: linear-gradient(to bottom, #F9F9F9, #E3E3E3);
	border-radius: 3px;
	border: 1px solid #B5B5B5;
	box-shadow: inset 1px 0 5px #FEFEFE;
	position: relative;
	z-index: 2;
}
.header .l-hover .a {
	padding: 8px 0 7px;
	display: block;
	color: #333;
	text-decoration: none;
}
.header .l-hover .l-box {
	position: absolute;
	left: -1px;
	width: 96px;
	border-radius: 3px;
	border: 1px solid #B5B5B5;
	box-shadow: inset 1px 0 5px #FEFEFE;
	background-image: -moz-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: -webkit-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: -o-linear-gradient(top, #F9F9F9, #E3E3E3);
	background-image: linear-gradient(to bottom, #F9F9F9, #E3E3E3);
}
.header .l-box .a {
	padding: 8px;
	border-top: 1px dashed #ddd;
}
.header .l-box .a:first-child{
	border-top: 0 none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.header .l-box .a:last-child{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header .l-box .a:hover {
	background-image: -moz-linear-gradient(top, #ECECEC, #F9F9F9);
	background-image: -webkit-linear-gradient(top, #ECECEC, #F9F9F9);
	background-image: -o-linear-gradient(top, #ECECEC, #F9F9F9);
	background-image: linear-gradient(to bottom, #ECECEC, #F9F9F9);
}
.window,
.section {
	padding: 10px 20px;
	clear: both;
}
.window:before,
.window:after,
.section:before,
.section:after{
	content:"";
	display:table;
	line-height:0;
}
.window:after,
.section:after{
	clear:both;
}

.cop {
	background-color: #F9F9F9;
}
.cop .header-box {
	background-color:  #F9F9F9;
}
.cop .header {
	background: url(../images/cop_header.png) 0 0 no-repeat;
	width: 980px;
	padding: 0 10px;
	height: 70px;
	margin: 0 auto;
}
.cop .header .i {
	margin-top: 42px;
}
.cop .header .l-hover {
	margin-top: 34px;
	padding: 0 7px;
}
.cop .header .notice {
	position: relative;
	width: 60px;
	height: 26px;
	padding-right: 0;
	margin-top: 25px;
	padding-top: 17px;
}
.cop .header .n-current {
	background: url(../images/cop_notice_bottom.png) right 0 no-repeat;
}
.cop .header .new-icon {
	width: 29px;
	height: 10px;
	font-size: 0;
	text-indent: -99em;
	position: absolute;
	top: 4px;
	left: 17px;
	background: url(../images/cop_new_icon.gif) 0 0 no-repeat;
	color: #b50029;
}
.cop .header .n-box {
	width: 260px;
	height: 83px;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 42px;
	background: url(../images/cop_notice_bottom.png) right bottom no-repeat;
}
.cop .header .n-box .etoken {
	line-height: 14px;
	overflow: hidden;
}
.cop .header .n-box li {
	margin-bottom: 0px;
	width: 250px;
	padding-left: 10px;
	line-height: 14px;
	background: url(../images/cop_notice_li_icon.png) 0 5px no-repeat;
}
.cop .header .n-box strong {
	padding: 0 2px;
}
.cop .header .text-red {
	line-height: 14px;
}
.cop .header ul a {
	color: #A34200;
	text-decoration: underline;
}
.cop .header .n-box ul {
	/*margin-bottom: 5px;*/
}
.cop .header .bd {
	border-bottom: 1px dashed #D3D3D3;
}
.cop .header .page {
	float: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #D3D3D3;
}
.cop .header .page .icon{
	width: 15px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/cop_n_page.png) 0 0 no-repeat;
}
.cop .header .page .icon:hover {
	background-position: 0 -15px;
}
.cop .header .page .next {
	background-position: -20px -15px;
}
.cop .header .page .next:hover {
	background-position: -20px 0;
}
.cop .header .notice .scrollbar{
	width: 1px;
	padding: 0;
	border: 1px solid #dbdbdb;
	background: #eaeaea;
}
.cop .header .notice .scroll-track {
	top: 0;
	left: -3px;
	width: 7px;
	background: url(../images/bar_repeaty.png) left top repeat-y;
}
.cop .header .notice .scroll-track em {
	width: 100%;
	background: url(../images/bar_top.png) left top no-repeat;
}
.cop .header .notice .scroll-track span {
	width: 100%;
	background: url(../images/bar_bottom.png) left bottom no-repeat;
}

.cop .wrapper {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D0D0D0;
	box-shadow: 0 1px 10px #D1D1D1;
	border-radius: 3px;
	height: 505px;
	background: #F5F5F5 url(../images/cop_welcome.jpg) center 210px no-repeat;
}
.cop .re-login-wrapper {
	width: 978px;
	margin:0 auto;
	padding: 10px;
	border: 1px solid #D1D1D1;
	box-shadow: 0 0 10px #D1D1D1;
	border-radius: 3px;
	height: 480px;
	background: #F5F5F5;
}
.suc-tips {
	/*background: url(../images/cop_suc_tips.png) left -3px no-repeat;
	padding-left: 30px;*/
	padding-top: 3px;
	font-weight: bold;
	min-height: 23px;
}
.warn-tips{
	background: url(../images/cop_p_warning.png) left center no-repeat;
	padding: 15px 0 15px 50px;
}
span.suc-tips {
	display: inline-block;
}
.copyright {
	width: 1000px;
	padding: 16px 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.copyright span {
	margin: 0 3px;
}
.copyright .ml20 {
	margin-left: 20px;
}

.cop .window {
	padding: 0;
	width: 1000px;
	height: 480px;
	background-color: #FFF;
}
.cop-header {
	height: 22px;
	overflow: hidden;
	padding-top: 5px;
	border-bottom: 1px solid #CCC;
	margin: 10px 20px 5px 20px;
}
.cop-header .pos {
	color: #676767;
}
.cop-header .pos .first{
	color: #013298;
}
.cop-header .pos span,
.cop-header .pos em {
	margin-right: 10px;	
}
/********88
.cop-header .text-tips {
	padding-left: 13px;
	margin: 0 3px;
	background: url(../images/cop_add.png) 0 -48px no-repeat;
}
**************************/
.cop-header div{
	width: 870px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cop-header .icon-h {
	width: 12px;
	height: 12px;
	margin-left: 15px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	text-indent: -99em;
	background: url(../images/cop_close_icon.png) left top no-repeat;
}
.cop-header .close {
	background-position: -24px top;
}

.warning-ca .warn-con 
{
	background: url(../images/cop_p_warning.png) left center no-repeat;
	padding: 15px 0 15px 50px;
	margin: 25px 0;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
}
.ca-left {
	height:480px;
	width:250px;
	border:1px solid #c3c3c3;
}
.ca-wel{
	background-image: url(../images/ca_wel_title.png);
	height:31px;
	padding-left:3px;
}
.ca-wel span{
	color:#fff;
	font-size: 14px;
	background: url(../images/nav_home.gif)left center no-repeat;
	height:27px;
	padding-left: 25px;
	line-height: 27px;
	margin-left:10px;
}
.ca-gnav{
	color:#333333;
	height:31px;
	padding:5px;
	font-size:14px;
	border-bottom: 1px solid #fff;
}
.ca-gnav span{
	line-height:31px;
	height:31px;
	margin-left:10px;
}
.ca-gnav:hover{
	text-decoration: none;
}
.ca-gnav .load-ico{
	background:url(../images/ca_load_ico.png) 0 0 no-repeat;
	height:7px;
	width:7px;
	display:inline-block;
	margin-left:25px;
}
.cur-ca,
.ca-gnav span:hover{
	font-weight:700;
	color:#333;
}
.cur-ca .load-ico{
	background-position: 0 -8px;
}
.load-ca{
	padding:20px;
	margin:5px 40px;
	color:#003499;
}
.load-ca li{
	padding:3px 0;
	margin-bottom: 3px;
}
.load-ca .ca-list{
	background:url(../images/ca_load_list.png) 0 center no-repeat;
	padding-left:15px;
}
.lyt-lr310 .item-title{
	width:310px;
}
.wel-logo{
	background:url(../images/wel-ico.png) 0 0 no-repeat;
	padding-left:25px;
	margin:10px;
}

.sel {
	float: left;
	width:168px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	z-index: 2;
}
.sel .sel-title {
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	cursor: inherit;
	background:#fff url(../images/cop_sel.png) right center no-repeat;
}
.sel .disabled {
	cursor: default;
	color: #888;
	background-color: #efefef;
}
.sel .sel-title .txt {
	display: block;
	width:143px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 18px 0 2px;
	cursor: inherit;
}
.sel .list {
	background-color: #fff;
	border:1px solid #cecece;
	position:absolute;
	top:35px;
	width:100%;
	margin:0;
	padding:0;
	z-index:10;
	text-align:left;
	height: 208px;
	overflow-x: hidden;
	overflow-y:auto;
	left:-1px;
}
.sel-open {
	position: relative;
	z-index: 10;
}
.sel li {
	word-wrap: break-word;
	border-top: 1px dotted #b5bbc7;
}
.sel li:first-child {
	border-top: 0 none;
}
.posr {
	position: relative;
}
.z3 {
	z-index: 3;
}
.iframe-box .keyId{
	width: 150px;
}
.iframe-box .pageAuthCode{
	width: 200px;
}
.iframe-box .disabledKeyId{
	width: 150px;
}
.iframe-box .refNum{
	width: 200px;
}
.iframe-box .authCode{
	width: 200px;
}
.iframe-box .refNum{
	width: 200px;
}
.iframe-box .authCode{
	width: 200px;
}
.iframe-box .disabledKeyIdUpdate{
	width: 190px;
}
.iframe-box .credentialNo{
	width: 235px;
}
.iframe-box .userName{
	width: 235px;
}
.iframe-box .sel-div{
	width: 235px;
}
.iframe-box .sel-span{
	width: 235px;
}
.iframe-box .sel-lable{
	width: 205px;
}
.iframe-box .sel-ul{
	width: 238px;
}