* {
	margin: 0;
	padding: 0;

}

body,
ul,
li,
a,
img,
table,
tr,
td,
form,
input,
h1,
h2,
h3,
p,
footer {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	margin: 0 auto;
	font-size: 16px;
	font-family: 微软雅黑, Segoe UI, Arial, sans-serif;
	color: #000;
	position: relative;
}

li {
	list-style: none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	display: inline-block;
}

a:hover {
	color: #263d94;
}


/* 标题样式 */
.public-title {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.public-title .t-line {
	width: 10%;
	height: 6px;
	margin: auto 0;
}

.public-title .t-line1 {
	background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #0455DC);
}

.public-title .t-line2 {
	background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #0455DC);
}

.public-title .t-circle {
	width: 9px;
	height: 9px;
	background-color: #0455DC;
	border-radius: 50%;
	margin: auto 1%;
}

/* 
/* 导航 */
#navBox {
	width: 100%;
	height: 100px;
	position: relative;
	position: fixed;
	z-index: 9999;
	background: #FFF;
	top: 0;
	box-shadow: 0 2px 5px #ccc;
}

.nav {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

#logo img {
	width: 100%;
	height: 40px;
}

.nav>ul {
	display: flex;
}

.nav>ul>li {
	font-size: 24px;
	font-weight: 700;
	width: 150px;
	text-align: center;
	position: relative;
	height: 80px;
	line-height: 80px;
}

.nav>ul>li span {
	padding-bottom: 5px;
}

.nav>ul>li :hover span {
	border-bottom: 2px solid #263d94;
}

/* 二级导航 */

.navTwo {
	position: absolute;
	z-index: 10;
	width: 113vw;
	top: 90px;
	background: rgb(255, 255, 255);
	left: 80%;
	transform: translateX(-50%);
	display: none;
	border-top: 1px solid #ccc;
}

.navTwo ul {
	width: 1400px;
	justify-content: center;
	display: flex;
	padding: 0 20%;
}

.navTwo ul li a {
	width: 300px;
	height: 300px;
	color: #FFF !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.navTwo ul li a {
	color: #333333 !important;
	opacity: 0.6;
}

.navTwo ul li:hover {
	background: rgba(163, 163, 163, 0.2);
}

.navTwo ul li:hover a {
	transition: 0.5s ease;
	opacity: 1;
}

.navTwo ul li:hover img {
	transform: scale(1.2);
	transition: 1s ease;
}

.navPhoto {
	width: 150px;
	height: 150px;
}


/* 底部 */
#bottomBox {
	width: 100%;
	position: relative;
}

#bottomBoxBgcolor {
	width: 100%;
	height: 490px;
	background: #f6f6f6;
	position: absolute;
	z-index: -2;
}

#bottomBoxbg {
	position: absolute;
	top: 25%;
	left: 30%;
	opacity: 0.1;
	z-index: -1;
}

#bottom {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding: 60px 0;
}


.floatBottom p {
	font-size: 20px;
	padding-top: 10px;
}

.floatBottom>ul {
	font-size: 24px;
	cursor: context-menu;
}

.floatBottom ul li {
	margin-top: 16px;
	font-size: 20px;
}

.floatBottom ul li a:hover {
	color: #b1b1b1 !important;
	text-decoration: underline;
}

/* 版权声明 */
#copyright {
	width: 1400px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 2px solid #ccc;
}


#copyright p {
	margin-top: 8px;
	text-align: center;
	color: #ababab;
	font-size: 18px;
}

#copyright a {
	color: #ababab;
}

#copyright a:hover {
	color: #ccc;
}
