.btn_border {
	display: inline-block;
	border: 2px solid #0febc0;
	font-size: 18px;
	font-weight: 400;
	color: #0febc0;
	line-height: 1.2em;
	padding: 13px 0;
	border-radius: 60px;
	width: 154px;
	text-align: center
}

.btn_border:hover {
	background: #0febc0;
	color: #000 !important;
	text-decoration: none;
	border: 2px solid #0febc0
}

.btn_border_blue {
	display: inline-block;
	border: 2px solid #00a8ec;
	font-size: 18px;
	font-weight: 600;
	color: #00a8ec;
	line-height: 1.2em;
	padding: 13px 0;
	border-radius: 60px;
	width: 154px;
	text-align: center
}

.btn_border_blue:hover {
	background: #0095d1;
	color: #000 !important;
	text-decoration: none;
	border: 2px solid #0095d1
}

.headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 18;
	width: 100%;
	background-color: #fff
}

.home_banner .bigpic {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 695px;
	background-size: cover
}

.home_banner .bigpic .info {
	width: 50%;
	margin: 0 auto;
	padding-top: 20%;
	text-align: center
}

.home_banner .bigpic .info .name {
	font-size: 24px;
	font-weight: 400;
	color: #0febc0;
	line-height: 1.2em;
	padding-bottom: 15px
}

.home_banner .bigpic .info h1 {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff
}

.home_banner .bigpic .info .btn {
	margin-top: 50px
}

.home_banner .focus {
	margin-top: 5px
}

.home_banner .focus .item {
	float: left;
	width: 24.7%;
	margin: 0 0.15%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 245px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.home_banner .focus .item .info {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
	bottom: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3
}

.home_banner .focus .item .info .name {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em
}

.home_banner .focus .item .info .dd {
	font-size: 18px;
	color: #fff;
	margin-top: 5px
}

.home_banner .focus .item .info .btn {
	margin-top: 20px;
	display: none
}

.home_banner .focus .item .info .btn a {
	font-size: 16px;
	padding: 10px 0;
	width: 140px
}

.home_banner .focus .item .color-1,
.home_banner .focus .item .color-2,
.home_banner .focus .item .color-3 {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	position: absolute;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3
}

.home_banner .focus .item:hover .color-1 {
	opacity: 0.4;
	background-color: #0febc0;
	background-image: none
}

.home_banner .focus .item:hover .color-2 {
	opacity: 0.4;
	background-color: #00a8ec;
	background-image: none
}

.home_banner .focus .item:hover .color-3 {
	opacity: 0.4;
	background-color: #301d5b;
	background-image: none
}

.home_banner .focus .item:hover .info {
	padding-bottom: 8%;
	background-image: none
}

.home_banner .focus .item:hover .info .btn {
	display: block
}

@media (max-width: 1600px) {
	.home_banner .bigpic {
		min-height: 550px
	}
	.home_banner .bigpic .info {
		padding-top: 13%
	}
	.home_banner .focus .item {
		min-height: 230px
	}
	.home_banner .focus .item .info {
		padding-bottom: 7%
	}
	.home_banner .focus .item:hover .info {
		padding-bottom: 12%
	}
	.home_banner .focus .item .info .dd {
		font-size: 16px
	}
}

@media (max-width: 1536px) {
	.home_banner .bigpic {
		min-height: 520px
	}
	.home_banner .focus .item {
		min-height: 210px
	}
	.home_banner .focus .item:hover .info {
		padding-bottom: 10%
	}
}

@media (max-width: 1366px) {
	.home_banner .bigpic {
		min-height: 450px
	}
	.home_banner .bigpic .info {
		padding-top: 10%
	}
	.home_banner .focus .item {
		min-height: 200px
	}
	.home_banner .focus .item .info .name {
		font-size: 20px
	}
	.home_banner .focus .item .info .dd {
		font-size: 14px
	}
}

@media (max-width: 979px) {
	.home_banner .bigpic .info {
		width: 80%
	}
	.home_banner .focus .item {
		min-height: 160px
	}
	.home_banner .focus .item .info .name {
		font-size: 16px
	}
	.home_banner .focus .item .info .dd {
		display: none
	}
	.home_banner .focus .item:hover .info {
		padding-bottom: 12%
	}
}

@media (max-width: 479px) {
	.home_banner .bigpic .info {
		width: 90%;
		padding-top: 20%
	}
	.home_banner .bigpic .info h1 {
		font-size: 5vh
	}
	.home_banner .focus .item {
		width: 49.7%;
		min-height: 100px
	}
	.home_banner .focus .item .info .btn {
		margin-top: 5px
	}
	.home_banner .focus .item .info .btn a {
		font-size: 12px;
		padding: 6px 0;
		width: 110px
	}
	.home_banner .focus .item:hover .info {
		padding-bottom: 10%
	}
}

@media (max-width: 320px) {
	.home_banner .bigpic {
		min-height: 380px
	}
}

.DivMain01 {
	background: url("../img/bg-nineteen.webp") top center no-repeat
}

.DivMain01 .details {
	padding: 0 0 80px
}

.DivMain01 h4 {
	font-size: 39px;
	text-align: center;
	line-height: 45px;
	padding: 80px 0 0;
	font-weight: 400
}

.DivMain01 h3 {
	text-align: center;
	color: #808080;
	font-size: 17px;
	padding: 10px 0 0;
	line-height: 29px;
	font-weight: 400
}

.DivMain01 a {
	color: #fff;
	text-decoration: underline
}

.DivMain01 .kfc {
	position: relative;
	width: 1250px;
	min-height: 510px;
	margin-top: 30px
}

.DivMain01 .Round {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
	position: absolute;
	text-align: center
}

.DivMain01 .Round>div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}

