﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:"Microsoft Yahei";
	background:#eff3f6;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover{
	color:#0068b7;	
}
ul {
    list-style-type: none;
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{

}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/


/*公用CSS 开始*/

.header{
	height: 70px;
	clear: both;
	background:#0068b7;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	box-shadow:0 0 5px #999;
	color:#fff;
    font-size:16px;
}
.head_tip{
	padding:10px 0 0 25px;
}
.head_tip dt{
	height: 30px;
	line-height: 30px;
	font-size:24px;
}
.head_tip dd {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.header_zw{
	height: 70px;
	clear: both;
}
.nav{
	/*float: left;*/
	line-height: 70px;
	padding-left:18px;
}
.nav a{
	color:#fff;
	display: inline-block;
	float: left;
	height: 70px;
	padding:0 12px;
    font-size:16px;
}
.nav a:hover, .nav a.hover {
    color: #fff;
    background: #015b9f;
    font-size: 16px;
}

@media screen and (min-width: 100px) and (max-width: 1149px) {
    .nav a {
        height: 30px;
        padding: 0 15px;
    }
    .nav {
        line-height:35px;
    }
    .head_tip {
        min-width:260px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
	.nav a{		
		padding:0 12px;
	}	
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.nav a{		
		padding:0 8px;
		font-size:14px;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1399px) {
	.head_tip{
		float: left;
		padding:5px 0 0 10px;
	}
	.head_tip dt{
		height: 35px;
		line-height: 35px;
		font-size:16px;
	}
	.head_tip dd{
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		opacity: 0.5;
	}
	.nav a{		
		padding:0 6px;
		font-size:12px;
	}
}

.head_menu{
	float: left;
	position: relative;
	z-index: 100;
}
.head_menu .btn{
	float: left;
	display: block;
	width: 45px;
	height: 56px;
	padding-top:6px;
	text-align: center;
	color:#fff;
	font-size:14px;
	line-height: 28px;	
	position: relative;
}
.head_menu .btn .ico{
	display: block;
	width: 22px;
	height: 22px;
	margin:0 auto;
}
.head_menu .btn i{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size:12px;
	color:#fff;
	background:#cc0033;
	border-radius:100%;
	font-style:normal;
	position: absolute;
	right: 8px;
	top: 8px;
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	.head_menu .btn{
		font-size:12px;
	}
}
.head_menu .qq_menu{
	width: 120px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left:-60px;
	background:#fff;
	font-size:14px;
	border-radius:10px;
	box-shadow:0 0 10px #ccc;
	display: none;
}
.head_menu:hover .qq_menu{
	display: block;
}
.head_menu .qq_menu ul{
	padding:15px 0;
}
.head_menu .qq_menu li{
	height: 34px;
	line-height: 34px;
	padding-left:15px;
}
.head_menu .qq_menu a{
	display: block;
	padding-left:30px;
	background:url("/content/images/qqmenu.png") no-repeat left center;
	text-decoration: underline;
    text-align:left;
}
.head_menu .sj{
	width: 15px;
	height: 10px;
	position: absolute;
	top: -9px;
	margin-left:-8px;
	left: 50%;
	background:url("/content/images/qq_sj.png");
}

.base_wp{
	position: relative;
	padding:0 1px 0 50px;
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
	.base_wp{		
		padding:0 0px 0 50px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	.base_wp{		
		padding:0 0px 0 50px;
	}
}

.left_bar{
	width: 50px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 70px;
	background:#323848;
	z-index: 90;
}
.left_bar .btn{
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom:2px;
	background:#515663;
	position: relative;
	z-index: 90;
}
.left_bar .btn:hover,.left_bar .hover{
	background:#0068b7;
}
.left_bar .tip{
	display: inline-block;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50px;
	white-space:nowrap;
	background:#fff;
	padding:0 15px;
	line-height: 50px;
	border-radius:0 0 15px 0;
	box-shadow:0 0 5px #666;
	font-size:14px;
	display: none;
	color:#333;
}
.left_bar .btn:hover .tip{
	display: block;
}

.main{
	font-size:14px;
    padding-left:20px;
    padding-right:20px;
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
	.main{
		font-size:14px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.main{
		font-size:14px;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
	.main{
		font-size:12px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	.main{
		font-size:12px;
	}
}

.ma_header{
	height: 40px;
	/*line-height: 40px;*/
	margin-top:20px;
	clear: both;
	position: relative;
	z-index: 20;
}
.ma_header .tit1{
	float: left;
	background:#fff;
	padding:0 14px;
	color:#999;
	border:2px solid #b8cad8;
	border-right:0;
	height: 36px;
	line-height: 36px;
}
.ma_header .mh_select{
	float: left;
	position: relative;
	z-index: 20;
	cursor: pointer;
	
}
.ma_header .mh_select select{
	display: none;
}
.ma_header .mh_select .btn{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url("/content/images/selbtn1.png") no-repeat left top;
}
.ma_header .mh_select .top{
	width: 200px;
	background:#fff;
	padding-left:10px;
	height: 36px;
	line-height: 36px;	
	border:2px solid #b8cad8;
	border-left:0;
}
.ma_header .mh_select ul{
	display: none;
	width: 100%;
	top: 40px;
	line-height: 40px;
	max-height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	background:#fff;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 38px;
	box-sizing:border-box;
	border:2px solid #b8cad8;
	border-top:0;
}
.ma_header .mh_select .hover{
	background:#f3f3f3;
}
.ma_header .select_hover ul{
	display: block;
}
.ma_header .reload{
	display: block;
	width: 60px;
	height: 40px;
	float: left;
	background:url("/content/images/reload.png") no-repeat center center;
}
.ma_header .tip1{
	float: left;
}
.ma_header .tip1 em{text-decoration: underline;}
.bj_cnt1{
	width: 100%;
	height: 200px;	
	border:1px solid #ccc;
}
.ma_header .title{
	display: inline-block;
	padding:0 20px;
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background:#0068b7;
	float: left;
}
.ma_header .edita{
	/*float: right;*/
	padding-left:26px;
	text-decoration: underline;
	background:url("/content/images/edit1.png") no-repeat left center;
}


/*公用CSS 结束*/


/*BJ*/

.bj_area1{
	background:#fff;
	padding:30px 0;
}
.bj_area1 .fls{
	width: 33.3333%;
	float: left;
	height: 35px;
	line-height: 35px;
}
.bj_area1 .fls_ws{
	padding:0 20px 0 120px;
	position: relative;
	height: 35px;
	line-height: 35px;
}
.bj_area1 .name{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	text-align:right;
	padding-right:0px;
}
.bj_area1 .text{
	height: 20px;
	width: 100%;
	border:0;
    border-radius:0px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
}
.bj_cnt2{
	width: 100%;
	/*border:0;*/
	height: 100px;
	resize:none;
	box-sizing:border-box;
    border-collapse:collapse;
    border:1px solid #ccc;
	padding:20px;
}
.selectTxt {
    position: absolute;
    right: 0px;
    top: -8px;
    padding-left: 32px;
    text-decoration: underline;
    background: url("/content/images/ctrl1.png") no-repeat left center;
}

.ma_tab{
	width: 100%;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
}
.ma_tab th.selth{
	width: 50px;
}
.ma_tab th{
	height: 40px;
	background:#b8cad8;
	text-align: center;
	color:#fff;
	border:1px solid #fff;
}
.ma_tab td{
	height: 30px;
	border:1px solid #ccc;
	text-align: center;
}
.ma_tab .tleft{
	text-align:left;
	padding-left:20px;
}
.selbtn{
	display: inline-block;
	width: 24px;
	height: 24px;
	background:url("/content/images/selbtn2.png") no-repeat left top;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.selbtn .chk{
	position: absolute;
	top: -200px;
}
.selbtnhover{
	background-position:left bottom;
}
.ma_tab td .selbtn{
	top:5px;
}
.ma_tab .tleft{
	padding-left:15px;
	text-align:left;
}
.ma_tab .blue td{
	color:#0168b7;	
}

.bj_yh{
	height: 40px;
	line-height: 40px;
	margin-top:16px;
	clear: both;
	position: relative;
	z-index: 20;
}
.bj_yh .cleft{
	float: left;
	margin-right:20px;
	position: relative;
	padding-left:30px;
}
.bj_yh .cleft .selbtn{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-12px;
}
.bj_yh .mh_select{
	float: left;
	position: relative;
	z-index: 20;
	cursor: pointer;
	
}
.bj_yh .mh_select select{
	display: none;
}
.bj_yh .mh_select .btn{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url("/content/images/selbtn1.png") no-repeat left top;
}
.bj_yh .mh_select .top{
	width: 150px;
	background:#fff;
	padding-left:10px;
	height: 36px;
	line-height: 36px;	
	border:2px solid #b8cad8;	
}
.bj_yh .mh_select ul{
	display: none;
	width: 100%;
	top: 40px;
	line-height: 40px;
	max-height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	background:#fff;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 38px;
	box-sizing:border-box;
	border:2px solid #b8cad8;
	border-top:0;
}
.bj_yh .mh_select .hover{
	background:#f3f3f3;
}
.bj_yh .select_hover ul{
	display: block;
}
.bj_yh .cleft2{
	float: left;
	padding:0 10px 0 20px;
}
.bj_yh .num{
	float: left;
	width: 30px;
	height: 38px;
	float: left;
	line-height: 38px;
	border:1px solid #b8cad8;
	background:none;
	text-align: center;
	margin-right:15px;
}
.bj_yh .seta{
	float: left;
	margin-right:20px;
	text-decoration: underline;
}
.bj_ctrls{
	padding:22px 25px 25px 0;
	text-align:right;
	height: 34px;
	line-height: 34px;
}
.bj_ctrls a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius:5px;
	background:#b8cad8;
	padding:0 10px;
	margin-left:10px;
	color:#fff;
}
.wb{
	background:#fff;
}
.bj_bz{
	border:1px solid #ccc;
	padding-left:45px;
	position: relative;	
	height: 100px;
}
.bj_bz .tit{
	width: 45px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background:#b8cad8;
	text-align: center;
	line-height: 40px;	
	padding-top:10px;
}
.bj_bz textarea{
	width: 100%;
	height: 100px;
	border:0;
	background:none;
	overflow:hidden;
	resize:none;
	box-sizing:border-box;
	padding:10px;
}
.bj_bz ul{
	padding:15px;
	line-height: 30px;
}

.bj_bt{
	padding:50px 0;
	text-align: center;
	height: 52px;
	line-height: 52px;
}
.bj_bt a{
	display: inline-block;
	width: 150px;
	height: 52px;
	margin:0 10px;
	background:#fff;
	border-radius:5px;
	color:#686868;
    border:1px solid #ccc;
}
.bj_bt a:hover {
    color: #fff;
    background: #0068b7;
    border: 1px solid #0068b7;
}

.bj_bt .next{
	color:#fff;
	background:#0068b7;
    border:1px solid #0068b7;
}

/*BJ*/

/*gjsz*/

.gj_set{
	margin:24px 0 15px 0;
	background:#fff;
}
.gj_set .title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:#dde6ec;
	font-size:16px;
	color:#000;
}
.gj_set .in{
	height: 44px;
	line-height: 44px;
	clear: both;
	border-bottom:1px solid #eff3f6;
}
.gj_set .tit{
	float: left;
	width: 160px;
	text-align: center;
	background:#0068b7;
	color:#fff;
}
.optionsTB {
    border:none;
    border-collapse:collapse;
}
.oTd1 {
    width: 160px;
    text-align: center;
    background: #0068b7;
    color: #fff;
    height: 44px;
}
.oTd2 {
    width: *;
    height: 44px;
    padding-left: 15px;
}

.gj_set .sel {
    float: left;
    position: relative;
    margin-left: 15px;
}
.gj_set .selbtn{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-12px;
}
/*.gj_set select{
	float: left;
	height:30px;
	border:1px solid #b8cad8;
	float: left;
	margin:7px 0 0 10px;
	border-radius:3px;
}*/
.gj_set .seta{
	float: left;
	text-decoration: underline;
	margin-left:24px;
	display: inline-block;
	padding-left:26px;
	background:url("/content/images/edit1.png") no-repeat left center;
}
.gj_set .lab{
	float: left;
	padding-left:20px;
}
.gj_set .ti{
	float: left;
	color:#0068b7;
}
.gj_set .si{
	float: left;
	padding-left:22px;
	margin-left:12px;
	background:url("/content/images/si.png") no-repeat left center;
	cursor: pointer;
}
.gj_set .sihover{
	background-image:url("/content/images/sih.png");
}
.gj_set .ra{
	display: none;
}

.gj_bjd{
	background:#fff;
	margin-bottom:20px;
	padding:40px 0;
}
.bjd_logo{
	display: block;
	margin:0 auto;
}
.gj_bjd .title{
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size:38px;
	letter-spacing:5px;
	color:#000;
}
.gj_bjd textarea{
	width: 100%;
	height:100px;
	border:0;
	resize:none;
	overflow: hidden;
	padding:0 20px;
	box-sizing:border-box;
	line-height:1.8;
}
.gj_hj{
	height: 40px;
	line-height: 40px;
	text-align:right;
	padding-right:20px;
}
.gj_hj .price{
	color:#0066be;
}

/*gjsz*/

/*pro*/

.cd_wrap {
    position: relative;
    padding-left: 180px;
    background-color: #eff3f6;
}
.cd_wraphide{
	padding-left:0;
}
.cd_aside {
    width: 180px;
    height: 100%;
    position: fixed;
    left: 50px;
    top: 70px;
    background: #eff3f6;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
}
.cd_wraphide .cd_aside{
	display: none;
}
.cd_aside .handle1{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #fff;
	background-color:#b8cad8;
	font-size:14px;
	padding-left:36px;
	color:#333;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("/content/images/as_handle.png");
}

.cd_aside .nohandle1 {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    background-color: #dde6ec;
    font-size: 14px;
    padding-left: 36px;
    color: #333;
}

.cd_aside .nohandle2 {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    background-color: #b8cad8;
    font-size: 14px;
    padding-left: 36px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("/content/images/as_handle2.png");
}

.cd_aside .firstdown .handle1{
	background-position:left bottom;
}
.cd_aside .handle2{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #fff;
	background-color:#dde6ec;
	font-size:14px;
	padding-left:36px;
	color:#333;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("/content/images/as_handle.png");
}
.cd_aside .seconddown .handle1{
	background-position:left bottom;
}
.cd_aside .handle3{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #dde6ec;	
	font-size:14px;
	padding-left:36px;
	color:#333;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("/content/images/as_handle.png");
}
.cd_aside .thirddown .handle3{
	background-position:left bottom;
}
.cd_aside ul{
	padding:6px;
	font-size:12px;
}
.cd_aside .thirddown ul{
	display: block;
}
/*
.cd_aside li{
	line-height: 20px;
	padding:3px 0;
}
.cd_aside li .hover{
	color:#0068b7;
}*/
.cd_aside .second{
	display: none;
}
.cd_aside .firstdown .second{
	display: block;
}
.cd_aside .third{
	display: none;
}
.cd_aside .seconddown .third{
	display: block;
}

.as_left{
	display: block;
	width: 16px;
	height: 36px;
	background:url("/content/images/as_left.png") no-repeat left top;
	position: absolute;
	right: 0;
	top: 230px;
	z-index: 20;
	cursor: pointer;
}
.as_right{
	display: block;
	width: 16px;
	height: 36px;
	background:url("/content/images/as_right.png") no-repeat left top;
	position: fixed;
	left: 50px;
	top: 300px;
	z-index: 10;
	cursor: pointer;
}

.pro_handle{
	height: 39px;
	line-height: 39px;
	border-bottom:1px solid #b8cad8;
	margin:24px 0 0 0;
	position: relative;
}
.pro_handle .handle_in{
	position: absolute;
	left: 24px;
	top: 0;
}
.pro_handle .btn{
	float: left;
	height: 39px;
	line-height: 39px;
	width: 145px;
	text-align: center;
	border:1px solid #b8cad8;
	border-bottom:0;
	background:#fff;
	border-radius:5px 5px 0 0;
	margin-right:5px;
	font-size:18px;
	color:#0068b7;
	position: relative;
	cursor: pointer;
}
.pro_handle .hover{
	color:#fff;
	background:#0068b7;
	border-color:#0068b7;
}
.pro_handle .close{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("/content/images/handleclose.png") no-repeat center center;
}

.pro_con{
	display: none;
	background:#fff;
	padding:20px;
}
.show{
	display: block;
}
.pro_con .tp{
	height: 45px;
	clear: both;
}
.pro_search{
	width: 240px;
	height: 26px;
	border:2px solid #b8cad8;
	float: left;
}
.pro_search .text{
	float: left;
	width: 190px;
	padding-left:10px;
	border:0;
	background:none;
	height:26px;
	line-height:26px;
}
.pro_search .sub{
	float: right;
	display: block;
	width: 40px;
	height: 26px;
	background:url("/content/images/pro_sub.png") no-repeat center center;
}
.pro_con .ctrl{
	float: right;
}
.pro_con .ctrl a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding:0 15px;
	border-radius:5px;
	background:#b8cad8;
	color:#fff;
	margin-left:5px;
}

/*pro*/

/*hm*/

.home_wp{
	width: 1080px;
	margin:0 auto;
}

.hm_nav{
	padding-top:50px;
}
.hm_nav a{
	display: block;
	width: 196px;
	height: 88px;
	padding-top:12px;
	float: left;
	margin:20px 10px 0 10px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 5px #ccc;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.hm_nav a:hover{
	color:#fff;
	background:#0068b7;
	box-shadow:0 0 5px #0068b7;
}
.hm_nav .ico{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.hm_nav .ico img{
	display: block;
	width: 50px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.hm_nav a:hover .ico img{
	top:-50px;
}
.hm_nav .add{
	background:#fff url("/content/images/hm_add.png") no-repeat top center;	
}
.hm_nav .add:hover{
	background:#0068b7 url("/content/images/hm_add.png") no-repeat bottom center;	
}

.home_wp .title{
	height: 66px;
	line-height: 66px;
	padding-left:25px;
	position: relative;
	font-size:18px;
	font-weight: bold;
	color:#000;
	clear: both;
}
.home_wp .title i{
	display: block;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top:-10px;
	background:#0068b7;
}

.hm_count{
	height: 250px;
	background:#fff;
	box-shadow:0 0 5px #ccc;
	width: 1060px;
	margin:0 auto;
}
.hm_count .half{
	float: left;
	width: 160px;
	text-align: center;
	margin:0 10px;
	padding-top:20px;
	line-height: 1.8;
	font-size:16px;
}
.hm_count .halfct{
	width: 248px;
}
.hm_count ul{
	float: right;
	border-left:1px solid #ccc;
	line-height: 35px;
	padding-left:15px;
	margin-top:35px;
}
.hm_count .red{
	color:#f00;
}

/*hm*/

/*ad*/

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.5);
}

.loading {
    width: 40px;
    height: 40px;
    line-height:45px;
    text-align:center;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: fixed;
    z-index: 221;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
}

.login_win{
	width: 430px;
	height: 430px;
	border:1px solid #ccc;
	border-radius:10px;
	position: fixed;
	z-index: 220;
	background:#fff;
	left: 50%;
	top: 50%;
	margin:-216px 0 0 -216px;
}
.login_win .title{
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size:30px;	
	color:#0168b7;
}
.login_win .top_close{
	width: 66px;
	height: 66px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("/content/images/ad_close.png") no-repeat center center;
	cursor: pointer;
}
.login_win .in{
	width: 340px;
	height: 48px;
	margin:0 auto 30px auto;
	background:#f2f2f1;
	border-radius:5px;
	position: relative;
}
.login_win .text{
	height: 48px;
	line-height: 48px;
	border:0;
	width: 320px;
	padding-left:20px;
	background:none;
	font-size:16px;
}
.login_win .ico{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 5;
}
.login_win .yzm{
	display: block;
	width: 77px;
	height: 27px;
	border:1px solid #aaa;
	position: absolute;
	right: 10px;
	top: 12px;
}
.login_win .yzm img{
	display: block;
	width: 75px;
	height: 25px;
}
.login_win .sub{
	display: block;
	width: 340px;
	height: 48px;
	margin:0 auto;
	display: block;
	background:#0168b7;
	border-radius:5px;
	color:#fff;
	font-size:20px;
}

/*ad*/

/*inbg*/

.inbg{
	background:url("/content/images/loginbg.jpg") no-repeat top center;
	min-height: 864px;
	position: relative;
    min-width:1000px;
	background-size:auto 100%;
	overflow:hidden;
}
.inbg .logo{
	display: block;
	/*position: absolute;
	top: 38px;
	left: 50%;
	margin-left:-600px;*/
    margin:50px auto 0 380PX;
    text-align:left;
    width:1200px;
}
.in_bar{
	width: 380px;
	position: absolute;
	right: 50%;
	margin-right:-491px;	
	top:100px;
	padding-top:45px;
	color:#333;
}
.in_bar .title{
	color:#fff;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin:25px auto;
}
.in_bar .in{
	height: 48px;
	color:#333;
}
.in_bar .tit{
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align:right;
	font-size:16px;
	color:#fff;
	padding-right:18px;
}
.in_bar .text {
    height: 28px;
    line-height: 28px;
    border: 1px solid #b8cad8;
    width: 256px;
    padding-left: 10px;
    float: left;
    border-radius:5px;
}
    .in_bar .man {
        background: url(/Content/themes/icons/man.png) #fff no-repeat 230px center;
    }

    .in_bar .lock {
        background: url(/Content/themes/icons/lock.png) #fff no-repeat 230px center;
    }

.in_bar .text2{
	width: 164px;
}
.in_bar .yzm {
    float: left;
    width: 75px;
    height: 25px;
    border: 1px solid #aaa;
    margin: 1px 0 0 15px;
}
.in_bar .yzm img{
	display: block;
	width: 75px;
	height: 25px;
}
.in_bar .sub{
	display: block;
	width: 260px;
	height: 36px;
	border-radius:20px;
	background:#feb030;
	font-size:16px;
	color:#fff;
	margin-left:86px;
}
.in_bar .rem{
	width: 260px;
	margin-left:123px;
	height: 60px;
	line-height: 60px;
	font-size:16px;
}
.in_bar .rem a{
	color:#fff;
	text-decoration: underline;
}
.in_links{
	position: absolute;
	top: 590px;
    width:100%;
}
.in_links_inner {
    width: 1020px;
    margin:auto;
}
.in_links a {
    display: block;
    width: 170px;
    float: left;
    text-align: center;
    line-height: 60px;
    padding-top: 80px;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.in_links img{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-42px;
}
.in_tabs{
	position: absolute;
	top: 770px;
    width:100%;
}
.in_tabs_inner {
    width: 1200px;
    margin:auto;
}
.in_tabs li {
    width: 300px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
}
.in_tabs li a{
	color:#fff;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.in_tabs li a:hover{
	text-decoration: underline;
}
.footer{
	width: 100%;
    min-width:1200px;
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding:20px 0;
	line-height: 28px;
	color:#fff;
	font-size:14px;
	background:rgba(0,0,0,0.5);
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration: underline;
}

/*inbg*/


/*发送*/
.hms_nav {
    padding-top: 90px;
}

.hms_nav a {
    display: block;
    width: 280px;
    height: 150px;
    padding-top: 30px;
    float: left;
    margin: 30px 20px 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
    color: #333;
    line-height: 30px;
}

.limitCols {
   margin-top:555px;
   padding-left:20px;
}
    .hms_nav a:hover {
        color: #fff;
        background: #0068b7;
        box-shadow: 0 0 5px #0068b7;
    }

.hms_nav .ico {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .hms_nav .ico img {
        display: block;
        width: 70px;
        height: 140px;
        position: absolute;
        left: 0;
        top: 0;
    }

.hms_nav a:hover .ico img {
    top: -75px;
}
/*发送结束*/

/*错误提示*/
.errorTip {
   font-weight:bold;
   font-size:16px;
   margin:50px auto 0 auto;
}


/*解决easyui冲突*/
.hm_nav a, .hm_count ul, .tit1, .mh_select .top, .ma_header .title, .bj_bt, .bj_ctrls, .bj_bz .tit, .in_bar .tit {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

#ucTB {
    border:1px #ccc solid;
    border-collapse:collapse;
}
    #ucTB td, #ucTB th {
        text-align: center;
        border: 1px #ccc solid;
        height: 25px;
        padding: 0px 10px;
    }
    #ucTB th {
        font-weight: bold;
        color: #333;
        padding: 0px 10px;
    }

.login_UName {
    display: block;
    color: #0068b7;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.selPro {
  position:absolute;
  right:0px;
  bottom:0px;
  height:34px;
  line-height:34px;
  cursor:pointer;
  padding:0px 3px;
  background:#fafafa;
  vertical-align:central;
}

#lable_td1 label, #lable_td2 label {
    margin-right: 5px;
}

.selCustomer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    height: 25px;
    line-height:25px;
    padding: 0px 3px;
    vertical-align: bottom;
    background-color:#ffffff;
}

.selGroup {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    padding: 0px 3px;
    background: #fafafa;
    vertical-align: central;
}

.picDel {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 12px;
    width: 12px;
    border: none;
}

.xjTB {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .xjTB td {
        height: 50px;
        font-size: 14px;
        border: 1px dashed #ccc;
    }

.xjpzTd1 {
    text-align: center;
    background-color: #fafafa;
    width: 15%;
    font-weight: bold;
    color: #333;
    min-width: 140px;
}

.xjpzTd2 {
    text-align: left;
    padding-left: 5px;
    width: 85%;
}

.flagDesc {
    position: absolute;
    right: -144px;
    top: 0;
    width: 120px;
    height: auto;
    min-height:35px;
    vertical-align:middle;
    word-wrap: break-word;
    word-break: break-all;
    text-wrap:wrap;
    flex-wrap:wrap;
    background-image:url();
    display: none;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
}