/*  */
.web_main {
	background: #fff;
}

.c_location li::after,
.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 .name,
.hoverItem .pubPic::before,
.hoverItem .pubPic img,
.hoverItem .title,
.hoverItem .brief,
.hoverItem .video_icon,
.hoverItem .more_btn,
.internal_inner .internal_img,
.pubPic img,
.related_pro_info,
.related_news_info,
.innerContent_other .link_btn::before {
	-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 {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.web_th .title .txt::before,
.pubMore::before,
.pubMoreBg::before,
.pubMoreBg .icon,
.moreBtn,
.moreBtn::before,
.moreBtn::after,
.innerContent_other .link_btn,
.innerContent_other .link_btn a::before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.share_bar .share_btn,
.share_bar .share_btn img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* img scale */
	{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/* sitemap */
.sitemap-content{padding-top: 3% !important;}
.web_main.page_main{padding-top: 3% !important;}

@media only screen and (max-width: 1023px) {
	.sitemap-content{padding-top: 136px !important; padding-bottom: 30px !important;}
	.web_main.page_main{padding-top: 136px !important; padding-bottom: 30px !important;}
}

/* web_th */
.web_th {
	text-align: center;
}

.web_th .title {
	font-size: 60px;
	line-height: 1.25;
	font-family: 'Chaparral Pro-Bold';
	text-transform: uppercase;
	position: relative;
}

.web_th .title .txt {
	color: inherit;
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	font-size: inherit;
}

.web_th .title .txt::before {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	background: var(--commonColor);
	content: '';
	height: 3px;
	border-radius: 6px;
	margin-left: 0;
}

.web_th .title .txt b {
	color: var(--commonColor);
}

.web_th .title a.txt:hover{color: var(--commonColor);}
.web_th .title a.txt:hover::before {
	width: 90px;
	margin-left: -45px;
}

.web_th .brief {
	line-height: 1.75;
	color: #666;
	margin-top: 12px;
}

.web_th_sm .title {
	font-size: 48px;
}

.web_th_left {
	text-align: left;
}

@media only screen and (max-width: 1550px) {
	.web_th .title {
		font-size: 54px;
	}

	.web_th_sm .title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1450px) {
	.web_th .title {
		font-size: 46px;
	}

	.web_th_sm .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1350px) {
	.web_th .title {
		font-size: 40px;
	}

	.web_th_sm .title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1200px) {
	.web_th .title {
		font-size: 34px;
	}

	.web_th_sm .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 950px) {
	.web_th .title {
		font-size: 26px;
	}

	.web_th_sm .title {
		font-size: 26px;
	}

	.web_th .title a.txt:hover::before {
		width: 50px;
		margin-left: -25px;
	}

	.web_th .brief {
		margin-top: 6px;
		line-height: 1.5;
	}
}

/* pro_th */
.pro_th {}

.pro_th .title {
	font-size: 36px;
	line-height: 1.25;
	font-family: 'Humanist777BT-BlackCondensedB';
	text-transform: capitalize;
	position: relative;
	border-bottom: 3px solid #D1D1D1;
}

.pro_th .title .txt {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	color: var(--commonColor);
}

.pro_th .title .txt::before {
	position: absolute;
	left: 0;
	width: 48px;
	bottom: -4px;
	background: var(--commonColor);
	content: '';
	height: 6px;
}

@media only screen and (max-width: 1450px) {
	.pro_th .title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1350px) {
	.pro_th .title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.pro_th .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 950px) {
	.pro_th .title {
		font-size: 26px;
	}
}

/* c_ad_box */
.c_ad_box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.c_ad_box::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(var(--bgColorRgb), 0.25);
	content: '';
	z-index: 0;
}

.c_ad_inner {
	padding: 6.6% 0 6%;
}

.c_ad_inner .web_th .title {
	color: #fff;
	line-height: 1.5;
	text-transform: capitalize;
}

.c_ad_inner .web_th .title .txt::before {
	height: 0;
	opacity: 0;
}

.c_ad_inner .web_th .brief {
	color: #fff;
	line-height: 2;
	margin: 16px 0 24px;
}

.c_ad_inner .more_btn {
	margin-top: 2%;
}

.c_ad_inner .ad_more {
	border-radius: 10px;
	display: inline-block;
	line-height: 46px;
	padding: 12px 30px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.c_ad_inner .ad_more:hover {
	background: var(--commonColor);
}


@media only screen and (max-width: 1300px) {
	.c_ad_inner .ad_more {
		font-size: 20px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 950px) {
	.c_ad_inner {
		padding: 40px 0 40px;
		flex-direction: column;
	}

	.c_ad_inner .web_th .brief {
		margin: 10px 0 15px;
	}

	.c_ad_inner .ad_more {
		font-size: 18px;
		line-height: 36px;
		padding: 6px 30px;
	}
}

/* pad_top  mar_top */
.pad_top {
	padding-top: 5%;
}

.pad_tb {
	padding: 5% 0;
}

.pad_bot {
	padding-bottom: 5%;
}

.mar_top {
	margin-top: 5%;
}

/* @media only screen and (max-width: 1450px) {
	.pad_top{padding-top: 5.5%;}
	.pad_tb{padding: 5.5% 0;}
	.pad_bot{padding-bottom: 5.5%;}
	.mar_top{margin-top: 5.5%;}
}
@media only screen and (max-width: 1350px) {
	.pad_top{padding-top: 5%;}
	.pad_tb{padding: 5% 0;}
	.pad_bot{padding-bottom: 5%;}
	.mar_top{margin-top: 5%;}
} */
@media only screen and (max-width: 1200px) {
	.pad_top {
		padding-top: 4%;
	}

	.pad_tb {
		padding: 4% 0;
	}

	.pad_bot {
		padding-bottom: 4%;
	}

	.mar_top {
		margin-top: 4%;
	}
}

@media only screen and (max-width: 950px) {
	.pad_top {
		padding-top: 30px;
	}

	.pad_tb {
		padding: 30px 0;
	}

	.pad_bot {
		padding-bottom: 30px;
	}

	.mar_top {
		margin-top: 30px;
	}
}


/* c_banner */
.c_banner {
	position: relative;
	z-index: 1;
}

.c_banner_bg {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.c_banner_bg::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	background: rgba(255, 255, 255, 0.1);
}

.c_banner .layout {
	z-index: 2;
	height: 100%;
}

.c_banner_txt {
	width: 100%;
	min-height: 380px;
	padding: 3.6% 0 3.6%;
	width: 100%;
	text-align: center;
}

.c_banner_txt .title {
	font-size: 90px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'DIN Alternate-Bold';
	color: #fff;
}

.c_banner_txt .brief {
	line-height: 1.75;
	margin-top: 20px;
	color: #666;
}

.c_banner_btn {
	margin-top: 4%;
}

.c_banner_btn .ban_btn {
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
	background: #fff;
	color: var(--commonColor);
	display: inline-block;
	padding: 0 26px;
	text-transform: uppercase;
	font-family: 'DIN Alternate-Bold';
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.03);
	margin-right: 3%;
}

.c_banner_btn .ban_btn:hover {
	background: var(--commonColor);
	color: #fff;
}

.c_banner_btn .ban_btn:last-child {
	margin-right: 0;
}

.c_banner_other .c_banner_bg::before {
	background: rgba(var(--bgColorRgb), 0.3);
}

.c_banner_div {
	width: 100%;
	min-height: 460px;
	padding: 3.6% 0 3.6%;
	width: 60%;
}

.c_banner_div .title {
	font-size: 60px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Chaparral Pro-Bold';
}

.c_banner_div .title b {
	color: var(--commonColor);
}

.c_banner_div .brief {
	line-height: 1.75;
	margin-top: 20px;
	color: #666;
}


@media only screen and (max-width: 1550px) {
	.c_banner_div .title {
		font-size: 54px;
	}

	.c_banner_txt .title {
		font-size: 80px;
	}
}

@media only screen and (max-width: 1450px) {
	.c_banner_div .title {
		font-size: 48px;
	}

	.c_banner_div {
		min-height: 420px;
	}

	.c_banner_txt .title {
		font-size: 72px;
	}
}

@media only screen and (max-width: 1350px) {
	.c_banner_div .title {
		font-size: 42px;
	}

	.c_banner_div {
		min-height: 400px;
	}

	.c_banner_txt {
		min-height: 300px;
	}

	.c_banner_txt .title {
		font-size: 64px;
	}
}

@media only screen and (max-width: 1200px) {
	.c_banner_div .title {
		font-size: 38px;
	}

	.c_banner_btn .pubMoreBg {
		font-size: 22px;
		height: 50px;
		line-height: 50px;
		width: 176px;
	}

	.c_banner_txt .title {
		font-size: 56px;
	}
}

@media only screen and (max-width: 1023px) {
	.c_banner {
		margin-top: 106px;
	}

	.c_banner_div .title {
		font-size: 32px;
	}

	.c_banner_div {
		min-height: 280px;
	}
}

@media only screen and (max-width: 950px) {
	.c_banner {
		margin-bottom: 0;
	}

	.c_banner_img {
		min-height: 200px;
		object-fit: cover;
	}

	.c_banner_div {
		min-height: 240px;
		padding: 36px 0;
		width: 100%;
	}

	.c_banner_div .title {
		font-size: 26px;
		line-height: 1.5;
	}

	.c_banner_txt .brief {
		line-height: 1.5;
		margin-top: 12px;
	}

	.c_banner_txt {
		min-height: 200px;
	}

	.c_banner_txt .title {
		font-size: 42px;
	}

	.c_banner_btn {
		margin-top: 20px;
	}

	.c_banner_btn .ban_btn {
		margin-right: 10px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-top: -15px;
		background: none;
		border: 1px solid var(--commonColor);
		color: var(--commonColor);
	}

	.swiper-button-prev {
		left: -12px;
	}

	.swiper-button-next {
		right: -12px;
	}

	.swiper-button-prev::before,
	.swiper-button-next::before {
		display: block;
		font-weight: normal;
		font-size: 24px;
	}

	.swiper-button-prev::before {
		content: '\f104';
	}

	.swiper-button-next::before {
		content: '\f105';
	}
}

/* c_location */
.c_location {
	line-height: 24px;
	overflow: hidden;
	padding: 20px 0;
	background: #E9EFF3;
}

.c_location li {
	position: relative;
	line-height: 30px;
	padding-right: 18px;
	margin-right: 8px;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
}

.c_location li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.c_location li::after {
	position: absolute;
	right: 0;
	content: '\f105';
	top: 0;
	font-size: 20px;
	line-height: 28px;
}

.c_location li:last-child::after {
	content: '';
}

.c_location li a {
	display: block;
}

.c_location li:last-child span {
	color: var(--commonColor);
}

.c_location li:last-child a {
	color: var(--commonColor);
}

.c_location li a:hover {
	color: var(--commonColor);
}

@media only screen and (max-width: 1023px) {
	.c_location {
		padding: 10px 0 12px;
	}
}

/* pubMore */
.pubMore,
.pubMoreBg {
	min-width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	color: var(--commonColor);
	display: inline-block;
	position: relative;
	z-index: 0;
	text-transform: capitalize;
	border: 1px solid var(--commonColor);
	padding: 0 20px;
	border-radius: 6px;
}

.pubMore::before,
.pubMoreBg::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: var(--commonColor);
	z-index: -1;
	border-radius: 5px;
}

.pubMore:hover {
	color: #fff;
	border-color: var(--commonColor);
}

.pubMore:hover::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pubMoreBg {
	color: #fff;
	background: var(--commonColor);
}

.pubMoreBg::before {
	background: #fff;
}

.pubMoreBg .icon {
	background: url(../img/icon_right.png) no-repeat center/23px auto;
	padding: 0 12px;
}

.pubMoreBg .icon1 {
	background: url(../img/icon_more.png) no-repeat center/16px auto;
	padding: 0 10px;
	margin-left: 5px;
	vertical-align: middle;
}

.pubMoreBg:hover {
	color: var(--commonColor);
}

.pubMoreBg:hover .icon {
	background-image: url(../img/icon_right_h.png);
}

.pubMoreBg:hover .icon1 {
	background-image: url(../img/icon_more_h.png);
}

.pubMoreBg:hover::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 950px) {
	/* .pubMore{font-size: 18px; width: 140px; height: 40px; line-height: 40px;} */
}

/* swiper-prev swiper-next */
.common-prev,
.common-next {
	width: 52px;
	height: 52px;
	line-height: 50px;
	font-size: 32px;
	margin-top: -26px;
	border: 1px solid var(--commonColor);
	background: var(--commonColor);
	color: #fff;
}

.common-prev {
	left: -56px;
}

.common-next {
	right: -56px;
}

.common-prev:hover,
.common-next:hover {
	color: var(--commonColor);
	background: #fff;
}

@media only screen and (max-width: 1400px) {

	.common-prev,
	.common-next {
		width: 42px;
		height: 42px;
		line-height: 40px;
		font-size: 28px;
		margin-top: -21px;
	}

	.common-prev {
		left: -46px;
	}

	.common-next {
		right: -46px;
	}
}

@media only screen and (max-width: 950px) {

	.common-next,
	.common-prev {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-top: -15px;
	}

	.common-prev {
		left: -12px;
	}

	.common-next {
		right: -12px;
	}
}

/* sub_th */
.sub_th {}

.sub_th_center {
	text-align: center;
}

.sub_title {
	text-transform: capitalize;
	font-size: 50px;
	font-family: 'Humanist777BT-BlackCondensedB';
	color: #000;
	line-height: 1.25;
}

.sub_th a.sub_title:hover {
	color: var(--commonColor);
}

@media only screen and (max-width: 1450px) {
	.sub_title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1350px) {
	.sub_title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1200px) {
	.sub_title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 950px) {
	.sub_title {
		font-size: 26px;
	}
}

/* c_related_video */
.swiper_related_video {
	padding: 5px 5px 10px;
}

.related_video_inner {
	padding: 2% 0 0;
	position: relative;
}

.related_video_inner .swiper-slide {
	height: auto;
	width: calc((100% - 54px) / 4);
	margin-right: 18px;
}

.related_video_info {
	padding: 18px 0 0;
}

.related_video_pic {
	box-shadow: 0px 4px 10px 0px rgba(var(--comColorRgb), 0.2);
	border-radius: 20px;
}

.related_video_item .pro_pic {
	padding-bottom: 72.5%;
	border-radius: 20px;
}

.related_video_item .pro_pic::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
	opacity: 0;
	z-index: 1;
}

