
.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 .title, .hoverItem .brief, .hoverItem .pubPic, .pubPic img, .hoverPic img .hoverItem .more, .hoverItem .item_icon, .hoverItem .order, .pubMore::before, .pubMore{
	-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 img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/* web_main */
.web_main{background: #F4F4F4; padding-bottom: 5%;}

@media only screen and (max-width: 1023px) {
	.web_main{margin-top: 62px; padding-bottom: 30px;}
	.mobile-head-category{display: none;}
}

/* pad_top  mar_top */
.pad_top{padding-top: 4%;}
.pad_tb{padding: 4% 0;}
.pad_top_l{padding-top: 5.2%;}
.pad_bot_l{padding-bottom: 5.2%;}
.pad_tb_l{padding: 5.2% 0;}
.mar_top_l{margin-top: 5.2%;}
@media only screen and (max-width: 1450px) {
	.pad_top_l{padding-top: 4.8%;}
	.pad_bot_l{padding-bottom: 4.8%;}
	.pad_tb_l{padding: 4.8% 0;}
	.mar_top_l{margin-top: 4.8%;}
}
@media only screen and (max-width: 1300px) {
	.pad_top_l{padding-top: 4.2%;}
	.pad_bot_l{padding-bottom: 4.2%;}
	.pad_tb_l{padding: 4.2% 0;}
	.mar_top_l{margin-top: 4.2%;}
}
@media only screen and (max-width: 980px) {
	.pad_top{padding-top: 30px;}
	.pad_tb, .pad_tb_l{padding: 30px 0;}
	.pad_top_l{padding-top: 30px;}
	.pad_bot_l{padding-bottom: 30px;}
	.mar_top_l{margin-top: 30px;}
}

/* 白色背景 + 阴影 */
.whiteShadowBox{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08); background: #fff;}

/* 大标题 - web_th */
.small_title{color: var(--commonColor); text-transform: capitalize; min-width: 160px; line-height: 24px; margin-top: 10px;}
.small_title .txt{color: inherit; position: relative; padding-left: 70px;}
.small_title .txt::before{position: absolute; left: 0; top: 50%; height: 1px; width: 50px; background: var(--commonColor); content: '';}
.small_title a.txt:hover{margin-left: 5px;}

.web_th{text-align: center; text-transform: capitalize;}
.web_th .title{font-size: 40px; line-height: 1.2; font-family: 'Arial-BoldMT';}
.web_th .title .txt{color: inherit; position: relative;}
.web_th .title a.txt:hover{color: var(--commonColor);}
.web_th .brief{line-height: 1.75; color: #666; margin-top: 25px;}

.th_left{text-align: left;}

.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: 950px) {
	.web_th .title{font-size: 28px;}
	.web_th .brief{margin-top: 12px;}
}

/* 按钮 - pubMore */
.pubMore, .pubMoreBg{display: inline-block; border: 1px solid var(--commonColor); color: var(--commonColor); border-radius: 20px; height: 34px; line-height: 34px; padding: 0 14px; position: relative; white-space: nowrap; cursor: pointer;}
.pubMore:hover{color: #fff; background: var(--commonColor);}

.pubMoreBg{background: var(--commonColor); color: #fff;}
.pubMoreBg:hover{color: var(--commonColor); background: #fff;}

@media only screen and (max-width: 950px) {
	
}

/* 首页-thMore */
.thMore{display: inline-block; position: relative; padding-right: 22px;}
.thMore::before{position: absolute; content: '\f105'; right: 0; top: 50%; margin-top: -8px; width: 16px; height: 16px; border: 1px solid var(--commonColor); border-radius: 50%; font-family: fontawesome; color: var(--commonColor); font-size: 16px; text-align: center; line-height: 13px; padding-left: 2px; box-sizing: border-box;}
.thMore:hover::before{background: var(--commonColor); color: #fff;}

/* 面包屑 - localtion_bar */
.localtion_bar{padding: 20px 0 10px;}
.localtion_bar ul{flex-wrap: wrap; line-height: 24px; overflow: hidden; font-size: 16px;}
.localtion_bar li{position: relative; line-height: 24px; padding-right: 26px; margin-right: 8px; color: #999; margin: 5px 0;}
.localtion_bar li:last-child{padding-right: 0; margin-right: 0;}
.localtion_bar li::after{position: absolute; right: 0; content: '\f178'; top: 2px; content: '>'; display: block; width: 20px; height: 20px; transform: scaleY(0.8);}
.localtion_bar li:last-child::after{content: ''; display: none;}
.localtion_bar li a{display: block; color: #999;}
.localtion_bar li:last-child a{color: var(--commonColor);}
.localtion_bar li:last-child span{color: var(--commonColor);}
.localtion_bar li a:hover{color: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.c_location{padding: 10px 0 0;}
}


/* 轮播左右按钮 common-prev common-next */
.common-prev, .common-next{width: 28px; height: 54px; line-height: 52px; font-size: 26px; background: rgba(0, 0, 0, 0.7); color: #fff; border-radius: 0; margin-top: -27px;}
.common-prev{left: 0;}
.common-next{right: 0;}
.common-prev:hover, .common-next:hover{color: #fff;}
.common-next.swiper-button-disabled, .common-prev.swiper-button-disabled{display: none;}
.common-pagination{display: none;}

/* 选项卡轮播左右按钮  tab-next tab-prev */
.tab-prev, .tab-next{
	width: 34px; height: 34px; border: 1px solid #EAEAEA; border-radius: 50%; background: #fff; line-height: 30px; color: #666; font-size: 24px; margin-top: -17px; border: none; background: none;
}
.tab-next:hover, .tab-prev:hover{background: none; border: none;}
.tab-prev{left: 0;}
.tab-next{right: 0;}
.tab-next::before, .tab-prev::before{z-index: 3; display: block; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #DCDCDC; position: relative; background: #fff; padding: 0; box-sizing: border-box;}
.tab-prev.swiper-button-disabled{display: none;}
.tab-next.swiper-button-disabled{display: none;}
.tab-next:hover::before, .tab-prev:hover::before{border-color: var(--commonColor); background: #f5f5f5; color: var(--commonColor);}
.tab-prev::after, .tab-next::after{
	position: absolute; content: ''; top: -8px; bottom: -8px; width: 80px; pointer-events: none; z-index: 0;
}
.tab-prev::after{background: linear-gradient(270deg,transparent,#fff); left: -1px;}
.tab-next::after{background: linear-gradient(90deg,transparent,#fff); right: -1px;}

.home_sort .tab-prev,
.home_sort .tab-next{width: 30px; height: 30px; margin-top: -15px; line-height: 26px;}

/* 搜索分类 - query_div */
.query_div{padding: 10px 20px; text-transform: capitalize;}
.query_row{padding: 20px 0;}
.query_row:nth-child(n+2){border-top: 1px solid #EBEBEB;}
.query_row .th{width: 130px; line-height: 28px; color: #999;}
.query_ul{flex: 1;}
.query_class{overflow: hidden; transition: height 0.5s ease;}
.query_ul li{line-height: 28px; margin-bottom: 5px; margin-right: 40px;}
.query_ul li a{color: #666;}
.query_ul li a:hover,
.query_ul li.current a{color: var(--commonColor);}

.expand_btn .expand{position: relative; display: inline-block; cursor: pointer; color: var(--commonColor); padding-right: 20px;}
.expand_btn .expand::before{position: absolute; top: 0; right: 0; width: 20px; height: 100%; content: '\f107'; font-family: fontawesome; font-size: 24px; line-height: 100%; text-align: right;}
.expand_btn .expand_up::before{transform: rotate(180deg); top: 2px;}

@media only screen and (max-width: 980px) {
    .query_div{padding: 10px 15px;}
    .query_row{padding: 12px 0; flex-direction: column;}
    .query_row .th{width: 100%; font-size: 18px; margin-bottom: 10px;}
    .query_ul{width: 100%; flex: unset;}
    .query_ul li{margin-right: 20px;}
    .query_row .expand_btn{margin: 5px 0 8px; text-align: right;}
}

/* 二级页 - sub_page_box 右侧推荐新闻 产品 */
.sub_page_box{}
.page_wrap{width: calc(100% - 280px); padding: 30px 24px 5%; height: 100%;}
.aside_box{width: 260px;}
.aside_box{height: auto;}
.aside_wrap{position: sticky; top: 122px;}

.aside_div{position: relative; padding: 20px 16px;}
.aside_div:nth-child(n+2){margin-top: 20px;}
.aside_div .th{color: var(--commonColor); padding-left: 30px; font-size: 18px; background: url(../img/icon_notice.png) no-repeat left center; background-size: 23px auto; line-height: 26px;}
.aside_notice_list{margin-top: 6px; overflow: hidden;}
.aside_notice_list li{line-height: 26px; margin-bottom: 10px;}
.aside_notice_list li a:hover{text-decoration: underline;}
.aside_div .notice_btn{text-align: center;}

.aside_div .pro_th{background-image: url(../img/icon_hot.png);}
.aside_pro_list{margin-top: 6px;}
.aside_pro_list li{margin-bottom: 16px;}
.aside_pro_list li:last-child{margin-bottom: 0;}
.aside_pro_list li .pic{padding-bottom: 65%;}
.aside_pro_list li .title{line-height: 26px; max-height: 52px; margin: 8px 0 0;}

.aside_pro_list li:hover .title{color: var(--commonColor);}

.aside_com_pic{width: 76px; height: 76px; border: 1px solid #E5E5E5; border-radius: 50%; margin: 0 auto;}
.aside_com_title{margin: 10px 0 6px; font-size: 18px;}
.aside_com_brief{color: #666; line-height: 26px;}
.aside_com_btn{text-align: center; margin-top: 15px;}
.aside_com_btn .pubMoreBg:nth-child(n+2){margin-left: 5px;}

@media only screen and (max-width: 1100px) {
	.page_wrap{width: 100%; padding: 30px 18px;}
	.aside_box{display: none;}
}


/* c_related_video */
.related_video_inner{padding: 3% 0 0; position: relative;}
.related_video_inner .swiper-slide{height: auto; width: calc(50% - 30px); margin-right: 4%;}


.related_video_item .pro_pic{padding-bottom: 65%;}
.related_video_item .pro_pic::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: rgba(0, 0, 0, 0.4); z-index: 1;}
.related_video_item .item_icon{position: absolute; width: 56px; height: 56px; background: url(../img/play_b.png) no-repeat center/ 18px auto; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; content: ''; border-radius: 50%;}
.related_video_item .title{font-family: 'AkzidenzGroteskBQ-Bold'; margin: 20px 0 0; line-height: 1.25; height: 2.5em; font-size: 26px;}
.related_video_item:hover .title{color: var(--commonColor);}
.related_video_item:hover .item_icon{background-image: url(../img/play.png); background-color: var(--commonColor);}


.related_video-pagination{display: none;}

@media only screen and (max-width: 1350px) {
	.related_video_item .title{font-size: 24px;}
}
@media only screen and (max-width: 950px) {
	.related_video_inner .swiper-slide{width: 100%;}
	.related_video_item .title{font-size: 20px; height: auto; display: block;}
	.related_video_inner{padding: 15px 0 36px;}
	.related_video-pagination{display: block;}
	.related_video-next, .related_video-prev{display: none;}
}


/* c_related_pro */
.related_pro_inner{padding: 3% 0 0; position: relative;}
.related_pro_inner .swiper-slide{height: auto; width: calc((100% - 56px) / 3); margin-right: 28px;}

.related_pro_item .pro_pic{padding-bottom: 100%; overflow: hidden; border: 1px solid #E5E5E5; background: #F5F5F5;}
.related_pro_item .item_icon{display: block; width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -50px; 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;}
.related_pro_item .title{margin: 28px 0 12px; font-size: 30px; height: 2.6em; line-height: 1.3; overflow: hidden; font-family: 'AkzidenzGroteskBQ-Bold'; text-transform: uppercase;}
.related_pro_item:hover .title, .related_pro_item:hover .title a{color: var(--commonColor);}
.related_pro_item .brief{color: #666; line-height: 30px; font-family: 'AkzidenzGroteskBQ-Light'; height: 90px; overflow: hidden;}
.related_pro_item .brief a{color: inherit;}
.related_pro_item:hover .brief{color: #333;}
.related_pro_item:hover .item_icon{margin-top: -50px; opacity: 1;}

.related_pro-pagination{display: none;}

@media only screen and (max-width: 1550px) {
	.related_pro_item .title{font-size: 26px;}
}
@media only screen and (max-width: 1450px) {
	.related_pro_item .title{font-size: 24px;}
	.related_pro_item .item_icon{margin: -38px 0 0 -38px; width: 76px; height: 76px; background-size: 24px auto;}
}
@media only screen and (max-width: 1350px) {
	.related_pro_item .title{font-size: 22px;}
}
@media only screen and (max-width: 950px) {
	.related_pro_inner{padding: 16px 0 35px;}
	.related_pro_inner .swiper-slide{width: 100%;}

	.related_pro_item .title{height: auto; font-size: 20px; display: block; margin: 20px 0 0; line-height: 1.5;}
	.related_pro_item .brief{height: auto; display: block; line-height: 28px; display: none;}
	.related_pro_item .item_icon{margin: -36px 0 0 -36px; opacity: 1; width: 72px; height: 72px;}
	
	.related_pro-pagination{display: block;}
	.related_pro-prev, .related_pro-next{display: none;}
}


/* c_related_news */
.related_news_inner{padding: 3% 0 0; position: relative;}
.related_news_inner .swiper-slide{width: calc((100% - 120px) / 3); margin-right: 60px; height: auto;}

.related_news_item{height: 100%; position: relative;}

.related_news_item .pic{padding-bottom: 65%;}

.related_news_info{padding: 30px 0 0;}
.related_news_info .date{color: #000;}
.related_news_info .title{font-family: 'AkzidenzGroteskBQ-Bold'; font-size: 24px; margin: 8px 0; line-height: 28px; height: 56px; overflow: hidden;}
.related_news_info .brief{color: #666; line-height: 26px; max-height: 78px; overflow: hidden;}

.related_news_item:hover .related_news_info .brief{color: #333;}

.relate_news-pagination{display: none;}

@media only screen and (max-width: 1200px) {
	.related_news_info .title{font-size: 22px;}
}
@media only screen and (max-width: 950px) {
	.related_news_inner{padding: 15px 0 35px;}
	.related_news_inner .swiper-slide{width: 100%; margin-right: 0;}
	.related_news_info{padding: 15px 0 0;}
	.related_news_info .title{font-size: 20px; max-height: unset; display: block; height: auto; margin: 8px 0 0;}
	.related_news_info .brief{max-height: unset; display: none;}

	.relate_news-next, .relate_news-prev{display: none;}
	.relate_news-pagination{display: block;}
}

/*-------------aside-------------*/
.aside {width: 23.5%;  margin-left: 4%; font-family: Arial;}
.c_right_box{flex: 1; width: 72.5%;}


.side-tit-bar {position: relative; background: #000;}
.side-tit-bar .side-tit {position: relative; font-size: 24px; line-height: 26px; padding: 15px 24px; color: #fff; font-family: 'AkzidenzGroteskBQ-Bold'; text-transform: capitalize; line-height: 1.25;}

.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: 20px 24px 14px; background: #F7F7F7;}
.side-cate li {position: relative; line-height: 26px; font-size: 20px; font-family: 'AkzidenzGroteskBQ-Light'; text-transform: capitalize;}
.side-cate li li {font-size: 16px; font-weight: normal; border-bottom: none; margin-top: 5px; padding-left: 8px;}
.side-cate li a {position: relative; display: block; color: #333; padding: 8px 30px 8px 0; line-height: 1.25;}
.side-cate>li>a{font-size: 20px;}
/* .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: 3px 0 8px;}
.side-cate ul ul{padding-left: 6px;}
.side-cate ul li:last-child{border-bottom: none;}
.side-cate li li a {padding: 6px 30px 6px 14px; margin-right: 0; position: relative; color: #666;}
.side-cate li li a::before{position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; margin-top: -2px; background: #333; content: '';}
.side-cate li a:hover, .side-cate li.active>a, .side-cate li li a:hover,
.side-cate li li.active>a {color: var(--commonColor); text-decoration: underline;}
.side-cate li li a:hover::before{background: var(--commonColor);}

.side-cate>li.nav-current>a{color: var(--commonColor); text-decoration: underline;}

.side-cate li .icon-cate{position: absolute; right: -4px; top: 7px; 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 .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(--commonColor);}

.side-info{padding: 6px 0 8px; font-family: 'Poppins-Regular';}
.side-info li{margin-top: 12px;}
.side-info li p.name{font-size: 18px; color: #000; line-height: 1.5; margin-bottom: 4px;}

/* side-news */
.side-news{background: #F7F7F7; padding: 20px;}
.side-news li{margin-top: 20px;}
.side-news li:first-child{margin-top: 0;}
.side-news li .side-news-info{padding: 14px 0 0;}
.side-news li .news_pic{padding-bottom: 65%;}
.side-news li .date{color: #666;}
.side-news li .title{line-height: 1.25; font-size: 20px; font-family: 'AkzidenzGroteskBQ-Bold'; margin-top: 5px;}
.side-news li:hover .title{color: var(--commonColor);}

@media only screen and (max-width: 1300px) {
	.aside{width: 260px; margin-left: 30px;}
	.c_right_box{width: calc(100% - 290px);}
	.side-cate{padding: 15px 20px 12px;}
	.side-widget .side-tit-bar:nth-child(n+2){margin-top: 30px;}
}

@media only screen and (max-width: 950px) {
	.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;}
}

/* inquiry_form */
.layui-layer-msg{transition: none;}
.inquiry_form{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100000; background: rgba(255, 255, 255, 0.5); display: none;}
.inquiry_form .inquiry-pop{position: absolute; width: 95%; max-width: 1080px; height: auto; transform: translate(-50%, -50%); left: 50%; top: 50%; box-shadow:0 0 10px rgba(0, 0, 0, .5); box-shadow: 1px 18px 29px 18px rgba(0, 0, 0, .3); padding: 4% 4.5%; background: #fff;}
.inquiry_form .inquiry-pop .ico-close-pop {position:absolute;right:20px;top:20px;width:30px;height:30px;background: url(../img/inquiry_close.png) no-repeat center center; cursor:pointer; z-index:1;}
.inquiry_form .inquiry-pop .ico-close-pop:hover{transform: rotate(90deg);}

.inquiry_form .inquiry_info{font-family: 'Arial-BoldMT'; line-height: 1.25;}
.inquiry_form .inquiry_info .buyer{font-size: 22px; color: var(--commonColor);}
.inquiry_form .inquiry_info .pro_model{font-size: 20px; margin: 12px 0;}
.inquiry_form .inquiry_info .inquirya{color: var(--commonColor); font-size: 18px;}

.inquiry_form .content-wrap ul{margin-top: 3%;}
.inquiry_form .content-wrap ul li{width: 30%;}
.inquiry_form .content-wrap ul li:nth-child(n+4){width: 100%; margin-top: 20px;}
.inquiry_form .content-wrap ul li input{background: #F4F4F4; padding: 10px 15px; border: none; line-height: 36px; width: 100%;}
.inquiry_form .content-wrap ul li textarea{background: #F4F4F4; padding: 15px 15px; border: none; line-height: 30px; width: 100%; display: block; min-width: 100%; max-width: 100%; height: 120px;}
.inquiry_form .content-wrap ul li input.submit_btn{background: var(--commonColor); border: 1px solid var(--commonColor); border-radius: 30px; height: 46px; width: auto; color: #fff; line-height: 46px; padding: 0 20px;}
.inquiry_form .content-wrap ul li.item_submit{margin-top: 30px;}
.inquiry_form .content-wrap ul li input.submit_btn:hover{background: #fff; color: var(--commonColor);}


@media only screen and (max-width: 980px) {
	.inquiry_form .inquiry-pop{padding: 20px 20px 24px; max-height: 85%; overflow-y: auto;}
	.inquiry_form .inquiry-pop .ico-close-pop{right: 12px; top: 12px;}
	.inquiry_form .inquiry_info .buyer{padding-right: 26px;}
	.inquiry_form .content-wrap ul{margin-top: 0;}
	.inquiry_form .content-wrap ul li{width: 100%; margin-top: 15px !important;}
	.inquiry_form .content-wrap ul li.item_submit{margin-top: 20px;}
	.inquiry_form .content-wrap ul li input{padding: 8px 15px;}
	.inquiry_form .content-wrap ul li textarea{height: 150px; padding: 12px 15px;}
}

/* video_pop_play */
.video_pop_play{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100000; background: rgba(0, 0, 0, 0.75); display: none;}
.video_pop_play .ico-close-pop{position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; display: block; background: url(../img/icon_close_w.png) no-repeat center; border: 1px solid #fff; border-radius: 50%; background-size: 20px auto; cursor: pointer; transition: 0.4s;}
.video_pop_play .ico-close-pop:hover{border-color: var(--commonColor); background-color: var(--commonColor); transform: rotate(90deg);}
.video_pop_play .video_wrap{max-width: 900px; width: 90%; margin: 8% auto 0;}
.video_pop_play .video_wrap .title{color: #fff; text-align: center; margin: 20px 0 0; font-size: 18px;}

@media only screen and (max-width: 980px) {
	.video_pop_play .video_wrap{margin-top: 100px;}
}


/* page_bar */
.page_bar{padding: 4% 0 0; font-family: 'ArialMT'; font-size: 18px;}

.page_bar .pagination, .page_bar .pagination .nav-links{display: flex; justify-content: center;}
.pagination .page-numbers{display: block; height: 40px; line-height: 38px; border-radius: 20px; color: #333; text-align: center; min-width: 40px; border: 1px solid #dcdcdc; margin-right: 12px;}
.pagination .page-numbers:last-child{margin-right: 0;}
.pagination .page-numbers.current{background: var(--commonColor); color: #fff; border-color: var(--commonColor);}
.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; text-transform: uppercase; border: none; font-size: 16px; line-height: 40px;}

.pagination a.prev{padding-right: 20px;}
.pagination a.next{padding-left: 20px;}
.pagination a.prev::before, .pagination a.next::before{position: absolute; top: 8px; height: 24px; width: 20px; line-height: 24px; font-family: fontawesome; font-size: 24px;}
.pagination a.next::before{left: 0; content: '\f104';}
.pagination a.prev::before{right: 0; content: '\f105';}
.pagination a.prev:hover, .pagination a.next:hover{background: none; color: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.page_bar{padding: 20px 0 0;}
	.pagination .page-numbers{min-width: 34px; height: 34px; line-height: 32px; margin-right: 8px;}
	.pagination a.prev, .pagination a.next{line-height: 32px;}
	.pagination a.prev::before, .pagination a.next::before{top: 4px;}
}

/* table */
.table_wrap{overflow-x: auto; width: 100%;}
.table_wrap table{border-spacing: 0; border-collapse: collapse; width: 100%;}
.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_bottom{font-family: 'AkzidenzGroteskBQ-Light'; margin-top: 20px;}
.con_bottom .date{color: #666; margin-right: 5%;}
.share_bar{padding: 15px 0;}
.share_bar .txt{color: #666; margin-right: 10px; text-transform: capitalize;}

.innerContent{padding: 20px 0 0; color: #666; letter-spacing: 1px; font-family: 'AkzidenzGroteskBQ-Light';}
.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{border-top: 1px solid #E5E5E5; margin-top: 2%; padding-top: 4%; width: 100%;}
.innerContent_other .link_prev, .innerContent_other .link_next{width: 100%; font-size: 16px; position: relative; line-height: 36px; padding-left: 130px; }
.innerContent_other .link_btn{line-height: 36px; display: inline-block; background: #EAEAEA; color: #333; border-radius: 3px; font-size: 16px; width: 120px; position: absolute; top: 0; left: 0; padding-left: 32px;}
.innerContent_other .link_prev{margin-bottom: 12px;}
.innerContent_other .link_btn::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 0;
	border-right: 8px solid #333;
	position: absolute;
	top: 50%;
	margin-top: -6px; left: 15%; left: 12px;
}
.innerContent_other .link_prev .link_btn::before{
	
	top: 50%;
}
.innerContent_other .link_next .link_btn::before{
	border-right: 0;
	border-left: 8px solid #333;
}
.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: 950px) {

	.con_bottom{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{padding: 20px 0 5px; margin-top: 15px;}
	.innerContent_other .link_btn{width: 90px; padding-left: 22px;}
	.innerContent_other .link_btn::before{left: 7px;}
	.innerContent_other .link_next, .innerContent_other .link_prev{padding-left: 100px; line-height: 20px; display: flex; align-items: flex-start; white-space: normal;}
	.innerContent_other .link_prev{margin-bottom: 15px;}
	
}