/*  */
body,
.web_main {
	text-transform: capitalize;
}

.side-cate li .icon-cate.icon-cate-up:before,
.side-cate li .icon-cate.icon-cate-down:before,
.side-cate li li a:before,
.sel_item .sel::before,
.c_faq_list li .title::before,
.more_detail .more:before,
.innerPro_item .right_icon::before,
.side-cate>li>a::before,
.c_ad_btn .more::after,
.award_info::before {
	font-family: fontawesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}

/* transition */
.hoverItem,
.hoverItem::before,
.hoverItem .title,
.hoverItem .brief,
.hoverItem .pubPic,
.hoverItem .pubPic::before,
.pubPic img,
.hoverItem .more,
.hoverItem .item_icon,
.hoverItem .order,
.pubMore::before,
.pubMore,
.pubMoreBg,
.hoverPic,
.moreBtn,
.moreBtn::before,
.moreBtn::after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hoverItem:hover .pubPic img,
.hoverPic:hover {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}


/* sitemap-privacy */
.container .head_top .head_contact p a {
	color: #333;
}

.container .head_top .head_contact p a:hover {
	color: var(--commonColor);
}

.container .head_top .head_contact .email {
	background-image: url(../img/icon_email_h.png);
}

.container .head_top .head_contact .phone {
	background-image: url(../img/icon_phone_h.png);
	margin-left: 24px;
}

.container .head_layer .layout {
	background: rgba(0, 0, 0, 0.6);
}

.container .page_main {
	padding-top: 154px;
}

.container .web_footer,
.container_s .web_footer {
	padding-top: 0;
}

.sitemap-content,
.privacy-content {
	padding: 4% 0 !important;
}

.main_search {
	padding: 4% 0;
}

@media only screen and (max-width: 1023px) {
	.container .page_main {
		padding-top: 56px;
	}

	.container .web_footer,
	.container_s .web_footer {
		padding-top: 15px;
	}

	.sitemap-content,
	.privacy-content {
		padding: 30px 0 !important;
	}

	#cont {
		padding: 0 !important;
	}

	#cont>ul>li>ul>li ul {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.main_search {
		padding: 30px 0;
	}
}

/* pad_top  mar_top */
.pad_top {
	padding-top: 4%;
}

.pad_bot {
	padding-bottom: 4%;
}

.pad_tb {
	padding: 4% 0;
}

.mar_top {
	margin-top: 4%;
}

@media only screen and (max-width: 980px) {
	.pad_top {
		padding-top: 30px;
	}

	.pad_bot {
		padding-bottom: 30px;
	}

	.pad_tb {
		padding: 30px 0;
	}

	.mar_top {
		margin-top: 30px;
	}
}

/* web_th */
.web_th {
	text-align: center;
	text-transform: capitalize;
}

.web_th .title {
	font-size: 48px;
	line-height: 1.2;
	font-family: 'DIN Alternate-Bold';
	text-transform: uppercase;
}

.web_th .title .txt {
	color: inherit;
	position: relative;
	font-size: inherit;
}

.web_th .title a.txt:hover {
	color: var(--commonColor);
}

.web_th .brief {
	line-height: 1.75;
	color: #666;
	margin-top: 15px;
}

.th_left {
	text-align: left;
}

.th_large .title {
	font-size: 50px;
}

.th_small .title {
	font-size: 38px;
}

.th_white .title {
	color: #fff;
}

.th_white .title a.txt:hover {
	color: var(--commonColor);
}

.th_white .brief {
	color: #fff;
}

@media only screen and (max-width: 1550px) {
	.web_th .title {
		font-size: 44px;
	}

	.th_large .title {
		font-size: 46px;
	}

	.th_small .title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1450px) {
	.web_th .title {
		font-size: 40px;
	}

	.th_large .title {
		font-size: 42px;
	}

	.th_small .title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1350px) {
	.web_th .title {
		font-size: 36px;
	}

	.th_large .title {
		font-size: 38px;
	}

	.th_small .title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.web_th .title {
		font-size: 30px;
	}

	.th_large .title {
		font-size: 32px;
	}

	.th_small .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 980px) {
	.web_th.flex {
		flex-direction: column;
		align-items: center;
	}

	.web_th.flex .title {
		width: 100%;
	}

	.web_th .title {
		font-size: 26px;
		line-height: 1.3;
	}

	.th_large .title {
		font-size: 28px;
	}

	.th_small .title {
		font-size: 22px;
	}

	.web_th .title br {
		display: none;
	}

	.web_th .brief {
		margin-top: 12px;
	}
}

/* pubMore */
.more_div {
	text-align: center;
}