.related_video_item .pro_pic .video_icon {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	z-index: 1;
	background: url(../img/icon_play.png) no-repeat center;
	background-size: 64px auto;
	opacity: 0;
}

.related_video_item .title {
	font-family: 'DIN Alternate-Bold';
	height: 56px;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;
}

.related_video_item:hover .related_video_pic {
	box-shadow: 0px 4px 10px 0px rgba(var(--comColorRgb), 0.3);
}

.related_video_item:hover .title a {
	color: var(--commonColor);
}

.related_video_item:hover .pro_pic::before {
	opacity: 1;
}

.related_video_item:hover .pro_pic .video_icon {
	opacity: 1;
}

.related_video-pagination {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.related_video_info .title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 950px) {
	.related_video_inner {
		padding: 12px 0 30px;
	}

	.related_video_inner .swiper-slide {
		width: 100%;
	}

	.related_video_info .title {
		max-height: unset;
		height: auto;
		display: block;
		font-size: 20px;
	}

	.related_video_item .pro_pic::before {
		opacity: 0.8;
	}

	.related_video_item .pro_pic .video_icon {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		opacity: 1;
	}

	.related_video-pagination {
		display: block;
	}

	.related_video-prev,
	.related_video-next {
		display: none;
	}
}

/* moreBtn */
.moreBtn {
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
	color: #333;
}

