html,body {
	padding: 0;margin: 0;background: #f8f8f8;
	letter-spacing: 1px;font-family: 'Montserrat', sans-serif;
}
body a {
	outline: none;text-decoration: none;
	transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;
}
body a:hover {
	text-decoration: none;
}
body a:focus,a:hover {
	text-decoration: none;
}
input[type="button"],input[type="submit"] {
	transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],input[type="button"],input[type="submit"],textarea {
	font-family: 'Montserrat', sans-serif;
	transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;padding: 0.2em;
	font-family: 'Encode Sans Condensed', sans-serif;
	letter-spacing: 1px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
}

p {
	margin: 0;
	padding: 0;
	/* letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px; */
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* img{min-width:100%;max-height:100%;} */
img{ width:100%; height:100%; }



.header-title {
	height: 80px;
	line-height: 80px;
	padding: 0 20%;
}
.header-title .hedder-logo {
	width: 120px;
}

.header-img {
	height: 4.4rem;
	max-height: 420px;
	background: url(../img/topimg.png)no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 作用：为了给图片加颜色遮罩 */
	/* position: relative; */
}

/* 给图片加颜色遮罩 */
/* .header-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(102, 109, 172, 0.5);
	z-index: 2;
} */

section {
	padding: 1em 0px;
}

.section-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* font-size: 36px; */
	font-size: 1.5em;
	padding: 1em 0.8em 0.8em;
	/* z-index: 100; */
}

.section-title p {
	height: 2px;
	width: 3em;
	background-color: #97BB3E;
	margin-top: 8px;
}

/* =====================section2============================== */
.section-img {
	background: url(../img/section2.png)no-repeat center;
	display: flex;
	justify-content: center;
}

.section2-warp {
	z-index: 200;
	color: #FFFFFF;
	width: 5.8rem;
	margin: 0.6em;
}

.section2-warp span {
	font-size: 0.8em;
}

.section2-warp .extrude {
	color: #97BB3E;
}

.separator-line {
	background-color: #97BB3E;
	width: 1.4em;
	height: 3px;
	margin: 1.2em 0px;
}

/* =====================section3============================== */
.section3-warp {
	/* width: 540px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section3-desc {
	padding-top: 1.4em;padding-bottom: 1.4em;
}

.section3-desc p,
.s4-title {
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: 700;
	color: #666666;
	font-family: PingFang SC, PingFang SC-Bold;
}

.number {
	width: 40px;
	height: 40px;
	border: 1px solid #404040;
	border-radius: 50%;
	padding: 3px;
	font-size: 16px;
}


/* =====================section5============================== */
.section5-warp {
	/* width: 1200px; */
	margin: auto;
}

.s5-card {
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	height: 290px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	margin-bottom: 8px;
}
.s5-card img{
	width: auto;
	height: auto;
}
.s5-card>.text {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
}

.s5-card>.hover {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	z-index: 280;
}

.s5-card:hover>.hover {
	display: block;
}

.s5-card>.hover>.img {
	padding-top: 63px;
}

.s5-card>.hover>.title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
}

.s5-card>.hover>.line {
	height: 2px;
	width: 100px;
	margin: auto;
	background-color: #FFB600;
}

.s5-card>.hover>.sub {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
}

/* =====================section6============================== */

.section6-img  img{
	height: auto;
	width: auto;
}

.section6-warp .title {
	font-size: 18px;
	font-weight: 400;
	margin-top: 28px;
	margin-bottom: 14px;
}

.section6-warp .content {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}


.section7-warp {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section8-warp .title {
	background-color: #4472C4;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 1.4em 0;
	text-align: center;
}

.edition-warp {
	/* height: 260px; */
	height: 2.1rem;
	background-color: #e9ecef;
	text-align: center;
	padding: 10px 14px;
}

.edition-tip {
	font-size: 15px;
	margin-bottom: 14px;
}

.section9-warp {
	margin-bottom: 30px;
}

.section9-warp .title {
	font-size: 1em;
	font-weight: 800;
	text-align: left;
}

.join {
	padding: 16px;
	border-radius: 15px;
}

.join-desc {
	padding: 20px 0px;
}

footer {
	/* height: 260px; */
	font-size: 18px;
	background: #002768;
	font-weight: 400;
	color: #ffffff;
	padding: 40px 0 20px 0;
}
footer img {
	width: auto;
	height: auto;
}
/* .footer-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.footer-before {
	width: 260px;
	padding-left: 30px;
}

.footer-after {
	width: 300px;
} */

.copyright {
	background: #001f54;
	/* line-height: 70px; */
	text-align: center;
}

.copyright a {
	/* line-height: 70px; */
	padding: 2em 0.2em;
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
}


@media(min-width:1920px) {
	body {font-size: 25px}
}
@media screen and (min-width: 1600px) and (max-width:1920px){
	body { font-size: 24px }
}
@media screen and (min-width: 1400px) and (max-width:1600px){
	body { font-size: 23px }
}
@media screen and (min-width: 1400px) and (max-width:1600px){
	body { font-size: 22px }
}
@media screen and (min-width: 1024px) and (max-width:1400px){
	body { font-size: 18px }
}
@media screen and (min-width: 768px) and (max-width:1024px){
	body { font-size: 16px }
}
@media screen and (min-width: 414px) and (max-width:768px){
	body { font-size: 14px }
}
@media screen and (min-width: 375px) and (max-width:414px){
	body { font-size: 13px }
}
@media screen and (min-width: 320px) and (max-width:375px){
	body { font-size: 12px }
}
@media(max-width:320px) {
	body {font-size: 11px}
}
@media(max-width:818px) {
	.header-title { padding: 0 4%; height: 50px; line-height: 50px;}
	.hedder-logo {
		width: 60px;
	}
	.number {
		width: 14px;
		height: 14px;
		border: 1px solid #404040;
		border-radius: 50%;
		padding: 0.4px;
		font-size: 10px;
	}
	.col-sm-4, .col-sm-6 {
		margin-bottom: 6px;
	}
	.section6-warp .col-sm-4{
		display: flex;
		border-bottom: 1px solid #524f4f;
		margin-bottom: 4px;
	}
	.section6-img {
		height: 90px;
		line-height: 90px;
		width: 50px;
		margin-right: 6px;
	}
	.section6-img img {
		height: 30px;
		width: 30px;
	}
	.section6-des {
		display: flex;
	}
	.section6-warp .title {
		font-size: 14px;
		font-weight: 400;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.edition-warp {
		height: auto;
		padding-bottom: 22px;
		margin-bottom: 6px;
	}
	.footer-logo,.footer-wechat {
		display: flex;
		justify-content: space-around;
		padding-bottom: 12px;
	}
	.footer-logo img{
		height: 50px;
	}
	footer {
		font-size: 13px;
	}
}

/* @media(min-width:1920px) {
	body {font-size: 28px}
}
@media(min-width:1600px) {
	body {font-size: 26px}
}
@media(min-width:1400px) {
	body {font-size: 20px}
}
@media(min-width:1024px) {
	body {font-size: 18px}
}
@media(min-width:768px) {
	body {
		font-size: 16px
	}
	.header-title { padding: 0 4%; height: 50px; line-height: 50px;}
	.header-img {
		height: 260px;
	}
}
@media(min-width:414px) {
	body {font-size: 15px}
	.header-img {
		height: 240px;
	}
}
@media(min-width:375px) {
	body { font-size: 14px }
}

@media(max-width:320px) {
	body {
		font-size: 12px
	}
} */