body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

html {
	background: #fff;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif;
	color: #333;
	font-size: 14px;
	outline: none;
}

.header {
	background: #fff;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	height: 154px;
}

.header .in {
	width: 1200px;
	margin: 0 auto;
	height: 154px;
}

.header .in .up {
	height: 92px;
	border-bottom: #e5e5e5 1px solid;
}

.header .in .up .logo {
	float: left;
	margin-top: 23px;
}

.header .in .up .right {
	float: right;
	display: flex;
	align-items: center;
	height: 92px;
}

.header .in .up .right img {
	margin-left: 40px;
	margin-right: 5px;
}

.header .in .down {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	/* font-size: 18px; */
}

.header .in .down a {
	width: 160px;
	text-align: center;
	font-size: 16px;
}

.header .in .down a.active {
	color: #0A20A2;
	font-weight: 500;
}



.footer {
	background: #1E1E1E;
	height: 60px;
	font-size: 13px;
}

.footer p {
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	opacity: 0.65;
}

.footer p a {
	text-decoration: underline;
}

.img-top {
	margin-top: 154px;
	background: url(../images/list_page_top_bg.png) no-repeat center center;
	background-size: cover;
	height: 180px;
}

.img-top .in {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

.img-top .in p {
	font-size: 30px;
	padding-top: 40px;
}

.page-body {
	width: 1200px;
	margin: 40px auto 80px auto;
}

.tab {
	display: flex;
	justify-content: center;
}

.tab a {
	height: 32px;
	line-height: 32px;
	background: #f5f5f5;
	color: #888;
	padding: 0 14px;
}

.tab a.active {
	background: #0A20A2;
	color: #fff;
}

.list {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.art-detail-box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	min-height: 400px;
	font-size: 16px;
}

.list li {
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: #e5e5e5 1px solid;
}

.list li a {
	flex: 1;
	font-size: 16px;
}

.list li a:hover {
	color: #0A20A2;
}

.contact {
	background: #1E1E1E url(../images/index_map.png) center 60px no-repeat;
	background-size: 1238px auto;
}

.contact .in {
	width: 1200px;
	margin: 0 auto;
	height: 370px;
	border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}

.contact .in .left {
	float: left;
	padding-left: 60px;
}

.contact .in .left .public-title {
	margin-bottom: 20px;
	padding: 60px 0 30px 0;
}

.contact .in .left .public-title p {
	text-align: left;
	color: #fff;
}

.contact .in .left .public-title span {
	text-align: left;
	color: #fff;
}


.contact .in .left ul li {
	margin-bottom: 20px;
}

.contact .in .left ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.contact .in .left ul li span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}


.contact .in .right {
	margin-top: 110px;
	float: right;
	width: 150px;
	text-align: center;
	margin-right: 180px;
}

.contact .in .right p {
	color: #fff;
	padding-top: 10px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	height: 510px;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #fff;
}

.banner {
	height: 510px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.banner .in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 148px;
}

.banner .in .info {
	padding-top: 40px;
	margin-left: 40px;
	width: 662px;
	height: 215px;
	background: rgba(10, 32, 162, 0.77);
	color: #fff;
	box-sizing: border-box;
	padding-left: 40px;
}

.banner .in .info p {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.banner .in .info span {
	font-size: 20px;
}

.public-title {
	padding: 70px 0 30px 0;
}

.public-title p {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.public-title span {
	display: block;
	text-align: center;
	color: #888;
	font-weight: 300;
}

.title-box {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: 50px 0 50px 0;
}

.title-box:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	width: 40px;
	height: 2px;
	background: #B2B2B2;
	margin-left: -20px;
}

.ser {
	margin-bottom: 50px;
}

.ser ul {
	width: 1200px;
	margin: 0 auto;
}

.ser ul li {
	float: left;
	width: 386px;
	margin-right: 21px;
	height: 366px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
}

.ser ul li:last-child {
	margin-right: 0px;
}

.ser ul li .face {
	width: 386px;
	height: 210px;
	position: relative;
}

.ser ul li .face .pic {
	width: 386px;
	height: 210px;
	display: block;
}

.ser ul li .face .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}

.ser ul li p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 15px;
}

.ser ul li span {
	display: block;
	padding: 0 20px;
}

.about {
	background: url(../images/index_pic.png) no-repeat center center;
	background-size: cover;
	height: 410px;
	color: #fff;
}

.about .in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
	text-align: center;
}

.about .in .left {
	float: left;
	width: 386px;
	height: 307px;
	background: rgba(10, 32, 162, 0.79);
}

.about .in .left p {
	padding-top: 80px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 35px;
}

.about .in .left span {
	font-size: 16px;
	display: block;
	margin-bottom: 35px;
}

.about .in .right {
	float: right;
	width: 789px;
	height: 307px;
	background: rgba(0, 0, 0, 0.64);
}

.about .in .right p {
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 70px;
}

.about .in .right span {
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
	margin: 0 auto;
	width: 590px;
	margin-bottom: 30px;
	font-size: 14px;
}

.about .in a {
	display: inline-block;
	width: 142px;
	height: 44px;
	border-radius: 22px;
	border: 1px solid #FFFFFF;
	line-height: 44px;
}

.about .in a:hover {
	background: #fff;
	color: #0A20A2;
}

.news {
	padding-bottom: 50px;
}

.news ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.news .more {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 44px;
	background: #0A20A2;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

.news .more:hover {
	background: #1531D1;
}

.news ul li {
	width: 386px;
	height: 268px;
	float: left;
	margin-right: 21px;
	position: relative;
	cursor: pointer;
}

.news ul li:last-child {
	margin-right: 0;
}

.news ul li img {
	width: 386px;
	height: 268px;
	display: block;
}

.news ul li p {
	width: 386px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
