@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: "Microsoft Yahei";
}

/* div,ul,a,span  {
	border: 1px solid red;
} */

/* div,ul,a,span {
	margin: 10px;
} */

a {
	text-decoration: none !important;
	color: #fff;
}

.box {
	width: 19.2rem;
}

.top-nav {
	width: 19.2rem;
	height: 1.45rem;
	box-sizing: border-box;
	background: rgba(136,24,18,.85);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 1.65rem 0 1.92rem; /* 顶部导航条左右边距 */
	position: absolute;
	z-index: 80;
	top: 0;
	left: 0;
}

.top-nav .logo-title {
	position: relative;
	width: 5rem;
	height: 1.46rem;
	flex-shrink: 0;
}

.top-nav .logo-title .logo {
	display: block;
	position: absolute;
	left: 0;
	top: .27rem;
	z-index: 10;
}	

.top-nav .logo-title .logo img {
	width: 5rem;
}

ul.nav-link {
	display: flex;
	justify-content: space-around;
	flex-grow: 1;
	padding: 0 3%;
}

ul.nav-link>li,ul.nav-link>div {
	color: white;
	font-size: .18rem;
	padding: 0 0 .4rem 0;
}

ul.nav-link>li {
	background: url("../img/creat-tra.png") no-repeat center bottom;
	background-size: .35rem;
	transition: all .5s;
}

ul.nav-link>li:hover {
	background: url("../img/creat.png") no-repeat center bottom;
	background-size: .35rem;
	transition: all .5s;
}

ul.nav-link>li>a {
	color: #fff;
	font-size: .18rem;
}

ul.nav-link>li>.big-info {
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 1.45rem;
	left: 0;
	background: black;
	z-index: 20;
	transition: all .5s;
	background: rgba(255,255,255,.85);
	box-sizing: border-box;
	opacity: 0;
}

ul.nav-link>li:hover>.big-info {
	visibility: visible;
	height: auto;
	opacity: 1;
	transition: all .5s;
}