.DivMain01 .Round .Show {
	transform: translateY(calc(-50% + 0.5px))
}

.DivMain01 .Funct03 .Show,
.DivMain01 .Funct04 .Show,
.DivMain01 .Funct08 .Show,
.DivMain01 .Funct09 .Show {
	transform: translateY(-50%)
}

.DivMain01 .Round .Hide {
	display: none;
	color: #fff;
	transform: translateY(-50%)
}

.DivMain01 .Show h3 {
	font-size: 21px;
	color: #fff;
	padding: 20px 0 0;
	font-weight: 400
}

.DivMain01 .Hide h2 {
	font-size: 25px;
	font-weight: 400
}

.DivMain01 .Hide p {
	font-size: 15px;
	line-height: 25px;
	padding: 15px 30px 0
}

.DivMain01 .Hide>a {
	text-decoration: none;
	outline: none
}

.DivMain01 .Hide>a h2 {
	text-decoration: underline
}

.DivMain01 .Hide>a:hover {
	color: #fff;
	text-decoration: none
}

.DivMain01 .Funct01 {
	width: 280px;
	height: 280px;
	top: 15px;
	left: 475px;
	background: -webkit-linear-gradient(180deg, #02baba, #42df8f);
	background: -o-linear-gradient(180deg, #02baba, #42df8f);
	background: -moz-linear-gradient(180deg, #02baba, #42df8f);
	background: linear-gradient(180deg, #02baba, #42df8f)
}

.DivMain01 .Funct01 .Hide p {
	padding-bottom: 10px
}

.DivMain01 .Funct02 {
	width: 235px;
	height: 235px;
	top: 310px;
	left: 399px;
	background: -webkit-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: -o-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: -moz-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: linear-gradient(180deg, #ff5a6f, #ff9366)
}

.DivMain01 .Funct03 {
	width: 200px;
	height: 200px;
	top: 237px;
	left: 718px;
	background: -webkit-linear-gradient(180deg, #8d5aff, #fd72f4);
	background: -o-linear-gradient(180deg, #8d5aff, #fd72f4);
	background: -moz-linear-gradient(180deg, #8d5aff, #fd72f4);
	background: linear-gradient(180deg, #8d5aff, #fd72f4);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct03:hover {
	transform: scale(1.3)
}

.DivMain01 .Funct03 .Hide {
	transform: translateY(-50%) scale(0.75)
}

.DivMain01 .Funct03 .Hide h2 {
	font-size: 21px
}

.DivMain01 .Funct03 .Hide p {
	padding: 15px 0 0
}

.DivMain01 .Funct04 {
	width: 190px;
	height: 190px;
	top: 310px;
	left: 108px;
	background: -webkit-linear-gradient(180deg, #8445e4, #5592e4);
	background: -o-linear-gradient(180deg, #8445e4, #5592e4);
	background: -moz-linear-gradient(180deg, #8445e4, #5592e4);
	background: linear-gradient(180deg, #8445e4, #5592e4);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct04:hover {
	transform: scale(1.3)
}

.DivMain01 .Funct04 .Hide {
	transform: translateY(-50%) scale(0.75)
}

.DivMain01 .Funct04 .Hide p {
	padding: 15px 0 0
}

.DivMain01 .Funct05 {
	width: 225px;
	height: 225px;
	top: 82px;
	left: 210px;
	background: -webkit-linear-gradient(180deg, #007bff, #00d0ff);
	background: -o-linear-gradient(180deg, #007bff, #00d0ff);
	background: -moz-linear-gradient(180deg, #007bff, #00d0ff);
	background: linear-gradient(180deg, #007bff, #00d0ff);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct06 {
	width: 200px;
	height: 200px;
	top: 41px;
	left: 874px;
	background: -webkit-linear-gradient(180deg, #01b7cc, #2aceb1);
	background: -o-linear-gradient(180deg, #01b7cc, #2aceb1);
	background: -moz-linear-gradient(180deg, #01b7cc, #2aceb1);
	background: linear-gradient(180deg, #01b7cc, #2aceb1);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct06:hover {
	transform: scale(1.2)
}

.DivMain01 .Funct06 .Hide {
	transform: translateY(-50%) scale(0.75)
}

.DivMain01 .Funct06 .Hide h2 {
	font-size: 21px
}

.DivMain01 .Funct06 .Hide p {
	padding: 15px 0 0
}

.DivMain01 .Funct07 {
	width: 200px;
	height: 200px;
	top: 298px;
	left: 940px;
	background: -webkit-linear-gradient(180deg, #007eff, #00d0ff);
	background: -o-linear-gradient(180deg, #007eff, #00d0ff);
	background: -moz-linear-gradient(180deg, #007eff, #00d0ff);
	background: linear-gradient(180deg, #007eff, #00d0ff);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct07 .Show h3 {
	padding: 5px 0 0;
	line-height: 23px
}

.DivMain01 .Funct07:hover {
	transform: scale(1.3)
}

.DivMain01 .Funct07 .Hide {
	transform: translateY(-50%) scale(0.75)
}

.DivMain01 .Funct07 .Hide h2 {
	font-size: 21px
}

.DivMain01 .Funct07 .Hide p {
	padding: 15px 0 0
}

.DivMain01 .Funct08 {
	width: 140px;
	height: 140px;
	top: 240px;
	left: 90px;
	background: -webkit-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: -o-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: -moz-linear-gradient(180deg, #ff5a6f, #ff9366);
	background: linear-gradient(180deg, #ff5a6f, #ff9366);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct08:hover {
	transform: scale(1.4)
}

.DivMain01 .Funct08 .Hide {
	transform: translateY(-50%) scale(0.65)
}

.DivMain01 .Funct08 .Hide h2 {
	font-size: 21px
}

.DivMain01 .Funct08 .Hide p {
	padding: 15px 0 0
}

.DivMain01 .Funct09 {
	width: 95px;
	height: 95px;
	top: 20px;
	left: 390px;
	background: -webkit-linear-gradient(180deg, #8d5aff, #fb72f4);
	background: -o-linear-gradient(180deg, #8d5aff, #fb72f4);
	background: -moz-linear-gradient(180deg, #8d5aff, #fb72f4);
	background: linear-gradient(180deg, #8d5aff, #fb72f4);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct09:hover {
	transform: scale(1.9)
}

.DivMain01 .Funct09 .Hide {
	transform: translateY(-50%) scale(0.7)
}

.DivMain01 .Funct09 .Hide h2 {
	padding: 0;
	font-size: 17px
}

.DivMain01 .Funct09 .Hide p {
	padding: 1px 0 0;
	font-size: 13px;
	line-height: 15px
}

.DivMain01 .Funct10 {
	width: 135px;
	height: 135px;
	top: 70px;
	left: 780px;
	background: -webkit-linear-gradient(180deg, #694fff, #4da4ff);
	background: -o-linear-gradient(180deg, #694fff, #4da4ff);
	background: -moz-linear-gradient(180deg, #694fff, #4da4ff);
	background: linear-gradient(180deg, #694fff, #4da4ff);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct10 .Show h3 {
	font-size: 17px;
	color: #fff;
	padding: 10px 0 0
}

.DivMain01 .Funct10:hover {
	transform: scale(1.5)
}

.DivMain01 .Funct10 .Hide {
	transform: translateY(-50%) scale(0.7)
}

.DivMain01 .Funct10 .Hide h2 {
	font-size: 17px
}

.DivMain01 .Funct10 .Hide p {
	padding: 14px 0 0;
	font-size: 14px
}

.DivMain01 .Funct11 {
	width: 110px;
	height: 110px;
	top: 236px;
	right: 0;
	background: -webkit-linear-gradient(180deg, #ff5b6f, #ff9366);
	background: -o-linear-gradient(180deg, #ff5b6f, #ff9366);
	background: -moz-linear-gradient(180deg, #ff5b6f, #ff9366);
	background: linear-gradient(180deg, #ff5b6f, #ff9366);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.DivMain01 .Funct11 .Show h3 {
	font-size: 21px;
	color: #fff;
	padding: 8px 0 0
}

.DivMain01 .Funct11:hover {
	transform: scale(1.9)
}

.DivMain01 .Funct11 .Hide {
	transform: translateY(-50%) scale(0.7)
}

.DivMain01 .Funct11 .Hide h2 {
	padding: 0;
	font-size: 17px
}

.DivMain01 .Funct11 .Hide p {
	padding: 1px 0 0;
	font-size: 13px;
	line-height: 15px
}

.choose {
	padding-top: 100px;
	padding-bottom: 60px
}

.choose .details {
	margin-bottom: 60px
}

.choose h3 {
	font-size: 39px;
	text-align: center;
	padding: 20px 0 0;
	font-weight: 400
}

.choose ol {
	width: 782px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 0
}

.choose ol li {
	width: 260px;
	float: left;
	display: block;
	text-align: center;
	color: #808080
}

.choose ol li em {
	font-size: 25px;
	font-weight: 600;
	font-style: normal;
	display: block;
	color: #333;
	padding: 5px 0 0
}

.flex-justify-around {
	justify-content: space-around
}

.flexible {
	display: flex
}

.pb100 {
	padding-bottom: 60px
}

.choose .flexible div {
	width: 270px
}

.choose .title {
	font-size: 24px;
	margin: 20px 0
}

.choose .p-desc {
	color: #666666
}

.news {
	position: relative;
	width: 100%;
	height: auto
}

.news ::-webkit-scrollbar {
	height: 4px;
	width: 4px
}

.news ::-webkit-scrollbar-thumb {
	background: #f39d44;
	border-radius: 2px
}

.news ::-webkit-scrollbar-thumb:hover {
	background: #f39d44
}

.news ::-webkit-scrollbar-thumb:active {
	background: #f39d44
}

.news .wrapper {
	width: calc(100vw * 440 / 896 + 497.1px);
	min-width: 800px;
	padding-top: 80px;
	padding-bottom: 110px
}

.news h2.title {
	width: 100%;
	text-align: center;
	font-size: 39px;
	color: #333;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 20px
}

.news .news-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: calc(50vw * 1440 / 1920 * 544 / 720);
	min-height: 300px
}

.news .top-news {
	position: relative;
	width: 50%;
	height: 0;
	padding-top: calc(50% * 544 / 720);
	overflow: visible
}

.news .top-news .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.news .top-news .bg .pic-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #4d5de8 url("../img/news-big-bg.jpg") no-repeat
}

.news .top-news .bg .pic {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5
}

.news .top-news .bg .border {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 40px;
	top: 30px;
	border: 1px solid #e5e5e5
}

.news .top-news .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: calc(100% * 517 / 720);
	height: 0;
	padding-top: calc(100% * 517 / 720 * 198 / 517)
}

.news .top-news .title>.bg {
	position: absolute;
	background: rgba(34, 34, 34, .8);
	width: 100%;
	height: 100%;
	overflow: hidden
}

.news .top-news .title>.bg:hover .news-title {
	color: #4b87fb
}

.news .top-news .title .half-circle {
	position: absolute;
	width: calc(100% * 198 / 517);
	height: 0;
	padding-top: calc(100% * 198 / 517 - 2px);
	right: calc(-50% * 198 / 517);
	border-radius: 50%;
	border: 1px solid #fff
}

.news .top-news .title .news-title {
	color: #fff;
	margin-top: calc(100vw * 40 / 1920);
	margin-left: calc(100vw * 40 / 1920);
	font-weight: 600;
	font-size: calc(100vw * 20 / 1920);
	line-height: 1.1;
	width: calc(80% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .top-news .title .news-content {
	margin-top: calc(100vw * 20 / 1920);
	color: #fff;
	width: calc(80% - 40px);
	margin-left: calc(100vw * 40 / 1920);
	margin-bottom: calc(100vw * 40 / 1920);
	font-size: calc(100vw * 18 / 1920);
	line-height: 1.5;
	opacity: 0.7;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.news .top-news .title .time {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: calc(100% * 246 / 517);
	height: 0;
	padding-top: calc(100% * 246 / 517 - 2px);
	right: calc(-50% * 246 / 517)
}

.news .top-news .title .time .bg {
	width: calc(100% * 180 / 246);
	height: 0;
	padding-top: calc(100% * 180 / 246);
	border-radius: 50%;
	background: #f39d44;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 15px 30px rgba(75, 135, 251, .4)
}

.news .top-news .title .time .light {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/light.svg?9a19") center center/100% auto no-repeat;
	top: 0;
	left: 0
}

.news .top-news .title .time .time-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.news .top-news .title .time .date {
	position: relative;
	font-size: calc(100vw * 60 / 1920);
	text-align: center;
	line-height: 1.1;
	width: 100%
}

.news .top-news .title .time .month {
	position: relative;
	font-size: calc(100vw * 20 / 1920);
	text-align: center;
	line-height: 1.2;
	width: 100%
}

.news .news-list {
	width: calc(100vw * 400 / 1920 + (1920px - 100vw) * 200 / 1920 + 25px);
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 7.5%;
	margin-top: calc(100vw * 30 / 1920)
}

.news .news-list .list-item {
	width: calc(100vw * 400 / 1920 + (1920px - 100vw) * 200 / 1920);
	height: calc(100vw * 124 / 1920);
	display: flex;
	flex-direction: row;
	margin-bottom: calc(100vw * 50 / 1920);
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	cursor: pointer
}

.news .news-list .news-content {
	width: calc(100vw * 200 / 1920 + (1920px - 100vw) * 200 / 1920);
	height: calc(100vw * 124 / 1920);
	display: flex;
	flex-direction: column;
	margin: 5px 0;
	justify-content: space-around;
	padding-right: 10px
}

.news .news-list .title {
	display: flex;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	max-height: 48px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news .news-list .title:hover {
	color: #f39d44
}

.news .news-list .post-info {
	display: flex;
	flex-grow: 1;
	max-height: 30px
}

.news .news-list .post-info .date {
	font-size: 14px;
	color: #999;
	line-height: 1.2
}

.news .news-list .post-info .poster {
	font-size: 14px;
	color: #f39d44
}

.news .news-list .post-img {
	display: flex;
	width: calc(100vw * 200 / 1920);
	height: calc(100vw * 124 / 1920)
}

.news .news-list .post-img .pic-box {
	position: relative;
	width: calc(100vw * 200 / 1920);
	height: calc(100vw * 124 / 1920);
	top: 0;
	background: #000
}

.news .news-list .post-img .pic {
	width: calc(100vw * 200 / 1920);
	height: calc(100vw * 124 / 1920);
	opacity: 0.9
}

.news .news-list .post-img .pic-box-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: #4786ff
}

@media screen and (min-width:1920px) {
	.news h2.title {
		width: 100%;
		text-align: center;
		font-size: 36px;
		color: #333;
		line-height: 1.1
	}
	.news .news-container {
		position: relative;
		width: 1440px;
		height: 544px;
		margin: 0 auto
	}
	.news .top-news .title {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: calc(100% * 517 / 720);
		height: 0;
		padding-top: calc(100% * 517 / 720 * 198 / 517)
	}
	.news .top-news .title>.bg {
		position: absolute;
		background: rgba(34, 34, 34, .8);
		width: 100%;
		height: 100%;
		overflow: hidden
	}
	.news .top-news .title .half-circle {
		position: absolute;
		width: calc(100% * 198 / 517);
		height: 0;
		padding-top: calc(100% * 198 / 517 - 2px);
		right: calc(-50% * 198 / 517);
		border-radius: 50%;
		border: 1px solid #fff
	}
	.news .top-news .title .news-title {
		color: #fff;
		margin-top: 40px;
		margin-left: 40px;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.1
	}
	.news .top-news .title .news-content {
		margin-top: 20px;
		color: #fff;
		width: calc(80% - 40px);
		margin-left: 40px;
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 1.2;
		opacity: 0.7
	}
	.news .top-news .title .time {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		width: calc(100% * 246 / 517);
		height: 0;
		padding-top: calc(100% * 246 / 517 - 2px);
		right: calc(-50% * 246 / 517)
	}
	.news .top-news .title .time .bg {
		width: calc(100% * 180 / 246);
		height: 0;
		padding-top: calc(100% * 180 / 246);
		border-radius: 50%;
		background: #f39d44;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		box-shadow: 0 15px 30px rgba(75, 135, 251, .4)
	}
	.news .top-news .title .time .light {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url("../img/light.svg?9a19") center center/100% auto no-repeat;
		top: 0;
		left: 0
	}
	.news .top-news .title .time .time-box {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%
	}
	.news .top-news .title .time .date {
		position: relative;
		font-size: 60px;
		text-align: center;
		line-height: 1.1;
		width: 100%
	}
	.news .top-news .title .time .month {
		position: relative;
		font-size: 20px;
		text-align: center;
		line-height: 1.2;
		width: 100%
	}
	.news .news-list {
		width: 425px;
		margin-top: 30px
	}
	.news .news-list .list-item {
		width: 414px;
		height: 124px;
		display: flex;
		flex-direction: row;
		margin-bottom: 50px
	}
	.news .news-list .news-content {
		width: 212px;
		height: 124px;
		display: flex;
		flex-direction: column;
		margin: 5px 0
	}
	.news .news-list .title {
		display: flex;
		font-size: 16px;
		color: #333;
		flex-grow: 3;
		line-height: 1.5;
		max-height: 48px;
		overflow: hidden;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}
	.news .news-list .post-info {
		display: flex;
		flex-grow: 1;
		max-height: 20px
	}
	.news .news-list .post-info .date {
		font-size: 14px;
		color: #999;
		line-height: 1.2
	}
	.news .news-list .post-info .poster {
		font-size: 14px;
		color: #f39d44
	}
	.news .news-list .post-img {
		display: flex;
		width: 200px;
		height: 124px
	}
	.news .news-list .post-img .pic-box {
		position: relative;
		width: 200px;
		height: 124px;
		top: 0;
		background: #000
	}
	.news .news-list .post-img .pic {
		width: 200px;
		height: 124px;
		opacity: 0.9
	}
}

@media screen and (max-width:1023px) {
	.news .wrapper {
		width: 100%;
		max-width: 100%;
		min-width: unset;
		padding-top: 80px;
		padding-bottom: 80px
	}
	.news .news-container {
		flex-direction: column;
		height: auto
	}
	.news .top-news {
		position: relative;
		width: 80%;
		height: 0;
		padding-top: calc(80% * 544 / 720);
		overflow: visible;
		margin-bottom: 60px
	}
	.news .top-news .bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0
	}
	.news .top-news .bg .pic-box {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background: #f39d44
	}
	.news .top-news .bg .pic {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.5
	}
	.news .top-news .bg .border {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 40px;
		top: 30px;
		border: 1px solid #e5e5e5
	}
	.news .top-news .title {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: calc(100% * 517 / 720);
		height: 0;
		padding-top: calc(100% * 517 / 720 * 198 / 517)
	}
	.news .top-news .title>.bg {
		position: absolute;
		background: rgba(34, 34, 34, .8);
		width: 100%;
		height: 100%;
		overflow: hidden
	}
	.news .top-news .title .half-circle {
		position: absolute;
		width: calc(100% * 198 / 517);
		height: 0;
		padding-top: calc(100% * 198 / 517 - 2px);
		right: calc(-50% * 198 / 517);
		border-radius: 50%;
		border: 1px solid #fff
	}
	.news .top-news .title .news-title {
		color: #fff;
		margin-top: calc(100vw * 20 / 1024);
		margin-left: calc(100vw * 20 / 1024);
		font-size: calc(100vw * 7 / 649 + 9px);
		line-height: 1.1
	}
	.news .top-news .title .news-content {
		margin-top: calc(100vw * 20 / 1024);
		color: #fff;
		width: calc(80% - 40px);
		margin-left: calc(100vw * 20 / 1024);
		margin-bottom: calc(100vw * 40 / 1024);
		font-size: calc(100vw * 18 / 1024);
		line-height: 1.2;
		opacity: 0.7
	}
	.news .top-news .title .time {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		width: calc(100% * 246 / 517);
		height: 0;
		padding-top: calc(100% * 246 / 517 - 2px);
		right: calc(-50% * 246 / 517)
	}
	.news .top-news .title .time .bg {
		width: calc(100% * 180 / 246);
		height: 0;
		padding-top: calc(100% * 180 / 246);
		border-radius: 50%;
		background: #f39d44;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		box-shadow: 0 15px 30px rgba(75, 135, 251, .4)
	}
	.news .top-news .title .time .light {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url("../img/light.svg?9a19") center center/100% auto no-repeat;
		top: 0;
		left: 0
	}
	.news .top-news .title .time .time-box {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%
	}
	.news .top-news .title .time .date {
		position: relative;
		font-size: calc(100vw * 60 / 1024);
		text-align: center;
		line-height: 1.1;
		width: 100%
	}
	.news .top-news .title .time .month {
		position: relative;
		font-size: calc(100vw * 20 / 1024);
		text-align: center;
		line-height: 1.2;
		width: 100%
	}
	.news .news-list {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}
	.news .news-list .list-item {
		position: relative;
		width: calc(50vw * 280 / 320);
		height: calc(50vw * 247 / 320);
		display: flex;
		flex-direction: row;
		margin-bottom: calc(100vw * 50 / 1024);
		margin-left: auto;
		margin-right: auto
	}
	.news .news-list .news-content {
		width: 100%;
		height: calc(50vw * 60 / 320);
		display: flex;
		flex-direction: column;
		margin: 5px 0;
		justify-content: space-evenly;
		position: absolute;
		top: calc(50vw * 173 / 320)
	}
	.news .news-list .title {
		display: flex;
		font-size: 16px;
		color: #333;
		flex-grow: unset;
		max-height: initial;
		overflow: inherit;
		margin-top: 25px
	}
	.news .news-list .post-info {
		display: flex;
		flex-grow: unset;
		max-height: 30px
	}
	.news .news-list .post-info .date {
		font-size: 14px;
		color: #999;
		line-height: 1.2
	}
	.news .news-list .post-info .poster {
		font-size: 14px;
		color: #417eef
	}
	.news .news-list .post-img {
		position: absolute;
		display: flex;
		width: calc(50vw * 280 / 320);
		height: calc(50vw * 173 / 320);
		top: 0
	}
	.news .news-list .post-img .pic-box {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		background: #000
	}
	.news .news-list .post-img .pic {
		width: 100%;
		height: 100%;
		opacity: 0.9;
		object-fit: cover
	}
}

@media screen and (max-width:768px) {
	.news .news-list {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}
	.news .news-list .list-item {
		position: relative;
		width: calc(100vw * 280 / 320);
		height: calc(100vw * 247 / 320);
		display: flex;
		flex-direction: row;
		margin-bottom: calc(100vw * 50 / 1024);
		margin-left: auto;
		margin-right: auto
	}
	.news .news-list .news-content {
		width: 100%;
		height: calc(100vw * 60 / 320);
		display: flex;
		flex-direction: column;
		margin: 5px 0;
		justify-content: space-evenly;
		position: absolute;
		top: calc(100vw * 173 / 320)
	}
	.news .news-list .title {
		display: flex;
		font-size: 16px;
		color: #333;
		flex-grow: unset;
		max-height: initial;
		overflow: initial
	}
	.news .news-list .post-info {
		display: flex;
		flex-grow: unset;
		max-height: 30px
	}
	.news .news-list .post-info .date {
		font-size: 14px;
		color: #999;
		line-height: 1.2
	}
	.news .news-list .post-info .poster {
		font-size: 14px;
		color: #417eef
	}
	.news .news-list .post-img {
		position: absolute;
		display: flex;
		width: calc(100vw * 280 / 320);
		height: calc(100vw * 173 / 320);
		top: 0
	}
	.news .news-list .post-img .pic-box {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		background: #000
	}
	.news .news-list .post-img .pic {
		width: 100%;
		height: 100%;
		opacity: 0.9;
		object-fit: cover
	}
}

.details:after,
.details:before {
	content: " ";
	display: table
}

.details:after {
	clear: both
}

@media(max-width: 768px) {
	.DivMain01 .kfc {
		width: 100%
	}
	.DivMain01 h4 {
		font-size: 30px
	}
	.choose h3 {
		font-size: 32px
	}
	.news h2.title {
		font-size: 34px
	}
	.choose ol {
		width: auto
	}
	.choose ol li {
		width: 100%;
		float: none
	}
	.choose .title {
		font-size: 18px
	}
	.choose .p-desc {
		font-size: 14px
	}
	.choose {
		padding-top: 50px
	}
	.DivMain01 .Funct02,
	.DivMain01 .Funct03,
	.DivMain01 .Funct04,
	.DivMain01 .Funct05,
	.DivMain01 .Funct06,
	.DivMain01 .Funct07,
	.DivMain01 .Funct08,
	.DivMain01 .Round {
		position: relative;
		width: 150px;
		height: 150px;
		float: left;
		top: auto;
		left: auto;
		margin: 10px 3%
	}
	.DivMain01 .Show h3 {
		font-size: 16px
	}
	.DivMain01 .Show .pic img {
		height: 45px
	}
	.DivMain01 .details {
	    padding: 0 0 50px;
	}
}