.pubMore {
	display: inline-block;
	height: 48px;
	line-height: 46px;
	background: var(--commonColor);
	color: #fff;
	padding: 0 32px;
	position: relative;
	border: 1px solid var(--commonColor);
	z-index: 0;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'DIN Alternate-Bold';
	border-radius: 30px;
	font-size: 20px;
}

.pubMore:hover {
	color: var(--commonColor);
	background: #fff;
}

.pubMoreBg {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background: #00071A;
	color: #fff;
	padding: 0 26px;
	border: none;
	border-radius: 30px;
	font-family: 'DIN Alternate-Bold';
	cursor: pointer;
	font-size: 20px;
}

li.hoverItem:hover .pubMoreBg,
.swiper-slide .hoverItem:hover .pubMoreBg,
.pubMoreBg:hover {
	background: var(--commonColor);
	color: #fff;
}

@media only screen and (max-width: 1200px) {

	.pubMore,
	.pubMoreBg {
		font-size: 18px;
		white-space: nowrap;
		height: 46px;
		line-height: 44px;
	}

	.pubMoreBg {
		line-height: 46px;
	}
}

@media only screen and (max-width: 950px) {

	.pubMore,
	.pubMoreBg {
		height: 44px;
		line-height: 42px;
		font-size: 18px;
	}
}


/* c_banner */
.c_banner {
	position: relative;
	background: #000;
	padding: 156px 0 30px;
}

.c_banner_bg {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #000;
}

.c_banner_bg::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.c_banner .layout {
	z-index: 2;
	height: 100%;
}

.c_banner_div {
	min-height: 320px;
}

.c_banner_div .web_th {
	width: 60%;
	padding: 5% 0;
}

.c_banner_div .web_th .title {
	text-transform: capitalize;
}

.c_banner_div .web_th .pubMore {
	margin-top: 30px;
}

.c_banner_pic {
	width: 35%;
	margin-bottom: -4%;
}

.c_banner_pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.c_banner_txt {
	text-align: center;
	width: 100%;
	min-height: 300px;
	padding: 9% 0 9%;
}

