﻿@charset "utf-8";
/* CSS Document */
body,html{ background-color:#fff;font-size:100%; font-size:16px; color:#333; padding:0; margin:0;font-family: Roboto,"Helvetica Neue", Arial, sans-serif, sans-serif,"苹方";}
img{border:none; outline:none;}
*{ padding:0; margin:0;}
body,html{color:#333;}
a,a:visited{ color:inherit; text-decoration:none;}
input,button,select,option{ outline:none;border: none;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt,p{ padding:0; margin:0; list-style:none;}
button{
	cursor: pointer;
}
textarea{
	 resize: none;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #6a6a6a; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #6a6a6a; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #6a6a6a; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #6a6a6a; 
}
input,select{-webkit-appearance:none;}

.main{
	margin: 0 auto; 
	overflow-y: auto;
	min-width: 1300px;
	
 }
.top{
	overflow: hidden;
	height: 93px;
	width: 100%;
	background-color: #900107;
	box-sizing: border-box;
	padding: 18px 0px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
	position: absolute;
	z-index: 999;
	min-width: 1300px
}
.top_left{
	float: left;
	
}
.logo{
	float: left;
	height: 60px;
}
.top_title{
	margin-left: 65px;
	height: 60px;
	font-size: 24px;
	color: #dec876;
	font-weight: bold;
	float: left;
	display: flex;
	align-items: center;

}
.top_right{
	float: right;
	display: flex;
	align-items: center;
	
}
.top_name{
	float: left;
	font-size: 20px;
	color: #fff;
	margin-right: 40px;
}
.top_xitong{
	float: left;
	font-size: 20px;
	color: #fff;
	margin-right: 50px;
}
.top_mima{
	float: left;
	font-size: 20px;
	color: #fff;
	margin-right: 40px;
}
.tuichu{
	float: left;
	height: 35px;
	width: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 17px;
	background-color: #dfc373;
	color: #e80c13;
	font-size: 18px;
	margin-right: 90px;
}
.deng_cont{
	height:calc(100% - 93px);;
	width: 100%;
    margin-top: 93px;
	box-sizing: border-box;
	background:url(../images/ban.jpg) no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.deng_box{
	width: 550px;
	height: 475px;
	background-color: rgba(241,235,225,0.8);
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 60px 45px 75px 30px;
}
.deng_title{
	text-align: center;
	font-size: 30px;
	color: #900107;
	margin-bottom: 35px;
}
.deng_input{
	display: block;
	padding: 35px 25px 15px;
	border-bottom: 1px solid #6a6a6a;
	font-size: 23px;
	background-color: transparent;
	box-sizing: border-box;
	width: 100%;
}
.deng_btn{
	display:block ;
	margin: 0 auto;
	width: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	height: 62px;
	background-color: #900107;
	font-size: 28px;
	color: #fff;
}
/* 登录 */
/* 首页 */
.index_cont{
	height:calc(100% - 93px);;
	width: 100%;
    margin-top: 93px;

	box-sizing: border-box;
	background:url(../images/ban2.jpg) no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_box{
	width: 68%;
	height: 475px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 1100px;
	margin-top: -28px;
}
.index_list{
	float: left;
	width: 198px;
	height: 198px;
	border-radius: 10px;
	margin-bottom: 105px;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 0 18px 0 25px;
	cursor: pointer;
	margin-right: calc(10% / 4);
	
}
.index_list:nth-child(5n) {
    margin-right: 0;
  }
.index_list img{
	height: 60px;
	display: block;
	margin:24px auto 5px;

}
.index_list_text{
	height: 90px;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #fff;
	justify-content: center;
	text-align: center;
}
.index_list_texts{
	height: 90px;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	justify-content: center;
	text-align: center;
}
/* 首页 */
/* 内页 */
.nei_cont{
	
	
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* .nei_main .top{
	position:absolute;
	width: 100%;
}
.nei_main.main{
	overflow-y: auto !important;
} */
.nei_main.main{
	overflow: initial;

}
.nei_main .top{
	position:fixed;
	width: 100%;
}
.aside.aside-dark{
	background-color: #f1ebe1;
	font-size: 25px;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active){
	background-image: linear-gradient(to right, #d7000f , #e53036);
}
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #898989;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff;
}
.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #fff;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#fff}
.aside-dark .menu .menu-item.here>.menu-link, .aside-dark .menu .menu-item.show>.menu-link {
	background-image: linear-gradient(to right, #d7000f , #e53036);
}
.aside-dark .menu .menu-item .menu-link.active {
    background-image: linear-gradient(to right, #d7000f , #e53036);
}
.aside-dark .menu .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff;
}
@media (min-width: 992px){
	.aside-fixed .aside{
		top: 93px;
		height: calc(100% - 93px);
	}
	.header-fixed.toolbar-fixed .wrapper {
		padding-top: calc(93px );
		padding-left: 350px;
	}
}
.aside {
    width: 350px !important;

}
.aside .aside-menu {
	width: 350px !important;
}
.zhuomian{
	overflow: hidden;
	border-bottom:1px solid  #ececec;
}
.zhuomian_lable{
	font-size:21px ;
	color: #000;
	height: 55px;
	display: flex;
	align-items: center;
}
.zhuomian_text{
	font-size:21px ;
	color: #000;
}
.zhuomian_list img{
width: 18px;
}
.zhuomian_list {
	height: 55px;
	display: flex;
	align-items: center;
}
.zhuomian_list.active{
	background-color: #d1d1d1;
	
}
.nei_nav{
	overflow: hidden;
	border-bottom:1px solid  #ececec;
	
}
.nei_nav img{
	height: 54px;
}
.nei_nav_left{
	font-size: 21px;
	color: #868686;
}
.nei_sou{
	overflow: hidden;

}
.nei_sou input,.nei_sou select{
	font-size: 21px;
}
.table td, .table th, .table tr{
	text-align: center;
	font-size: 21px;
}









@media (max-width:1300px){
.nei_main.main{
	overflow: auto;

}
.nei_main .top{
	position:absolute;
	width: 100%;
}
}
@media (max-width: 991.98px){
	.header-tablet-and-mobile-fixed .wrapper {
		padding-top: 93px;
	}
	.header-tablet-and-mobile-fixed .header {
		position: fixed;
		top: 93px;
		
	}
	.aside{
		transform: translateX(-0%) !important;
		top: 93px;
	}
}