@charset "utf-8";
/*==================制作新皮肤从这里开始复制==================*/
/*基本重置*/
body {
	_margin: 0;
}/*IE6 BUG*/
.ui_lock_scroll {
*overflow:hidden;
}
.ui_lock_scroll body {
	overflow: hidden;
}
/*结构层*/
.ui_content, .ui_title, .ui_buttons input {
	font: 12px/1.333 tahoma, arial, \5b8b\4f53, sans-serif;
}
table.ui_border, table.ui_dialog {
	width: auto;
	border-spacing: 0;
*border-collapse:collapse;
}
.ui_border td, .ui_dialog td {
	padding: 0;
}
.ui_dialog {
	background: #FFF;
}
/*标题部分开始*/
.ui_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	cursor: move;
	background: #DDD;
	-moz-user-select: none;
	-webkit-user-select: none;
	padding: 0 100px 0 0;
}
.ui_title_buttons {
	position: absolute;
	cursor: pointer;
	font-size: 0;
	letter-spacing: -.5em;
}
/*对齐自适应*/
.ui_main {
	min-width: 6em;
	min-width: 0\9;
	text-align: center;
}
.ui_content {
	display: inline-block;
*display:inline;
	zoom: 1;
	text-align: left;
}
.ui_content.ui_state_full {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0!important;
}
.ui_content.ui_state_full iframe {
	border-radius: 0 0 5px 5px;
}
.ui_loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	background: url(icons/loading.gif) no-repeat center center;
}
.ui_icon_bg {
	margin: 20px 0 20px 15px;
}
/*标题纯CSS按钮开始 min 最小化，max最大化，res还原，rese恢复，close关闭*/
.ui_min, .ui_max, .ui_close, .ui_res {
	position: relative;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
*display:inline;
	zoom: 1;
	vertical-align: top;
	font-family: tahoma, arial, \5b8b\4f53, sans-serif;
}
.ui_min b, .ui_max b, .ui_res_t, .ui_res_b {
	display: block;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.ui_close {
	font-weight: 500;
	text-decoration: none;
	outline: 0 none;
}
.ui_close:hover {
	text-decoration: none;
}
/*Tips部分*/
.ui_state_tips .ui_main {
	min-width: 3em;
}
.ui_state_tips .ui_content {
	margin-top: -2px;
	padding: 8px 10px!important;
}
.ui_state_tips .ui_icon_bg {
	margin: 5px 0 6px 9px;
}
.ui_state_tips .ui_title, .ui_state_tips .ui_title_buttons, .ui_res {
	display: none;
} /* 还原按钮也在这里隐藏，这样可节省代码，注间这段一定要写在上面那段代码的下面*/
#ldg_lockmask {
	background: #DCE2F1;
	filter: alpha(opacity=60);
	opacity: .6;
}
/*==================制作新皮肤到这里结束复制==================*/