.moreBtn::before {
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -15px;
	content: '>>';
	font-size: 24px;
	font-weight: normal;
	font-size: 20px;
	transform: scale(0.9, 1.5);
	line-height: 24px;
	text-align: center;
}

/* .moreBtn::after{position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--commonColor); content: '';} */
.moreBtn:hover {
	color: var(--commonColor);
	border-color: var(--commonColor);
}

/* c_related_pro */

.related_pro_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.swiper_related_pro {
	padding: 5px 5px 10px;
}

.related_pro_inner .swiper-slide {
	height: auto;
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
}

.related_pro_item {
	height: 100%;
	position: relative;
	padding-bottom: 80px;
}

.related_pro_pic {
	box-shadow: 0px 3px 10px 0px rgba(var(--comColorRgb), 0.2);
	border-radius: 15px;
}

.related_pro_item .pro_pic {
	padding-bottom: 96%;
	border-radius: 15px;
}

.related_pro_info {
	padding: 22px 18px;
	position: absolute;
	left: 6.5%;
	right: 6.5%;
	bottom: 0;
	box-shadow: 0px 3px 10px 0px rgba(var(--comColorRgb), 0.2);
	z-index: 1;
	background: #fff;
	border-radius: 12px;
}

.related_pro_info .title {
	font-size: 24px;
	height: 3.6em;
	line-height: 1.2;
	overflow: hidden;
	/* margin-bottom: 10px; */
	font-family: 'Chaparral Pro-Bold';
	text-transform: capitalize;
}

