/* body,
html {
margin: 0;
font-size: 16px !important;
font-family: 'SourceHanSansCN-Light-Alphabetic';
width: 100%;
color: #4c4c4c;
font-weight: lighter;
} */
@media print { 
	header ,.rspn-hdr{ 
		display: none!important; 
	} 
}
:root {
	--main-color: #3487ff;
	--theme-color:#3487Ff;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form {
	display: block;
	margin-top: 0em;
	margin-block-end: 0em;
}


video.first_video::-webkit-media-controls-fullscreen-button {
	display: none;
}

.theme_color {
	color: #3487FF;
}

.about,
#header,
#header_res,
.module_nav_group,
.secondary {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

video.first_video::-webkit-media-controls {
	display: none !important;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
.res_nabla:active,
.res_search_show:active,
.nav_icon:active,
.res_personal:active,
.res_language:active,
.main-item:active,
.res_triangle:active,
.lztj_triangle:active,
.lxtj_triangle:active,
.yyyx_triangle:active,
.cgdl_triangle:active,
.buy_triangle:active,
.activity_link:active,
.time_link:active,
.zlxz_activity_link:active,
.zlxz_time_link:active,
.rockets:active,
.res_mask:hover,
.res_mask:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	vertical-align: middle;
}

.font40 {
	font-size: 40px;
}

.text_justify {
	text-align: justify;
}

.text_center {
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
}

input {
	box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
	-ms-box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
	-o-box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

/* 尾部公用样式 */
.my_copyright {
	width: 100%;

	padding: 20px 80px;
	background: #18222e;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;

}


.my_copyright-left,
.my_copyright-right ul li:last-child {
	color: #fff;
}

.my_copyright-left{
	width:30%;
}

.my_copyright-right ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.my_copyright-right ul li {
	padding-right: 16px;
}

.my_copyright-right ul li:last-child {
	padding-right: 0;
}

.my_copyright-right ul li:last-child {
	padding-left: 20px;
}

.my_copyright ul li a:hover {
	color: #3487FF;
	color: var(--theme-color);
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}

.my_copyright-right ul li a {
	color: #fff;
}

.my_copyright-left ul li:first-child {
	margin-bottom: 10px;
}

/* 固定头部 */
#header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 20px;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
}

.blue_logo {
	display: none;
}

.header-left,
.header-right,
.header-list,
.icon-ul,
.header-nav,
.list-item {
	display: flex;
	display: -webkit-flex;
	/*height: 100%;*/
	align-items: center;
}

.list-item {
	padding: 0px 20px;
	position: relative;
}

.list-item::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	background: #3487FF;
}

.list-item:hover::before {
	width: 100%;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
}