.c_banner_txt .th {
	font-size: 60px;
	font-family: 'DIN Alternate-Bold';
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

.c_banner_txt .c_banner_brief {
	color: #fff;
	line-height: 1.75;
	margin-top: 16px;
	opacity: 0.9;
}


.c_banner_btn {
	margin-top: 20px;
}

.c_banner_btn .btn {
	background: none;
	display: inline-block;
	height: 56px;
	line-height: 52px;
	width: auto;
	padding: 0 30px 0 68px;
	font-family: 'DIN Alternate-Bold';
	color: var(--commonColor);
	border: 2px solid var(--commonColor);
	background-repeat: no-repeat;
	font-size: 20px;
	background-position: 24px center;
	background-size: 36px auto;
	border-radius: 40px;
	cursor: pointer;
}

.c_banner_btn .btn_pdf {
	background-image: url(../img/icon14_h.png);
	margin-right: 16px;
}

.c_banner_btn .btn_con {
	background-image: url(../img/icon13_h.png);
}

.c_banner_btn .btn:hover {
	color: #fff;
	background-color: var(--commonColor);
}

.c_banner_btn .btn_pdf:hover {
	background-image: url(../img/icon14.png);
}

.c_banner_btn .btn_con:hover {
	background-image: url(../img/icon13.png);
}

@media only screen and (max-width: 1550px) {
	.c_banner_txt .th {
		font-size: 56px;
	}
}

@media only screen and (max-width: 1450px) {
	.c_banner_txt .th {
		font-size: 52px;
	}
}

@media only screen and (max-width: 1350px) {
	.c_banner_txt .th {
		font-size: 46px;
	}
}

@media only screen and (max-width: 1200px) {
	.c_banner_txt {
		padding: 60px 0 50px;
	}

	.c_banner_txt .th {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1023px) {
	.c_banner {
		margin-top: 0;
	}
}

@media only screen and (max-width: 980px) {
	.c_banner {
		margin-bottom: 0;
		padding: 56px 0 16px;
	}

	.c_banner_div {
		padding: 15px 0;
		min-height: 150px;
	}

	.c_banner_div .web_th {
		width: 100%;
	}

	.c_banner_div .web_th .pubMore {
		margin-top: 16px;
	}

	.c_banner_pic {
		display: none;
	}


	.c_banner_img {
		min-height: 200px;
		object-fit: cover;
	}

	.c_banner_title {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.c_banner_txt {
		min-height: unset;
		padding: 60px 0 50px;
	}

	.c_banner_txt .th {
		font-size: 26px;
	}

	.c_banner_btn {
		margin-top: 0;
	}

	.c_banner_btn .btn {
		font-size: 16px;
		padding: 0 14px 0 42px;
		background-position: 14px center;
		background-size: 24px auto;
		margin-top: 12px;
		height: 46px;
		line-height: 42px;
	}

	.c_banner_btn .btn_pdf {
		margin-right: 6px;
	}
}


/* c_location */
.c_location {
	font-size: 18px;
}

.c_location_w {
	width: 60%;
}

.c_local_bar {
	flex-wrap: wrap;
	text-transform: capitalize;
}

.c_location li {
	position: relative;
	line-height: 24px;
	padding-right: 26px;
	margin-right: 8px;
	color: #fff;
	margin-bottom: 8px;
}

.c_location li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.c_location li::after {
	position: absolute;
	right: 0;
	content: '\f178';
	top: 0;
	content: '>';
	display: block;
	width: 20px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.c_location li:last-child::after {
	content: '';
	display: none;
}

.c_location li a {
	display: block;
	color: #fff;
}

.c_location li:last-child a {
	color: var(--commonColor);
}

.c_location li:last-child span {
	color: var(--commonColor);
}

.c_location li a:hover {
	color: var(--commonColor);
}

@media only screen and (max-width: 990px) {
	.c_location {
		padding: 10px 0 0;
	}

	.c_location_w {
		width: 100%;
	}
}


/* common-prev common-next */
.swiper {
	position: static;
}

.common-prev,
.common-next {
	display: none;
}

.common-prev {
	left: -80px;
}

.common-next {
	right: -80px;
}

.common-pagination {
	display: none;
}

@media only screen and (max-width: 1660px) {
	.common-prev {
		left: -70px;
	}

	.common-next {
		right: -70px;
	}
}

@media only screen and (max-width: 1500px) {

	.common-prev,
	.common-next {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		line-height: 48px;
		font-size: 28px;
	}

	.common-prev {
		left: -55px;
	}

	.common-next {
		right: -55px;
	}
}

@media only screen and (max-width: 980px) {

	.common-prev,
	.common-next {
		display: none !important;
	}

	.common-pagination {
		display: block;
		height: 20px;
	}
}

/* .common-prev:hover, .common-next:hover{color: #fff;} */

/* sub_th */
.sub_th {
	font-size: 24px;
	font-family: 'DIN Alternate-Bold';
	line-height: 1.25;
}


/* c_related_video */
.c_related_video {
	overflow: hidden;
}

.related_video_inner {
	position: relative;
	margin-top: 2.5%;
}

.related_video_inner .swiper-slide {
	height: auto;
	width: calc((100% - 36px) / 3);
	margin-right: 18px;
}

.related_video_item {}

.related_video_info {
	padding-top: 16px;
}

.related_video_item .pic {
	padding-bottom: 72.5%;
}

.related_video_item .pic::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.related_video_item .item_icon {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	border-radius: 50%;
	z-index: 2;
}

.related_video_item .item_icon::after {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	content: '';
	background: var(--commonColor);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/play.png);
	opacity: 1;
	background-size: 40px auto;
	z-index: 2;
	border-radius: 50%;
}

.related_video_item .item_icon::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	content: '';
	background: rgba(var(--comColorRgb), 0.6);
	z-index: 1;
}

.related_video_item .title {
	font-size: 20px;
	line-height: 1.35;
	overflow: hidden;
	text-transform: capitalize;
	font-family: 'DIN Alternate-Bold';
}

.related_video_item .brief {
	color: #666;
	line-height: 1.75;
	margin: 20px 0;
}

.related_video_item:hover {}

.related_video_item:hover .title,
.related_video_item:hover .brief {
	color: var(--commonColor);
}

.related_video_item:hover .item_icon {
	opacity: 1;
}

.related_video_item:hover .item_icon::before {
	animation: pulsate 2s infinite;
}

@-webkit-keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(1.4)
	}
}

@keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(1.4)
	}
}



@media only screen and (max-width: 1350px) {
	.related_video_item .item_icon {
		margin: -30px 0 0 -30px;
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width: 980px) {
	.related_video_inner {
		padding: 0 0 32px;
		margin-top: 16px;
	}

	.related_video_item {
		width: 100%;
	}

	.related_video_item {
		flex-direction: column;
	}

	.related_video_pic {
		width: 100%;
	}

	.related_video_item .title {
		height: auto;
		font-size: 20px;
		display: block;
	}

	.related_video_item .item_icon {
		margin: -30px 0 0 -30px;
		opacity: 1;
	}

	.related_video_info {
		padding-top: 12px;
		width: 100%;
	}

	.related_video_item .brief {
		margin: 10px 0;
	}
}


/* c_related_pro */
.c_related_pro {
	overflow: hidden;
}

.related_pro_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.swiper_related_pro {
	padding: 4px 10px 12px;
}

.related_pro_inner .swiper-slide {
	height: auto;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}

.related_pro_item {
	position: relative;
	height: 100%;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.related_pro_item>a {
	padding: 30px 20px;
	height: 100%;
}

.related_pro_item .pro_pic {
	padding-bottom: 80%;
}

.related_pro_item .item_icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/icon_plus.png);
	opacity: 0;
	background-size: 20px auto;
}