.related_pro_info .brief {
	color: #666;
	line-height: 1.75;
}

.related_pro_item:hover .related_pro_info {
	box-shadow: 0px 3px 10px 0px rgba(var(--comColorRgb), 0.4);
	background: var(--commonColor);
}

.related_pro_item:hover .title {
	color: #fff;
}

.related_pro_item:hover .moreBtn {
	color: #fff;
	border-color: #fff;
}

.related_pro_item:hover .brief {
	color: var(--commonColor);
}

.related_pro-pagination {
	display: none;
}

@media only screen and (max-width: 1300px) {
	.related_pro_info .title {
		font-size: 22px;
	}
	.related_pro_info .ellipsis3{-webkit-line-clamp: 6;    height: 7.6em;
      }
}

@media only screen and (max-width: 950px) {
	.related_pro_inner {
		padding: 15px 0 35px;
	}

	.related_pro-prev,
	.related_pro-next {
		display: none;
	}

	.related_pro_inner .swiper-slide {
		width: 100%;
		margin-right: 15px;
	}

	.related_pro_item {
		padding-bottom: 90px;
	}

	.related_pro_info .title {
		display: block;
		height: auto;
		min-height: 2.4em;
	}

	.related_pro_info .brief {
		display: block;
		height: auto;
	}

	.related_pro-pagination {
		display: block;
	}

	.related_pro-prev,
	.related_pro-next {
		display: none;
	}
}