.list-item a {
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.icon-item {
	padding: 0px 10px;
}

.header-search {
	display: flex;
	position: relative;
	/* margin-right: 5px; */
	align-items: center;
}

/* .search-img{
position: absolute;
right: 12px;
top: 5px;
cursor: pointer;
} */
.search-img {
	/*position: relative;
	right: 30px;
	/* top: 5px; */
	cursor: pointer;
}

.header-input {
	border: 1px solid #fff;
	border-radius: 16px;
	font-size: 16px;
	color: #fff;
	caret-color: #fff;
	outline: medium;
	height: 30px;
	width: 80px;
	background: transparent;
	padding: 4px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.language_icon {
	position: relative;
}

.change_language {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100px;
	background: #33383b;
	bottom: -100px;
	right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}

.change_language li {
	margin-top: 6px;
	font-size: 14px;
}

.icon-item {
	cursor: pointer;
}

.change_language li a {
	color: #fff;
}

.header-linkto {
	line-height: 40px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-left:20px;
}
.res-header-linkto {
	line-height: 40px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-left:20px;
}

.other_link {
	width: 100%;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #33383b;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	max-height: 0;
	overflow: hidden;
	margin: 0;
}

.res_other_link {
	width: 100%;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #33383b;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	max-height: 0;
	overflow: hidden;
	margin: 0;
}

.other_link li,.res_other_link li{
	text-align:center;
	line-height: 45px;
}

.other_link a,.res_other_link a{
	color:#fff;
	display:block;
	font-size: 14px;
}

.opacity_show {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	opacity: 1;
	animation: bounceIn 1s;
	-webkit-animation: bounceIn 1s;
	-moz-animation: bounceIn 1s;
	-ms-animation: bounceIn 1s;
	-o-animation: bounceIn 1s;
	display: block !important;
}

.other_link li:first-child,.res_other_link li:first-child {
	border-bottom: 1px solid #b6b1b1;
}

.other_link li a:hover,.res_other_link li a:hover{
	color: #3487FF;
	color: var(--theme-color);
}

.nabla {
	margin-left: 10px;
	cursor: pointer;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.border_show::before {
	width: 100%;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	animation: longer 0.5s ease;
	-webkit-animation: longer 0.5s ease;
	-o-animation: longer 0.5s ease;
	-ms-animation: longer 0.5s ease;
	-moz-animation: longer 0.5s ease;
}

.header-input {
	padding-right: 32px;
}

/* 响应式 头部 */
#header_res {
	z-index: 889;
	position: fixed;
	top: 20px;
	display: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 40px;
}

.res_blue_logo {
	display: none;
}

.header_flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.header_res_left,
.header_res_right {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.header_res_nav a {
	color: #fff;
}

.header_res_nav li:not(:first-child) {
	margin-top: 6px;
}

.header_res_right a:hover {
	color: #3487FF;
	color: var(--theme-color);
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
}

.header_res_nav {
	position: absolute;
	/* right: -100%; */
	width: 100%;
	top: 60px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

.header-search-res {
	display: flex;
	align-items: center;
	position: relative;
}

.header-input-res {
	border: 1px solid #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	font-size: 16px;
	color: #fff;
	caret-color: #fff;
	outline: medium;
	height: 30px;
	width: 80px;
	background: bottom;
	padding: 4px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.search-img-res {
	/* position: relative;
	right: 30px;
	top: 5px; */
	cursor: pointer;
	z-index: 999;
}

.res_search_show {
	position: relative;
	cursor: pointer;
	z-index: 999;
	display: none;
}

.nav_icon {
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0px 0px 3px 20px;
}

.open {
	display: block;
}

.open_left {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}

.open span:first-child {
	transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
	-moz-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
	-o-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
	-ms-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
}

.open span:nth-child(2) {
	width: 0;
}

.open span:last-child {
	transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
	-moz-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
	-webkit-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
	-o-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
	-ms-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
}

.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.details_group {
	/* width: 1344px; */
	margin: 0 auto;
}

.nav_icon span:not(:first-child) {
	margin-top: 4px;
}


.res_nabla {
	margin-left: 10px;
	cursor: pointer;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.header_res_left a {
	color: #fff;
}

.header_res_left a:hover {
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	color: #3487FF;
	color: var(--theme-color);
}

.res_icon {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	position: relative;
	/*bottom: 2px;*/
}

.res_icon div {
	margin-left: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.res_icon ul {
	/*position: absolute;
	right: 0;
	bottom: -98px;
	background: #33383b;
	padding: 10px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;*/

	top: 40px;
	position: absolute;
	right: 0;
	/* bottom: -98px; */
	background: #33383b;
	padding: 10px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}


.res_icon ul li {
	margin-top: 4px;
}

.res_icon ul li a {
	color: #fff;
}

.res_change_language {
	display: none;
}

.res_mask {
	position: fixed;
	z-index: 1000;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background: rgba(51, 56, 59, .8);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.res_mask span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all .3s linear;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.res_mask span:not(:first-child) {
	margin-top: 4px;
}

.mask_icon {
	position: absolute;
	left: 10%;
	top: 10%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.res_mask ul {
	width: 50%;
}

.res_mask ul a {
	color: #fff;
	padding: 20px 0px;
	display: block;
}

.res_mask ul a:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.en {
	margin-top: 10px;
}

.res_language {
	cursor: pointer;
}

/*  */
button {
	outline: 0;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

li {
	list-style: none;
}

/*  */
.color_white {
	color: #fff !important;
}

.color_blue {
	color: #3487FF;
	color: var(--theme-color);
}

.appear_img {
	display: inline;
}

.disappear_img {
	display: none;
}

.click-active {
	background: #3487FF;
}

.down {
	width: 100% !important;
}

.blue_top_border {
	border-top: 2px solid #3487FF;
}

.white_top_border {
	border-top: 2px solid #e5e5e5;
}

/*  */
.downward {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 222;
	animation: updown 2s linear infinite;
	-webkit-animation: updown 2s linear infinite;
	-o-animation: updown 2s linear infinite;
	-ms-animation: updown 2s linear infinite;
	-moz-animation: updown 2s linear infinite;
	margin-left: -19px;
}

/*  */
.about_eng {
	font-size: 30px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-left: 60px;
}

.about_eng::before {
	content: "";
	position: absolute;
	width: 50px;
	border-top: 2px solid #fff;
	left: 0px;
	top: 50%;
}

/* 响应式 移动端   导航展示形式  */
.rotating {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.res_uni_left,
.res_lztj_left,
.res_lxtj_left,
.res_movies_left,
.res_tour_left,
.res_buy_left,
.res_zxgk_left,
.res_yyjl_left {
	width: 100%;
	display: none;
	position: relative;
}

.res_uni_left ul,
.res_lztj_left ul,
.res_lxtj_left ul,
.res_movies_left ul,
.res_tour_left ul,
.res_buy_left ul,
.res_zxgk_left ul,
.res_yyjl_left ul {
	height: 48px;
	z-index: 888;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;

	width: 100%;

	left: 0;
	margin-bottom: 1rem;
}

.res_uni_left ul a,
.res_lztj_left ul a,
.res_lxtj_left ul a,
.res_movies_left ul a,
.res_tour_left ul a,
.res_buy_left ul a,
.res_zxgk_left ul a,
.res_yyjl_left ul a {
	background: #FFFFFF;
	position: relative;
	height: 50px;
	color: #4c4c4c;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.res_uni_left ul li,
.res_lztj_left ul li,
.res_lxtj_left ul a li,
.res_movies_left ul a li,
.res_tour_left ul a li,
.res_buy_left ul a li,
.res_zxgk_left ul a li,
.res_yyjl_left ul a li {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.res_uni_left ul a img,
.res_lztj_left ul img,
.res_lxtj_left img,
.res_movies_left ul a img,
.res_zxgk_left ul a img {
	width: 28px;
	height: 28px;
	margin: 0px 10px;
}

.res_uni_left ul a:not(:last-child),
.res_lztj_left ul a:not(:last-child),
.res_lxtj_left ul a:not(:last-child),
.res_movies_left ul a:not(:last-child),
.res_tour_left ul a:not(:last-child),
.res_zxgk_left ul a:not(:last-child),
.res_yyjl_left ul a:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}


/* 搜索框图标  响应式  展示形式 */
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	background: rgba(51, 56, 59, .8);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	left: 100%;
	opacity: 0;
}

.popup input {
	border: 0px;
	outline: none;
	padding-left: 3%;
	padding-right: 40px;
	background-color: #2f3a46;
	color: #fff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	height: 40px;
	width: 100%;
	top: 100px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.popup input::-webkit-input-placeholder {
	color: #fff;
}

.popup input::-moz-input-placeholder {
	color: #fff;
}

.popup input::-ms-input-placeholder {
	color: #fff;
}

.popup_false {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1001;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3 ease;
	-moz-transition: all .3 ease;
	-ms-transition: all .3 ease;
	-o-transition: all .3 ease;
}

.popupdiv1 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.popupdiv2 {
	width: 50%;
	margin: 0 auto;
	position: relative;
}
/*
.popupdiv2::after {
position: absolute;
content: "";
right: 20px;
width: 19px;
height: 19px;
background-image: url(../img/header/search-white.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1001;
top: 110px;
cursor: pointer;
}*/

.introduce,
.txt p,
.qioumu_text,
.zxhd_title,
.zxhd_text,
.rtc_right_text span,
.w-imgText .textB .text_x p,
.res4_title,
.res4_text,
.res5_title,
.res5_text,
.jianjie_text,
.text,
.bady_text,
.show_details_describe,
.describe_exh_text,
.middle_text ol li,
.vlts_itt_left {
	text-align: justify;
}

/* 向上指引小火箭 */
.rockets {
	position: fixed;
	right: 50px;
	bottom: 140px;
	cursor: pointer;
	display: none;
	z-index: 999;
}




/* 组件化 二级导航 区域及下方展示区域模块化 */
.width100 {
	width: 100%;
}

.module {
	padding-bottom: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.module_nav_group {
	display: flex;
	display: -webkit-flex;
	position: relative;
	top: -60px;
	background: #fff;
}

.module_nav_group {
	width: 1344px;
	margin: 0 auto;
}

.group_item {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 100%;
	color: #4c4c4c;
	background: #f6f6f6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	flex-wrap: wrap;
	-webkit-flex-warp: warp;
	-moz-flex-warp: warp;
	-ms-flex-warp: warp;
	-o-flex-warp: warp;
	position: relative;
	padding: 24.5px 0px;
}

.group_item:not(:last-child) {
	margin-right: 1px;
}

.group_item:hover img {
	animation: cd-shock 0.5s ease;
	-webkit-animation: cd-shock 0.5s ease;
	-moz-animation: cd-shock 0.5s ease;
	-ms-animation: cd-shock 0.5s ease;
	-o-animation: cd-shock 0.5s ease;
}

.group_icon,
.group_title {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	z-index: 101;
}

.group_icon {
	margin-bottom: 10px;
	height: 40px;
}

.group_bgc {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

/* 鼠标放上去 字体颜色为白色  白底照片显示  深色照片消失 */
.group_item:hover .group_title {
	color: #fff;
}

.group_item:hover .white {
	display: inline;
}

.group_item:hover .black {
	display: none;
}

.group_item:hover .group_bgc {
	width: 100%;
}

.details_item:not(:first-child) {
	display: none;
}

.details_item_gryy:not(:first-child),
.details_item_tdyy:not(:first-child),
.details_item_yygp:not(:first-child),
.details_item_hdyy:not(:first-child) {
	display: none;
}

.first_step {
	margin-left: 300px;
}

.first_step_hdyy {
	margin-left: 500px;
}

.week {
	float: left;
	/*margin-left: 40px;*/
	width: 10%;
}

.week:not(:first-child) {
	margin-left: 5%;
}

.week>span {
	font-size: 120%;
	text-align: center;
	display: block;
}

.color_gryy {
	color: #8abeb2;
}

.color_gryy_1 {
	background-color: #e9f5f3;
}

.color_gryy_2 {
	background-color: #8abeb2;
}

.color_tdyy {
	color: #9e87cf;
}

.color_tdyy_1 {
	background-color: #dfd4f6;
}

.color_tdyy_2 {
	background-color: #9e87cf;
}

.select_date {
	display: flex;
	margin-top: 50px;
	height: 140px;
}

.yy_info {
	width: 100%;
	margin-top: 30px;
	color: white;
	height: 50px;
	line-height: 50px
}

.serial {
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background-color: #8abeb2;
	color: white;
	font-size: 20px;
}

.line {
	/*border: 1px solid #cccccc;*/
	background-color: #cccccc;
	border: none;
	height: 1px;
}

.line_1 {
	border: none;
	height: 2px;
}

/* 三级页面 组件封装*/
.secondary {
	width: 1344px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 0 auto;
}

.secondary_left {
	width: 17%;
}

.secondary_right {
	width: 77%;
}

.secondary_left_nav {
	color: #4c4c4c;
	display: flex;
	display: -webkit-flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #f5f5f5;
}

.secondary_left_nav:hover .secondary_mask {
	width: 100%;
}

.secondary_left_nav:hover span {
	color: #fff;
}

.secondary_left_nav:hover .white {
	display: inline;
}

.secondary_left_nav:hover .black {
	display: none;
}

.secondary_left_nav:not(:first-child) {
	margin-top: 10px;
}

.secondary_left_nav span,
.secondary_left_nav img {
	z-index: 2;
}

.secondary_mask {
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	top: 0;
	left: 0;
	height: 100%;
	width: 0px;
}

.gryy_date,
.tdyy_date,
.yygp_date {
	/*height: 70px;*/
	width: 100%;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #b3b3b3;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	position: relative;
}

.gryy_date span,
.tdyy_date span,
.yygp_date span {
	width: 100%;
	/*height: 30px;*/
	height: 50%;
	font-size: 100%;
	color: #4c4c4c;
	align-content: center;
}

/*{*/
/*    width: 100%;*/
/*    !*height: 30px;*!*/
/*    height: 50%;*/
/*    font-size: 100%;*/
/*    color: #4c4c4c;*/
/*}*/
.nav_date_first {
	/*height: 70px;*/
	width: 100%;
	background: #f5f5f5;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #b3b3b3;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	position: relative;
}

.nav_date_first span {
	width: 100%;
	/*height: 30px;*/
	height: 50%;
	font-size: 100%;
	/*color: #dfdfdf;*/
}

.corner_marker {
	border-style: solid;
	border-width: 0px 0px 10px 10px;
	border-color: transparent transparent #f3b218 transparent;
	float: right;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.gryy_intotime_btn,
.tdyy_intotime_btn,
.yygp_intotime_btn {
	/*height: 50px;*/
	height: 100%;
	width: 25%;
	text-align: center;
	line-height: 40px;
	text-align: center;
	border: 1px solid #b3b3b3;
	display: block;
	position: relative;
	/*margin-left: 40px;*/
	float: left;
	line-height: 50px;
}

.gryy_intotime_btn:not(:first-child),
.tdyy_intotime_btn:not(:first-child),
.yygp_intotime_btn:not(:first-child) {
	margin-left: 5%;
}

.gryy_intotime_btn span {
	/*width: 200px;*/
	/*height: 50px;*/
	font-size: 16px;
	color: black;
}

.tdyy_intotime_btn span,
.yygp_intotime_btn span {
	/*width: 200px;*/
	/*height: 50px;*/
	font-size: 16px;
	color: black;
}

.nav_time {
	margin-left: 10%;
	margin-top: 40px;
	/*width: 100%;*/
	height: 50px;

}

.yy_time {
	float: right;
	margin-right: 20px;
}

.dd_info {
	width: 100%;
	height: 30px;
	margin-top: 30px
}

.dd_info:not(:last-child) div {
	float: left;
	text-align: center;
}

.dd_info:last-child div {
	float: right;
	text-align: center;
}

.dd_info div span {
	font-size: 18px;
}

/*全部人员信息*/
.qbry_info {
	margin-top: 40px;
}

/*单个人员信息*/
.dgry_info {
	height: 80px;
	text-align: center;
	line-height: 42px;
}

.dgry_info>div {
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 52px;
	/*line-height: 50px;*/
}

.dgry_info select {
	border: 1px solid #cccccc;
	width: 80%;
	height: 42px;
	border-radius: 5%;
}

.dgry_info input {
	border: 1px solid #cccccc;
	width: 80%;
	height: 38px;
	border-radius: 5%;
	text-align: center;
}

.dgry_info span {
	height: 42px;
}

.btn {
	width: 30%;
	height: 50px;
	border: 0;
	color: white;
}

/*团队信息*/
.tdxx {
	margin-top: 20px;
}

.tdxx hr {
	margin-top: 20px;
}

.tdxx>div {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

.tdxx div input {
	width: 50%;
	border: 1px solid #cccccc;
	height: 36px;
	letter-spacing: 1px;
	text-indent: 1em;
}

.tdxx div span {
	width: 15%;
	display: block;
	float: left;
}

.tdxx div select {
	width: 50.5%;
	border: 1px solid #cccccc;
	height: 40px;
	text-indent: 1em;
}

.tdxx div button {
	width: 100px;
	height: 45px;
	border: 0;
	font-size: 18px;
	float: left;
}

.tdxx_info {
	height: 40px;
}


.nav_dxyc,
.nav_tsfx,
.nav_gryy,
.lztj_zzzl,
.qmyy_yyyx,
.group_cszt,
.nav_group_yygp,
.nav_hdhg_group,
.nav_zxgk_zzzb,
.shape_zyzjj,
.gmjl_link,
.gmjl_wsy,
.my_gmjl,
.gmjl_wsy,
.group_gzzc {
	background: #8abeb2;
}

.nav_yc,
.nav_yygp,
.nav_twly,
.lztj_zlhg,
.fxyy_yyyx,
.group_lztj,
.nav_group_jtlx,
.nav_zxgk_group,
.nav_zxgk_zbhg,
.shape_zyzsq,
.wddd_link,
.gmjl_ysy,
.group_cgdl,
.my_wddd,
.gmjl_ytp {
	background: #e0cf75;
}

.nav_ycjc,
.nav_tdyy,
.nav_yztw,
.lztj_jjzl,
.jmyy_yyyx,
.group_lxtj,
.nav_group_fwss,
.nav_zlxz_group,
.nav_zxgk_zbyg,
.yyjl_link,
.gmjl_ytp,
.group_cggk,
.my_yyjl,
.gmjl_wtp {
	background: #9e87cf;
}

.nav_ec,
.nav_hdyy,
.nav_dwjy,
.d4yy_yyyx {
	background: #5c4b51;
}

.group_fxyy {
	background: #96d996;
}

.nav_sanceng,
.nav_cxkj {
	background: #f25e5c;
}

.nav_siceng,
.nav_cgxz,
.nav_zhrl,
.group_yyyx,
.nav_group_kxwc,
.nav_ldkjg_group,
.shape_sqjl,
.wdjf_link,
.my_wdjf,
.group_vr {
	background: #f5b659;
}

.nav_jttd,
.nav_group_wjdc {
	background: #96d996;
}

.nav_rgzn {
	background: #cd87cf;
}

.secondary_right_item {
	width: 100%;
	display: none;
}

.secondary_right_img {
	width: 100%;
	height: 650px;
	background: #f5f5f5;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.secondary_right_img img {
	width: 100%;
	height: auto;
}

.secondary_right_item:first-child {
	display: block;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.8;
}

.list_right_img {
	box-shadow: 30px -30px 0px #9e87cf;
	-webkit-box-shadow: 30px -30px 0px #9e87cf;
	-moz-box-shadow: 30px -30px 0px #9e87cf;
	-ms-box-shadow: 30px -30px 0px #9e87cf;
	-o-box-shadow: 30px -30px 0px #9e87cf;
}

.list_block_img {
	height: 390px;
}

.list_block {
	position: relative;
	margin: 40px;
}

.list_right_img {
	position: absolute;
	right: 30px;
	top: 30px;
	height:100%;
}

.list_left_img {
	position: absolute;
	left: 0;
	top: 69.5px;
}

.cszt_yztw_p {
	width: 80%;
}

.cszt_yztw_gif {
	position: absolute;
	right: 0;
	width: 20%;
	top: 0;
}

.list_block_title {
	font-size: 26px;
}

.list_block a {
	color: #000000;
}

.yztw_bottom_img {
	position: relative;
}

/* .yztw_bottom_img p{
position: absolute;
bottom: -60px;
background: rgba(255,255,255,.7);
padding: 20px;
box-shadow: 3px 2px 5px #f5f5f5;
-webkit-box-shadow: 3px 2px 5px #f5f5f5;
-moz-box-shadow: 3px 2px 5px #f5f5ff;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
width: 50%;
left: 30%;
} */
.yztw_bottom_img p {
	position: relative;
	bottom: 60px;
	background: rgba(255, 255, 255, .7);
	padding: 20px;
	box-shadow: 3px 2px 5px #f5f5f5;
	-webkit-box-shadow: 3px 2px 5px #f5f5f5;
	-moz-box-shadow: 3px 2px 5px #f5f5ff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 50%;
	left: 30%;
}

.yztw_bottom_img img {
	width: 70%;
	height: auto;
}

.list_flex {
	display: flex;
	display: -webkit-flex;
}

.align_items_center {
	align-items: center;
}

.yztw_list_title:first-child {
	color: #3487FF;
	color: var(--theme-color);
	border-color: #3487FF;
	border-color: var(--theme-color);
	margin: 0;
}

.yztw_list_title {
	padding: 20px 60px 0px 0px;
	cursor: pointer;
	border-top: 2px solid #e5e5e5;
	margin-left: 2px;
}

.yygp_list_title {
	/*padding:20px 60px 0px 0px;*/
	width: 25%;
	cursor: pointer;
	border-bottom: 4px solid #e5e5e5;
	text-align: center;
	height: 50px;
	font-size: 26px;
	/*margin-left: 2px;*/
}

.yygp_list_title:first-child {
	/*color: #3487FF;*/
	border-color: #3487FF;
	border-color: var(--theme-color);
	margin: 0;
}

.yygp_movies {

	text-align: center;
	margin-top: 20px;
}

.yygp_movies:not(:first-child) {
	display: none;
}

.yygp_movies_item {
	height: 100px;
	line-height: 100px;
	/*text-align: center;*/
	/*font-size: 100%;*/
	display:flex;
	align-items:center;
}

.yygp_movies_item:hover {
	background-color: #f6f6f6;
}

.yygp_movies_item div {
	font-size: 100%;
}

.list_block_top img {
	width: 100%;
	height: auto;
}

.list_col {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-warp: warp;
	-moz-flex-warp: warp;
	-ms-flex-warp: warp;
	-o-flex-warp: warp;
}

.list_col a {
	color: #4c4c4c;
}

.list_box {
	width: 48%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 3px 6px 10px rgba(0, 0, 0,0.14);
	-webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0,0.14);
	-moz-box-shadow: 3px 6px 10px rgba(0, 0, 0,0.14);
	-ms-box-shadow: 3px 6px 10px rgba(0, 0, 0,0.14);
	-o-box-shadow: 3px 6px 10px rgba(0, 0, 0,0.14);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	position: relative;
	top: 0;
	margin-bottom: 40px;
}

.list_block_top {
	overflow: hidden;
}

.list_block_top img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* .list_box:hover img{
transform: scale(1.1);
} */
/*.list_box:hover {
	top: -20px;
}*/

.list_block_bottom {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.list_block_bottom::before {
	content: "";
	position: absolute;
	height: 50%;
	top: 25%;
	left: 25%;
	width: 1px;
	border-left: 1px solid #b3b3b3;
}

.list_format,
.list_theme {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.list_data,
.list_year {
	width: 30%;
}

.list_title,
.list_time {
	width: 70%;
}

.big_time {
	font-size: 26px;
}

.f_weight {
	font-weight: 550;
	font-size: 18px;
}

.list_format {
	margin-bottom: 10px;
}

.pagination {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 20px 0;
}

.pagination_item {
	width: 40px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.625rem;
	color: #4c4c4c;
	border: 1px solid #3487FF;
}

.page_active {
	background: #3487FF;
}

.zlhg_toggle,
.lxtj_navigation_bottom {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	height: 0;
	overflow: hidden;
}

.zlhg_toggle_item,
.lnb_table {
	width: 100%;
	padding: 20px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #4c4c4c;
	cursor: pointer;
	margin-top: 4px;
	overflow: hidden;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.col_top_title,
.col_center_time,
.col_bottom_text {
	margin-bottom: 10px;
}

.col_top_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.col_center_time,
.col_btn {
	display: flex;
	display: -webkit-flex;
}

.col_center_time {
	justify-content: space-between;
}

.col_btn {
	justify-content: flex-end;
}

.list_block_footer {
	padding: 20px;
}

.col_footer_btn {
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	z-index: 222;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #ffffff;
	background-color: #3487ff;
	background-color: var(--theme-color);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 0px 20px 11px -8px rgba(52, 135, 255,0.38);
	-webkit-box-shadow: 0px 20px 11px -8px rgba(52, 135, 255,0.38);
	-moz-box-shadow: 0px 20px 11px -8px rgba(52, 135, 255,0.38);
	-ms-box-shadow: 0px 20px 11px -8px rgba(52, 135, 255,0.38);
	-o-box-shadow: 0px 20px 11px -8px rgba(52, 135, 255,0.38);
	border: 1px solid #3487ff;
	height: 35px;
	width: 100px;
}

.kxwc_flex .list_box {
	width: 32%;
}

.article_item {
	margin-bottom: 40px;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 30px 40px;
	box-shadow: 2px 2px 8px 8px #f5f5f5;
	-webkit-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-moz-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-ms-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-o-box-shadow: 2px 2px 8px 8px #f5f5f5;
	align-items: center;
	position: relative;
	width: 100%;
	color: #4c4c4c;
	justify-content: space-between;
}

.article_item_left {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	overflow: hidden;
}

.article_item_num {
	font-family: "方正彩云简体";
	font-size: 50px;
	border-right: 2px solid #f5f5f5;
	color: #3487FF;
	color: var(--theme-color);
	padding-right: 20px;
}

.article_item_content {
	padding-left: 20px;
}

.article_item_title {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.no_flex {
	display: block;
}

.zxgk_ification {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 40px;
}

.ification_item {
	color: #4c4c4c;
	display: block;
}

.ification_item {
	padding: 4px 8px;
	margin-left: 10px;
}

.big_title_know {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background: #f5f5f5;
	border-left: 10px solid #f5b659;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 40px;
}

.btk_left {
	width: 20%;
}

.btk_right {
	width: 80%;
}

.large_font {
	font-size: 40px;
}

.btk_right_item:not(:last-child) {
	margin-bottom: 20px;
}

.show_a_link {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zyz_shape,
.personal_shape {
	top: -45px;
}

.list_you_konw {
	background: #f5f5f5;
	border-left: 10px solid #8abeb2;
	padding: 20px;
}

.list_block_left {
	width: 12%;
}

.list_block_right {
	width: 88%;
}

.list_block_right input {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.list_block_btn button {
	width: 20%;
	padding: 20px;
	background: #e0cf75;
	border: none;
	color: #fff;
}

.zyzsq_item .list_block_left {
	font-size: 20px;
}

.level {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}

.level_four {
	padding-bottom: 10px;
	padding-right: 40px;
	color: #4c4c4c;
	position: relative;
	top: 1px;
}

.level_ticket {
	color: #3487FF;
	color: var(--theme-color);
}

.level_name,
.level_time,
.level_col_name,
.level_col_time {
	width: 30%;
}

.level_num,
.level_col_num {
	width: 10%;
}

.level_total,
.level_oper,
.level_col_total,
.level_col_oper {
	width: 15%;
}

.level_item {
	padding: 20px 10px;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	justify-content: space-between;
}

.lever_col {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 10px;
	align-items: center;
	justify-content: space-between;
}

.level_col_oper button {
	border: 1px solid #3487FF;
	color: #3487FF;
	color: var(--theme-color);
	background: #fff;
	padding: 4px 10px;
	cursor: pointer;
}

.level_four:first-child {
	border-bottom: 1px solid #3487FF;
}

.level_nav_list2,
.level_nav_list3 {
	display: none;
}

.your_click_ticket {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}

.your_ticket_show {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.parcel_ticket {
	background: #fff;
	padding: 34px;
	position: relative;
}

.parcel_ticket div {
	width: 300px;
	text-align: center;
	margin-bottom: 30px;
}

.parcel_ticket::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	right: -35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	clip: rect(0px 35px 70px 0px);
	background: rgba(0, 0, 0, .3);
	top: 216px;
}

.parcel_ticket::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	left: -35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	clip: rect(0px 70px 70px 35px);
	background: rgba(0, 0, 0, .3);
	top: 216px;
}

.list_box_addr {
	margin-left: 20px;
}

.px20 {
	padding: 20px 0;
}

.px10 {
	padding: 10px 0;
}

.mb20 {
	margin-bottom: 20px;
}

.border_b_f5 {
	border-bottom: 2px solid #f5f5f5;
}

.lztj_complete_item:first-child {
	font-weight: bolder;
}

.font26 {
	font-size: 26px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.lztj_complete,
.wjdc_details {
	display: none;
}

.mt0 {
	margin-top: 0 !important;
}

.fully {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
}

.fully_list {
	display: flex;
	display: -webkit-flex;
}

.fully_item {
	display: block;
	padding-bottom: 10px;
	padding-right: 40px;
	position: relative;
	top: 1px;
	color: #4c4c4c;
}

.fully_want {
	color: #3487FF;
	color: var(--theme-color);
	width: 10%;

}

.fully_item:first-child {
	border-bottom: 1px solid #3487FF;
	color: #3487FF;
	color: var(--theme-color);
}

.full_details_item:not(:first-child) {
	display: none;
}

.fdi_item,
.your_order {
	display: flex;
	display: -webkit-flex;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.fdi_item_title,
.your_order_title {
	background: #f5f5f5;
}

.fdi_name,
.fdi_time {
	width: 30%;
}

.fdi_total,
.fdi_do {
	width: 15%;
}

.fdi_num {
	width: 10%;
}

.fdi_btn {
	border: 1px solid #3487ff;
	color: #3487FF;
	color: var(--theme-color);
	background: #fff;
	padding: 4px 10px;
	cursor: pointer;
}

.fdi_item_details {
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.fully_details_item:not(:first-child) {
	display: none;
}

.order_name img {
	width: 50px;
	height: 50px;
}

.order_name,
.order_price,
.order_num,
.order_total {
	width: 10%;
}

.order_number {
	width: 30%;
}

.order_state,
.order_do {
	width: 15%;
}

.your_order:not(:first-child) {
	border-bottom: 1px solid #e6e6e6;
}

.look_logistics {
	cursor: pointer;
}

.yztw_bottom_img:not(:first-child),
.jyhd_complete {
	display: none;
}

.group_any {

	width: 100%;
	margin: 0 auto;
}

.mess_1 {
	width: 100%;
	height: 1500px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-warp: warp;
	-moz-flex-warp: warp;
	-ms-flex-warp: warp;
	-o-flex-warp: warp;

}


/* 动画 */
@-webkit-keyframes cd-shock {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	30% {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	60% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}


@keyframes cd-shock {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	30% {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	60% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}


@-webkit-keyframes longer {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes longer {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}


@-webkit-keyframes impact {
	0% {
		left: 10%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes impact {
	0% {
		left: 10%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@-moz-keyframes updown {
	0% {
		bottom: 40px;
	}

	20% {
		bottom: 20px;
	}

	40% {
		bottom: 30px;
	}

	60% {
		bottom: 40px;
	}

	80% {
		bottom: 30px;
	}

	100% {
		bottom: 40px;
	}
}

@keyframes updown {
	0% {
		bottom: 40px;
	}

	20% {
		bottom: 20px;
	}

	40% {
		bottom: 30px;
	}

	60% {
		bottom: 40px;
	}

	80% {
		bottom: 30px;
	}

	100% {
		bottom: 40px;
	}
}

/* 导航背景颜色 */
.green {
	background: #8abeb2;
}

.yellow {
	background: #e0cf75;
}

.purple {
	background: #9e87cf;
}

.brown {
	background: #5c4b51;
}

.red {
	background: #f25e5c;
}

.orange {
	background: #f5b659;
}

.cyan {
	background: #96d996;
}

.violet {
	background: #cd87cf;
}

/* 响应式导航背景颜色 */
.res_green {
	border-left: 4px solid #8abeb2;
}

.res_purple {
	border-left: 4px solid #9e87cf;
}

.res_yellow {
	border-left: 4px solid #e0cf75;
	position: relative;
}

.res_brown {
	border-left: 4px solid #5c4b51;
}

.res_red {
	border-left: 4px solid #f25e5c;
}

.res_orange {
	border-left: 4px solid #f5b659;
}

.res_cyan {
	border-left: 4px solid #96d996;
}

.res_violet {
	border-left: 4px solid #cd87cf;
}

/* 页面头部分类背景大图片 */
.about {
	color: #fff;
	letter-spacing: 4px;
	font-size: 50px;
	width: 1344px;
	margin: 0 auto;
	position: relative;
	animation: impact 1s ease-in-out;
	-webkit-animation: impact 1s ease-in-out;
	-moz-animation: impact 1s ease-in-out;
	-ms-animation: impact 1s ease-in-out;
	-o-animation: impact 1s ease-in-out;
}

.top_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 140px;
	overflow: hidden;
}

.title-img {
	margin-left: 10px;
	height: 33px;
	float: right;
}

/* 详情返回按钮 */
.return_img {
	margin-left: 10px;
	height: 33px;
	float: right;
}

/* 全铺满内容组 */
.details_group_full {
	width: 100%;
	margin: 0 auto;
}

.download {
	margin-top: 40px;
	width: 25%;
	padding: 20px;
	background: #9e87cf;
	border: none;
	color: #fff;
}

.jj_buy_btn {

	float: right;
}

.jj_buy_btn input {
	margin-bottom: 40px;
	margin-top: 40px;
	background: #9e87cf;
	border: none;
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-webkit-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-moz-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-ms-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-o-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	height: 45px;
	width: 170px;
	cursor: pointer;
}

/* 流动科技馆 */
.tzgg_complete,
.gzdt_complete,
.fczs_complete {
	display: none;
}

/* 标题加粗 */
.font-bolder {
	font-weight: bolder;
}

/* 内容列表两个时 进行占位 */
.list_col.kxwc_flex:after {
	content: '';
	width: 32%;
}

/* 转码后 内容详情初始样式 */
.content_des {
	text-indent: 2em;
	line-height: 2em;
}

.content_lineHeight{
	line-height: 2em;
}

.content_lineHeight img{
	width: 100%;
}

.mt_10 {
	margin-top: 0.625rem;
}
.mt30 {
	margin-top: 1.875rem;
}




.col_bottom_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mt_60 {
	margin-top: 60px;
}

.gp_gif {
	position: relative;
	bottom: 5px;
	height: 40px;
	width: auto;
	margin-right: 15px;
}

.news_bg {
	background-image: url(../img/top/news_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 400px;
}

.top_img {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.dy_img {
	width: 0;
	height: 100%;
	padding-right: 90%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.bofang_img {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 2;
	margin: -60px 0 0 -30px;
	width: 60px;
	height: 60px;
}

.edu_video {
	margin-top: 50px;
	width: 100%;
}

.hidden {
	display: none;
}

.mt15 {
	margin-top: 15px;
}

.mg10 {
	margin: 10px 0;
}

.pd20 {
	padding: 30px 0px;
}

.pb30 {
	padding-bottom: 30px;
}
.pb15{
	padding-bottom: 15px;
}
.tour_img img{
	width:280px;
}


.content_text{
	padding: 1.25rem 0;
}
.content_text p{
	text-indent: 2em;
	line-height: 2em;
	margin-bottom: 0.625rem;
	padding: 0;
}
.content_text img{
	display: flex;
	flex-wrap: wrap;
	width:60%;
	margin: 0.625rem 0;
}

.text_img {
	display: flex;
	justify-content: center;
	height: auto;
	flex-wrap: wrap;
}
.search_bg {
	background-image: url(../img/top/search_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 400px;
}
.module b {
	color: #3487FF;
	color: var(--theme-color);
}
.about_search {
	margin-top: 1.875rem;
	font-size: 18px;
	display: flex;
	align-items: center;
	height: 2.5rem;
}
.about_input {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0;
	padding-left: 1rem;
	width: 35rem;
	height: 100%;
	border-top-left-radius:2em;
	border-bottom-left-radius:2em;
	border: 0 solid;
	color: #4C4C4C;
}
.about_search_btn{
	border: 0px;
	position: relative;
	left: -1px;
	display: inline-block;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	width: 6rem;
	height: 100%;
	background-color: #3487FF;
	background-color: var(--theme-color);
	display: flex;
	align-items: center;
	justify-content:center;
	cursor: pointer;
}
.search_count{
	display: inline-block;
	height: 60px;
	display: flex;
	align-items: center;
}

.search_count_right{
	color: #3487FF;
	color: var(--theme-color);
	margin-left: 10px;
}
.search_start{
	display: flex;
	height: 400px;
	align-items: center;
	justify-content: center;
}
.search_no{
	display: flex;
	height: 400px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.search_flex .list_box {
	width: 100%;
}

.list_inline {
	display: flex;
	align-items: center;
}

.list_inline_left{
	padding-right: 10px;
	width: 20%;
}

.list_inline_right{
	padding: 10px;
	width: 80%;
}

.mb10 {
	margin-bottom: 10px;
}

.inline_img {
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.article_item_no_img {
	margin-bottom: 40px;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 30px 20px 30px 0px;
	box-shadow: 2px 2px 8px 8px #f5f5f5;
	-webkit-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-moz-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-ms-box-shadow: 2px 2px 8px 8px #f5f5f5;
	-o-box-shadow: 2px 2px 8px 8px #f5f5f5;
	align-items: center;
	position: relative;
	width: 100%;
	color: #4c4c4c;
	justify-content: space-between;
}
#search{
	margin-block-end: 0;
}
#search_res{
	margin-block-end: 0;
}
#search_mask{
	display: flex;
	margin-block-end: 0;
	align-items: center;
}
img.search-img-mask {
	position: relative;
	top: 100px;
	right: 30px;
	cursor: pointer;
}

.vr_wait {
	display: flex;
	height: 400px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top_down_icon{
	cursor: pointer;
	padding-left:10px;
}
.ac_down_icon{
	cursor: pointer;
	padding-left:5px;
}
.list_from{
	margin-left: 30%;
	padding-top: 2px;
}


button:focus{outline: none}
button:focus{outline:0}
button::-moz-focus-inner {border-color: transparent;}

.pt60{
	padding-top:60px;
}
.mb-40{
	margin-bottom:40px;
}

.exit_video:hover {
	animation:rotate .5s;
	-webkit-animation: rotate .5s;
	-moz-animation: rotate .5s;
	-ms-animation: rotate .5s;
	-o-animation: rotate .5s;
}
.cinema_table{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cinema_table_item{
	width:48%;
}
.cxjyq_p {
	width: 100%;
	white-space: pre-line;
}


/*导航*/
.nav-child {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background: rgba(243, 247, 254, 1);
}

.nav-child .nav-child-container {
	height: 0px;
	overflow: hidden;
}

.nav-child-box {
	padding: 20px;
	height: 550px;
	min-height: 550px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.nav-child-title {
	color: #3487FF;
	color: var(--theme-color);
	font-size: 18px;
	border-left: 6px solid;
	padding-left: 10px;
	margin-bottom: 15px;
}

.nav-child li.text-over {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 40px;
	height: 40px;
}

.nav-child ul li a:hover {
	color: unset;
}

.nav-child ul {
	min-height: 70px;
	margin-top: 0.8em;
	margin-bottom:0;
}

.nav-child ul li {
	list-style: disc;
	line-height: 40px;
	list-style-position: inside;
}

.nav-child ul li:hover {
	color: #3487FF;
	color: var(--theme-color);
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.top_img_long {
	width: 100%;
	height: 0;
	padding-bottom: 38%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.top_img_work {
	width: 100%;
	height: 0;
	padding-bottom: 58%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.top_img_long_s {
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.nav-child-top-img {
	width: 100%;
	height: 201px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

	position: relative;
}

.nav-child-bg-right {
	background-position: right !important;
}

.nav-child-bottom-tilte {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 35px;
	padding-left: 16px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .3);
}

.nav-child-bottom-tilte.text-over {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 35px;
	height: 35px;
}


.top_img_square {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.nav-child-box-4 {
	width: 30%;
}

.nav_vlt_in_content {
	width: 95%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0%, -50%);
	display: flex;
	align-items: center;
}

.nav_vlt_in_title {
	color: #FFFFFF;
	font-size: 26px;
	margin-right: 30px;
	-webkit-text-shadow: #3487FF 2px 2px 2px;
	-moz-text-shadow: #3487FF 2px 2px 2px;
	text-shadow: #3487FF 2px 2px 2px;
}

.nav_vlt_in_btn {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #18222E;
	padding: 5px 40px;
}

.nav-child-db-des {
	font-size: .875rem;
	margin: 0.8em 0 1em 0;
	line-height: 35px;
}

.nav-child-record-container {
	overflow: hidden;

}

.drag-x{
	cursor: e-resize;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.nav-child-record-container::-webkit-scrollbar {
	display: none;
}

.nav-child-record-box {
	width: 15.5%;
	min-width: 15.5%;
}

.nav-child-record-year {
	color: #3487FF;
	color: var(--theme-color);
	border-right: 1px solid #3487FF;
	border-top: 1px solid #3487FF;
	padding: 7px 7px 0px 7px;
	margin-bottom: 7px;
}

.nav-child-record-box:first-child .nav-child-record-year {
	border-left: 1px solid #3487FF;
}

/* 个数响应式 */
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(1) {
	width: 100%;
}

.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(2),
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(2)~.nav-child-record-box{
	width: 50%;
}

.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(3),
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(3)~.nav-child-record-box{
	width: 33.33%;
}
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(4),
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(4)~.nav-child-record-box{
	width: 25%;
}
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(5),
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(5)~.nav-child-record-box{
	width: 20%;
}
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(6),
.nav-child-record-container .nav-child-record-box:first-child:nth-last-child(6)~.nav-child-record-box{
	width: 16.66%;
}

.nav-child-record-cover {
	width: 155px;
	padding-left: 7px;
}


#map {
	width: 100%;
	height: 201px;
	box-shadow: 3px 10px 10px #f5f5f5;
	-webkit-box-shadow: 3px 10px 10px #f5f5f5;
	-moz-box-shadow: 3px 10px 10px #f5f5f5;
	-ms-box-shadow: 3px 10px 10px #f5f5f5;
	-o-box-shadow: 3px 10px 10px #f5f5f5;
	font-size:14px;
}

#map img {
	max-width: none;
}

#map2 {
	width: 50%;
	height: 400px;
	font-size:14px;
	/*box-shadow: 3px 10px 10px #f5f5f5;
	-webkit-box-shadow: 3px 10px 10px #f5f5f5;
	-moz-box-shadow: 3px 10px 10px #f5f5f5;
	-ms-box-shadow: 3px 10px 10px #f5f5f5;
	-o-box-shadow: 3px 10px 10px #f5f5f5;*/
}

#map2 img {
	max-width: none;
}

.contact_container{
	width: 50%;
	padding: 30px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact_title{
	color:#3487FF;
}
.contact_content{
	margin-top:10px;
}

.contact_title_en{
	font-size:50px;
}
.contact_title_ch{
	font-size:26px;
}

.contact_item{
	display: flex;
	align-items: center;
}
.contact_item_icon{
	min-width: 40px;
	min-height: 40px;
    font-size: 26px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
	color: #3487FF;
}

.anchorBL {
	display: none;
}

.nav-child-org-left {
	display: block;
	width: 15%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}

.nav-child-org-left-title {
	width: 100%;
	position: absolute;
	top: 35%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.nav-child-org-right {
	width: 85%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	line-height: 27px;
	font-size: 14px;
}

.nav-child-org-right a:hover {
	color: unset;
}
.nav-child-org-right a{
    display: inline-block;
}


.nav-child-org-leader {
	white-space: pre-line;
	padding: 0px 10px;
}

.nav-child-org-leader:hover{
	color: #3487FF;
	color: var(--theme-color);
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-child-org-item {
	padding: 0 10px;
	position: relative;
}

.nav-child-org-item:hover{
	color: #3487FF;
	color: var(--theme-color);
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-child-org-item::after {
	content: "";
	position: absolute;
	top: 15%;
	height: 70%;
	right: 0;
	background: #3487FF;
	width: 1px;
}

@media(min-width:1458px) {
	.menu-wrap nav>div ul li.menu-item-has-children:hover>ul {
		opacity: 0!important;
		visibility: visible;
	}

	.nav-child .nav-child-container.child-active {
		height: 550px;
		-webkit-transition: height 0.5s ease-out 0s;
		transition: height 0.5s ease-out 0s
	}
}


@media(max-width:1457px) {
	.menu-wrap nav>div ul li.menu-item-has-children:hover>ul {
		opacity: 1;
		visibility: visible;
	}
}

.my_copyright ul li {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.5rem;
}
.my_copyright ul li:not(:last-child){
	padding-right: 16px;
}
.my_copyright ul:last-child > li {
	margin-bottom: 0px;
}

.language_list{
	display:none!important;
}

.loading_icon_active{
	-moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.content_text video {
    display: flex;
	flex-wrap: wrap;
	width: 70%;
	height: auto;
	margin: 0.625rem auto;
}