#header {
	width:1200px;
	margin:0 auto;
	position:relative;

}

/*#header .logo {*/
	/*float:left;*/
	/*margin-top:19px;*/
	/**/
/*}*/

.ruzh{
    margin-left: 6rem;
    margin-top: 0.5rem;
}
.ruzh span{
    float: left;
    line-height: 39px;
}
.ruzh span label{line-height: 2.7rem;color: red;float: left;margin: 0 5px;}
.ruzh .spandi{border: 1px solid #b9b9b9;width: max-content;float: left;border-radius: 4px;padding: 3px;}
.ruzh .spandi input{
    border: none;
    padding: 6px 24px;
    font-size: 13px;
}
.ruzh .spandi img{
    margin-right: 0.5rem;
    margin-bottom: 0.55rem;
}
#header .topBar {
	height:30px;
	line-height:30px;
	font-size:16px;	
}

.topBar ul {
	float:right;
}


.topBar li {
	float:left;
}

.topBar li span {
	display:inline-block;
	margin:0px 20px;
	color:#dcdcdc;
}

.topBar img {
	margin-right:5px;
	margin-top:-1px;
}

#header .mainNav {
	height:70px;
	font-size:18px;
	font-weight:bold;
	float:right;


	
}

.mainNav .nav {
	float:left;
	width:120px;
	text-align:center;
	height:60px;
	margin-top:10px;
}

.nav i {
	margin-left:10px;
	color:#ccc;
}

.mainNav .current a {
	color:#ee2934;
	position:relative;
}

.nav:hover {
	background:#ed3d47;
	color:#fff;	
}

.nav:hover a {
	color:#fff;		
}


.nav:hover i {
	color:#fff;
}

.nav a:hover span i {
	color:#ed3d47;
}

.nav a {
	display:block;
	padding-top:10px;
	height:50px;
}



.nav span i {	
	position:absolute;
    bottom:-4px;
    left:25px;
	color:#ee2934;
}

.mainNav .sec_menu{
	position:absolute;
	z-index:1000;
	display:none;
	width:1200px;
	height:500px;
	background: url(../images/header/nav_bg.png) repeat;	
	border-top:3px solid #ee2934; 
	top:100px;
	left:0px;
	text-align:left;
	color:#000;	
}

.nav:hover .sec_menu{
	display:block;	
}

#crumb {
	background: #fff;
	clear: both;
}



#adPic {
	height:295px;
    background:url(../images/luodi_banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
}



#container {
	width: 100%;
	background: #fff;
}

#container .wrap,#container .wrap_main {
	width:1305px;
	margin:0 auto;
	padding:0px 0px 100px;
	overflow:hidden;
}

.wrap .sideBar {
	width:280px;
	float:left;
	background:#fff;
	border-radius:10px ;
	box-shadow: 0px 2px 5px #cccccc;
}

.sideBar ul {
	margin:0px 10px;
}

.sideBar ul div {
	height:70px;
	line-height:70px;
	font-size:22px;
	/*padding:0px 15px;*/
	border-bottom:1px solid #dcdcdc;
	color:#000;
}

.sideBar ul div img {
	margin-right:10px;
	vertical-align:middle;
}

.sideBar li {
	height:60px;
	line-height:60px;
	font-size:18px;
	/*padding:0px 15px;*/
	border-top:1px dashed #dcdcdc;
	color:#333;
	position:relative;
	cursor:pointer;
}

.sideBar li.select {
	color:#ee2934;
}

.sideBar .current {
	display:inline-block;
	width:5px;
	height:60px;
	background:red;
    position:absolute;
	left:-10px;
}


.wrap .subContent {
	width:900px;
	float:right;
	background:#fff;
	border-radius:10px;	
	min-height:619px;
}

.subContent .heading {
	height:70px;
	line-height:70px;
	margin:0px 25px;	
	border-bottom:1px solid #dcdcdc;
	font-size:22px;
	color:#ee2934;
}

