/*公共样式*/
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font: inherit;
	line-height: normal;
	position: relative;
	height: 100%;
}

header,
nav,
main,
img,
form,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

tbody {
	border-collapse: collapse;
	border-spacing: 0px;
}

pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	font-family: inherit;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

select,
input,
textarea,
button {
	font-size: inherit;
	padding: 2px 5px;
	font-family: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

th {
	text-align: left;
}

td {
	word-wrap: break-word;
	word-break: break-all;
}

ins,
em {
	text-decoration: none;
	font-style: normal;
	display: inline-block;
}

h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=file],
input[type=number],
input[type=tel],
input[type=button],
input[type=submit],
input[type=reset],
textarea {
	-webkit-appearance: none;
}

/*header*/
.header {
	width: 100%;
	height: auto;
}

.nav {
	width: 100%;
	height: 60px;
}

.nav .logo {
	float: left;
	padding: 10px;
	width: 20%;
}

.nav .menu {
	float: left;
	width: 70%;
}

.nav .menu img {
	display: none;
}

.nav .menu_a li .menu_b {
	display: none;
	width: 180px;
	height: 200px;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #f8f8f8;
	z-index: 99;
}

.nav .menu_a li {
	float: left;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	width: 180px;
}

.nav .menu_a>li:hover .menu_b {
	display: block;
}

.nav .userInfo {
	float: left;
	width: 10%;
	padding: 10px;
}