.related_pro_item .pro_info {
	padding: 14px 14px 0 0;
	position: relative;
	flex: 1;
}

.related_pro_item .pro_info::before {
	left: 14px;
	top: 0;
	right: 0;
	height: 70px;
	background: var(--commonColor);
	content: '';
	position: absolute;
	z-index: 0;
}

.related_pro_item .title {
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
	font-family: 'DIN Alternate-Bold';
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 24px 60px 24px 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	height: 100%;
}

.related_pro_item .more {
	position: absolute;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: var(--commonColor);
	top: 0;
	right: 0;
	z-index: 2;
	font-size: 36px;
}

.related_pro_item .brief {
	color: #666;
	line-height: 26px;
	height: 78px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

.related_pro_item:hover {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}

.related_pro_item:hover .title {
	color: var(--commonColor);
}

.related_pro_item:hover .brief {
	color: #333;
}

.related_pro_item:hover .more {
	font-size: 46px;
}

.related_pro_item:hover .item_icon {
	margin-top: -30px;
	opacity: 1;
}


@media only screen and (max-width: 1200px) {
	.related_pro_item>a {
		padding: 24px 18px;
	}

	.related_pro_item .pro_info {
		padding: 10px 10px 0 0;
	}

	.related_pro_item .pro_info::before {
		left: 10px;
		height: 60px;
	}

	.related_pro_item .more {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.related_pro_item .title {
		font-size: 18px;
		padding: 16px 50px 16px 16px;
	}
}

@media only screen and (max-width: 980px) {
	.related_pro_inner {
		padding: 16px 0 24px;
	}

	.related_pro_inner .swiper-slide {
		width: 100%;
	}

	.related_pro_item .title {
		font-size: 18px;
		line-height: 1.4;
		display: block;
	}

	.related_pro_item .item_icon {
		opacity: 1;
		margin-top: -30px;
	}

	.related_pro_item:hover .more {
		font-size: 36px;
	}
}


/* c_related_news */
.c_related_news {
	overflow: hidden;
}

.related_news_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.related_news_inner .swiper-slide {
	width: calc(100% / 3);
	height: auto;
	margin-bottom: 24px;
}

.related_news_top .line {
	height: 12px;
	background: #D9D9D9;
	position: relative;
}

.related_news_top .line span {
	display: block;
	width: 50px;
	margin: 0 auto;
	height: 100%;
	background: var(--commonColor);
}

.related_news_top .order {
	text-align: center;
	font-size: 48px;
	font-family: 'DIN-Bold';
	line-height: 1.5;
	padding: 10px 0;
}

.related_news_item {
	height: 100%;
	position: relative;
	padding: 0 30px;
	height: calc(100% - 104px);
}

.related_news_item>a {
	box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 8px;
	padding: 20px 20px;
	height: 100%;
}

.related_news_item .pic {
	padding-bottom: 70%;
}

.related_news_info {
	padding: 0 0 126px;
	flex: 1;
	position: relative;
	margin-bottom: 20px;
}

.related_news_info .date {
	color: #666;
}

.related_news_info .title {
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	margin: 8px 0 10px;
	line-height: 1.4;
	overflow: hidden;
	color: var(--commonColor);
}

.related_news_info .brief {
	color: #666;
	line-height: 28px;
	overflow: hidden;
	font-family: 'ArialMT';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
	height: 95px;
}

.related_news_info .brief * {
	font-family: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.related_news_item:hover .related_news_info .brief {
	color: #333;
}

.related_news_item:hover>a {
	box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 1400px) {
	.related_news_item {
		padding: 0 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.related_news_item {
		padding: 0 20px;
	}

	.related_news_info .title {
		font-size: 19px;
	}
}

@media only screen and (max-width: 980px) {
	.related_news_inner {
		padding: 22px 0 0;
	}

	.related_news_inner .swiper-slide {
		width: 100%;
		margin-right: 0;
	}

	.related_news_top .order {
		line-height: 1.25;
		font-size: 40px;
	}

	.related_news_item {
		height: calc(100% - 82px);
		padding: 0 12px;
	}

	.related_news_info .title {
		font-size: 18px;
	}

	.swiper_related_news .common-next,
	.swiper_related_news .common-prev {
		display: block !important;
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-top: -18px;
	}

	.swiper_related_news .common-next {
		right: -10px;
	}

	.swiper_related_news .common-prev {
		left: -10px;
	}

	.swiper_related_news .common-pagination {
		display: none;
	}
}

/* c_related_app */
.c_related_app {
	overflow: hidden;
}

.related_app_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.related_app_inner .swiper-slide {
	width: calc((100% - 52px) / 3);
	margin-right: 26px;
	height: auto;
	margin-bottom: 10px;
}

.swiper_related_app {
	padding: 0 10px;
}

.related_app_item {
	height: 100%;
	position: relative;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.related_app_item>a {
	height: 100%;
}

.related_app_item .pic {
	padding-bottom: 70%;
	border-radius: 8px 8px 0 0;
}

.related_app_info {
	padding: 16px;
	flex: 1;
}

.related_app_info .title {
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	line-height: 1.4;
	overflow: hidden;
}

.related_app_info .brief {
	color: #666;
	line-height: 28px;
	overflow: hidden;
	font-family: 'ArialMT';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

.related_app_item:hover .related_app_info .brief {
	color: #333;
}

.related_app_item:hover {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 980px) {
	.related_app_inner {
		padding: 22px 0 35px;
	}

	.related_app_inner .swiper-slide {
		width: 100%;
		margin-right: 0;
	}

	.related_app_info {
		padding: 15px;
	}

	.related_app_info .title {
		font-size: 20px;
		max-height: unset;
		display: block;
		height: auto;
	}
}

/* common_topic */
.common_topic {
	background: #F8F8F8;
}

.topic_ul {
	margin-top: 30px;
}

.topic_ul .topic_item {
	width: 31%;
	padding: 3.6%;
	height: auto;
	border-radius: 1px;
	position: relative;
	z-index: 0;
}

.topic_ul .topic_item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #ECECEC;
	z-index: 0;
}

.topic_ul .topic_item .topic_info {
	position: relative;
	z-index: 5;
}

.topic_ul .topic_item .title {
	font-size: 20px;
	font-family: 'DIN Alternate-Bold';
	line-height: 1.4;
}

.topic_ul .topic_item .brief {
	color: #666;
	line-height: 1.75;
	margin-top: 16px;
}

.topic_ul .topic_item:hover {
	background-image: url(../img/bg_topic.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.topic_ul .topic_item:hover::before {
	background: rgba(var(--comColorRgb), 0.9);
}

.topic_ul .topic_item:hover .title {
	color: #fff;
}

.topic_ul .topic_item:hover .brief {
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.topic_ul .topic_item {
		width: 31.5%;
		padding: 26px 30px;
	}

	.topic_ul .topic_item .title {
		min-height: 2.8em;
	}
}

@media only screen and (max-width: 980px) {
	.topic_ul {
		flex-direction: column;
		margin-top: 20px;
	}

	.topic_ul .topic_item {
		width: 100%;
		padding: 20px;
	}

	.topic_ul .topic_item:nth-child(n+2) {
		margin-top: 16px;
	}

	.topic_ul .topic_item .title {
		min-height: unset;
	}

	.topic_ul .topic_item .brief {
		margin-top: 12px;
	}
}


/* c_foot_form */
.c_foot_form {
	max-width: 1160px;
	margin: 4% auto 0;
	background: var(--commonColor);
	padding: 20px 30px;
	position: relative;
	z-index: 1;
	margin-bottom: -60px;
}

.c_form_info {
	width: 55%;
}

.c_form_info .title {
	color: #fff;
	font-size: 20px;
	font-family: 'DIN Alternate-Bold';
}

.c_form_info .brief {
	color: #fff;
	line-height: 28px;
	margin-top: 10px;
}

.c_form_div {
	width: 42%;
}

.c_form_div .input_item {
	width: calc(50% - 5px);
}

.c_form_div .input_item input {
	border: none;
	border-radius: 2px;
	background: #fff;
	padding: 0 12px;
	height: 48px;
	font-size: 16px;
	width: 100%;
}

.c_form_div .submit_btn {
	width: 100%;
	border: 1px solid #fff;
	font-size: 16px;
	height: 48px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
	background: var(--commonColor);
	transition: all 0.3s ease;
}

.c_form_div .submit_btn:hover {
	background: #fff;
	color: var(--commonColor);
}

@media only screen and (max-width: 1300px) {
	.c_foot_form {
		margin: 4% 60px -60px;
	}
}

@media only screen and (max-width: 1023px) {
	.c_foot_form {
		padding: 20px;
	}

	.foot_form_inner {
		flex-direction: column;
	}

	.c_form_info {
		width: 100%;
	}

	.c_form_div {
		width: 100%;
		margin-top: 12px;
	}

	.c_form_div .input_item input,
	.c_form_div .submit_btn {
		height: 42px;
	}
}

@media only screen and (max-width: 980px) {
	.c_foot_form {
		margin: 26px 15px -60px;
	}
}

/*-------------aside-------------*/
.aside {
	width: 23%;
	margin-right: 3.5%;
	font-family: Arial;
}

.c_right_box {
	flex: 1;
	width: 73.5%;
}

.side-div:nth-child(n+2) {
	margin-top: 9%;
}

.side-tit-bar {
	position: relative;
	background: var(--commonColor);
	overflow: hidden;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	padding: 12px 18px;
	color: #fff;
	font-family: 'DIN Alternate-Bold';
	text-transform: capitalize;
	line-height: 1.25;
	display: block;
	background: var(--commonColor);
}

.side-tit-bar a.side-tit:hover {
	background: var(--commonColor);
	color: #fff;
	text-decoration: underline;
}

.side-widget {
	position: sticky !important;
	top: 100px !important;
	margin: 0 0 0;
}

.side-widget+.side-widget .side-tit-bar .side-tit {
	text-transform: none;
}

.side-widget .side-tit-bar:nth-child(n+2) {
	margin-top: 40px;
}

.side-cate {
	padding: 0;
}

.side-cate li {
	position: relative;
	line-height: 26px;
	font-size: 26px;
}

.side-cate li li {
	font-size: 17px;
	font-weight: normal;
	border-bottom: none;
	margin-top: 5px;
	padding-left: 4px;
}

.side-cate li li li {
	font-size: 16px;
}

.side-cate li a {
	position: relative;
	display: block;
	color: #333;
	padding: 4px 30px 4px 0;
	line-height: 1.5;
}

.side-cate>li {
	border-bottom: 1px solid #E5E5E5;
}

.side-cate>li>a {
	font-size: 18px;
	padding: 14px 40px 14px 18px;
	font-family: 'DIN Alternate-Bold';
}

/* .side-cate>li>a::before{content: '\f105'; display: block; font-size: 20px; margin-right: 5px; position: absolute; right: 5px; top: 50%; transform: translateY(-50%);} */
.side-cate>li>a.has_child::before {
	content: '';
}

.side-cate ul {
	display: none;
	overflow: hidden;
	padding: 0 0 16px 18px;
	background: #fff;
}

.side-cate ul ul {
	padding: 10px 0 12px 14px;
}

.side-cate ul li:last-child {
	border-bottom: none;
}

.side-cate li li a {
	padding: 4px 30px 4px 16px;
	margin-right: 0;
	position: relative;
	color: #333;
}

.side-cate li li li a {
	color: #666;
}

.side-cate li li a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 20px;
	margin-top: -10px;
	content: '\f105';
	line-height: 20px;
}

.side-cate li li li a {
	padding-left: 14px;
}

.side-cate li li li a::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: -2px;
	background: #666;
}

.side-cate li a:hover,
.side-cate li.nav-current>a,
.side-cate li li a:hover,
.side-cate li li.nav-current>a {
	color: var(--commonColor);
}

.side-cate>li li.nav-current a::before,
.side-cate li li a:hover::before {
	color: var(--commonColor);
}

.side-cate li li li.nav-current a::before,
.side-cate li li li a:hover::before {
	background: var(--commonColor);
}

.side-cate>li.nav-current>a {
	color: var(--commonColor);
}

.side-cate li .icon-cate {
	position: absolute;
	right: 8px;
	top: 12px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #000;
	border-radius: 0%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.side-cate li.nav-current>.icon-cate {
	color: var(--commonColor);
}

.side-cate li .icon-cate:before {
	font-size: 22px;
	width: 100%;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f107';
	display: block;
	font-weight: bold;
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f107';
	display: block;
	font-weight: bold;
}

.side-cate li .icon-cate.icon-cate-up {
	transform: rotate(180deg);
}

.side-cate li .icon-cate:hover {
	background: #fff;
	color: var(--commonColor);
}

.side-cate li li .icon-cate {
	top: 1px;
}

/* .side-cate li li:hover>a, .side-cate li li:hover .icon-cate{color: var(--commonColor);} */

.side-reso>li.nav-current::before {
	position: absolute;
	left: -20px;
	width: 12px;
	height: 2px;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: var(--commonColor);
}

@media only screen and (max-width: 1400px) {
	.side-tit-bar .side-tit {
		font-size: 22px;
		padding: 16px 16px 14px;
	}
}

@media only screen and (max-width: 1180px) {
	.aside {
		width: 260px;
		margin-left: 30px;
		display: none;
	}

	.c_right_box {
		width: calc(100% - 290px);
		width: 100%;
	}

	.side-cate {
		padding: 15px 20px 12px;
	}

	.side-widget .side-tit-bar:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 980px) {
	.c_category_box {
		padding-top: 30px;
	}

	.side-tit-bar .side-tit {
		font-size: 20px;
	}

	.aside {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		display: none;
	}

	.c_right_box {
		width: 100%;
		float: none;
		margin-top: 0;
		padding-top: 0;
	}

	.side-widget {
		position: static !important;
	}
}


/* page_bar */
.page_bar {
	padding: 4% 0 0;
	font-size: 16px;
}

.c_right_box .page_bar {
	padding: 5% 0 0;
}

.page_bar .pagination,
.page_bar .pagination .nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: block;
	height: 42px;
	line-height: 40px;
	border-radius: 3px;
	color: #333;
	text-align: center;
	min-width: 42px;
	border: 1px solid #dcdcdc;
	margin-right: 8px;
	font-size: 18px;
	background: #fff;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
	background: var(--commonColor);
	color: #fff;
	border-color: var(--commonColor);
}

/* .pagination a.prev, .pagination a.next{position: relative; width: auto; padding: 0 15px;} */
.pagination a.prev,
.pagination a.next {
	position: relative;
	color: transparent;
	width: 42px;
	font-size: 0;
}

.pagination a.prev {
	color: #333;
	color: transparent;
}

.pagination a.next {
	color: #333;
	color: transparent;
}

.pagination a.prev::before,
.pagination a.next::before {
	position: absolute;
	content: '\f105';
	font-family: 'fontawesome';
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	color: #333;
}

.pagination a.prev::before {
	content: '\f104';
	left: unset;
	right: 0;
}

.pagination a.prev:hover::before,
.pagination a.next:hover::before {
	color: #fff;
}

.pagination a.prev:hover,
.pagination a.next:hover {
	color: transparent;
}


@media only screen and (max-width: 980px) {
	.page_bar {
		padding: 24px 0 0;
	}

	.c_right_box .page_bar {
		padding: 24px 0 0;
	}

	.pagination .page-numbers {
		min-width: 36px;
		height: 36px;
		line-height: 34px;
	}

	.pagination a.prev,
	.pagination a.next {
		padding: 0 10px;
		min-width: 36px;
		width: 36px;
	}

	.pagination a.prev::before,
	.pagination a.next::before {
		line-height: 34px;
	}
}

/* table */
.table_wrap {
	overflow-x: auto;
	width: 100%;
}

.table_wrap table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font-family: 'Poppins-Light';
}

.table_wrap table tr td,
.table_wrap table tr th {
	border: 1px solid #dcdcdc;
	line-height: 1.25;
	padding: 14px 30px;
	text-align: left;
	font-size: 16px;
	color: #666;
}

.table_wrap table tr th {
	background: #F5F5F5;
	color: #333;
}

@media only screen and (max-width: 950px) {
	.table_wrap table {
		max-width: 100%;
	}

	.table_wrap table tr td,
	.pro_table tr th {
		padding: 10px 8px;
	}


}

/* innerContent */
.con_data_share {
	margin-top: 20px;
}

.con_data_share .date {
	color: #666;
	margin-right: 5%;
}

.share_bar {
	padding: 16px 0 5px;
}

.share_bar .txt {
	color: #666;
	margin-right: 10px;
	text-transform: capitalize;
}

.innerContent {
	padding: 20px 0 0;
	color: #666;
}

.innerContent,
.innerContent p,
.innerContent span {
	font-size: 16px;
	line-height: 1.75;
}

.innerContent p {
	padding-bottom: 12px;
}

.innerContent p:last-child {
	padding-bottom: 0;
}

.innerContent img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 2px;
}

.innerContent_other {
	margin-top: 4%;
	width: 100%;
	margin: 4% auto 0;
	font-family: 'DIN Alternate-Bold';
	max-width: 960px;
}

.innerContent_other .link_prev,
.innerContent_other .link_next {
	position: relative;
	line-height: 30px;
	align-items: center;
	font-size: 18px;
	width: 48%;
}

.innerContent_other .link_btn {
	line-height: 48px;
	display: inline-block;
	background: #333;
	color: #fff;
	border-radius: 5px;
	min-width: 130px;
	padding-left: 36px;
	padding-right: 14px;
	position: relative;
	margin-right: 12px;
	font-size: 18px;
}

.innerContent_other .link_title {
	line-height: 26px;
	padding: 3px 0;
}

.innerContent_other .link_next .link_btn {
	order: 3;
	margin: 0;
	margin-left: 12px;
}

.innerContent_other .link_next .link_title {
	order: 2;
}

.innerContent_other .link_btn::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 0;
	border-right: 8px solid #fff;
	position: absolute;
	top: 50%;
	border-radius: 2px;
	margin-top: -7px;
	left: 15%;
	left: 18px;
}

.innerContent_other .link_prev .link_btn::before {
	top: 50%;
}

.innerContent_other .link_next .link_btn::before {
	border-right: 0;
	border-left: 8px solid #fff;
}

.innerContent_other .link_btn:hover {
	background: var(--commonColor);
	color: #fff;
}

.innerContent_other .link_prev .link_btn:hover::before {
	border-right-color: #fff;
}

.innerContent_other .link_next .link_btn:hover::before {
	border-left-color: #fff;
}


@media only screen and (max-width: 1500px) {
	.innerContent_other {
		flex-direction: column;
		max-width: unset;
	}

	.innerContent_other .link_prev,
	.innerContent_other .link_next {
		width: 100%;
	}

	.innerContent_other .link_next {
		margin-top: 15px;
	}

	.innerContent_other .link_next .link_btn {
		order: 1;
		margin: 0;
		margin-right: 12px;
	}
}

@media only screen and (max-width: 980px) {

	.con_data_share {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerContent {
		padding: 15px 0 0;
	}

	.innerContent p {
		padding-bottom: 15px;
	}

	.innerContent,
	.innerContent p {
		line-height: 1.75;
	}

	.innerContent_other .link_title {
		padding: 0;
	}

	.innerContent_other .link_btn {
		padding-left: 26px;
		min-width: 106px;
		font-size: 16px;
	}

	.innerContent_other .link_btn::before {
		left: 12px;
	}
}

/* table */
.table_wrap {
	width: 100%;
	overflow-x: auto;
}

.innerContent table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-left: 0 !important;
}

.innerContent table tr th,
.innerContent table tr td {
	padding: 12px 16px;
	border: 1px solid #666;
	font-size: 18px;
	line-height: 1.4;
}

.innerContent table tr td *,
.innerContent table tr th * {
	font-family: inherit !important;
}

.innerContent table tr:nth-child(even) {
	background: #f2f2f2;
}


/* index_scrollsidebar */
#index_scrollsidebar {
	top: 42%;
	right: 2px;
	transition: all ease-in-out 1s;
	/* visibility: hidden; */
	opacity: 1;
	position: fixed;
	/* transform: translateY(-50%);*/
	z-index: 99999;
	text-transform: none;
}

#index_scrollsidebar ul li {
	width: 56px;
	height: 56px;
	background-color: var(--commonColor);
	border-radius: 10px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

#index_scrollsidebar ul li .show0 {
	position: absolute;
	padding: 6px;
	border-radius: 8px;
	right: 60px;
	top: 50%;
	transition: all ease-in-out .5s;
	transform: translateY(-50%);
	display: none
}