.subContent .agreement {
	font-size:16px;
	color:#333;
}

.subContent .agreement a {
	color:#1f93d5;
}

.subContent .agreement span {
	margin-left:10px;
}

.subContent .note {
	margin:25px 0px;
}

.subContent .note span {
	display:inline-block;
	font-size:18px;
	color:#333;
	margin:20px 0px 10px;
	font-weight:bold;
}

.subContent .note p {
	font-size:16px;
	color:#333;
line-height:25px;	
}

.wrap_main .title {
	font-size:24px;
	color:#333;
	margin-top:20px;
	
}

.wrap_main table thead th {
	height:41px;
	text-align:center;
	font-weight:bold;
	color:#333333;
	font-size:20px;
}

.wrap_main table thead tr {
	background:#f8eef0;
}

.wrap_main table tbody tr {
	height:100px;
}

.wrap_main table tr.double {
	height:150px;
	line-height:150px;
}

.wrap_main table td {
	font-size:18px;
	text-align:center;
	line-height:30px;
	padding:0px 5px;
}

.wrap_main table a {
	font-size:18px;
	color: #0595FF;
	cursor:pointer;
}

.wrap_main table .fa-question-circle-o {
	margin-left:5px;
	font-size:24px;
	color:#1f93b5;
}

#cancel_content form {
	margin:20px;
	font-size:20px;
}

#cancel_content .layui-form-item {
    margin-top: 20px;
}

#cancel_content .layui-form-label {
	font-size:20px;
	text-align:left;
}

#cancel_content .btnArea {
	border-top:1px solid #E9E7E7;
	text-align:center;
	margin-top:20px;
	padding:30px 0px;
}


.message {
	text-align:center;
	font-size:18px;
	color:#666;
	margin:40px 0px 50px;
}

.message span {
	font-size:24px;
	color:#333;	
	display:inline-block;
	margin:10px 0px;
}

/*100闇�姹�  yang-lb*/
.wrap .sidemenuBar{
	width: 280px;
	float: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #cccccc;
	margin-left:10px;
}

.sidemenuBar ul {
    /*margin:0px 10px;*/
}

.sidemenuBar .title{
	height: 70px;
	font-size: 22px;
	font-weight: bold;
	line-height: 70px;
	text-indent: 24px;
	border-bottom: 1px solid #dcdcdc;
    margin: 0 10px;
}
.noTopBorder{
    border-top: 0px !important;
}
.sidemenuBar .secendMenuList{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
    border-top: 1px dashed #dcdcdc;
	position: relative;
    margin: 0 10px;
    text-indent: 14px;
}
.sidemenuBar .bottonBorder{
	background-color: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.sidemenuBar .bottonBorder li:nth-last-child(1) a{
        border-bottom: 0px;
}
.sidemenuBar ul .select{
	list-style: none;
	padding: 0;
	/*margin: 0 12px;*/
	/*height: 50px;*/
	line-height: 50px;
	font-size: 16px;
	text-indent: 12px;
	position: relative;
    text-indent: 24px;overflow: hidden;
}
.sidemenuBar ul .select a{
    display: inline-block;
    width: 256px;
    border-bottom: 1px solid #e4e1e1;
    text-align: left;
    text-indent: 0px;
    padding-right: 20px;
    box-sizing: border-box;
}
.sidemenuBar .secendCurrent {
	display: inline-block;
	width: 5px;
	height: 50px;
	background: #ee2934;
	position: absolute;
	left: 0px;
    top: 50%;
    margin-top: -26px;
}
.sidemenuBar .current {
	display: inline-block;
	width: 5px;
	height: 60px;
	background: #ee2934;
	position: absolute;
	left: -10px;
}
.sidemenuBar .topBorder{
    border-top: 1px dashed #dcdcdc;
    border-bottom: 0;
    margin: 0 10px;
    text-indent: 14px;
}
.sidemenuBar li a:hover{
    color:#ee2934 !important;
}