@charset "utf-8";

html,
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding: 0px;
	margin: 0;
	font-family: "å¾®è½¯é›…é»‘", "é»‘ä½“", "å®‹ä½“", Arial, sans-serif !important;
}

ul,
li,
ol {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}

ul,
ol,
li {
	margin: 0px;
	padding: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.clear {
	clear: both;
}

.paddnone {
	padding: 0px;
}

.mar0 {
	margin: 0px;
}

.mart10 {
	margin-top: 10px;
}

.mart15 {
	margin-top: 15px;
}

.marb15 {
	margin-bottom: 15px;
}

.mart20 {
	margin-top: 20px;
}

.mart30 {
	margin-top: 30px;
}

.mart40 {
	margin-top: 40px;
}

.padd10 {
	padding: 0px 10px;
}

.paddright10 {
	padding-right: 10px;
}

.paddleft10 {
	padding-left: 10px;
}

/* .container{padding:0 30px;} */
.container {
	width: 90%;
	margin: 0px 5%;
	padding: 0px;
}

@media (min-width:992px) {

	/* html,
	body {
		width: 90%;
		margin: 0 auto;
	} */
}

@media (min-width: 1680px) {
	.next-cont {
		width: 80%;
		margin: 0 auto;
	}

}

@media (max-width: 1680px) {
	.next-cont {
		width: 90%;
		margin: 0 auto;
	}
}

.mt30 {
	margin-top: 30px;
}

.content {
	padding: 20px;
}

.btn-blue {
	background-color: #004098;
	color: #fff;
}


.btn-search {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #004098;
	height: 30px;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px
}

.btn-search:hover,
.btn-blue:hover {
	color: #fff;
}

.myflex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.myflex>a {
	margin-left: 10px;
}

.container1>p {
	height: 40px;
}

/* 手机 */
@media screen and (max-width: 768px) {
	.main_banner {
		overflow: hidden;
		width: 100% !important;
		padding-right: 0 !important;
        flex-wrap: wrap;
	}

	.main_banners {
		width: 100% !important;
		background-color: #004098;
		padding-right: 10px !important;
		height: auto !important;
	}

	.main_banner img {
		/* height: auto !important; */
            width: 100%;
            height: auto !important;
            flex-wrap: wrap;
	}

	.mt30 {
		margin-top: 10px !important;
	}

	.right_mod1_zd .media {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		padding: 0px 15px;
		flex-wrap: wrap;
	}

	.home_mod1 {
		background: #f5f6fd;
		padding: 0px 5% 0px 5% !important;
	}

	.xxjs {
		width: 100% !important;
	}
}

/* 手机以上 */
@media screen and (min-width: 768px) {}

@media screen and (min-width: 1500px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1800px) {}

@media screen and (min-width: 1900px) {}



div.card {
	width: 90px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 20px
}

div.header {
	background-color: #1212c1a8;
	color: white;
	font-size: 40px;
	border-radius: 10px;
}

div.container1 {
	padding: 10px;
	width: 90px;
}

div.container1>p {
	color: black;
	height: 20px !important;
	font-weight: bold;
	font-size: 16px
}