/* c_related_news */
.c_related_news .web_th .brief {
	margin-top: 5px;
	color: #999;
}

.related_news-pagination {
	display: none;
}

.related_news_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.related_news_inner .swiper_related_news {
	padding: 3px 3px 6px;
}

.related_news_inner .swiper-slide {
	height: auto;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}

.related_news_item {
	height: 100%;
	padding-bottom: 160px;
}

.related_news_item .news_pic {
	padding-bottom: 90%;
	border-radius: 12px;
}

.related_news_info {
	padding: 22px 24px;
	position: absolute;
	background: #fff;
	left: 6.5%;
	right: 6.5%;
	bottom: 0;
	box-shadow: 0 4px 4px 0 rgba(var(--comColorRgb), 0.2);
	z-index: 1;
	border-radius: 12px;
}

.related_news_info .news_date {
	line-height: 26px;
	color: #666;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 34px;
	background: url(../img/icon_date.png) no-repeat left center/ 22px auto;
}

.related_news_info .title {
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 5px;
	line-height: 1.2;
	height: 2.4em;
	font-family: 'Chaparral Pro-Bold';
}

.related_news_info .brief {
	line-height: 1.75;
	height: 3.5em;
	overflow: hidden;
	color: #666;
	margin-bottom: 10px;
}

.related_news_item:hover .related_news_info {
	box-shadow: 0 4px 4px 0 rgba(var(--comColorRgb), 0.4);
}

.related_news_item:hover .title {
	color: var(--commonColor);
}

.related_news_item:hover .moreBtn {
	color: var(--commonColor);
	border-color: var(--commonColor);
}

@media only screen and (max-width: 1300px) {
	.related_news_info {
		padding: 24px 20px;
	}

	.related_news_info .news_date {
		font-size: 18px;
	}

	.related_news_info .title {
		font-size: 22px;
		-webkit-line-clamp: 3;
		height: 3.6em;
	}
}

@media only screen and (max-width: 950px) {
	.c_related_news .web_th .brief {
		margin-top: 10px;
	}

	.related_news_inner {
		padding: 10px 0 35px;
	}

	.related_news_item {
		padding-bottom: 0;
	}

	.related_news_info {
		padding: 24px 16px 20px;
		position: relative;
		left: 0;
		right: 0;
		margin: -50px 15px 0;
	}

	.related_news_item .title {
		margin-bottom: 12px;
		min-height: 2.4em;
	}

	.related_news_item .brief {
		height: auto;
		display: none;
	}

	.related_news-pagination {
		display: block;
	}

	.related_news-prev,
	.related_news-next {
		display: none;
	}
}

/*-------------aside-------------*/
.c_category_box {}

.c_category_box .layout {
	display: flex;
	justify-content: space-between;
}

.aside {
	width: 21%;
	margin-right: 38px;
	font-family: Arial;
}

.c_right_box {
	flex: 1;
	width: calc(79% - 38px);
}

.side_form {
	border: 1px solid #333;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
}

.side_form input {
	border: none;
}

.side_form .txt {
	padding: 0 14px;
	line-height: 46px;
	background: none;
	float: left;
	width: calc(100% - 46px);
	font-size: 18px;
	border-radius: 8px 0 0 8px;
}