.nav .userInfo .register {
	background: linear-gradient(142deg, #ff2020, #ff8466);
	color: #fff;
	border: none;
	padding: 10px;
}

/*banner*/
.swiper {
	width: 100%;
	height: 600px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide h2 {
	position: absolute;
	top: 30%;
	left: 10%;
	font-size: 4vw;
	font-weight: 400;
}

.swiper-slide p {
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 1vw;
}

/*content公共样式*/
.content {
	width: 100%;
	height: auto;
}

.content h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
}

/*content-one*/

.content-one {
	width: 1200px;
	height: 600px;
	margin: 60px auto;
}

.one-info {
	border: 1px solid #d7d6d6;
}

.contentB-top {
	width: 74%;
	display: flex;
	background-color: #fff;
	float: right;
}

.contentB-top .top-tab {
	cursor: pointer;
	width: 25%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
	color: #000;
	background-color: #ff785d42;
}

.contentB-top .active {
	cursor: default;
	background: linear-gradient(142deg, #ff2020, #ff8466);
	color: #fff;
}

.contentB-bottom {
	width: 100%;
	height: 530px;
	line-height: 200px;
	text-align: center;
}

.contentB-bottom .page {
	display: none;
}

.contentB-bottom .page:first-of-type {
	display: block;
}

.page_left {
	width: 26%;
	float: left;
	height: 530px;
}

.page_right {
	width: 74%;
	float: left;
}

.page_right li {
	line-height: 28px;
	width: 100%;
	text-align: left;
	padding: 20px 60px;
	font-size: 18px;
}

.page_right .page_rs {
	font-size: 20px;
	font-weight: bold;
	f color: #000;
}

.page_right .page_rp {
	width: 40%;
	float: left;
	border: 1px solid #d7d6d6;
	text-align: center;
	margin: 2% 5%;
	border-radius: 20px;
}

.page_right .page_rp:hover {
	background: linear-gradient(142deg, #ff2020, #ff8466);
	color: #fff;
}

.page_right .page_ry {
	width: 40%;
	float: left;
	border: 1px solid #d7d6d6;
	text-align: center;
	margin: 2% 51% 2% 5%;
	border-radius: 20px;
}

.page_right .page_ry:hover {
	background: linear-gradient(142deg, #ff2020, #ff8466);
	color: #fff;
}

.page_right .page_rt {
	width: 30%;
	float: left;
	text-align: center;
}

.page_right .page_rt img {
	width: 40px;
}

.page_right .page_rt p {
	font-size: 18px;
	color: #ff2020;
}

/*content-two*/
.content-two {
	width: 100%;
	height: 600px;
	margin: 60px auto;
	background-color: #fafafa;
	padding: 60px 0;
}

.two-info {
	position: relative;
}

.info-bg {
	width: 100%;
	height: 3px;
	background: linear-gradient(142deg, #ff2020, #ff8466);
	opacity: 1;
	position: absolute;
	top: 80px;
}

.info-cont {
	width: 1200px;
	margin: 100px auto;
}

.info-li {
	text-align: center;
	color: #ff2020;
	width: 25%;
	float: left;
}

.info-li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 200px;
}

.info-lib {
	text-align: center;
	position: absolute;
	margin-left: 140px;
	top: 80px;
}

.info-lib .info-one {
	border-radius: 50px;
	position: absolute;
	width: 6rem;
	height: 6rem;
	top: calc(60% - 3rem);
	left: calc(50% - 3rem);
	background: #ff2020;
	animation-name: cx;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}

.info-lib .info-two {
	animation-delay: 1s;
	position: absolute;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	top: calc(60% - 3rem);
	left: calc(50% - 3rem);
	background: #ff2020;
	animation-name: cx;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}

.info-lib .info-three {
	animation-delay: 2s;
	position: absolute;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	top: calc(60% - 3rem);
	left: calc(50% - 3rem);
	background: #ff2020;
	animation-name: cx;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}

.info-lib .info-four {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: linear-gradient(142deg, #ff2020, #ff8466);
	top: calc(60% - 2rem);
	left: calc(50% - 2rem);
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

@keyframes cx {
	0% {
		opacity: .15;
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		top: calc(60% - 3rem);
		left: calc(50% - 3rem)
	}

	to {
		opacity: 0;
		border-radius: 50%;
		width: 12rem;
		height: 12rem;
		top: calc(60% - 6rem);
		left: calc(50% - 6rem)
	}
}

/*content-three*/
.content-three {
	width: 1200px;
	height: 600px;
	margin: 60px auto;
}

.three-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.info-left {
	width: 48%;
	float: left;
}

.info-left:hover {
	box-shadow: -5px 0px 20px 5px rgba(82, 88, 120, 0.15);
}

.info-right {
	width: 50%;
	float: left;
}

.info-img {
	width: 100%;
	overflow: hidden;
}

.info-img img {
	width: 100%;
	height: 336px;
	object-fit: cover;
	transition: all 0.6s;
}

.info-news {
	width: 100%;
	height: 170px;
	padding: 30px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e1e6f0;
	position: relative;
}

.info-news:hover {
	box-shadow: -5px 0px 20px 5px rgba(82, 88, 120, 0.15);
}

.info-news a {
	width: 100%;
	height: 100%;
	display: block;
}

.info-news a:hover .news-title {
	color: #ff2020;
}

.info-news a:hover .news-more {
	opacity: 1;
}

.news-title {
	font-size: 20px;
	font-weight: bold;
	color: #3b3e4e;
}

.news-describe {
	margin-top: 15px;
	font-size: 14px;
	color: #828699;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-time {
	color: #828699;
}

.news-more {
	color: #ff2020;
	position: relative;
	opacity: 0;
	transition: all 0.6s ease;
}

/*footer*/
.footer {
	width: 100%;
	height: 800px;
	background-color: #fafafa;
}

.footer-bg {
	background: url(../img/bg01.png) no-repeat center center;
	height: 350px;
	background-size: 100%;
	padding: 10% 20%;
	width: 100%;
	font-size: 3rem;
	color: #ff2020;
	background-color: #fff;
}

.footer-bg a {
	font-size: 1rem;
	color: #fff;
	background: linear-gradient(142deg, #ff2020, #ff8466);
	padding: 10px;
	border-radius: 5px;
}

.footer-box {
	width: 1200px;
	height: 430px;
	margin: 0 auto;
}

.footer-lr {
	width: 100%;
	height: 300px;
}

.footer-left {
	width: 70%;
	height: 300px;
	float: left;
}

.footerL-one {
	width: 30%;
	float: left;
	padding: 20px 65px;
}

.footerL-one p {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.footerL-one li {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
	color: #828699;
}

.footerL-two {
	width: 70%;
	float: left;
	padding: 20px 65px;
}

.footerL-two li:hover {
	color: #ff2020;
}

.footerL-two p {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.footerL-two li {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
	color: #828699;
}

.footerL-two a:hover {
	color: #ff2020;
}

.footer-right {
	width: 30%;
	height: 300px;
	float: left;
	padding: 20px 60px;
}

.footer-right img {
	width: 150px;
	float: right;
}

.footer-top {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid;
}

.footer-top li {
	width: 200px;
	height: 40px;
	font-size: 14px;
	color: #828699;
	line-height: 40px;
	float: left;
	text-align: center;
}

.footer-top .footer-rs {
	font-weight: bold;
	color: #ff2020;
}

.footer-top li>a:hover {
	color: #ff2020;
}

.footer-bottom {
	width: 100%;
	height: 90px;
	text-align: center;
}

.footer-bottom ul {
	width: 100%;
	height: 40px;
}

.footer-bottom li {
	width: 200px;
	height: 40px;
	font-size: 14px;
	color: #828699;
	line-height: 40px;
	float: left;
	text-align: center;
}

.footer-bottom .footer-yl {
	font-weight: bold;
	color: #000;
}

.footer-bottom .footer-p {
	text-align: center;
	font-size: 14px;
	color: #828699;
	line-height: 50px;
	width: 100%;
	height: 50px;
}

/*移动端*/
@media (max-width: 630px) {
	.nav .logo img { width: 100%;}
	.nav .menu img { display: block; width: 50px;}
}