@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: "Microsoft Yahei";
	font-size: .18rem;
}

/* 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-info {
	width: 19.2rem;
	height: 1.67rem;
	box-sizing: border-box;
	background: white;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 2.5rem; /* 顶部导航条左右边距 */
}

.top-info .logo-title {
	width: 4.47rem;
	flex-shrink: 0;
	margin: 0 0 .3rem 0;
}	

.top-info .logo-title img {
	width: 100%;
}

.top-info .motto {
	width: 4.48rem;
	flex-shrink: 0;
	margin: 0 0 .3rem 0;
}

.top-info .motto img {
	width: 100%;
}



.top-info .search {
	width: 3.3rem;
	height: .4rem;
	margin: 0 0 .55rem 0;
	display: flex;
}

.top-info .search .search-in {
	width: 100%;
	height: 100%;
	background: #e7e7e7;
	border-radius: .1rem;
	border: 1px solid #9b9b9b;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	transition: all .5s;
	padding: 0 .04rem 0 0;
}

.search-in .sch-but {
	display: block;
	right: 0;
	width: .61rem;
	height: .32rem;
	line-height: .31rem;
	font-size: .16rem;
	color: white;
	border-radius: .07rem;
	background: #f08518;
	text-align: center;
	letter-spacing: .05rem;
	box-sizing: border-box;
	padding: 0 0 0 .05rem;
	flex-shrink: 0;
	transition: all .5s;
}

.search-in .sch-ipt {
	background: none;
	margin: 0 .05rem 0 0;
	color: black;
	padding: 0 .2rem;
	border: none;
	outline: none;
	width: 100%;
}









.top-nav {
	width: 19.2rem;
	height: .62rem;
	box-sizing: border-box;
	background: #009aea;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 3rem; /* 顶部导航条左右边距 */
	position: absolute;
	z-index: 80;
	top: 1.67rem;
	left: 0;
}

.top-org {
	width: 19.2rem;
	position: absolute;
	left: 0;
	top: 2.29rem;
	z-index: 50;
	display: flex;
	justify-content: center;
}

.top-org>div {
	background: rgba(255,138,0,.6);
	width: 14.3rem;
	height: .16rem;
}



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 .17rem 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: .2rem;
}

ul.nav-link>li>.big-info {
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: .62rem;
	left: 0;
	background: black;
	z-index: 20;
	transition: all .5s;
	background: url("../img/big_info_bg.png") repeat-y;
	background-size: 100%;
	box-sizing: border-box;
	opacity: 0;
	box-shadow: 0 .1rem .2rem rgba(0,0,0,.25);
}

ul.nav-link>li:hover>.big-info {
	visibility: visible;
	height: auto;
	opacity: 1;
	transition: all .5s;
}

ul.nav-link>li>.big-info .info {
	width: 9rem;
	height: 100%;
	margin: 0 auto;
	padding: .4rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.nav-link>li>.big-info .info .info-pic {
	width: 2.1rem;
	height: 1.58rem;
	border: .03rem solid white;
	flex-shrink: 0;
}

ul.nav-link>li>.big-info .info .info-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.nav-link>li>.big-info .info .info-link {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 0 0 .55rem;
}

ul.nav-link>li>.big-info .info .info-link a.item {
	display: block;
	margin: 0 .45rem 0 0;
	color: black;
	font-size: .2rem;
	height: .45rem;
	line-height: .45rem;
	padding: 0 .2rem;
}

ul.nav-link>li>.big-info .info .info-link a.item::before {
	content: "·";
	padding: 0 .2rem 0 0;
}

ul.nav-link>li>.big-info .info .info-link a.item:hover {
	background-color: rgba(0,143,228,.85);
	color: white;
}











.footer {
	background: url("../img/bot_bg.png") no-repeat center top;
	background-size: 19.2rem;
	width: 19.2rem;
	height: 4.7rem;
	box-sizing: border-box;
	padding: 1rem 2.7rem 0 3.2rem;
	display: flex;
	justify-content: space-between;
}

.footer .left {
	width: 3.5rem;
	color: rgba(255,255,255,.7);
	padding: 1.5rem 0 0 0;
	flex-shrink: 0;
}

.footer .left .welc {
	font-size: .22rem;
	letter-spacing: .01rem;
	font-weight: bold;
	padding: 0 0 .15rem 0;
}

.footer .left .add {
	padding: 0;
	font-size: .17rem;
	line-height: .27rem;
}


.footer .mid {
	color: white;
	padding: 1.1rem 0 0 0;
	width: 1.3rem;
	font-size: .16rem;
	line-height: .22rem;
	flex-shrink: 0;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.footer .mid>img {
	width: 100%;
	border-radius: .1rem;
}



.footer .right {
	width: 4.3rem
}

.footer .right .sel-cont {
	display: flex;
	width: 3.8rem;
	height: .45rem;
	box-sizing: border-box;
	border-radius: 10rem;
	border: .01rem solid white;
	margin: 1.4rem 0 0 0;
	overflow: hidden;	
}

.footer .right .sel-cont .sel-head {
	background: white;
	font-size: .19rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .2rem;
}

.footer .right .sel-cont select {	
	background: none;
	border: none;
	outline: none;
	width: 2rem;
	color: white;
	flex-grow: 1;
	box-sizing: border-box;
	margin: 0 .2rem;
}

.footer .right .sel-cont select option {
	background: black;
}

.footer .right .cprt {
	font-size: .16rem;
	line-height: .3rem;
	color: rgba(255,255,255,.7);
	margin: .25rem 0 0 .1rem;
}