.side_form .sub {
	background: url(../img/icon_search.png) no-repeat center;
	background-size: 20px auto;
	width: 46px;
	height: 46px;
	color: transparent;
	float: right;
}

.side-tit-bar {
	position: relative;
	background: var(--commonColor);
	border-radius: 8px 8px 0 0;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 20px;
	line-height: 1.1;
	color: #fff;
	padding: 16px 18px;
	font-family: 'DIN Alternate-Bold';
}

.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: 26px;
}

.side-cate {
	padding: 8px 0 20px;
}

.side-cate li {
	position: relative;
	line-height: 26px;
	font-size: 16px;
	border-bottom: 1px solid #EBEBEB;
}

.side-cate li li {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}

.side-cate li a {
	position: relative;
	display: block;
	color: #333;
	padding: 10px 34px 10px 12px;
	line-height: 1.5;
}

.side-cate>li {}

.side-cate>li>a {
	font-size: 18px;
	color: #333;
	position: relative;
	font-family: 'DIN Alternate-Bold';
}

/* .side-cate>li>a.has_child::before{content: '';} */
.side-cate ul {
	display: none;
	overflow: hidden;
	padding: 5px 0;
	border-top: 1px solid #EBEBEB;
}

.side-cate ul ul {
	padding-left: 15px;
}

.side-cate ul li:last-child {
	border-bottom: none;
}

.side-cate li li a {
	padding: 10px 34px 10px 24px;
	margin-right: 0;
	position: relative;
	color: #777;
	font-size: 16px;
}

/* .side-cate li li a::before{position: absolute; left: 0; top: 50%; width: 5px; height: 5px; margin-top: -2px; background: #666; content: ''; border-radius: 50%;} */
.side-cate li:hover>a,
.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 a:hover::before, .side-cate li:hover>a::before{color: var(--commonColor);} */
.side-cate li li li a {
	padding: 10px 34px 10px 36px;
}

.side-cate li li li li a {
	padding: 10px 34px 10px 48px;
}

.side-cate>li.nav-current>a {
	color: var(--commonColor);
}

.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #333;
	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: 24px;
	width: 100%;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f107';
	display: block;
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f107';
	display: block;
}

.side-cate li .icon-cate.icon-cate-up {
	transform: rotate(180deg);
}

.side-cate li .icon-cate:hover {
	background: #f5f5f5;
}

.side-cate li li .icon-cate {
	top: 1px;
}

.side-cate li>a:hover,
.side-cate li>.icon-cate:hover {
	color: var(--commonColor);
}


/* side-resources */
.aside_res {
	width: 23.5%;
}

.c_right_div {
	flex: 1;
	width: calc(76.5% - 38px);
}

.side-res-bar:nth-child(n+2) {
	margin-top: 24px;
}

.side-res-bar .side-tit {
	position: relative;
	font-size: 32px;
	line-height: 1.1;
	padding: 16px 0 16px 12px;
	font-weight: bold;
	font-family: 'Times New Roman-Bold';
}

.side-reso {
	border: none;
	padding: 0 0;
	position: relative;
}

.side-reso::before {
	position: absolute;
	left: 46px;
	right: 0;
	top: 0;
	height: 1px;
	background: #EBEBEB;
	content: '';
}

.side-reso>li {
	font-family: 'DIN Alternate-Bold';
	position: relative;
	border-bottom: none;
	padding-bottom: 1px;
}

.side-reso>li::before {
	position: absolute;
	left: 46px;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #EBEBEB;
	content: '';
}

.side-reso>li>a {
	border-left: 4px solid #fff;
	font-size: 22px;
	color: #333;
	line-height: 1.25;
	padding: 12px 24px 12px 48px;
}

.side-reso>li>a::before {
	content: '';
	left: 0;
	right: auto;
	width: 32px;
	height: 32px;
	background: url(../img/icon8.png) no-repeat left center/24px auto;
	vertical-align: middle;
	position: absolute;
	left: 12px;
	top: 10px;
}

.side-reso li>a::after {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	border-radius: 50%;
	right: 0;
	top: 50%;
	margin-top: -5px;
	box-sizing: border-box;
	top: 17px;
	margin-top: 0;
}

.side-reso>li>a:hover {
	border-color: var(--commonColor);
	background: #F7F7F7;
}

.side-reso>li>a:hover::before {
	background-image: url(../img/icon7.png);
}

