@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth
}

body,html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #fff
}

html {
	font-family: SF-Pro-Display-Semibold,PingFangSC-Regular,'Microsoft YaHei UI','Microsoft YaHei',helvetica,sans-serif;
	font-weight: 400;
	color: #000
}

button,form,input {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	background: 0 0
}

input::-webkit-input-placeholder {
	color: #ccc;
	letter-spacing: 2px;
	font-size: 18px
}

li,ul {
	display: block;
	list-style: none
}

a {
	text-decoration: none;
	color: #000
}

#content {
	width: 100%;
}

.con {
	width: 90%;
	margin: auto;
	min-width: 320px;
	height: 380px;
	left: 0;
	top: -30%;
	right: 0;
	bottom: 0
}

.con .shlogo {
	position: relative;
	width: 480px;
	height: 50px;
	margin: 20px auto;
	background-size: 3em
}

@keyframes masked-animation {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.con .shlogo .logo-text {
	background: linear-gradient(45deg,#f3671b,#f09708,#de3959,#9b6614);
	background-size: 200% 200%;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 50s infinite linear;
	opacity: .9;
	font-size: 4em;
	text-align: center;
	line-height: 100px
}

.embed {
	font-family: SF-Pro-Display-Semibold,FZCuJinLJW,PingFangSC-Regular,'Microsoft YaHei UI','Microsoft YaHei',helvetica,sans-serif;
	color: #535353
}

.con .shlogo a {
	width: 100%;
	display: block;
	width: 100%;
	height: 100%
}

.con .sou {
	max-width: 680px;
	position: relative;
	width: calc(100% - 60px);
	min-width: 320px;
	margin: 0 auto
}

.con .sou form {
	width: 100%;
	height: 50px;
	display: block;
	margin: 10px auto 30px;
	position: relative
}

.con .sou form .wd {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ddd;
	border-radius: 25px;
	line-height: 100%;
	text-indent: 20px;
	font-size: 18px
}

.con .sou form .wd:focus {
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
	border-color: #fff
}

.con .sou form button {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 10;
	right: 6px;
	top: 6px;
	cursor: pointer;
	font-size: 22px;
	line-height: 40px;
	border-radius: 50%;
	color: #777
}

.con .sou ul {
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center
}

.con .sou ul li {
	width: 120px;
	margin: 0 10px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	background: #eee;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 30px;
	cursor: pointer;
	position: relative;
	border-radius: 20px
}

.con .sou ul li:active {
	background: #fff;
	box-shadow: 0 1px 20px 0 rgba(0,0,0,.1)
}

.con .sou ul li i {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 0;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(.7)
}

.foot {
	position: absolute;
	bottom: 10px;
	z-index: 1000;
	text-align: center;
	width: 100%;
	color: #535353;
	height: 20px;
	line-height: 20px;
	font-size: 14px
}

.home {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 70px;
	top: 10px;
	z-index: 200;
	cursor: pointer
}

.home a {
	font-size: 20px;
	color: #999;
	line-height: 50px;
	display: block;
	text-align: center
}

#menu {
	width: 50px;
	height: 50px;
	transform: scale(.8);
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 1;
	cursor: pointer;
	z-index: 2001
}

#menu i {
	position: fixed;
	left: 0;
	right: 0;
	margin: 24px auto;
	width: 30px;
	height: 2px;
	background: #777;
	transition: .3s all ease
}

#menu i:before {
	content: '';
	width: 20px;
	height: 2px;
	top: -8px;
	background: #777;
	position: absolute;
	right: 0;
	transition: .3s all ease
}

#menu i:after {
	content: '';
	width: 20px;
	height: 2px;
	bottom: -8px;
	background: #777;
	position: absolute;
	left: 0;
	transition: .3s all ease
}

#menu.on {
	border-radius: 25px
}

#menu.on i {
	width: 25px;
	background: #777
}

#menu.on i:before {
	top: -5px;
	transform: rotate(45deg);
	width: 14px;
	right: -1px;
	left: auto;
	background: #777
}

#menu.on i:after {
	bottom: -5px;
	transform: rotate(-45deg);
	width: 14px;
	right: -1px;
	left: auto;
	background: #777
}

