/*  */
.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 .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);
}

/* 公共 */
.main.search-page{margin-top: 4%;}
.privacy-main{padding: 3% 0 3%;}
.privacy-main .privacy-section{padding-top: 2.5%;}
.sitemap_main{padding: 2% 0 0;}

@media only screen and (max-width: 980px) {
	.privacy-main{padding-top: 90px !important; padding-bottom: 30px;}
	.privacy-main .privacy-section{padding-top: 0;}
	.sitemap_main{padding-top: 30px !important; padding-bottom: 0;}
}
/* 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;}
}

/* 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; text-decoration: underline;}

.web_th{text-align: left; text-transform: capitalize;}
.web_th .title{font-size: 44px; line-height: 1.2; font-family: 'AkzidenzGroteskBQ-Bold'; color: #010101; text-transform: uppercase;}
.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: 15px;}

.th_center{text-align: center;}

.th_small .title{font-size: 40px;}

.th_white .title{color: #fff;}
.th_white .title a.txt:hover{color: var(--commonColor);}
.th_white .brief{color: #fff;}

@media only screen and (max-width: 1550px) {
	.web_th .title{font-size: 42px;}
	.th_small .title{font-size: 36px;}
}
@media only screen and (max-width: 1450px) {
	.web_th .title{font-size: 40px;}
	.th_small .title{font-size: 34px;}
}
@media only screen and (max-width: 1350px) {
	.web_th .title{font-size: 36px;}
	.th_small .title{font-size: 32px;}
}
@media only screen and (max-width: 1200px) {
	.web_th .title{font-size: 32px;}
	.th_small .title{font-size: 28px;}
}
@media only screen and (max-width: 950px) {
	.web_th .title{font-size: 28px;}
	.th_small .title{font-size: 26px;}
	.web_th .title br{display: none;}
	.web_th .brief{margin-top: 12px;}
}

/* pubMore */
.pubMore, .pubMoreBg{display: inline-block; height: 50px; line-height: 50px; background: var(--commonColor); color: #fff; padding: 0 30px; position: relative; border: 1px solid var(--commonColor); z-index: 0; cursor: pointer; box-sizing: border-box;}
.pubMore::before{position: absolute; content: ''; left: 50%; top: 50%; width: 0; height: 0; background: #fff; z-index: -1;}
.pubMore:hover{color: var(--commonColor);}
.pubMore:hover::before{width: 100%; height: 100%; left: 0; top: 0;}

.pubMoreBg{background: #000; border: none;}
.pubMoreBg:hover{background: var(--commonColor); color: #fff;}

/* c_more_btn */
.more_btn .more{color: #0D44A8; position: relative; font-family: 'MyriadPro-Semibold'; font-size: 20px;}
.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);}


@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 950px) {
	.pubMore, .pubMoreBg{height: 46px; line-height: 46px;}
}

/* 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: 12% 30px; max-width: 1200px; font-family: 'Poppins-Medium';}
.c_ad_inner .web_th .title{color: #fff; font-family: 'MyriadPro-Bold';}
.c_ad_inner .web_th .brief{color: #fff; font-size: 24px; font-family: 'MicrosoftPhagsPa';}

.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;}
.c_ad_btn .more::after{display: inline-block; content: '\f105'; margin-left: 20px;}
.c_ad_btn .more:hover{background: #0D44A8; border-color: #14457B;}


.c_ad_box2 .c_ad_div::before{position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ''; background: rgba(0, 0, 0, 0.5); 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; font-family: 'Poppins-Regular';}
.c_ad_box2 .web_th .title{color: #fff; margin: 12px 0 8px; font-family: 'MyriadPro-Bold';}
.c_ad_box2 .web_th .brief{color: #fff; font-family: Arial;}

.c_ad_box2 .c_ad_btn{text-align: left;}
.c_ad_box2 .c_ad_btn .more{background: #0D44A8; border-radius: 30px; border: none; font-size: 18px; padding: 12px 30px; position: relative; z-index: 0;}
.c_ad_box2 .c_ad_btn .more::after{width: 20px; height: 20px; border-radius: 50%; line-height: 20px; background: #fff; color: #0D44A8; text-align: center; font-size: 16px; margin-left: 12px;}
.c_ad_box2 .c_ad_btn .more::before{position: absolute; content: ''; left: 50%; top: 50%; width: 0; height: 0; background: #111; z-index: -1; border-radius: 22px;}
.c_ad_box2 .c_ad_btn .more:hover::before{background: #fff; width: 100%; height: 100%; left: 0; top: 0;}
.c_ad_box2 .c_ad_btn .more:hover{color: #0D44A8;}
.c_ad_box2 .c_ad_btn .more:hover::after{color: #fff; background: #0D44A8;}

@media only screen and (max-width: 1350px) {
	.c_ad_btn .more{font-size: 22px;}
	.c_ad_inner .web_th .brief{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.c_ad_btn .more{font-size: 20px;}
	.c_ad_inner .web_th .brief{font-size: 20px;}
}
@media only screen and (max-width: 950px) {
	.c_ad_btn .more{padding: 10px 26px 8px;}
	.c_ad_box2 .c_ad_inner{padding: 8% 20px;}
}


/* c_banner */
.c_banner{background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1;}
.c_banner_bg{
	position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center; background: #000;
}
.c_banner_bg::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; z-index: -1; background: rgba(0,0,0,0.25);}
.c_banner .layout{z-index: 2; height: 100%;}
.c_banner_txt{text-align: center; width: 100%; min-height: 300px; padding: 13% 0 9%;}
.c_banner_txt .th{font-size: 50px; font-family: 'AkzidenzGroteskBQ-Bold'; color: #fff; line-height: 1.2;}
.c_banner_btn{text-align: center; margin-top: 20px;}
.c_banner_btn .btn{background: #fff; display: inline-block; height: 46px; line-height: 46px; width: auto; padding: 0 30px 0 62px; color: var(--commonColor); background-repeat: no-repeat;  font-family: 'AkzidenzGroteskBQ-Light'; font-size: 18px; background-position: 26px 10px; background-size: 26px auto; cursor: pointer;}
.c_banner_btn .btn_pdf{background-image: url(../img/icon_down.png); margin-right: 16px;}
.c_banner_btn .btn_video{background-image: url(../img/icon_contact.png);}
.c_banner_btn .btn:hover{color: #fff; background-color: var(--commonColor);}
.c_banner_btn .btn_pdf:hover{background-image: url(../img/icon_down_h.png);}
.c_banner_btn .btn_video:hover{background-image: url(../img/icon_contact_h.png);}

@media only screen and (max-width: 1550px) {
	.c_banner_txt .th{font-size: 46px;}
}
@media only screen and (max-width: 1450px) {
	.c_banner_txt .th{font-size: 42px;}
}
@media only screen and (max-width: 1350px) {
	.c_banner_txt .th{font-size: 36px;}
}
@media only screen and (max-width: 1200px) {
	.c_banner_txt .th{font-size: 32px;}
}
@media only screen and (max-width: 1023px) {
	.c_banner{margin-top: 62px;}
}
@media only screen and (max-width: 950px) {
	.c_banner{margin-bottom: 0;}
	.c_banner_img{min-height: 200px; object-fit: cover;}
	.c_banner_title{margin-bottom: 10px; font-size: 24px;}
	.c_banner_txt{min-height: unset; padding: 15% 0;}
	.c_banner_txt .th{font-size: 26px;}
	.c_banner_btn{margin-top: 0;}
	.c_banner_btn .btn{font-size: 16px; padding: 0 15px 0 42px; background-position: 14px 10px; background-size: 22px auto; margin-top: 10px;}
	.c_banner_btn .btn_pdf{margin-right: 10px;}
}


/* c_location */
.c_location{justify-content: center; flex-wrap: wrap; line-height: 24px; overflow: hidden; padding: 15px 0 0; font-size: 18px; font-family: 'AkzidenzGroteskBQ-Light';}
.c_local_bar{justify-content: center; flex-wrap: wrap; text-transform: capitalize;}
.c_location li{position: relative; line-height: 24px; padding-right: 26px; margin-right: 8px; text-align: center; color: #fff; margin-bottom: 8px;}
.c_location li:last-child{padding-right: 0; margin-right: 0;}
.c_location li::after{position: absolute; right: 0; content: '\f178'; top: 2px; content: ''; background: url(../img/icon_right_w.png) no-repeat center; background-size: 12px auto; display: block; width: 20px; height: 20px; transform: scaleY(0.8);}
.c_location li:last-child::after{content: ''; display: none;}
.c_location li a{display: block; color: #fff;}
.c_location li:last-child a{color: var(--commonColor);}
.c_location li:last-child span{color: var(--commonColor);}
.c_location li a:hover{color: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.c_location{padding: 10px 0 0;}
}


/* swiper-prev swiper-next */
.common-prev, .common-next{width: 32px; height: 56px; line-height: 54px; font-size: 28px; border: 1px solid var(--commonColor); background: #fff; color: var(--commonColor); border-radius: 0; margin-top: -28px;}
.common-prev{left: -44px;}
.common-next{right: -44px;}
.common-prev:hover, .common-next:hover{color: #fff;}


/* sub_th */
.sub_th{font-size: 30px; font-family: 'AkzidenzGroteskBQ-Bold'; line-height: 1.25;}

@media only screen and (max-width: 1450px) {
	.sub_th{font-size: 26px;}
}
@media only screen and (max-width: 1350px) {
	.sub_th{font-size: 24px;}
}


/* 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: 1050px) {
	.related_news_info .title{font-size: 20px; -webkit-line-clamp: 3; height: 84px;}
}
@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-tit-bar .side-tit a{color: inherit;}
.side-tit-bar .side-tit a:hover{color: var(--commonColor);}

.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.nav-current>a, .side-cate li li a:hover,
.side-cate li li.nav-current>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;}
}


/* page_bar */
.page_bar{padding: 2.5% 0 0; font-family: 'AkzidenzGroteskBQ-Light'; font-size: 16px;}

.page_bar .pagination, .page_bar .pagination .nav-links{display: flex; }
.pagination .page-numbers{display: inline-block; height: 36px; line-height: 36px; border-radius: 2px; color: #333; text-align: center; min-width: 36px; border: 1px solid #dcdcdc; margin-right: 8px;}
.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 15px;}

@media only screen and (max-width: 950px) {
	.page_bar{padding: 20px 0 0;}
	.pagination .page-numbers{min-width: 34px; height: 34px; line-height: 34px;}
	.pagination a.prev, .pagination a.next{padding: 0 10px;}
}

/* table */
.table_wrap{overflow-x: auto; width: 100%;}
.table_wrap table{border-spacing: 0; border-collapse: collapse; width: 100%; font-family: 'Poppins-Light';}
.table_wrap table tr td, .table_wrap table tr th{border: 1px solid #dcdcdc; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 16px; color: #666;}
.table_wrap table tr th{background: #F5F5F5; color: #333;}

@media only screen and (max-width: 950px) {
	.table_wrap table{max-width: 100%;}
	.table_wrap table tr td, .pro_table tr th{padding: 10px 8px;}
	
	
}

/* innerContent */
.con_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; min-height: 36px; display: flex; align-items: center; white-space: normal;}
	.innerContent_other .link_prev{margin-bottom: 15px;}
	
}



#index_scrollsidebar {
	    top: 50%;
	    right: 20px;
	    transition: all ease-in-out 1s;
	    /* visibility: hidden; */
	    opacity: 1;
	    position: fixed;
	    /* transform: translateY(-50%);*/
	    z-index: 99999
  }

  #index_scrollsidebar ul li {
	    width: 62px;
	    height: 62px;
	    background-color: var(--commonColor);
	    border-radius: 10px;
	    margin-bottom: 3px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative
  }

  #index_scrollsidebar ul li .show0 {
	    position: absolute;
	    background-color: var(--commonColor);
	    padding: 6px;
	    border-radius: 8px;
	    right: 80px;
	    top: 50%;
	    transition: all ease-in-out .5s;
	    transform: translateY(-50%);
	    display: none
  }

  #index_scrollsidebar ul li .show0,
  #index_scrollsidebar ul li .show0 a {
	    font-size: 16px;
	    color: #fff;
	    text-wrap: nowrap
  }

  #index_scrollsidebar ul li:hover .show0 {
	    display: block
  }

  #index_scrollsidebar ul li>a {
	    display: flex;
	    width: 100%;
	    height: 100%;
	    border-radius: 8px;
	    text-align: center;
	    line-height: 62px;
	    align-items: center;
	    justify-content: center;
	  }

  #index_scrollsidebar ul li img {
	    border: none;
	    vertical-align: middle;
	    max-width: 50%;
	  }

  #index_scrollsidebar .gototop {
	    background-color: #333
  }

  #index_scrollsidebar .gototop .s_smooth {
	    display: flex;
	    width: 100%;
	    height: 100%;
	    border-radius: 8px;
	    text-align: center;
	    line-height: 62px;
	    align-items: center;
	    justify-content: center;
	  }

  #index_scrollsidebar .gototop .s_smooth img {
	    width: 23px;
	  }

  .hvr-radial-out {
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    position: relative;
	    overflow: hidden;
	    background: var(--commonColor);
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s
  }

  .hvr-radial-out:before {
	    content: "";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: var(--commonColor);
	    border-radius: 100%;
	    -webkit-transform: scale(0);
	    transform: scale(0);
	    -webkit-transition-property: transform;
	    transition-property: transform;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    -webkit-transition-timing-function: ease-out;
	    transition-timing-function: ease-out
  }

  .hvr-radial-out:hover,
  .hvr-radial-out:focus,
  .hvr-radial-out:active {
	    color: #fff
  }

  .hvr-radial-out:hover:before,
  .hvr-radial-out:focus:before,
  .hvr-radial-out:active:before {
	    -webkit-transform: scale(2);
	    transform: scale(2)
  }

  @media only screen and (max-width: 1024px) {
	    #index_scrollsidebar {
		      display: none;
		    }
	  }

  .fix_slide_foot {
	    display: none;
	    background: var(--commonColor);
	    position: fixed;
	    width: 100%;
	    bottom: 0;
	    flex-wrap: nowrap;
	    flex-direction: row;
	    justify-content: space-evenly;
	    align-items: stretch;
	    height: 50px;
	    z-index: 111;
	  }

  .fix_slide_foot li {
	    border-right: 1px solid white;
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    align-content: center;
	  }

  .fix_slide_foot li:last-of-type() {
	    border-right: none;
	  }

  .fix_slide_foot li a[title=email] img {
	    height: 30px
  }

  .fix_slide_foot li a {
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    align-content: center;
	  }

  .fix_slide_foot li img {
	    height: 25px;
	    width: auto;
	  }

  .show0 img {
	    width: 120px;
	    margin: 0 auto 10px;
	    display: block;
	    max-width: unset !important;
	  }

  .show0 img:last-child {
	    margin-bottom: 0;
	  }

  @media only screen and (max-width: 1024px) {
	    #index_scrollsidebar {
		      display: none;
		    }

	    .fix_slide_foot {
		      display: flex;
		    }

	    body {
		      padding-bottom: 50px
	    }
	  }