html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: black;
}

body {
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 14px;
}

.jcsb {
	display: flex;
	justify-content: space-between;
}

.jcsa {
	display: flex;
	justify-content: space-around;
}

.jcs {
	display: flex;
	justify-content: start;
}

.ellipsis {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.button {
	margin: auto;
	color: white;
	display: block;
	font-size: 16px;
	padding: 8px 30px;
	width: max-content;
	border-radius: 50px;
	background-color: #1e9fff;
}

.nav-tab {
	height: 70px;
	background-color: #1b51f1;
	margin-top: -4px;
}

.nav-tab ul {
	display: flex;
	color: white;
	width: 1200px;
	margin: auto;
	line-height: 70px;
	font-size: 22px;
}

.nav-tab ul li a {
	color: white;
	font-weight: bold;
}

.header-des {
	background-image: url(/jczw/css/../img/bgc.png);
	height: 230px;
	width: 100%;
	min-width: 1200px;
}

.header-des p {
	color: #911412;
	font-size: 18px;
	width: 1200px;
	margin: auto;
	text-indent: 2em;
	line-height: 50px;
	letter-spacing: 1.5px;
	padding-top: 40px;
}


.footer {
	width: 100%;
	/* height: 160px; */
	padding: 30px 0;
	text-align: center;
	background-color: #214ed0;
}

.footer p {
	color: white;
	margin: 10px;
}

.footer p a {
	color: white;
	padding: 0 5px;
}


/* ------------------------------  index ------------------------------------------- */
.body-top {
	margin: 50px auto;
	width: 1200px;
}

.label-title {
	margin: auto;
	color: #214ed0;
	font-size: 30px;
	border: 1px solid #214ed0;
	min-width: max-content;
	padding: 9px 10px;
}

.label-title span {
	margin: 0 2px;
	border-left: 1px solid #214ed0;
}

.label-title b {
	margin: 0 20px;
}

.label-line {
	border-top: 4px solid #214ed0;
	height: 30px;
	margin-top: 30px;
	width: 100%;
}

.catalog div {
	position: relative;
	margin: 30px 0;
}

.catalog span {
	position: absolute;
	top: 8px;
	left: 50px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.catalog ul li {
	width: 90px;
	font-size: 18px;
	padding: 15px 15px;
	margin: 10px 15px;
	border-radius: 5px;
	text-align: center;
	background-color: #F7F6F5;
}

.body-content {
	background-image: url(/jczw/css/../img/bgc-center.png);
	background-size: 100% 100%;
	height: 800px;
}

.zcwj {
	font-size: 18px;
}

.zcwj ul {
	padding: 20px 0;
}

.zcwj ul li {
	padding: 10px 0;
	display: flex;
}

.zcwj ul li i {
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin: 9px 9px 9px 0;
	display: block;
	line-height: 20px;
	background-color: #1e9fff;
}


.layui-carousel-ind {
	top: -30px;
	left: -15px;
	text-align: right;
}

.layui-carousel img {
	width: 100%;
}

.layui-carousel .carousel-item p {
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	background-color: #00000070;
	width: 100%;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.body-footer {
	width: 1200px;
	margin: 50px auto;
}

.kind ul {
	flex-wrap: wrap;
	/* font-size: 16px; */
	margin-top: 30px;
}

.kind ul li a {
	width: 180px;
	display: block;
	text-align: center;
	background-color: #F8F8F8;
	border-radius: 2px;
	padding: 10px;
	margin: 15px 10px;
}

.kind ul li a i {
	color: #214ed0;
	font-size: 30px;
	display: block;
	padding: 10px 0;
}

/* ------------------------------  list ------------------------------------------- */
.body-left {
	width: 270px;
	font-size: 18px;
}

.body-left b {
	color: white;
	width: 100%;
	padding: 13px 0;
	display: block;
	text-align: center;
	background-color: #214ed0;
}

.body-left ul {
	background-color: #F8F8F8;
	padding: 20px 0;
}

.body-left ul span {
	color: #214ed0;
	padding: 0 30px;
	display: block;
	font-weight: bold;
}

.body-left ul span i {
	padding-right: 15px;
	height: 16px;
	margin-top: 5px;
	display: inline-block;
	border-left: 6px solid #214ed0;
}

.body-left ul li {
	font-size: 18px;
	padding: 0 0 10px 50px;
}

.body-left ul li a {
	display: block;
	width: 100%;
}

.body-right {
	width: 100%;
}

.body-right .news {
	background-color: #F8F8F8;
}

.body-right .news b {
	font-size: 18px;
	padding: 13px 20px;
	display: block;
}

.new-info:nth-child(4n) {
	border-bottom: 1px solid gray;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.new-info:nth-child(12) {
	border-bottom: 0;
	margin: 0;
}

.myPage {
	height: 30px;
	background-color: red;
	width: 100px;
	float: right;
}