.list {
	width: 337px;
	padding: 0 20px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	z-index: 2000;
	background: #efefef;
	transition: .3s all ease;
	webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.list::-webkit-scrollbar {
	display: none
}

.list.closed {
	right: -380px
}

.list ul {
	width: 330px;
	float: left;
	padding: 0 0 20px;
	margin-bottom: 20px
}

.list ul li {
	float: left;
	margin: 5px;
	width: 98px;
	height: 28px;
	text-align: left;
	line-height: 30px
}

.list ul li a {
	width: 100%;
	border-radius: 13px;
	height: 100%;
	display: block;
	color: #242424;
	font-weight: 500;
	background: #fff;
	text-align: left;
	font-size: 13px;
	border: 1px solid #fff
}

.list ul li a i {
	margin-right: 5px;
	margin-left: 15px;
	opacity: .8
}

.list ul li a i.iconfont {
	font-size: 14px
}

.list ul li:hover a {
	border: 1px solid #5f5f5f
}

.list ul li.title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 0;
	text-align: left;
	text-indent: 10px;
	color: #242424;
	font-size: 18px;
	font-weight: 700
}

.list ul li.title i {
	color: #29f;
	margin-right: 5px;
	font-weight: 400
}

.list ul li.title i {
	color: #29f;
	margin-right: 5px;
	font-weight: 400
}

.mywth {
	position: absolute;
	left: 20px;
	top: 15px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	z-index: 100000
}

@media (max-width:640px) {
	.con {
		top: -30%
	}

	.con .shlogo {
		width: 320px;
		height: 100px
	}

	.con .sou form .wd:focus {
		background: #f1f1f1;
		box-shadow: none;
		border-color: #ccc
	}

	.con .sou form button {
		border-radius: 25px
	}

	.list {
		width: 227px
	}

	.list ul {
		width: 220px
	}

	.con .sou ul li {
		width: 100px;
		font-size: 12px;
		text-indent: 30px
	}

	#menu,.home {
		top: 5px
	}

	.mywth {
		left: 10px;
		top: 20px
	}
}

@media (max-height:420px) {
	.con {
		margin: 0;
		top: -30%
	}

	.con .sou form .wd {
		text-indent: 50px
	}

	.con .sou form:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 10px;
		top: 10px;
		background: url(icon/lg.svg) no-repeat center/cover;
		border-radius: 50%;
		overflow: hidden
	}

	.con .shlogo {
		display: none
	}

	#menu,.foot,.home {
		display: none
	}
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-track {
	background: #ffffff;
	;border-radius: 0
}

::-webkit-scrollbar-thumb {
	background: #293550;
	border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
	background: #293550
}

::-webkit-scrollbar-corner {
	background: #222d46
}

.icon {
	width: 1.5em;
	height: 1.5em;
	vertical-align: -.35em;
	fill: currentColor;
	overflow: hidden;
	padding: 0 5px 0 7px
}

.com-body-main,.com-body.max-width {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 0 10px;
	max-width: 1200px
}

.comp-sitemap .com-body {
	margin-top: 40px;
	margin-bottom: 100px
}

.comp-sitemap .com-crumb .com-inner {
	padding-left: 0;
	padding-right: 0
}

.comp-sitemap .sitemap-groups {
	border-top: 1px solid #D2D9E7
}

.comp-sitemap .sitemap-item {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #D2D9E7
}

.comp-sitemap .sitemap-item-title {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	font-size: 30px;
	line-height: 36px
}

.comp-sitemap .sitemap-item-cnt {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	padding-top: 8px
}

.comp-sitemap .sitemap-item-more-wrap {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	width: 60px
}

.comp-sitemap .sitemap-link {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	color: #00a4ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.comp-sitemap .sitemap-link:hover {
	text-decoration: underline
}

.comp-sitemap .sitemap-item .sitemap-link {
	width: 12.5%;
	min-width: 8em;
	padding-right: 10px
}

.comp-sitemap .sitemap-item-more {
	font-size: 14px;
	line-height: 24px
}

.comp-sitemap .list-tab .com-tab-item {
	margin-right: 0;
	width: 3.7037037037%
}

.comp-sitemap .list-tab .com-tab-item a {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center
}

.comp-sitemap .sitemap-list {
	font-size: 0
}

.comp-sitemap .sitemap-list>li {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	margin-bottom: 10px;
	width: 11.11111%;
	min-width: 120px
}

.comp-sitemap .sitemap-list .sitemap-link {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%
}

