/*  */
.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 */
.c_news_info .more,
.c_share .share_bar .share_btn img,
.pdf_btn img,
.listApp_ul li .app_pic img,
.innerPro_item .right_icon::before,
.wel_pic img,
.home_pro_item .pro_pic img,
.home_advantage,
.service_pic .ser_pic img,
.related_news_item .news_pic img,
.intro_left .pro_pic img,
.related_pro_item .pro_pic img,
.side-news li .news_pic img,
.video_item .video_pic img,
.related_video_item .pro_pic img,
.case_item .case_pic img,
.contact_pic_item img,
.news_pic_item .news_pic img,
.rec_pro_pic .rec_pic img,
.innerPro_box .pro_pic img,
.pro_big_pic img,
.pro_pic_div .pro_pic img,
.app_pic_item .app_pic img,
.hoverItem .pic img,
.hoverItem,
.hoverItem .title,
.hoverItem .brief {
	-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 */
.pro_item .pro_pic img,
.c_news_item .news_pic img,
.about_say_item .about_pic img,
.home_about_left .about_pic img,
.about_sec_pic .about_pic1 img,
.c_pro_item .pro_pic img,
.video_div .video_pic img,
.news_item .news_pic img,
.c_customer_item .c_cus_info {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pro_item:hover .pro_pic img,
.c_news_item:hover .news_pic img,
.home_about_left .about_pic:hover img,
.about_sec_pic:hover .about_pic1 img,
.video_div .video_pic:hover img,
.news_item:hover .news_pic img,
.rec_pro_list li:hover .rec_pic img,
.listApp_ul li:hover .app_pic img,
.listApp_inner .hot_pic:hover img,
.listApp_inner .hot_pic_l:hover img,
.wel_pic:hover img,
.home_pro_item:hover .pro_pic img,
.intro_left:hover .pro_pic img,
.video_item:hover .video_pic img,
.related_video_item:hover .pro_pic img,
.case_item:hover .case_pic img,
.contact_pic_item:hover img,
.news_pic_item:hover .news_pic img,
.pro_pic_list li:hover .pro_pic img,
.pro_big_pic:hover img,
.pro_pic_div .pro_pic:hover img,
.app_pic_item:hover .app_pic img,
.hoverItem:hover .pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.about_say_item:hover .about_pic img,
.c_pro_item:hover .pro_pic img,
.service_item:hover .ser_pic img,
.related_news_item:hover .news_pic img,
.related_pro_item:hover .pro_pic img,
.side-news li:hover .news_pic img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.sitemap-content {
	font-family: 'Arial';
	text-transform: capitalize;
}

.privacy-content {
	padding: calc(4% + 72px) 0 4%;
}

.search_main {
	padding: 4% 0;
}

@media only screen and (max-width: 1023px) {
	#cont {
		padding: 0 !important;
	}

	.sitemap-content {
		padding: 56px 0 0 !important;
	}

	.privacy-content {
		padding: 56px 0 30px;
	}

	.search_main {
		padding: 30px 0 30px;
	}

}

/* web_th */
.web_th {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.web_th_left {
	text-align: left;
	max-width: 1400px;
}

.web_th .s_title {
	color: var(--lightColor);
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.25;
}

.web_th .s_title a {
	color: var(--lightColor);
}

.web_th .title {
	font-size: 45px;
	line-height: 1.15;
	font-family: 'Poppins-Medium';
	color: var(--commonColor);
}

.web_th .title .name {
	color: inherit;
	font-size: inherit;
	position: relative;
}

.web_th .title a:hover {
	color: var(--lightColor);
}

.web_th .brief {
	line-height: 1.5;
	color: #666;
	padding-top: 4px;
}

.web_th_upp .title {
	text-transform: uppercase;
}

.web_th_white .title {
	line-height: 1.5;
}

.web_th_white .title,
.web_th_white .title .name {
	color: #fff;
}

.web_th_white .title .name::before {
	position: absolute;
	left: 0;
	right: 20%;
	bottom: 0;
	height: 3px;
	background: #fff;
	content: '';
}

.web_th_white .title a:hover:before {
	background-color: var(--lightColor);
}

/* c_ad_box */
.c_ad_box {}

.c_ad_div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.c_ad_inner {
	width: 100%;
	margin: 0 auto;
	padding: 8.5% 30px;
	max-width: 1200px;
	font-family: 'Poppins-Medium';
}

.c_ad_th {
	font-size: 30px;
	text-align: center;
	line-height: 1.35;
	color: #fff;
}

.c_ad_btn {
	text-align: center;
}

.c_ad_btn .more {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 1.25;
	padding: 12px 50px 12px;
	margin-top: 2%;
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
}

.c_ad_btn .more::after {
	display: inline-block;
	content: '\f105';
	margin-left: 20px;
}

.c_ad_btn .more:hover {
	background: var(--commonColor);
	border-color: var(--commonColor);
}

.c_ad_bottom {
	background: var(--commonColor);
	justify-content: center;
	color: #fff;
	padding: 1.4% 0;
	align-items: flex-end;
}

.ad_phone {
	font-size: 40px;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	padding-left: 38px;
}

.ad_phone a {
	color: #fff;
}

.ad_phone a:hover {
	opacity: 0.6;
}

.ad_phone::before {
	position: absolute;
	left: 0;
	top: 42%;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: url(../img/icon6.png) no-repeat center /50% auto;
	background-color: #fff;
	content: '';
}

.c_ad_box2 .c_ad_div::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.c_ad_box2 .c_ad_th {
	text-align: left;
}

.c_ad_box2 .c_ad_inner {
	max-width: 1500px;
	padding: 8.5% 50px;
	font-family: 'Poppins-Regular';
}

.c_ad_box2 .web_th .s_title {
	color: #fff;
	font-size: 16px;
}

.c_ad_box2 .web_th .title {
	color: #fff;
	margin: 12px 0 8px;
	font-family: 'Poppins-Medium';
}

.c_ad_box2 .web_th .brief {
	color: #fff;
}

.c_ad_box2 .c_ad_btn {
	text-align: left;
}

.c_ad_box2 .c_ad_btn .more {
	background: var(--commonColor);
	border-radius: 30px;
	border: none;
	font-size: 18px;
	padding: 12px 30px;
	cursor: pointer;
}

.c_ad_box2 .c_ad_btn .more::after {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	background: #fff;
	color: var(--commonColor);
	text-align: center;
	font-size: 16px;
	margin-left: 12px;
}

.c_ad_box2 .c_ad_btn .more:hover {
	background: var(--lightColor);
}

@media only screen and (max-width: 1450px) {
	.web_th .title {
		font-size: 40px;
	}

	.c_ad_th {
		font-size: 28px;
	}

	.ad_phone {
		font-size: 36px;
	}

	.ser_info .web_th .title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1350px) {
	.web_th .title {
		font-size: 35px;
	}

	.c_ad_th {
		font-size: 26px;
	}

	.c_ad_btn .more {
		font-size: 22px;
	}

	.ad_phone {
		font-size: 32px;
	}

	.ser_info .web_th .title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1200px) {
	.web_th .title {
		font-size: 30px;
	}

	.c_ad_th {
		font-size: 25px;
	}

	.c_ad_btn .more {
		font-size: 20px;
	}

	.ad_phone {
		font-size: 26px;
	}

	.ser_info .web_th .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 950px) {
	.web_th .title {
		font-size: 24px;
	}

	.web_th .s_title {
		font-size: 20px;
	}

	.c_ad_th {
		font-size: 22px;
	}

	.c_ad_btn .more {
		padding: 10px 26px 8px;
	}

	.c_ad_bottom {
		padding: 18px 0 15px;
	}

	.ad_phone {
		font-size: 22px;
		margin-right: 8px;
		padding-left: 36px;
	}

	.ser_info .web_th .title {
		font-size: 22px;
	}

	.c_ad_box2 .c_ad_inner {
		padding: 8% 20px;
	}
}

/* pad_top  mar_top */
.pad_top_l {
	padding-top: 8.5%;
}

.pad_top_m {
	padding-top: 6%;
}

.pad_top_s {
	padding-top: 4.5%;
}

.pad_top_mn {
	padding-top: 3%;
}

.pad_bottom_l {
	padding-bottom: 3.6%;
}

.mar_top_l {
	margin-top: 6%;
}

@media only screen and (max-width: 1450px) {
	.pad_top_l {
		padding-top: 7.5%;
	}

	.pad_top_m {
		padding-top: 5%;
	}

	.pad_top_s {
		padding-top: 4%;
	}

	.pad_bottom_l {
		padding-bottom: 3.2%;
	}

	.mar_top_l {
		margin-top: 5%;
	}
}

@media only screen and (max-width: 1350px) {
	.pad_top_l {
		padding-top: 6%;
	}

	.pad_top_m {
		padding-top: 4%;
	}

	.pad_top_s {
		padding-top: 3.5%;
	}

	.pad_bottom_l {
		padding-bottom: 2.8%;
	}

	.mar_top_l {
		margin-top: 4%;
	}
}

@media only screen and (max-width: 1200px) {
	.pad_top_l {
		padding-top: 5%;
	}

	.pad_top_m {
		padding-top: 3%;
	}

	.pad_bottom_l {
		padding-bottom: 2.6%;
	}

	.mar_top_l {
		margin-top: 3%;
	}
}

@media only screen and (max-width: 950px) {
	.pad_top_l {
		padding-top: 30px;
	}

	.pad_top_m {
		padding-top: 30px;
	}

	.pad_top_s {
		padding-top: 30px;
	}

	.pad_top_mn {
		padding-top: 30px;
	}

	.pad_bottom_l {
		padding-bottom: 30px;
	}

	.mar_top_l {
		margin-top: 30px;
	}
}

/* sub_web_head */
.sub_web_head {
	top: 0;
	left: 0;
	right: 0;
}

.sub_web_head .head_layer {
	background: #fff;
	height: 72px;
}

.sub_web_head .head_layer .layout {
	margin-top: 0;
}

.sub_web_head .head_nav {
	padding: 6px 0;
}


/* c_banner */
.c_banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin-top: 72px;
}

.c_banner_bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.c_banner .layout {
	z-index: 2;
}

/* .c_banner .banner_inner{position: relative; z-index: 3;} */
.c_banner_txt {
	text-align: center;
	padding: 10% 0;
}

.c_banner_txt .th {
	font-size: 45px;
	color: #fff;
	line-height: 1.2;
}

.c_banner_btn {
	text-align: center;
}

.c_banner_btn .btn {
	background: #FAFAFA;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 136px;
	text-align: center;
	color: var(--commonColor);
	background-repeat: no-repeat;
	border-radius: 18px;
	margin-top: 20px;
	cursor: pointer;
}

.c_banner_btn .btn_pdf {
	background-image: url(../img/icon_down_1.png);
	background-position: 30% 11px;
	background-size: 20px auto;
	margin-right: 16px;
	padding-left: 20px;
}

.c_banner_btn .btn:hover {
	color: #fff;
	background-color: var(--commonColor);
}

.c_banner_btn .btn_pdf:hover {
	background-image: url(../img/icon_down.png);
}

@media only screen and (max-width: 1450px) {
	.c_banner_txt .th {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1350px) {
	.c_banner_txt .th {
		font-size: 35px;
	}
}

@media only screen and (max-width: 1200px) {
	.c_banner_txt .th {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.web_head .head_layer {
		height: auto;
	}

	.c_banner {
		margin-top: 40px;
	}
}

/* 950 */
@media only screen and (max-width: 1100px) {
	.c_banner {
		margin-top: 40px !important;
		margin-bottom: 0;
	}

	.sub_web_head .head_layer {
		height: auto;
	}

	.c_banner_img {
		min-height: 200px;
		object-fit: cover;
	}

	.c_banner_title {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.c_banner_txt .th {
		font-size: 24px;
	}

	.c_banner_btn .btn {
		margin-top: 12px;
	}

	.c_banner_btn .btn_pdf {
		display: none;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin-top: -20px;
	}
}

/* c_location */
.c_location {
	justify-content: center;
	flex-wrap: wrap;
	line-height: 24px;
	overflow: hidden;
	padding: 10px 0 0;
	font-size: 20px;
}

.c_local_bar {
	justify-content: center;
	flex-wrap: wrap;
}

.c_location li {
	position: relative;
	line-height: 1.25;
	padding-right: 18px;
	margin-right: 8px;
	text-align: center;
	color: #fff;
}

.c_location li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.c_location li::after {
	position: absolute;
	right: 0;
	content: '\f105';
	top: -1px;
}

.c_location li:last-child::after {
	content: '';
}

.c_location li a {
	display: block;
	color: #fff;
}

.c_location li:last-child span {
	color: var(--lightColor);
}

.c_location li a:hover {
	color: var(--commonColor);
	color: var(--lightColor);
}

@media only screen and (max-width: 950px) {
	.c_location {
		padding: 12px 0;
	}
}

/* c_more_btn */
.more_circle {
	width: 34px;
	height: 34px;
	background: url(../img/icon_next.png) no-repeat center /12px auto;
	background-color: var(--commonColor);
	border-radius: 50%;
	display: inline-block;
}

.more_btn .more {
	color: var(--commonColor);
	position: relative;
	border-bottom: 2px solid var(--commonColor);
}

.more_btn .more:hover {
	margin-left: 5px;
}

.more_btn_gr .more {
	color: #355E40;
}

.more_btn_gr .more::after {
	background-image: url(../img/icon_plus.png);
}

/* .more_btn_gr .more:hover{margin-left: 5px;} */
/* .more_btn .more:hover::after{background-image: url(../img/icon_plus.png);} */


@media only screen and (max-width: 1200px) {
	/* .more_btn .more{font-size: 22px;} */
}

@media only screen and (max-width: 950px) {
	/* .more_btn .more{font-size: 20px;} */
	/* .more_btn .more::after{background-size: 18px auto; top: -3px;} */
}

/* c_related_video */
.c_related_video {
	overflow: hidden;
}

.c_related_video .web_th .title {
	font-size: 24px;
}

.related_video_inner {
	padding: 2% 0 0;
	position: relative;
}

.related_video_inner .swiper-slide {
	height: auto;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}

.related_video_item {
	height: 100%;
	position: relative;
	padding-bottom: 52px;
}

.related_video_item .pro_pic {
	padding-bottom: 61%;
	overflow: hidden;
}

.related_video_info {
	padding: 20px 0 0;
}

.related_video_info .title {}

.related_video_item:hover .title a {
	color: var(--commonColor);
}

.related_video_item .video_more {
	display: inline-block;
	background: var(--commonColor);
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 160px;
	text-align: center;
	margin-top: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.related_video_item:hover .title a {
	color: var(--lightColor);
}

.related_video_item:hover .video_more {
	background: var(--lightColor);
}

.related_video-pagination {
	display: none;
}

.related_video-prev,
.related_video-next {
	width: 30px;
	height: 50px;
	background: none;
	color: #999;
}

.related_video-next:hover,
.related_video-prev:hover {
	background: none;
	color: var(--commonColor);
}

.related_video-prev {
	left: -40px;
}

.related_video-next {
	right: -40px;
}

.related_video-prev::before {
	content: '\f104';
	font-weight: bold;
}

.related_video-next::before {
	content: '\f105';
	font-weight: bold;
}

@media only screen and (max-width: 980px) {
	.related_video_item {}

	.related_video_inner {
		padding: 15px 0 36px;
	}

	.related_video_inner .swiper-slide {
		width: 100%;
		margin-right: 16px;
	}

	.related_video-pagination {
		display: block;
	}

	.related_video-prev,
	.related_video-next {
		display: none;
	}
}


/* c_related_pro */
.c_related_pro {
	overflow: hidden;
	width: 100%;
}

.c_related_pro .web_th .title {
	font-size: 24px;
}

.related_pro_inner {
	padding: 2% 0 0;
	position: relative;
	overflow: hidden;
}

.related_pro_inner .swiper-container-horizontal {
	padding: 4px 5px 6px;
}

.related_pro_inner .swiper-slide {}

.related_pro_item {
	background-color: #fff;
	padding: 40px 24px 30px;
}

.related_pro_item .pro_pic {
	padding-bottom: 98%;
	overflow: hidden;
}

.related_pro_info {
	padding: 20px 0 0;
}

.related_pro_info .title {}

/* .related_pro_item:hover{box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);} */
.related_pro_item:hover .title a {
	color: var(--commonColor);
}

.related_pro-pagination {
	display: none;
}

.related_pro-prev,
.related_pro-next {
	width: 30px;
	height: 50px;
	background: none;
	color: #999;
}

.related_pro-next:hover,
.related_pro-prev:hover {
	background: none;
	color: var(--commonColor);
}

.related_pro-prev {
	left: -40px;
}

.related_pro-next {
	right: -40px;
}

.related_pro-prev::before {
	content: '\f104';
	font-weight: bold;
}

.related_pro-next::before {
	content: '\f105';
	font-weight: bold;
}

@media only screen and (max-width: 950px) {
	.related_pro_item {
		box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
		padding: 25px 20px;
	}

	.related_pro_inner {
		padding: 15px 0 32px;
	}

	.related_pro_inner .swiper-slide {
		width: 100%;
	}

	.related_pro-pagination {
		display: block;
	}

	.related_pro-prev,
	.related_pro-next {
		display: none;
	}
}


/* c_related_news */
.c_related_news {
	overflow: hidden;
}

.c_related_news .web_th .title {
	font-size: 24px;
}

.related_news_inner {
	padding: 2% 0 0;
	position: relative;
}

.related_news_inner .swiper-container-horizontal {
	padding: 0 5px 6px;
}

.related_news_inner .swiper-slide {
	height: auto;
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

.related_news_item {
	border-radius: 20px;
	background: var(--commonColor);
	color: #fff;
	height: 100%;
}

.related_news_item .news_pic {
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.related_news_info {
	padding: 20px 14px 30px;
	position: relative;
	padding-bottom: 82px;
	flex: 1;
}

.related_news_info .date {
	font-size: 18px;
	font-family: 'MyriadPro-Regular';
	color: #fff;
}

.related_news_info .title {
	font-family: 'Poppins-Medium';
	font-size: 18px;
	margin: 6px 0;
}

.related_news_info .title,
.related_news_info .title a {
	color: #fff;
	line-height: 1.25;
}

.related_news_info .brief {
	opacity: 0.65;
	line-height: 26px;
	height: 52px;
	position: absolute;
	left: 14px;
	bottom: 30px;
	right: 14px;
	color: #fff;
}

.related_news_item:hover {
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
}

.related_news_item:hover .related_news_info .title {
	color: var(--lightColor);
}

.relate_news-pagination {
	display: none;
}

.relate_news-prev,
.relate_news-next {
	width: 30px;
	height: 50px;
	background: none;
	color: #999;
}

.relate_news-next:hover,
.relate_news-prev:hover {
	background: none;
	color: var(--commonColor);
}

.relate_news-prev {
	left: -40px;
}

.relate_news-next {
	right: -40px;
}

.relate_news-prev::before {
	content: '\f104';
	font-weight: bold;
}

.relate_news-next::before {
	content: '\f105';
	font-weight: bold;
}

@media only screen and (max-width: 950px) {
	.related_news_inner {
		padding: 15px 0 32px;
	}

	.related_news_inner .swiper-slide {
		width: 100%;
	}

	.relate_news-pagination {
		display: block;
	}

	.relate_news-prev,
	.relate_news-next {
		display: none;
	}
}


/* c_related_app */
.c_related_app {
	overflow: hidden;
}

.c_related_app .web_th .title {
	font-size: 24px;
}

.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;
	overflow: hidden;
}

.related_app_item>a {
	height: 100%;
}

.related_app_item .pic {
	padding-bottom: 75%;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.related_app_info {
	padding: 16px;
	flex: 1;
	background: #fff;
}

.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 .title {
	color: var(--commonColor);
}

.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);
}

.related_app-pagination {
	display: none;
}

.related_app-prev,
.related_app-next {
	width: 30px;
	height: 50px;
	background: none;
	color: #999;
}

.related_app-next:hover,
.related_app-prev:hover {
	background: none;
	color: var(--commonColor);
}

.related_app-prev {
	left: -40px;
}

.related_app-next {
	right: -40px;
}

.related_app-prev::before {
	content: '\f104';
	font-weight: bold;
}

.related_app-next::before {
	content: '\f105';
	font-weight: bold;
}


@media only screen and (max-width: 980px) {
	.related_app_inner {
		padding: 22px 0 35px;
	}

	.related_app_inner .swiper-slide {
		width: 100%;
		margin-right: 20px;
	}

	.related_app_info {
		padding: 15px;
	}

	.related_app_info .title {
		font-size: 20px;
		max-height: unset;
		display: block;
		height: auto;
	}

	.related_app-pagination {
		display: block;
	}

	.related_app-prev,
	.related_app-next {
		display: none;
	}
}

/*-------------aside-------------*/
.c_category_box {}

.c_category_box .layout {
	display: flex;
	justify-content: space-between;
}

.aside {
	width: 23%;
	margin-right: 60px;
	font-family: Arial;
	position: sticky;
	top: 80px;
	align-self: start;
}

.c_right_box {
	flex: 1;
	width: calc(77% - 60px);
}

.side-tit-bar {
	position: relative;
	background: var(--commonColor);
	text-align: center;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
	padding: 5% 10px;
}

.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: 0;
}

.side-cate {
	padding: 8px 14px;
	border-bottom: 1px solid #BABABA;
}

.side-cate li {
	position: relative;
	line-height: 26px;
	font-size: 16px;
}

.side-cate li li {
	font-size: 16px;
	font-weight: normal;
	border-bottom: none;
	margin-top: 0;
}

.side-cate li a {
	position: relative;
	display: block;
	color: #333;
	padding: 10px 34px 10px 0;
	line-height: 1.25;
}

.side-cate>li>a {
	font-size: 20px;
	color: #000;
}

/* .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: 5px 0;
}

.side-cate ul ul {
	padding-left: 15px;
}

.side-cate ul li:last-child {
	border-bottom: none;
}

.side-cate li li a {
	padding: 6px 34px 6px 14px;
	margin-right: 0;
	position: relative;
	color: #666;
}

.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 a:hover,
.side-cate li.active>a,
.side-cate li li a:hover,
.side-cate li li.active>a {
	color: var(--lightColor);
}

.side-cate li li a:hover::before {
	background: var(--lightColor);
}

.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: #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 span:nth-child(1) {
	display: none !important;
}

.side-cate li .icon-cate:before {
	font-size: 20px;
	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 li:hover>a,
.side-cate li li:hover .icon-cate {
	color: var(--lightColor);
}

.side-info {
	padding: 6px 12px 8px;
}

.side-info li {
	margin-top: 12px;
}

.side-info li p.name {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 4px;
}

/* side-resources */
.side-reso {
	border: none;
	padding: 12px 14px;
}

.side-reso>li {
	border-bottom: 1px solid #E7E7E7;
	text-transform: capitalize;
}

.side-reso>li:first-child {
	border-top: 1px solid #E7E7E7;
}

.side-reso>li>a {
	padding-left: 24px;
	padding-right: 24px;
	border-left: 3px solid #fff;
	font-size: 16px;
	color: #999;
	font-family: 'Poppins-Regular';
}

.side-reso>li>a::before {
	content: '';
	left: 6px;
	right: auto;
	width: 20px;
	height: 20px;
	background: url(../img/icon8.png) no-repeat left center/10px auto;
}

.side-reso li a::after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border: 1px solid #999;
	border-radius: 50%;
	right: 8px;
	top: 50%;
	margin-top: -5px;
}

.side-reso>li>a:hover {
	border-color: var(--lightColor);
}

.side-reso>li>a:hover::before {
	background-image: url(../img/icon7_1.png);
}

.side-reso>li>a:hover::after {
	border-color: var(--lightColor);
	background: var(--lightColor);
}

.side-reso>li.nav-current>a {
	border-color: var(--commonColor);
}

.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: var(--commonColor);
}

/* side-news */
.side-news {
	background: #fff;
}

.side-news li {
	margin-top: 5px;
}

.side-news li:first-child {
	margin-top: 10px;
}

.side-news li .side-news-info {
	padding: 15px 10px;
}

.side-news li .news_pic {
	padding-bottom: 58.2%;
	overflow: hidden;
}

.side-news li .title {
	line-height: 1.25;
	color: var(--commonColor);
	font-size: 18px;
	font-family: Arial;
}

.side-news li .date {
	margin-bottom: 8px;
}

.side-news li .title a {
	line-height: 1.25;
	color: var(--commonColor);
}

.side-news li .brief {
	color: #999;
	line-height: 1.5;
	margin-top: 12px;
	font-family: 'Poppins-Regular';
}

.side-news li:hover .title {
	color: var(--lightColor);
}

.side-news li:hover .title a {
	color: var(--lightColor);
}


.side-product-items {
	position: relative;
}

.side-product-items .items_content {
	position: relative;
	padding: 35px 0;
}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item figure {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img {
	width: 70px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	border: 1px solid #cdcdcd;
}

.side_product_item .item-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.side_product_item .item-img img {
	display: block;
	width: 100%;
}

.side_product_item:hover .item-img:before {
	background-color: rgba(255, 255, 255, .3);
}

.side_product_item figcaption {
	padding-left: 15px;
}

.side_product_item figcaption h3 {
	font-size: 16px;
	font-weight: normal;
}

.side_product_item figcaption h3 a {
	display: block;
	max-height: 3.2em;
	line-height: 1.6em;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: #f29a20;
}

.side-product-items .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_slider {
	max-height: 450px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_product_item {
	height: 90px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 38px;
	color: #ccd3d9;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.side-product-items .swiper-button-disabled {
	color: #eee;
	cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
	display: inline-block;
	-webkit-transform: scale(2.5, 1);
	-ms-transform: scale(2.5, 1);
	-o-transform: scale(2.5, 1);
	transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
	top: 0;
}

.side-product-items .btn-prev:before {
	content: '\f106';
}

.side-product-items .btn-next {
	bottom: 0;
}

.side-product-items .btn-next:before {
	content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
	color: #000;
}

.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}

.aside .side-bn img {
	width: 100%
}

@media only screen and (max-width: 1200px) {
	.side-tit-bar .side-tit {
		font-size: 20px;
	}

	.c_right_box {
		width: 100%;
		float: none;
		margin-top: 0;
		padding-top: 0;
	}

	.side-widget {
		position: static !important;
	}
}


/* c_page */
.c_page {
	padding: 2.5% 0 0;
}

.c_pagenation,
.c_pagenation .nav-links,
.pagination ul {
	display: flex;
	justify-content: center;
}

.c_pagenation li,
.pagination li {
	margin-right: 8px;
}

.c_pagenation li:last-child,
.pagination li:last-child {
	margin-right: 0;
}

.c_pagenation li a,
.pagination li a,
.pagination li span {
	display: block;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	color: #333;
	text-align: center;
	min-width: 34px;
	background: #F4F4F5;
	/* border: 1px solid #ddd; border-radius: 4px; */
}

.c_pagenation li.active a,
.pagination li.active a,
.pagination li.active span {
	border-color: var(--commonColor);
	background: var(--commonColor);
	color: #fff;
}

.c_pagenation li:hover a,
.pagination li:hover a {
	border-color: var(--lightColor);
	background: var(--lightColor);
	color: #fff;
}

.pagination li.prev_page a,
.pagination li.next_page a,
.c_pagenation li.prev_page a,
.c_pagenation li.next_page a {
	padding: 0 15px;
	position: relative;
}

/* .pagination li.prev_page a::before, .pagination li.next_page a::before,
.c_pagenation li.prev_page a::before, .c_pagenation 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: 22px; line-height: 32px;}
.c_pagenation li.prev_page a::before, .pagination li.prev_page a::before{content: '\f104';} */

.pagination li.prev_page a:hover,
.pagination li.next_page a:hover,
.c_pagenation li.prev_page a:hover,
.c_pagenation li.next_page a:hover {
	color: #fff;
}

@media only screen and (max-width: 950px) {
	.aside {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		display: none;
	}

	.c_page {
		padding: 15px 0 0;
	}

	.c_page_wrap {
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.c_pagenation li {
		margin-right: 8px;
	}

	.c_pagenation li:last-child {
		margin-right: 0;
	}

	.c_pagenation li a {
		min-width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.c_pagenation li.prev_page a::before,
	.c_pagenation li.next_page a::before {
		line-height: 30px;
	}

	.pagination li {
		margin-right: 8px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a {
		min-width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.pagination li.prev_page a::before,
	.pagination li.next_page a::before {
		line-height: 30px;
	}
}

/* page_bar */
.page_bar {
	padding-top: 2.5%;
}

.pagination,
.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	color: #333;
	text-align: center;
	min-width: 36px;
	margin-right: 8px;
	font-size: 18px;
	background: #F4F4F5;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .page-numbers.current {
	background: var(--commonColor);
	color: #fff;
	border-color: #333;
}

.pagination a.page-numbers:hover {
	background: var(--commonColor);
	color: #fff;
	border-color: #333;
}

/* .pagination a.prev, .pagination a.next{position: relative; width: auto; padding: 0 15px;} */
.pagination a.prev,
.pagination a.next {
	position: relative;
	color: transparent;
	width: 36px;
	border-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: 20px;
	line-height: 36px;
	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-top: 24px;
	}

	/* .pagination a.prev::before, .pagination a.next::before{line-height: 36px;} */
}


/* innerContent */
.c_con_th {
	font-size: 24px;
	line-height: 1.5;
	color: #2B2C30;
	font-weight: bold;
	text-transform: capitalize;
}

.c_share {
	padding: 15px 0;
	align-items: center;
}

.c_share .date {
	color: #666;
	margin-right: 5%;
}

.c_share .share_bar {
	color: #666;
	justify-content: center;
	align-items: center;
}

.c_share .share_bar .share_btn {
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	border-radius: 5px;
	background: var(--commonColor);
	transition: all 0.3s ease;
}

.c_share .share_bar .share_btn img {
	padding: 6px;
}

.c_share .share_bar .share_btn:hover {
	background: var(--lightColor);
}

.c_share .share_bar .share_btn:hover img {
	transform: rotate(15deg);
}

.innerContent {
	padding: 20px 0 0;
	color: #2B2C30;
	letter-spacing: 1px;
	font-family: Arial;
}

.innerContent,
.innerContent p,
.innerContent span {
	font-size: 16px;
	line-height: 2;
}

.innerContent p {
	padding-bottom: 2%;
}

.innerContent p:last-child {
	padding-bottom: 0;
}

.innerContent img {
	max-width: 100%;
	margin: 10px auto;
	border-radius: 2px;
}

.innerContent_other {
	padding-top: 3%;
}

.innerContent_other .link_item {
	max-width: 80%;
	width: 100%;
	font-size: 16px;
	position: relative;
	line-height: 26px;
	padding: 20px 0 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.innerContent_other .link_txt {
	margin-right: 10px;
	font-size: 24px;
}

.innerContent_other .link_title {
	flex: 1;
}

.table_wrap {
	width: 100%;
	overflow-x: auto;
}

.pro_content table {
	width: 100%;
}

.pro_content table tr td,
.pro_content table tr th {
	padding: 3px 10px;
}

.pro_content table tr td,
.pro_content table tr td * {
	font-family: inherit !important;
	vertical-align: middle;
}

.innerContent table {
	width: 100%;
}

.innerContent table tr td,
.innerContent table tr th {
	padding: 10px 10px !important;
	line-height: 1.4;
}

.innerContent table tr td,
.innerContent table tr td * {
	font-family: inherit !important;
	vertical-align: middle;
}


@media only screen and (max-width: 1350px) {
	.innerContent_other .link_txt {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.innerContent_other .link_txt {
		font-size: 20px;
	}
}

@media only screen and (max-width: 950px) {
	.c_con_th {
		font-size: 22px;
		line-height: 30px;
	}

	.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_item {
		max-width: 100%;
		padding: 12px 0 8px;
	}

	.innerContent_other .link_txt {
		font-size: 18px;
		margin-right: 2px;
	}

}


.side-cate li .nav-current a {
	color: var(--commonColor);
}