.side-reso>li>a:hover::after {
	border-color: var(--commonColor);
	background: #fff;
}

.side-reso>li.nav-current>a {
	border-color: var(--commonColor);
	background: #F7F7F7;
}

.side-reso>li.nav-current>a::before {
	background-image: url(../img/icon7.png);
}

.side-reso>li.nav-current>a::after {
	border-color: var(--commonColor);
	background: url(../img/icon_ri.png) no-repeat center;
	background-size: 14px auto;
	background-color: var(--commonColor);
}

.side-reso li a.has_child::after {
	border: none;
	background: none;
	opacity: 0;
}

.side-reso li .icon-cate {
	top: 15px;
	width: 18px;
	height: 18px;
}

.side-reso li .icon-cate::before {
	font-size: 14px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #999;
	line-height: 18px;
	float: left;
}

.side-reso li .icon-cate:hover {
	background: none;
}

.side-reso li li:hover>a::after {
	border-width: 4px;
	background: #fff;
	border-color: var(--commonColor);
}

.side-reso li.nav-current .icon-cate::before {
	border-color: var(--commonColor);
}

.side-reso li li.nav-current>a {
	color: var(--commonColor);
}

.side-reso li li.nav-current>a::after {
	border-width: 4px;
	background: #fff;
	border-color: var(--commonColor);
}

.side-reso li li a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 1px;
	margin-top: 0;
	background: #333;
	content: '';
}

.side-reso ul ul {
	padding-left: 6px;
}

.hot_pro_div {
	position: relative;
	padding: 20px 14px 50px;
	box-shadow: 0px 1px 19px 8px rgba(0, 0, 0, 0.1);
	;
}

.hot_pro_item {
	border: 1px solid #CECECE;
	padding: 12px;
}

.hot_pro_pic {
	width: 30%;
}

.hot_pro_pic .pro_pic {
	padding-bottom: 100%;
}

.hot_pro_info {
	width: 65%;
}

.hot_pro_info .title {
	font-family: 'Poppins-Medium';
}

.hot_pro-pagination {
	bottom: 14px !important;
}

.hot_pro-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
}

.hot_pro_item:hover .title {
	color: var(--commonColor);
}