ul.nav-link>li>.big-info .info {
	width: 14rem;
	height: 100%;
	margin: 0 auto;
	background: url("../img/nav_book.png") no-repeat right bottom;
	background-size: 3.03rem;
	padding: .4rem 3.6rem .4rem 1.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

ul.nav-link>li>.big-info .info a.item {
	display: block;
	margin: 0 .45rem 0 0;
	color: #881812;
	font-size: .2rem;
	height: .45rem;
	line-height: .45rem;
	padding: 0 .2rem;
}

ul.nav-link>li>.big-info .info a.item::before {
	content: "·";
	padding: 0 .2rem 0 0;
}

ul.nav-link>li>.big-info .info a.item:hover {
	background-color: rgba(136,24,18,.85);
	color: white;
}







.top-nav .path {
	width: .9rem;
	height: .67rem;
	margin: 0 .1rem 0 0;
	position: relative;
	background: url("../img/creat-tra.png") no-repeat center bottom;
	background-size: .35rem;
	transition: all .5s;
}

.top-nav .path:hover {
	background: url("../img/creat.png") no-repeat center bottom;
	background-size: .35rem;
	transition: all .5s;
}

.top-nav .path .path-but {
	display: block;
	height: .31rem;
	line-height: .31rem;
	font-size: .16rem;
	color: #881812;
	border-radius: .07rem;
	background: rgba(255,255,255,.6);
	cursor: pointer;
	text-align: center;
}

.path ul.path-open {
	position: absolute;
	width: 9rem;
	top: .67rem;
	right: 0;
	background: black;
	z-index: 20;
	overflow: hidden;
	transition: all .5s;
	background: rgba(255,255,255,.85) url("../img/nav_book.png") no-repeat right 1.8rem;
	background-size: 3.2rem;
	border-radius: 0 0 .12rem .12rem;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	z-index: 30;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: .4rem .15rem .7rem .55rem;
}

.path:hover ul.path-open {
	visibility: visible;
	height: auto;
	opacity: 1;
	transition: all .5s;
}

ul.path-open>li {
	display: block;
	width: 2rem;
}

ul.path-open>li>a {
	color: #881812;
	font-size: .2rem;
	display: block;
	line-height: .45rem;
	padding: 0 .2rem;
	margin: 0 .45rem 0 0;
}

ul.path-open>li>a::before {
	content: "·";
	padding: 0 .2rem 0 0;
}

ul.path-open>li>a:hover {
	background-color: rgba(136,24,18,.85);
	color: white;
}




.top-nav .search {
	width: .61rem;
	height: .31rem;
	margin: 0 0 .36rem 0;
	position: relative;
}

.top-nav .search .search-in {
	width: .61rem;
	height: .31rem;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border-radius: .07rem;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	transition: all .5s;
}

.top-nav .search .search-in:hover {
	width: 3.5rem;
	background: rgba(0,0,0,.7);
	transition: all .5s;
}

.search-in .sch-but {
	display: block;
	right: 0;
	width: .61rem;
	height: .31rem;
	line-height: .31rem;
	font-size: .16rem;
	color: #881812;
	border-radius: .07rem;
	background: rgba(255,255,255,.6);
	text-align: center;
	letter-spacing: .05rem;
	box-sizing: border-box;
	padding: 0 0 0 .05rem;
	flex-shrink: 0;
	transition: all .5s;
}

.search-in:hover .sch-but {
	background: rgba(255,255,255,1);
	transition: all .5s;
}

.search-in .sch-ipt {
	background: none;
	margin: 0 .05rem 0 0;
	color: white;
	padding: 0 .2rem;
	border: none;
	outline: none;
	width: 100%;
}
	







.footer {
	background: #6f1e1a;
	padding: 0 0 .8rem 0;
}

.footer .ft-top{
	height: 27px;
	background: #3f1411;
}

.footer .items {
	width: 14rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.footer .items>:nth-child(2),.footer .items>:nth-child(3),.footer .items>:nth-child(4) {
	opacity: .6;
}

.footer .items .left1>:nth-child(2),.footer .items .left1>:nth-child(3),.footer .items .left1>:nth-child(4),.footer .items .left1>:nth-child(5) {
	opacity: .6;
}

.footer .item{
	transition: .5s linear;
}




.footer .left1 {
	width: 3.4rem;
	color: white;
	padding: .6rem 0 0 0;
	font-size: .14rem;
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	line-height: .22rem;
}

.footer .left1 .title {
	display: flex;
	align-items: center;
	margin: 0 0 .1rem -.2rem;
}

.footer .left1 .title>img {
	width: 3.13rem;
}

.footer .left1 .add {
	padding: 0rem;
	font-size: .16rem;
}

.footer .left1 .backup1 {
	padding: 0;
	line-height: .35rem;
}

.footer .left1 .backup2 {
	padding: 0;
	position: relative;
}

.footer .left1 .backup2>img {
	width: .18rem;
}

.footer .left1 .backup2>a {
	display: block;
	position: absolute;
	bottom: .06rem;
	left: 2.5rem;
	width: .73rem;
	height: .59rem;
}

.footer .left1 .cprt>a>img {
	width: 100%;
}





.footer .left2 {
	padding: .7rem 0 0 0;
	width: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	font-size: .16rem;
}

.footer .left2>div,.footer .left2>a {
	display: flex;
	padding: 0 .2rem 0 .1rem;
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	border-bottom: .01rem dotted #cdbcbb;
}

.footer .left2>div {
	justify-content: space-between;
}

.footer .left2>:last-child {
	display: flex;
	padding: 0 .2rem 0 .1rem;
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	border: none;
	margin: 0 0 -.17rem 0;
	color: white;
	font-size: .15rem;
}



.footer .left3 {
	padding: .85rem 0 0 0;
	color: white;
}

.footer .left3>div {
	padding: .16rem 0 .23rem 0;
	border-bottom: 1px dotted #fff;
	line-height: .32rem;
	font-size: .18rem;
	letter-spacing: .02rem;
}

.footer .left4 {
	color: white;
	padding: .9rem 0 0 0;
	width: 1.45rem;
	font-size: .16rem;
	letter-spacing: .15rem;
	white-space: nowrap;
	overflow: hidden;
	flex-shrink: 0;
}

.footer .left4>img {
	width: 100%;
}


.list_personnel_page_bar_style{
	margin: .5rem auto;
}
