body {
	padding: 0;
	margin: 0;
}

/* 登录页 */
/*隐藏滚*/
/*
::-webkit-scrollbar {
	display: none;
}
*/
*::-webkit-scrollbar-track-piece {
	width:8px;
	height: 4px;
	background-color:#eee;
	border-radius: 5px;
}
*::-webkit-scrollbar {
	width:8px;
	height: 4px;
	background-color:rgba(51,172,160,0.2);
	border-radius: 5px;
}
*::-webkit-scrollbar-thumb {
	width:8px;
	height: 4px;
	background-color:rgba(0,0,0,0.3);
	border-radius: 5px;
}
*::-webkit-scrollbar-thumb:hover {
	width:8px;
	height: 4px;
	background-color:rgba(51,172,160,0.2);
	border-radius: 5px;
}
*::placeholder {
	color: #aaa;
}
.loginbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/loginbg.png');
	background-size: cover;
	left: 0;
	top: 0;
}
.logk {
	width: 390px;
	height: auto;
	padding-bottom: 40px;
	border-radius: 15px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 20vh;
	position: relative;
}
.logki {
	position: absolute;
	margin-left: -20px;
	margin-top: 30px;
}
.logki img {
	width: 105%;
	height: 64px;
}
.logn {
	position: absolute;
	padding-top: 30px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	z-index: 2;
	line-height: 54px;
	padding-left: 40px;
}
.denglucon {
	padding-top: 110px;
	padding-left: 40px;
	padding-right: 40px;
}
.loinp {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 5px;
	height: 44px;
	padding: 0px 15px;
	font-size: 14px;
	color: #555555;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.code {
	width: 46%;
	height: 46px;
	text-align: right;
	float: right;
	border-radius: 5px;
	overflow: hidden;
}
.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.denglu {
	display: inline-block;
	padding: 12px 20px;
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #189F92;
	border-radius: 4px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
}
.logjishu {
	width: 526px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	font-size: 15px;
	color: #999;
}
.logjishu a {
	color: #fff;
	text-decoration: none;
}
/* 头部 */
.head {
	position: fixed;
	height: 60px;
	background-color: #2b2b2b;
	color: #fff;
	z-index: 9999;
	top: 0;
}
.head a {
	color: #fff;
	display: inline-block;
}
.hlogo {
	float: left;
	font-size: 16px;
	padding-left: 20px;
	vertical-align: top;
}
.hlogot {
	display: inline-block;
	/*	width: 60px;*/
	height: 34px;
	margin-top: 13px;
}
.hlogot img {
	/*    height: 60px;*/
	margin-top: 0px;
	height: 100%;
}
.hiname {
	vertical-align: top;
	display: inline-block;
	line-height: 60px;
	padding-left: 15px;
}
.userinfo {
	float: left;
	line-height: 60px;
	padding-left: 20px;
}
.hguanli {
	float: right;
	margin-left: 20px;
}
.hhuiin {
	display: inline-block;
	text-align: center;
	background-color: rgba(0,151,136,0.5);
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}
.hhuiin:nth-child(2) {
	background-color: rgba(0,151,136,0.2);
}
.hyinwen {
	display: inline-block;
	width: 170px;
	text-align: center;
	line-height: 60px;
	background-color: #009788;
}
.userdang {
	display: inline-block;
	margin-right: 15px;
}
/* 左侧nav */
.left_nav {
	height: 100%;
	min-height: 570px;
	display: inline-block;
	width: 190px;
	background-color: #009788;
	overflow: auto;
	position: fixed;
	padding-top: 60px;
	box-sizing: border-box;
	overflow-y: auto;
	left: 0;
	padding-bottom: 80px;
}
.left_nav::-webkit-scrollbar {
	/*隐藏滚轮*/
	display: none;
}
.left_nav ul {
	color: #fff;
}
.left_nav ul li {
	margin-bottom: 1px;
	position: relative;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left_nav ul li .nav_dao {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	cursor: pointer;
	border-left: 4px solid #04564e;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left_nav ul li.cur .nav_dao {
	border-left: 4px solid #04564e;
}
.left_nav ul li.cur .sejian {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); 	/* Opera */
}
.left_nav ul li:hover {
/*    color: #fff;*/
}
.left_nav ul li:hover .nav_dao {
	border-left: 4px solid #04564e
}
.navk {
	width: 100%;
	display: none;
	overflow: hidden;
}
.left_nav ul li.cur .navk {
}
.nav_zi {
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.nav_zi {
	background-color: rgba(255,255,255,0.2);
	font-size: 14px;
	display: block;
	cursor: pointer;
	border-left: 4px solid #04564e;
}
.nav_zi a {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 35px;
	padding-right: 25px;
	color: #fff;
	display: block;
}
.nav_zi:hover {
	background-color: rgba(255,255,255,0.3);
}
.nav_zi:hover a {
	color: #fff;
}
.nav_zi.curs {
	background-color: rgba(0,0,0,0.2);
	border-left: 4px solid #04564e;
}
.sejian {
	right: 20px;
	top: 13px;
	position: absolute;
	display: block;
}
.sejian img {
	display: block;
}
.sejianx {
	display: none;
}
.ri_main {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 205px;
	float: left;
	box-sizing: border-box;
	padding-right: 15px;
	padding-bottom: 15px;
}
.main_k {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	/*    min-height: 100;*/
	padding-bottom: 0;
	padding-top: 0;
}
.main_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: calc( 100vh - 130px);
	margin-top: 75px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);/*
    padding-bottom: 80px;
    padding-top: 75px;
*/
}
.postion {
	/*    height: 60px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	margin-top: 75px;
	font-size: 14px;
	color: #999;
}
.curmbs {
	border-bottom: solid 1px #ddd;
	background-color: #eee;
	height: 44px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 75px;
	position: relative;
	z-index: 1;
}
.curmbs i {
	display: none;
}
.curmbs span {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 44px;
	line-height: 44px;
	border-bottom: solid 1px #ddd;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
	font-size: 15px;
}
.curmbs span.cur {
	border: solid 1px #ddd;
	border-bottom: solid 1px #fff;
	border-top: solid 2px #009788;
	background-color: #fff;
}
.main_tit {
	line-height: 46px;
	background-color: #f6f6f6;
	border-left: 5px solid #009687;
	padding-left: 15px;
	width: 100%;
	display: none;
}
.table {
	vertical-align: top;
	/*    text-align: center;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}
.table table {
	/*
    margin-top: 20px;
    margin-bottom: 20px;
*/
	width: 100%;
	border: 1px solid #eee;
}
.table .old {
	background: #f6f6f6;
}
.table .w60 {
	width: 60px;
}
.table .w260 {
	width: 260px;
}
.table .w100 {
	width: 100px;
}
.table .w75 {
	width: 75px;
}
.table .w165 {
	width: 165px;
}
.table .w230 {
	width: 230px;
}
.table .m200 {
	max-width: 200px;
}
.table .m400 {
	max-width: 400px;
}
.table table tr th:nth-child(1), .table table tr td:nth-child(1) {
	width: 42px;
}
.table table tr th:nth-child(2), .table table tr td:nth-child(2) {
	width: 60px;
}
.table table th, td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	max-width: 350px;
	word-break: break-all;
}
.table table th {
/*    text-align: center;*/
}
/* 按钮 */
/* 添加 */
.tianjia {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background-color: #009687;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
	float: left;
}
.tianjia a {
	color: #fff;
}
.chongzhi {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background-color: #fff;
	color: #666;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	float: left;
	margin-right: 10px;/*    margin-left: 20px;*/
}
/* 分页 */
.paging {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.paging ul {
	display: inline-block;
	float: right;
}
.paging ul li {
	display: inline-block;
	/*	padding: 5px 10px;*/
/*	min-width: 15px;*/
/*	border: 1px solid #E2E2E2;*/
	overflow: hidden;
	float: left;
}
.pagination > li > a, .pagination > li > span {
	color: #009687!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff!important;
	cursor: default;
	background-color: #009687;
	border-color: #009687;
}
.paging ul .active {
	background-color: #009788;
}
.paging ul .active a {
	color: #fff;
}
/* 表单 */
.forh {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.forh label {
	/*    width: 150px;*/
	margin-right: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	display: inline-block;/*    float: left;*/
}
.forhlab {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.sew250 {
	width: 250px;
	background-position-x: 220px;
}
.inton {
	display: inline-block;
	width: 200px;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.forred {
	color: red;
}
.forzi {
	width: 120px;
	line-height: 34px;
	text-align: left;
	float: left;
}
.for_block {
	float: left;
	width: calc(100% - 120px);
}
.forneirong {
	display: inline-block;
	width: 500px;
	vertical-align: top;
}
.for_block input[type=text] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.for_block textarea {
	display: block;
	width: 100%;
	height: 80px;
	padding: 6px 12px;
	font-size: 13px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.check23 {
	width: 24px;
	height: 24px;
}
.textton {
	width: 400px;
	height: 120px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	vertical-align: top;
}
.tuyul {
	margin-left: 166px;
	width: 256px;
	height: 253px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 5px;
	margin-top: 10px
}
.forh2 {
	margin-left: 120px;
}
.wenc {
	vertical-align: top;
	display: inline-block;
	width: 99%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;/*    padding-left: 115px;*//*	min-height: 600px;*/
}
.forhedi {
	min-height: 320px;
}
/* 底部 */

.footer {
	position: fixed;
	width: 100%;
	height: 40px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
.fjishu {
	width: 100%;
	height: 40px;
	background-color: #2b2b2b;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}
.fjishu a {
	color: #aaa;
}
.fjishu a:hover {
	color: #999;
}
#editor {
	height: 100%;
}
#edui1 {
	height: 100%;
	box-sizing: border-box;
	max-width: 100%!important;
}
#edui1_iframeholder{
    max-width: 100%!important;
}
#edui1_imagescale_cover{
    box-sizing: border-box;
	max-width: 100%!important;
}
.xupload-content {
	/*    padding-left: 115px;*/
/*    padding-top: 10px;*/
	box-sizing: border-box;
	margin: 0;
}
.main_tab {
	width: 100%;
	height: 43px;
	/*    overflow: hidden;*/
	background-color: #f3f3f3;
	line-height: 40px;
/*	border-bottom: solid 1px #eee;*/
	/*    margin-bottom: 15px;*/
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}
.main_tab ul {
	display: block;
	position: absolute;
	height: 40px;
	white-space: nowrap;
}
.main_tab li {
	/*    float: left;*/
	font-size: 14px;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-bottom: 4px;
}
.main_tab li a {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	color: #333;
	font-weight: bold;
}
.main_tab li.cur {
	background-color: #fff;
	border: solid 1px #eee;
	border-bottom: 0;
	border-top: solid 3px #009687;
}
.main_tab li:nth-child(1) {
	border-left: 0;
}
.main_tab2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-bottom: solid 1px #eee;
}
.main_tab2 li {
	float: left;
	line-height: 44px;
}
.main_tab2 li a {
	color: #666;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
}
.main_tab2 li:hover a {
	color: #009788;
}
.main_tab2 li.cur a {
	color: #009788;
}
.maim_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.mbiaodan {
	padding: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont_h1 {
	font-size: 20px;
	padding-left: 40px;
	padding-top: 40px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	border-top: solid 3px #ddd;
}
.cont_h1 span {
	height: 24px;
	width: 3px;
	background-color: #009788;
	display: block;
	float: left;
	margin-right: 10px;
}
.cate {
	cursor: pointer;
}
.cate.cur1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.icon_jt {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); 	/* IE 9 */
	-moz-transform: rotate(0deg); 	/* Firefox */
	-webkit-transform: rotate(0deg); /* Safari 和 Chrome */
	-o-transform: rotate(0deg); 	/* Opera */
}
.cur .icon_jt {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); 	/* Opera */
}
.imgfile{
    width: calc( 100% - 84px )!important;
    float: left;
/*    border-radius: 4px 0 0 4px!important;*/
}