/*样式层开始*/
.ui_inner {
	border: 1px solid #999;
}
.ui_border {
	border-radius: 4px;
}
.ui_lt, .ui_rt, .ui_lb, .ui_rb {
	width: 6px;
	height: 6px;
	display: block;
}
.ui_lt {
	border-radius: 4px 0 0 0;
}
.ui_rt {
	border-radius: 0 4px 0 0;
}
.ui_rb {
	border-radius: 0 0 4px 0;
}
.ui_lb {
	border-radius: 0 0 0 4px;
}
.ui_lt, .ui_rt, .ui_l, .ui_r, .ui_lb, .ui_b, .ui_t, .ui_rb {
	background: rgba(102,102,102,.3);
	background: #666\9;
	filter: alpha(opacity=30);
}
/*标题栏样式*/
.ui_title_bar {
	position: relative;
	height: 100%;
	border-bottom: 1px solid #317ebd;
}
.ui_title {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #DDD;
	padding-left: 7px;
	border-bottom: 1px solid #6da6e1;
	background: linear-gradient(top, #46a0e1, #3280bf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#46a0e1), to(#3280bf));
	background: -moz-linear-gradient(top, #46a0e1, #3280bf);
	background: -o-linear-gradient(top, #46a0e1, #3280bf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#46a0e1', endColorstr='#3280bf');
*background:#DDD;
}
.ui_state_focus .ui_title {
	color: #FFF;
	text-shadow: 0 1px 0 #333;
}
.ui_state_drag .ui_title {
	border-bottom: 1px solid #82bee6;
	text-shadow: 0 -1px 0 #333;
	background: linear-gradient(top, #3280bf, #46a0e1);
	background: -moz-linear-gradient(top, #3280bf, #46a0e1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3280bf), to(#46a0e1));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3280bf', endColorstr='#46a0e1');
}
/*标题纯CSS按钮定位部分*/
.ui_title_buttons {
	top: 3px;
	right: 5px;
}
.ui_min, .ui_max, .ui_close, .ui_res {
	color: #FFF;
	font-size: 22px;
	width: 22px;
	height: 22px;
	line-height: 18px;
}
.ui_min_b {
	top: 10px;
	left: 5px;
	width: 12px;
	height: 2px;
	border-bottom: 2px solid #FFF;
}
.ui_max_b {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 7px;
}
.ui_res_t, .ui_res_b {
	top: 8px;
	left: 3px;
	width: 10px;
	height: 5px;
}
.ui_res_b {
	top: 4px;
	left: 6px;
}
.ui_res_t, .ui_res_b, .ui_max_b {
	border: 1px solid #FFF;
	border-top-width: 3px;
}
.ui_res_t {
	background: #3d8cce;
}
.ui_min:hover b, .ui_max:hover b, .ui_res:hover b {
	border-color: #555;
}
.ui_close {
	vertical-align: baseline;
	_line-height: 22px;
}
.ui_close:hover, .ui_close:focus {
	color: #c93333;
}
/*底部按钮样式*/
.ui_buttons {
	white-space: nowrap;
	padding: 4px 8px;
	text-align: right;
	background-color: #F6F6F6;
	border-top: solid 1px #DADEE5;
}
.ui_buttons input::-moz-focus-inner {
border:0;
padding:0;
margin:0;
}
.ui_buttons input {
	padding: 3px 10px 3px 12px;
	padding: 5px 10px 2px 12px\0;
*padding:4px 10px 2px 10px;
	margin-left: 6px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	height: 23px;
	letter-spacing: 3px;
	overflow: visible;
	color: #333;
	border: solid 1px #999;
	border-radius: 3px;
	border-radius: 0\9;
	background: #DDD;
	background: linear-gradient(top, #FAFAFA, #E4E4E4);
	background: -moz-linear-gradient(top, #FAFAFA, #E4E4E4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E4E4E4));
	background: -o-linear-gradient(top, #FAFAFA, #E4E4E4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E4E4E4');
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,.7), 0 -1px 0 rgba(0,0,0,.09);
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s;
}
.ui_buttons input:focus {
	outline: 0 none;
	box-shadow: 0 0 3px #0e78c9;
}
.ui_buttons input:hover {
	color: #000;
	border-color: #666;
	box-shadow: none;
}
.ui_buttons input:active {
	border-color: #666;
	background: linear-gradient(top, #FAFAFA, #E4E4E4);
	background: -moz-linear-gradient(top, #FAFAFA, #E4E4E4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E4E4E4));
	background: -o-linear-gradient(top, #FAFAFA, #E4E4E4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E4E4E4');
}
.ui_buttons input[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: solid 1px #999;
	filter: alpha(opacity=50);
	opacity: .5;
	box-shadow: none;
}
input.ui_state_highlight {
	color: #FFF;
	border: solid 1px #1c6a9e;
	text-shadow: 0 -1px 1px #1c6a9e;
	background: #2288cc;
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
	background: -o-linear-gradient(top, #33bbee, #2288cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
}
input.ui_state_highlight:hover {
	color: #FFF;
	border-color: #555;
}
input.ui_state_highlight:active {
	border-color: #1c6a9e;
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
	background: -o-linear-gradient(top, #33bbee, #2288cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
}
/*Tips 部分开始*/
.ui_state_tips, .ui_state_tips .ui_inner, .ui_state_tips .ui_title_bar {
	border: 0 none;
	box-shadow: none;
}
.ui_state_tips .ui_lt, .ui_state_tips .ui_rt, .ui_state_tips .ui_lb, .ui_state_tips .ui_rb {
	width: 5px;
	height: 5px;
}

.foot {
	display: block;
	width: 100%;
	height: 88px;
/*background: url(../images_new/base/base_bg_b.png) repeat-x;*/
	background-color: #0064ae;
}
.foot_div {
	margin: 0 auto;
padding:0 20px;
width: 1320px;
	position:relative; overflow:hidden;
}
.foot_div p, .foot_div a {
	font-size: 14px;
	color: #fff !important;
}
.foot_div ul { display:block; width:900px;}

.foot_div ul li { display:block;width:450px; line-height:38px;float: left;}
/**
* @description: 非本站域名跳转提示弹窗 CSS
* @author: 李永超
* @update: 2018-5-29
**/
        .lyc_alert-mengban {position: fixed;top: 0px;left: 0px;z-index: 1000;background: #000000;opacity: 0.8 !important;filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
        .lyc_alert-warning {position: fixed;left: 50%;top: -400px;margin-left: -300px;width: 600px;height: 270px;background: #fff;z-index: 1001;display: none;}
        .lyc_alert-delete {width: 100%;height: 38px;position: relative;}
        .lyc_alert-delete span {position: absolute;top: 10px;right: 10px;width: 19px;height: 19px;text-align: center;line-height: 19px;font-size: 16px;cursor: pointer;background: #333;color:#fff;font-family: "Microsoft YaHei";}
        .lyc_alert-wzsm {width: 480px;height: 100px;margin: 15px auto 0;line-height: 35px;font-size: 24px;color: #000;text-align: center;font-family: "Microsoft YaHei";padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
        .lyc_alert-wzsm p {font-size: 24px;font-family: "Microsoft YaHei";}
        .lyc_alert-footer {width: 100%;height: 105px;font-size: 24px;color: #000;}
        .lyc_alert-footer span {cursor: pointer;float: left;font-family: "Microsoft YaHei";}
        .lyc_continue {width: 124px;height: 42px;line-height: 42px;font-size:20px;font-weight:bold;color:#ab0d07;border:1px solid #ccc;background-color: antiquewhite;text-align: center;border-radius: 10px;}
        .lyc_fangqi {line-height: 42px;font-size: 20px;color: #ab0d07;margin-left: 20px;}
        .lyc_xuanze {width: 210px;height: 42px;margin: 25px auto 0;}
        @media only screen and (max-width: 414px) {
            .lyc_alert-warning {position: fixed;left: 2%;top: -400px;margin-left: 0;width: 96%;height: auto;background: #fff;background-size: 100%;z-index: 1001;}
            .lyc_alert-wzsm {width: 80%;height: auto;margin: 15px auto 0;line-height: 28px;font-size: 18px;color: #000;text-align: center;}
            .lyc_alert-wzsm p {font-size: 18px;}
            .lyc_alert-footer {width: 100%;height: 70px;line-height: 70px;font-size: 18px;color: white;margin-top: 10px;}
            .lyc_continue {width: 124px;height: 42px;}
        }