.show0>div {
	background-color: var(--commonColor);
	padding: 12px;
	position: relative;
	border-radius: 2px;
}

.show0>div::after {
	border-left: 10px solid var(--commonColor);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
	font-size: 16px;
	color: #fff;
	text-wrap: nowrap
}

#index_scrollsidebar ul li .show0 a:hover {
	text-decoration: underline;
}

#index_scrollsidebar ul li:hover .show0 {
	display: block
}

#index_scrollsidebar ul li>a {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	line-height: 62px;
	align-items: center;
	justify-content: center;
}

#index_scrollsidebar ul li img {
	border: none;
	vertical-align: middle;
	max-width: 50%;
}

#index_scrollsidebar .gototop {
	background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	line-height: 62px;
	align-items: center;
	justify-content: center;
}

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	background: var(--commonColor);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--commonColor);
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
	color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2)
}

@media only screen and (max-width: 1024px) {
	#index_scrollsidebar {
		display: none;
	}
}

.fix_slide_foot {
	display: none;
	background: var(--commonColor);
	/* background: #000; */
	position: fixed;
	width: 100%;
	bottom: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	height: 50px;
	z-index: 111;
}

.fix_slide_foot li {
	/* border-right: 1px solid white; */
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li:nth-child(even) {
	background: #FF9A9A;
}

.fix_slide_foot li:last-of-type() {
	border-right: none;
}

.fix_slide_foot li a[title=email] img {
	height: 30px
}

.fix_slide_foot li a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li img {
	height: 30px;
	width: auto;
}

.show0 img {
	width: 120px;
	margin: 0 auto 10px;
	display: block;
	max-width: unset !important;
}

.show0 img:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	#index_scrollsidebar {
		display: none;
	}

	.fix_slide_foot {
		display: flex;
	}

	body {
		padding-bottom: 50px
	}
}