* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	overflow: auto;
}

body {
	line-height: normal;
	font: 16px 微软雅黑;
}

img {
	border: none;
	/*防止IE下自动添加边框*/
	vertical-align: baseline;
}

#container {
	position: relative;
	width: 100%;
	/* height: 100%; */
	margin: auto;
}

#containernew {
	position: relative;
	height: 100%;
	margin: auto;
}

.main {
	/*width: 1000px;*/
	width: 1200px;
	margin: auto;
}

a,
a:hover,
a:link,
a:active {
	text-decoration: none;
	color: #333;
}

ul,
li {
	list-style: none;
}

input {
	background: #fff;
}

.header-title {
	background: #ffffff;
}
/*用户信息*/
.usermess {
	position: relative;
	color: #ffffff;
	font-size: 0.6em;
	height: 80px;
	line-height: 80px;
	/*width: 30%;*/
	max-width: 400px;
	text-align: right;
	float: right;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.fr_wj {
	float: right;
	text-align: left;
	width: 20%;
}

.frnew {
	float: right;
}

.weizhi {
	/*width: 1000px;*/
	width: 1200px;
	margin: 5px auto;
	padding: 5px 0;
}

.clear:after {
	display: block;
	content: '';
	clear: both;
}

.color-white {
	color: #fff!important;
}

.main-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #3c8ddb;
	opacity: .05;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
	/*兼容IE8及以下*/
	z-index: -1;
}

.logo {
	display: block;
	height: 100%;
	width: 50%;
	line-height: 80px;
	color: #fff!important;
}

.logo-img {
	float: left;
	margin: 15px 10px 15px 0;
	border: none;
}

.logo-title {
	float: left;
}


/*搜索框*/

.main-search-box {
	position: relative;
}

.main-search {
	position: relative;
	/*width: 600px;*/
	width: 750px;
	/*height: 36px;*/
	height: 40px;
	margin: 20px auto 5px;
	border: 0.05em solid #3c8ddb;
	background: #fff;
	border-radius: 5px;
}

#type-select {
	border: none;
	border-radius: 5px;
	outline: none;
}

.badge-show {
	width: 100px;
	height: 100%;
	line-height: 36px;
	position: relative;
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
}

.badge-show:hover .badge-list {
	display: block;
	transition: all ease-in-out .2s;
}

.badge-list {
	line-height: 35px;
}

.badge-list li {}

.arrow {
	position: absolute;
	top: 15px;
	right: -1px;
	display: block;
	width: 0;
	height: 0;
	border-width: 8px 8px 0;
	border-style: solid;
	border-color: #3c8ddb transparent transparent;
}

.search-a {
	position: absolute;
	top: 6px;
	right: 10px;
}

.search-a:hover {
	color: #3c8ddb;
}

.search-a i {
	font-size: 22px;
}

.search-input {
	outline: none;
	/*width: 70%;*/
	width: calc(100% - 230px);
	height: 16px;
	margin-top: 10px;
	border: none;
	border-left: 0.05em solid #ccc;
	padding-left: 5px;
}

.badge-list {
	display: none;
	position: absolute;
	top: 36px;
	right: -6px;
	width: 105px;
	border: 0.05em solid #3c8ddb;
	background: #fff;
	border-top-width: 0.05em;
	z-index: 1;
}

.badge-list a {
	display: block;
	/*padding: 5px 0;*/
}

.badge-list a:hover {
	color: #3c8ddb !important;
}

.main-search-badge {
	/*width: 450px;*/
	/*width: 565px;*/
	width: 705px;
	margin: 10px auto 0;
	padding-left: 2%;
}

.main-search-badge span,
.main-search-badge a {
	color: #e89102;
	margin: 0 10px;
}

#goback i {
	position: relative;
	top: 1px;
	right: 5px;
}

#footer {
	padding: 10px 0;
	background: #3c8ddb;
	color: #fff;
	min-height: 5em;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 999999;
}

.footer-link-a {
	color: #fff !important;
}

.footer-link-p {
	width: 60%;
	margin: 0 auto!important;
	text-align: center;
}

.link-p-first {
	margin: 5px auto 15px;
}

.footer-link-p span,
.footer-link-a {
	display: inline-block;
	margin: 5px 10px;
}

.footer-link-p a {
	margin-right: 10px;
}

.footer-link-con {
	position: relative;
	top: 0.5em;
	/*padding-top: 2em;*/
}

#qr-code {
	position: absolute;
	top: 0;
	right: 10px;
}

#qr-code img {
	width: 80px;
	height: 80px;
}

.layui-breadcrumb a {
	font-size: 16px;
}

.layui-breadcrumb a:hover {
	color: #3C8DDB!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

/*layui  上传样式*/

#fileCon {}

.fileBox {
	position: relative;
	width: 80%;
	border: 0.05em solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin: 10px;
}

.imgBox {
	width: 45px;
	height: 45px;
}

.imgBox img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.fileName {
	width: calc(100% - 100px);
	margin-left: 15px;
}

.fileName>div {
	position: absolute;
	bottom: 10px;
	width: 80%;
}

.icon-shanchu1 {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 16px;
	color: #ccc;
	cursor: pointer;
}

.icon-shanchu1:hover {
	color: #f34c0c;
}

.iconFile {
	float: left;
	width: 45px;
	height: 45px;
	font-size: 50px;
}

.layui-progress,
.layui-progress-bar {
	height: 2px;
}

.tz-badge {
	color: #fff!important;
	float: right;
	top: 0;
}

.form-control {
	box-shadow: none!important;
	border-width: 0.05em;
}

.btn {
	border-width: 0.05em;
}

.dropdown-menu {
	border-width: 0.05em;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
	border-width: 0.05em;
}

layui-layer-content {
	margin: 0 auto;
}
.layui-layer-loading .layui-layer-content{
	margin: 0 auto;
}

/*layui 上传样式    end*/

.img_txt {
	color: #ff5722!important;
}

#header-oa{
	display: none;
	position: relative;
	height: 90px;
}
#header-oa .bg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 90px;
    width: 100%;
}
#header-oa .header-fl{
	position: absolute;
	top: 15px;
	left: 20px;
}
#header-oa .header-fl img{
	width: 63px;
	height: 68px;
	vertical-align: middle;
}
#header-oa .header-fl b{
	font-size: 32px;
    color: #fff;
    margin-left: 12px;
    vertical-align: middle;
}
.weizhi span:nth-child(2){
	color: #3c8ddb!important;
}
.layui-breadcrumb a{
	color: #3c8ddb!important;
}
.user_a:hover{
	color: #fff!important;
	background: #3c8ddb!important;
	border-radius:3px;
	/*padding: 0px 3px;*/
}
.select_span{
	position: absolute;
	top: -7px;
	overflow: hidden;
	width: 95%;
	height: 32px;
}
.select_input{
	position: absolute;
	top: -7px;
	left: 10px;
	margin-top: 1px;
	margin-left: 1px;
	width: 90%;
	height: 30px;
	border-radius: 5px;
	color: #555;
}

.input_value{
	width:80%;height:24px;border:0pt;border-radius:5px;outline:0
}
.ccdd{
	height: 26px!important;
	border: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#ddd !important;
	font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ddd !important;
	font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#ddd !important;
	font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#ddd !important;
	font-size: 14px;
}
.hovercolor:hover{
	color: #0b4791!important;
}

.ty-hide-tr{
	display: none;
}