@media only screen and (max-width: 1450px) {
	.side-res-bar .side-tit {
		font-size: 28px;
	}

	.side-reso>li>a {
		font-size: 20px;
	}

	.side-reso>li>a::before {
		background-size: 22px auto;
	}

	.side-reso li>a::after {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.aside {
		width: 240px;
		margin-right: 38px;
	}

	.c_right_box {
		width: calc(100% - 288px);
	}

	.aside_res {
		width: 240px;
		margin-right: 38px;
	}

	.c_right_div {
		width: calc(100% - 288px);
	}

	.side-cate {
		padding: 8px 8% 25px;
	}

	.side-reso {
		padding: 0;
	}

	.side-reso>li>a::before {
		background-size: 20px auto;
	}
}

@media only screen and (max-width: 950px) {
	.c_category_box {
		padding-top: 30px;
	}

	.c_category_box .layout {
		flex-direction: column;
	}

	.side-tit-bar .side-tit {
		font-size: 24px;
	}

	.aside {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		display: none;
	}

	.c_right_box {
		width: 100%;
		float: none;
		margin-top: 0;
		padding-top: 0;
	}

	.c_right_div {
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		float: none;
	}

	.side-widget {
		position: static !important;
	}
}

/* c_page */
.page_bar {
	padding: 2.5% 0 0;
}

.page_bar .pagination, .page_bar .nav-links {
	display: flex;
	justify-content: center;
}

.pagination li {
	margin-right: 10px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination a,
.pagination span {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #333;
	text-align: center;
	min-width: 40px;
	border: 1px solid #dcdcdc;
	font-size: 18px;
	margin-right: 10px;
}

.pagination span {
	height: 40px;
	line-height: 40px;
	color: #333;
}
.pagination .next,.pagination .prev  {padding: 0 5px;}
.pagination span.current {
	background: var(--commonColor);
	color: #fff;
}

.pagination a:hover {
	background: var(--commonColor);
	color: #fff;
	border-color: var(--commonColor);
}

.pagination li.prev-page a,
.pagination li.next-page a {
	position: relative;
}

.pagination li.prev-page a::before,
.pagination li.next-page a::before {
	position: absolute;
	content: '\f105';
	font-family: 'fontawesome';
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
}

.pagination li.prev-page a::before {
	content: '\f104';
	left: unset;
	right: 0;
}

@media only screen and (max-width: 950px) {
	.page_bar {
		padding: 20px 0 0;
	}

	.pagination {
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.pagination li {
		margin-right: 8px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a {
		min-width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.pagination li span,
	.pagination li.active span {
		height: 34px;
		line-height: 34px;
		min-width: 34px;
	}

	.pagination li.prev-page a::before,
	.pagination li.next-page a::before {
		line-height: 34px;
	}
}


/* innerContent */
.c_share {
	padding: 15px 0 0;
}

.c_share .date {
	margin-right: 4%;
}

.c_share .share_bar {
	justify-content: center;
	align-items: center;
}

.c_share .share_bar .share_btn {
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	background: var(--commonColor);
	border-radius: 5px;
}

.c_share .share_bar .share_btn img {
	width: 100%;
	height: 100%;
	padding: 5px;
}

.c_share .share_bar .share_btn:hover {
	background: #393F54;
}

.c_share .share_bar .share_btn:hover img {
	transform: rotate(15deg);
}

.innerContent {
	padding: 20px 0 0;
	color: #666;
}

.innerContent,
.innerContent p {
	font-size: 16px;
	line-height: 1.75;
}

.innerContent p {
	padding-bottom: 2%;
}

.innerContent p:last-child {
	padding-bottom: 0;
}

.innerContent img {
	max-width: 100%;
	margin: 10px auto;
	border-radius: 2px;
}

.innerContent .img_div {
	overflow: hidden;
	clear: both;
	margin-bottom: 2%;
}

.innerContent .img_div img:first-child {
	float: left;
	width: 49%;
}

.innerContent .img_div img:last-child {
	float: right;
	width: 49%;
}

.innerContent_other {
	padding-top: 3%;
}

.innerContent_other .link_title {
	flex: 1;
	display: inline-block;
	font-family: 'Times New Roman-Bold';
	font-size: 20px;
	font-weight: bold;
	padding: 11px 0;
	line-height: 26px;
	order: 2;
}

.innerContent_other .link_next .link_title {
	text-align: right;
}

.innerContent_other .link_prev,
.innerContent_other .link_next {
	width: 48.5%;
	font-size: 16px;
	position: relative;
}

.innerContent_other .link_next {
	margin-left: 3%;
}

.innerContent_other .link_btn {
	line-height: 44px;
	height: 46px;
	background: #fff;
	color: #333;
	font-size: 20px;
	width: 136px;
	/* position: absolute; top: 0; left: 0; */
	text-align: center;
	border: 1px solid #333;
	font-weight: bold;
	margin: 0 10px 0 0;
	order: 1;
	font-family: 'DIN Alternate-Bold';
}

.innerContent_other .link_next .link_btn {
	margin: 0 0 0 10px;
	order: 3;
}

.innerContent_other .link_btn a {
	display: inline-block;
	color: #333;
}

.innerContent_other .link_btn::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 9px solid #333;
	margin-right: 6px;
}

.innerContent_other .link_next .link_btn::before {
	border-right: 0;
	border-left: 9px solid #333;
}

.innerContent_other .link_btn:hover {
	background: var(--commonColor);
	border-color: var(--commonColor);
	color: #fff;
}

.innerContent_other .link_btn:hover a {
	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: 1350px) {

	.innerContent_other .link_prev,
	.innerContent_other .link_next {
		width: 100%;
	}

	.innerContent_other .link_btn {
		text-align: left;
		padding-left: 12px;
	}

	.innerContent_other .link_next {
		margin-left: 0;
		margin-top: 15px;
	}

	.innerContent_other .link_next .link_title {
		text-align: left;
	}

	.innerContent_other .link_next .link_btn {
		order: 1;
		margin: 0 10px 0 0;
	}
}

@media only screen and (max-width: 950px) {
	.c_share {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.c_share .date {
		width: 100%;
	}

	.c_share .share_bar {
		margin-top: 15px;
	}

	.innerContent p {
		padding-bottom: 15px;
	}

	.innerContent,
	.innerContent p {
		line-height: 1.75;
	}

	.innerContent_other .link_next {
		margin-top: 12px;
	}

	.innerContent_other .link_title {
		padding: 0;
	}

	.innerContent_other .link_btn {
		font-size: 18px;
		width: 120px;
	}

	.innerContent_other .link_btn::before {
		margin-right: 4px;
	}

}

.pages .active span{background: var(--commonColor);}