@charset "utf-8";
/*公用*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, ul, img, button {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

html, body {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

a {
	text-decoration: none;
}

input, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	outline: none;
}

button {
	border: none;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

img {
	border: none;
}

/**/
body {
    font-family: "STHeiti","Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	color: #485166;
	font-size: 14px;
}

/*头部logo*/
.icon {
	width: 1em; height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.head-logo{
    font-size: 100px;
    line-height: 60px;
    float: left;
    margin-top: -17px;
}

/**/
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.logo_wrap{
    height: 60px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.ac {
	text-align: center;
}

.ft12 {
	font-size: 12px;
}

.ft14 {
	font-size: 14px;
}

.ft16 {
	font-size: 16px;
}

.ft20 {
	font-size: 20px;
}

.ft24 {
	font-size: 24px;
}

.ft36 {
	font-size: 36px;
}

/*头部*/
.header {
	min-width: 1200px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.logo {
	float: left;
	margin-top: 22px;
}

.logo_line {
	color: #979797;
	font-size: 18px;
	margin: 0 5px;
}

.logo_txt {
	font-size: 18px;
	color: #717171;
    font-weight: bold;
}

.header_user_icon {
	/*margin-top: 20px;*/
	vertical-align: middle;
}

/*导航*/
.header_firstmenu {
	font-size: 16px;
	color: #485166;
	display: block;
	cursor: pointer;
}
.header_firstmenu:hover,.header_firstmenu:active{
	color: #2EAAFF;
}

.header_firstmenu i{
	color: #9EA7B4; font-size: 12px;
	position: relative;
	bottom: 2px;}
.header-contents-btn{ float: right; height: 100%; border: 0;display: inline-block;
    /*margin: 0 20px 0 0;*/
    line-height: 60px;
    width: 180px;
    text-align: center;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background-image: linear-gradient(-128deg, #0DB8FE 0%, #4E51FE 90%);
    box-shadow: 0 6px 10px 0 rgba(0,128,204,0.20);}

.header_nav li {
	float: left;
	/*margin-right: 30px;*/
	margin-left: 30px;
	line-height: 56px;
}
.header_secondmenu li{
	margin-left: 0;
}
.header_nav .login{
	font-size: 16px;
}

.header_nav .cur {
	border-bottom: 4px solid #0080cc;
}

.header_nav li.cur {
	color: #0080cc;
}
.bg-header .header{
	background-color: white;
}
.bg-header .w1200{
	z-index: 9999;
	height: 60px;
	line-height: 60px;
}
.bg-header .fr{
	margin-right: 0;
}
/*底部*/
.footer {
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.10);
	padding: 38px 0;
}

.footer .fl {
	line-height: 36px;
}

.footer .fr {
	line-height: 24px;
	color: #bbb;
}

.footer_copy {
	color: #bbb;
}

/*内容块全局样式*/
.cont_box {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background: #fcfdfe;
	margin-top: 2px;
}

.cont_box_main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

/*个人中心菜单样式*/
.usercenter_nav_secondmenu .cur a {
	color: #0080cc
}

/*公共样式*/
.cont_flo {
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
	border-radius: 4px;
	padding: 16px 0 30px;
	margin-bottom: 30px;
}

.cont_h2 {
	height: 36px;
	line-height: 36px;
	background: #f8f8f9;
	border-left: 10px solid #0080CC;
	padding-left: 10px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.cont_h2_sub {
	font-size: 12px;
	color: #485166;
	margin-left: 15px;
	font-weight: normal;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

/*头部二级菜单*/
.header_secondmenu {
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
	position: absolute;
	left: 0;
	top: 52px;
	font-size: 14px;
	/*width: 102px;*/
}

.header_secondmenu li {
	/*padding: 0 10px;*/
	line-height: 32px;
	white-space: nowrap;
	font-weight: normal;
	margin-right: 0;
	display: block;
	width: 100%;
	position: relative;
}
.header_secondmenu li.menu_list_secondli{
	width: 102px;
}
.menu_list_secondli .header_secondmenu{
	position: absolute;
	left: 100px;
	top:0;
	width: 102px;
}

.header_secondmenu li:first-child a{
	border-top: 0;
}

.header_secondmenu a {
	/*font-size: 16px;*/
	color: #485166;
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	/*border-top: 1px solid #E9EAEC;*/
	cursor: pointer;
}

.header_secondmenu i {
	margin-right: 20px;
}

.menu_list {
	position: relative;
}

/*头部个人中心*/
.header_user_wrap {
	position: relative;
}

.user_list {
	right: 0;
	left: auto;
}

.user_slider {
	position: absolute;
	/*right: 0;*/
	top: 56px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
	display: none;
	/*padding: 0 10px;*/
	padding-top: 10px;
}

.user_slider p {
	padding: 0 10px;
	line-height: 20px;
	background: #F8F8F9;
}

.user_slider .header_secondmenu {
	position:static;
	box-shadow: none;
	width: 120px;
}

.user_phonenum {
	font-size: 12px;
	color: #A3A6AF;

}

.menu_list .header_secondmenu {
	display: none;
	z-index: 5;
}
.header_status i{ font-size: 12px;}
/**/
#header {
	position: relative;
	z-index: 999;
}

.cont_box {
	position: relative;
	/*z-index: 1;*/
}

.header_status_rz,.header_status {
	font-size: 12px;
	display: none;
}
.header_status_rz{
	color: #27D193;}
.header_status a {
	color: #0080cc;
	margin-left: 4px;
}
.ftcf22{
	color: #f22;
}

/*头部样式*/

.header_secondmenu li:hover{
	background: #F8F8F9;
}
.header_secondmenu li:hover a{
	/*color: #2EAAFF;*/
}
.header_secondmenu a:active{
	color: #0080cc;
}
/*分页工具条样式调整 begin*/
.layui-form{
	margin: 0;
}
.layui-form .layui-table-body .layui-table{
	margin-bottom: 1px;
}
.layui-form .layui-table-page{
	border-width: 0px;
	padding: 0;
}
.layui-form .layui-table-header{
	border-bottom: 2px solid #DDDEE1;
	background-color: #fff;
}
.layui-form  .layui-table tbody tr{
	border-top: 0;
	border-bottom: 1px solid #DDDEE1;
}
.page-style{
	height: 106px;
	line-height: 106px;
	text-align: right;
}
.page-style .layui-laypage{
	margin: 0;
}
.page-style .layui-laypage .layui-laypage-limits, .page-style .layui-laypage .layui-laypage-skip{
	display:none;
}
.page-style .layui-laypage a, .page-style .layui-laypage span{
	margin-bottom: 0;
}
.page-style .layui-laypage span.layui-laypage-curr{
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
	line-height: 25px;
	/*margin-right: 11px;*/
	margin: 0 6px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-style .layui-laypage .layui-laypage-curr .layui-laypage-em{
	display: inline-block;
	background: #0080CC;
}
.page-tips{
    vertical-align: middle;
    margin-left: 15px;
    ont-family: MicrosoftYaHei;
    font-size: 16px;
    color: #485166;
}
/*.layui-form .layui-table-body .layui-none{
	height: 136px;
	line-height: 30px;
	padding-top: 90px;
	font-size: 0;
}*/
/*.layui-form .layui-table-body .layui-none:after{
	display: inline-block;
	content:"暂无协同申请，当您发现异常时可以发起协同哦";
	font-size: 14px;
	color: #485166;
}*/
.page-style .layui-laypage a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #0080CC;
	/*margin-right: 11px;*/
	margin: 0 6px;
	padding: 0;
	color: #0080CC;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-style .layui-laypage input:focus, .page-style  .layui-laypage select:focus{
	border-color: #0080CC !important;
}
.page-style .layui-laypage span{
	border: 0;
	padding: 0 6px;
	color: #0080CC;}
/*分页工具条样式调整 end*/

/***** 空数据列表展示 *****/
.w100{
	width: 100%;
}
.w100 ~ .layui-form{
	display: none;
}
.empty-back{
	height: 360px;
	line-height:360px;
	text-align: center;
}
.empty-back a{
	margin-left: 10px;
	color: #0080cc;
}
/**/
/**/
.abnormal_handling{
	width: 500px;
	padding: 100px 0;
	text-align: center;
	background: rgba(0,128,204,0.6);
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 30%;
	color: #fff;
	font-size: 36px;
	border-radius: 10px;
	z-index: 50;
	display: none;
}
input::-webkit-input-placeholder{
	color: #A3A6AF;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A3A6AF;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #A3A6AF;
}
/*  Internet Explorer 10+ */
input:-ms-input-placeholder {
	color: #A3A6AF !important;
}

/*表格划过样式*/
.layui-table tbody tr:hover{ background-color: #fff;}

/*绿色弹出提示框*/
.popupParent{
    position: fixed;
    /*top: 90px;*/
	top: 0;
    left: 50%;
    margin-left: -175px;
	width: 350px;
	height: 50px;
    background: #3BD69D;
    opacity: 0.8;
    -moz-opacity: 0.8;
    border: 2px solid #27D193;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    z-index: 120000000000;
	text-align: center;
}
.popupParent_span{
    vertical-align: middle;
    color: #fff;
    line-height: 50px;
}