*{
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a{
	text-decoration:none;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs>li,.dropdown-menu>li,.three_menu>li{
    margin-bottom: 0;
    height: 50px;
    width: 150px;
    background-color: transparent;
	list-style: none;
}
.nav-tabs>li>a,.dropdown-menu>li>a,.three_menu>li>a{
    border-radius: 0;
    height: 50px;
    display: block;
    width: 100%;
    line-height: 50px;
    padding:0;
    text-align: center;
    color: #fff;
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.dropdown-menu>li{
	position: relative;
	float: left;
}
.three_menu{
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
	/* padding-left: 1px; */
	padding-left: 0px;
	display: none;
}
.dropdown-menu>li>a{
	text-decoration: none;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 17px;
	color: #0e76cd;
	background: transparent !important;
}
.dropdown-menu>li>a,.three_menu>li>a{
	background-color:#1F7CCA ;
	text-decoration: none;
}
.three_menu>li>a:hover{
	background-color:#285293 ;
	color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    background-color: #1F7CCA;
    border: none;
}
.nav-tabs>li>a:hover {
   border: none;
   color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #1F7CCA;
}


html{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color: #333;
}
body{
	    display: flex;
	    flex-direction: column;
}
.main_div{
    /* background-color: #F9F9F9; */
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main_div_div{
    width:1280px;
    /* background-color: #fff; */
    /* min-height: calc(100vh - 260px - 160px) */
    min-height: 300px;
}

/* 左右结构 */
.leftAndRight{
	width: 100%;
	display: flex;
	min-height: 300px;
	justify-content: space-between;
	padding-bottom: 20px;
}
.left_div{
	width: 270px;
	background: #fff;
	display: flex;
	flex-direction: column;
	
}
.right_div{
	width: calc(100% - 270px - 20px);
	background: #fff;
	padding: 20px;
}
.left_title{
	height: 46px;
	background-color: #015293;
	width: 100%;
	line-height: 46px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.left_content{
	height: calc(100% - 46px);
	width:100%;
	
}

.form_title{
	height: 54px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#015293;
	border-bottom: 1px dashed #D9D9D9;
	margin-bottom: 20px;
}
.form_content{
	width: 100%;
}
label.required:before{
	content: '* ';
	color: red;
}
.form-control{
	height: 40px !important;
}

.menu_min_ul{
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	padding:0;
}
.menu_min_ul li{
	height: 48px;
	width: 100%;
	border-bottom: 1px dashed #D9D9D9;
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.menu_min_ul li span{
	position: relative;
}
.menu_min_ul li.active{
	color: #015293;
	font-weight: bold;
}
.menu_min_ul li.active span::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background:url(../images/icon_nowtiltle.png);
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	left: -25px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #1F7CCA;
}
.nav{
	position: relative;
}
.dropdown{
	position: static !important;
}
.dropdown-menu{
	/* padding: 0; */
	/* width: 150px; */
	/* min-width: 150px; */
	z-index: 999;
	padding-top: 20px;
	min-height: 100px;
	padding-bottom: 20px;
	background: rgb(243, 243, 243);
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	opacity: 0.9;
	width: 100%;
	min-width: 100%;
}
.havmemu:after{
	content: '>';
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #fff;
	/* font-weight: bold; */
	font-size: 20px;
	/* background: url(../images/icon_nowtiltle.png); */
	/* background-size: 100% 100%; */
	position: absolute;
	top: 11px;
	right: 10px;
}
.three{
	margin: 0;
	float: right;
	display: none;
}
.havememu{
	position: relative;
}
.havememu:after{
	content: '>';
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #5E5E5E;
	/* font-weight: bold; */
	font-size: 20px;
	/* background: url(../images/icon_nowtiltle.png); */
	/* background-size: 100% 100%; */
	position: absolute;
	top: 11px;
	right: 10px;
}






.detail_page{
	background-color: #fff;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.detail_page_box{
	width: 1280px;
	min-height: 300px;
}



/* 面包屑导航 */
.nav_div{
	height:48px;
	width: 100%;
	background: transparent;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.icon_local{
	height: 25px;
	margin-right: 4px;
}
.nav_div a{
	color: #333;
	font-size: 18px;
}
.nav_div a:last-of-type{
	color: #015293;
}