@media screen and (max-width:768px) {
	.comp-sitemap .com-body {
		margin-top: 0;
		margin-bottom: 0;
		background-color: #fff
	}

	.comp-sitemap .sitemap-item {
		position: relative;
		display: block;
		padding-left: 40px;
		box-sizing: border-box
	}

	.comp-sitemap .sitemap-item-title {
		position: absolute;
		left: 0;
		top: 18px
	}

	.comp-sitemap .sitemap-item-cnt {
		display: inline-block;
		vertical-align: middle;
		padding-top: 0
	}

	.comp-sitemap .sitemap-item-more-wrap {
		display: inline-block;
		vertical-align: middle
	}

	.comp-sitemap .sitemap-item .sitemap-link {
		margin-top: 10px;
		width: 25%;
		min-width: 6em
	}
}

@media screen and (max-width:768px) {
	.comp-sitemap .list-tab .com-tab-hd {
		position: relative;
		overflow: hidden;
		border: none
	}

	.comp-sitemap .list-tab .com-tab-hd:before {
		content: '';
		position: absolute;
		left: 0;
		top: 42px;
		width: 100%;
		height: 1px;
		background-color: #e5e5e5
	}

	.comp-sitemap .list-tab .com-tab-ctrl {
		padding-bottom: 19px;
		margin-bottom: -18px;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.comp-sitemap .list-tab .com-tab-item {
		width: 40px
	}

	.comp-sitemap .sitemap-list>li {
		width: 25%;
		min-width: 100px
	}
}

.com-crumb {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0
}

.com-crumb .crumb-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333
}

.com-crumb .crumb-item:hover {
	color: #00a4ff
}

.com-crumb .crumb-item.current,.com-crumb .crumb-item.current:hover {
	color: #999
}

.com-crumb .crumb-split {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	background-image: url(sprite/base-202011031115.svg);
	background-position: 93.81% 88.99000000000001%;
	background-size: 3431.25% 3393.75%;
	background-repeat: no-repeat
}

.com-crumb.no-pb .com-inner,.com-crumb.no-pd .com-inner {
	padding-left: 0;
	padding-right: 0
}

.com-crumb.theme2 {
	margin-top: 20px;
	margin-bottom: 20px
}

.com-crumb.theme2 .crumb-item {
	font-size: 12px;
	line-height: 20px
}

.com-crumb.theme2 .crumb-split {
	position: relative;
	top: -1px;
	margin: 0 8px;
	width: 5px;
	height: 9px;
	background-image: url(sprite/base-202011031115.svg);
	background-position: 98.53% 59.74%;
	background-size: 10980% 6033.333333333334%;
	background-repeat: no-repeat
}

.com-list-enter {
	margin-top: 20px
}

.com-list-enter .com-arrow-link {
	display: block;
	height: 32px;
	box-sizing: border-box;
	background-color: #F5F7FA;
	line-height: 32px;
	font-size: 14px;
	text-align: center
}

.com-2-section-hd .com-arrow-link {
	font-size: 14px;
	line-height: 30px
}

.com-2-section-tab {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	text-align: center;
	font-size: 0
}

.com-2-section-tab-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px
}

.com-arrow-link {
	color: #00a4ff
}

.com-arrow-link:after {
	content: '';
	display: inline-block;
	vertical-align: 0;
	margin-left: 6px;
	width: 6px;
	height: 10px;
	overflow: hidden;
	background-image: url(sprite/base-202011031115.svg);
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s,-webkit-transform .4s;
	background-position: 98.71% 51.03%;
	background-size: 9150% 5430%;
	background-repeat: no-repeat
}

.com-arrow-link:hover:after {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

.com-arrow-link.gray {
	color: #666
}

.com-arrow-link.gray:hover {
	color: #00a4ff
}

.com-arrow-link.gray:after {
	background-image: url(sprite/base-202011031115.svg);
	background-position: 98.71% 48.78%;
	background-size: 9150% 5430%;
	background-repeat: no-repeat
}

.com-arrow-link.gray:hover:after {
	background-image: url(sprite/base-202011031115.svg);
	background-position: 98.71% 44.28%;
	background-size: 9150% 5430%;
	background-repeat: no-repeat
}
.event-body{-webkit-font-smoothing:initial}.info-main{min-height:600px}
.special-section{padding-top:60px;padding-bottom:64px}.special-section .com-crumb{margin-top:0}
