* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.content {
	position: relative;
}

/* 导航栏 */
.navtab {
	width: 1200px;
	height: 80px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 9999999999;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transform: translateX(-50%);
}

.navtab img {
	width: 120px;
}

.tabbar {
	width: 87%;
	height: 80px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.tabbar div {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fafafa;
	width: 11%;
	font-size: 16px;
	/* font-weight: 600; */
}

.active {
	border-bottom: 3px solid #fff;
}

/* 底部 */
.footer {
	width: 100%;
	height: 340px;
	background-color: #132238;
	display: flex;
	flex-direction: column;
	color: #fff;

}

.footer_top {
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #536980;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.footerTopLeft {
	width: 65%;
	height: 210px;
	display: flex;
	justify-content: space-around;
	border-right: 1px solid #a2a2a2;
}

.LeftCon {
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* border: 1px solid black; */
}

.LeftCon p {
	font-size: 14px;
}

.LeftCon p a {
	text-decoration: none;
	color: #fff;
}

.LeftCon h4 a {
	text-decoration: none;
	color: #fff;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:active: {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


.footerTopRight {
	padding-left: 3%;
	height: 240px;
	font-size: 14px;
	position: relative;
}

.footerTopRights {
	padding-left: 20px;
	height: 240px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.RightCon {
	height: 18%;
	/* border: 1px solid black; */
	display: flex;
	align-items: flex-start;
}

.RightCon img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.footerMidd{
	width: 70%;
	height: 75%;
	border-bottom: 1px solid #cacaca;
}
.code {
	position: absolute;
	right: 18%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.codes {
	width: 23%;
	height: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.codes img{
	width: 100%;
	height: 100%;
}
.code h5 {
	margin-top: 10px;
}

.footer_botm {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 14px;
}

.swiper {
	width: 100%;
	height: 70vh;
}

.swiper img {
	width: 100%;
	height: 100%;
}

/* body {
	width: 100vw;
	overflow-x: auto;
} */

.hoverOne {
	position: relative;
}

.lists {
	position: absolute;
	width: 0%;
	height: 100px;
	right: 0;
	bottom: -80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	overflow: hidden;
	transition: all 0.5s;
}

.lists>div {
	width: 0%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-bottom: 1px solid #fff; */
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(176, 201, 250, 0.5);
}

.hoverOne:hover .lists>div {
	width: 100%;
}

.hoverOne:hover .lists {
	width: 100%;
}

html {
	overflow: -moz-hidden-unscrollable;
	height: 100%;
}

body::-webkit-scrollbar {
	display: none; //Chorme
}

body {
	width: calc(100vw + 18px); //Firefox
	height: 100%; //Firefox
	-ms-overflow-style: none; //IE
	overflow: auto;
	Firefox
}



/* 新闻详情 */
.messContents {
	width: 60%;
	margin-left: 20%;
}

#content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#content p {
	font-size: 18px !important;
}

#content p img {
	width: 100% !important;
}

#messTitle {
	font-size: 26px;
	margin-top: 20px;
}

#messImg {
	width: 100%;
	height: 50px;
	border: 1px solid black;
}

#content img {
	width: 100% !important;
}