a, a:hover {
	text-decoration:none;
	color:inherit;
	cursor:pointer
}
a:focus {
	outline: #f6b42a 2px solid;
}
a:hover {
	outline: 0;
}
.container-fluid {
	padding:0px
}
.container-s {
	margin:0 auto
}
i {
	font-size:25px;
	margin-right:5px;
	margin-left:5px
}
ul {
	margin-bottom:0px;
	padding-left:0px
}
li {
	list-style:none
}
input, select {
	border:none
}
/* .row {
	margin-left:0px;
	margin-right:0px
} */
img {
	max-width:100%;
	flex-shrink: 0; /*fix ie11 bug*/
	height: auto;
}
h1 {
	font-size:2rem;
	line-height:2.5rem
}
h2 {
	font-size:22px;
	line-height:33px
}
.news-headline h3 {
	font-size:18px;
	margin-bottom:20px;
	border-left:5px solid #006cb8;
	padding:5px;
	color:#006cb8 !important
}
.news-headline h3 a {
	color:#006cb8 !important;
	font-weight:bold
}
.page-nav {
	padding:0px 15px;
	margin-bottom:20px
}
.page-nav .square {
	width:10px;
	height:10px;
	background-color:#707070;
	display:inline-block;
	margin-bottom:0px;
	margin-right:10px
}
.page-nav a, .page-nav b {
	font-size:14px;
	color:#707070 !important;
	font-weight:400
}
.page-nav a {
	text-decoration:underline
}
.page-nav a:hover {
	text-decoration:none
}
.page-nav b {
	display:inline-block
}
.pages {
	margin-top:30px
}
.pages ul li {
	display:inline-block;
	width:30px;
	border:1px solid #ccc;
	height:30px;
	border-radius:100%;
	text-align:center;
	line-height:30px;
	margin:5px
}
.pages ul li i {
	position:relative;
	top:0px;
	right:0px;
	font-size:20px;
	color:#707070 !important
}
.date {
	color:#CC6600;
	font-size:13px
}
.date a {
	color:#CC6600
}
.margin-center {
	margin:0 auto;
	display:block
}
.c-color {
	color:#3f928e
}
.red-dot {
	width:12px;
	height:12px;
	border-radius:100%;
	background-color:red;
	position:absolute;
	left:60%;
	top:-5px
}
.atpa {
	border:1px solid #006cb8;
}
.selected {
	color:#fff;
	background-color:#006cb8;
	border-color:#fff !important
}
.container-block:hover {
	background-color:#fbfbfb;
	box-shadow:0px 0px 20px 2px #eee
}
.container-block {
	margin:20px 15px 30px 15px;
	/* padding:20px 20px 0px 20px */
}
/* p font {
	color:#fbb03b
} */
header .topnav {
	height:30px;
	background-color:#F5F5F5;
	padding-left:0px
}
header .topnav li {
	line-height:30px;
	font-size:14px
}
header .maintitle {
	height:auto;
	width: 100%;
	background-image:url("../images/sbg.png");
	background-repeat:no-repeat;
	background-position:right 0%;
	position:relative;
	margin-bottom:15px
}
@media (min-width: 768px) {
	header .maintitle {padding: 0;} /* cover media.css*/
}
header .maintitle .search-main {
	bottom:0px;
	display:block;
	margin-top:25px !important; /* cover media.css*/
}
header .maintitle .search-main form {
	height:36px;
	background:#006CB8;
	padding-top:3px;
	padding-left:3px
}
header .maintitle .search-main form div {
	display:inline-block;
	padding:0px 3px 0px 0px
}
header .maintitle .search-main form div select, header .maintitle .search-main form div input {
	height:30px
}
header .maintitle .search-main form div.input-box input, header .maintitle .search-main form div.input-option select {
	padding-left:10px;
	width:100%
}
header .maintitle .search-main .ac_results {
	position:relative;
	width:100%;
	border:1px solid #eee;
	background-color:#eee;
	overflow:hidden;
	z-index:99;
	font-size:14px;
	line-height:14px;
	margin-top:3px;
	margin-left:-2px;
	padding-right:0px
}
header .maintitle .search-main .ac_results li {
	padding:5px 10px
}
header .maintitle .search-main .ac_results .ac_over {
	background-color:rgba(0, 108, 184, 0.3)
}
header .maintitle .search-main .search-records {
	font-size:12px;
	max-height: 90px;
	overflow: hidden;
}
header .maintitle .search-main .search-records b {
	display:inline-block
}
header .maintitle .search-main .search-records span {
	line-height:20px;
	overflow:hidden;
	text-overflow:clip;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:initial;
	height:38px
}
header .maintitle .search-main .search-records span a {
	color:#9a9;
	margin-left:5px
}
header .maintitle .member-block {
	padding-top:25px;
	padding-left:0px;
	padding-bottom:10px
}
header .maintitle .member-block .col-md-4 {
	padding:0px 5px
}
header .maintitle .member-block .col-md-4 img {
	height:36px;
	margin:0px auto;
	display:block;
	margin-bottom:3px
}
header .maintitle .member-block .col-md-4 p {
	text-align:center;
	font-size:12px
}
header .maintitle .membername p {
	position:absolute;
	bottom:0px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	left:50px;
	color:#3f928e;
	font-weight:bolder;
}
#cate_str {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.login a {
	display:block;
	margin-top:-9px
}
.login a p {
	position:relative;
	top:-28px;
	font-size:12px
}
#all-category {
    max-width: 90vw;
    width: 100%;
    height:100vh;
    padding: 1rem;
	background:#fff;
	z-index:9999;
	overflow:auto;
	position:fixed;
    top: 0;
    left: 0;
	display:none
}
#all-category .industry li {
	width: 96%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#all-category .industry li:hover{
    background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
}
#all-category .industry li a {
    color: inherit;
    font-size: 1rem;
    display: block;
    margin-left: 1rem;
    padding: 0.5rem 0.2rem;
}
#all-category .industry li a::before {
	content: url(https://www.cens.com/cens/images/icon/tri2.png);
  position: absolute;
  left: 1rem;
}
#all-category .industry-list {
	display:none;
    position: fixed;
    max-width: 85vw;
    width: 100%;
    height:100vh;
    background-color: #fff;
    overflow-y: auto;
    padding: 1rem;
}
#all-category .industry-list ul li {
	margin-bottom:10px
}
#all-category .industry-list ul li.il-title {
	font-size:16px;
	color:#006cb8 !important;
	font-weight:bolder;
	border-left:5px solid #006cb8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:5px 0px;
    display: flex;
    align-items: center;
}
#all-category .il-title i {color: #006cb8;}
#all-category .industry-list ul ul.s-il, #all-category .industry-list ul ul.list-items {
	margin-bottom:10px
}
#all-category .industry-list ul .more-industry {
	text-align:center
}
#all-category .industry-list ul .more-industry a {
	color:#006cb8 !important;
	font-size:14px;
	border-bottom:1px solid #006cb8;
	padding-bottom:5px
}
#all-category .industry-list ul .list-items {
	margin-left:30px !important;
	margin-top:10px
}
#all-category .industry-list ul .list-items li {
	font-size:14px
}
#all-category .industry-list ul .list-items li a {
	color:#777;
}
#all-category .industry-list ul .list-items li a:hover {
    background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
    background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
}
#tool-view {
	height:100vh;
    max-width: 90vw;
    width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding:20px 30px;
	display:none;
	z-index:9999;
	position:fixed;
}
#tool-view ul {
	padding:0px
}
#tool-view ul li {
	display:inline-block;
	margin-right:10px
}
#tool-view hr {
/*	margin:40px 0px*/
}
#tool-view .other-service a {
  display: block;
  padding: 0.6rem 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
}
#tool-view .other-service a:hover {
	background: linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -moz-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	background: -o-linear-gradient(0deg, rgba(0, 108, 184, .3)0%, rgba(0, 108, 184, 0)100%);
	color: initial;
}
#tool-view .other-service a > i.fa-fw {
	color: #006cb8;
	margin-right: 0.7rem;
}
#tool-view .language {
	font-size: 1rem;
	display: flex;
	justify-content: space-between
}
#tool-view .language dt {
	font-weight: normal;
}
#tool-view .language dd {
	font-weight: bold;
}
.topnav-mobile {
	display:none;
	padding:0px;
	overflow-y: hidden;
  background-color: #f5f5f5;
	justify-content: space-between !important;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
}
.nlogo-mobile img{
	display:block;
	margin:0 auto;
	height:25px;
	top:0px;
	z-index: 999;
	position:relative;
}
.topnav-mobile li {
	display:inline-block;
	position:static;
  cursor: pointer;
  margin-top: 7px;
}
.topnav-mobile li a{
    cursor: pointer;
}
.topnav-mobile i {
	color: #006cb8;
	font-size: 1.5rem;
	width: 28px;
	text-align: center;
	overflow: hidden;
}
@media (min-width: 375px) {
	.topnav-mobile .nlogo-mobile{
		position: absolute;
		left: 50%;
    transform: translateX(-50%);
	}
}
.topnav-mobile .nlogo-mobile img {
	margin-top: 0px;
}
.topnav-mobile .menu-icon {
	left:15px
}
.topnav-mobile .tool {
	right:15px
}
.topnav-mobile .tool img {
	height:25px;
	margin-top:0px;
	padding:0px 3px
}
.logo-mobile {
	height:0px
}
.logo-mobile img {
	display: block;
	margin: 0 auto;
	height: 25px;
	top: -33px;
	position: relative;
	margin-top: 10px !important;
}
.page-view b {
	color:red;
	display:inline-block;
	margin-right:3px
}
.page-view .related-categories>a>i.fa-chevron-down {
    float: left;
    line-height: inherit;
    transition: transform .3s;
}
.related-categories > a.collapsed > i.fa-chevron-down {
	transform: rotate(-90deg);
}
.page-view .word-collection img {
	max-width:25px;
	margin:-5px 6px 0px 3px
}
.related-categories>a{
	display: block;
	overflow: hidden;
}
#user-menu {
	margin: 1rem 0;
}
#user-menu .user {
	display: flex;
	margin: 1rem 0;
}
#user-menu .info {
  display: flex;
  align-items: flex-end;

}
#tool-view .membername {
	word-wrap:break-word;
	margin-bottom:10px;
	color:#3f928e;
	font-size: 1rem;
  width: 100%;
}
#user-menu .member {
	font-size: 1rem;
  line-height: 2rem;
	display: flex;
  justify-content: space-around;
}
#user-menu .member a {
	border: 1px solid #dddddd;
	width: 100%;
	text-align: center;
  text-decoration: none;
  margin: 0 0 -1px -1px;
}
@media only screen and (min-width: 768px){
	.related-categories>a{
		border: 1px solid #999;
    border-radius: 0.5rem;
    padding: 0.5rem;
	}
}
.page-view #rc-list {
	background-color:#eee;
	padding:20px;
	width:100%;
	position:relative;
	z-index:99;
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.page-view #rc-list b {
	color:#6c757d
}
.page-view #rc-list a:hover b ,
.page-view #rc-list .category.this b {color: #006cb8}
.page-view #rc-list ul {

}
.page-view #rc-list ul li {
	list-style-type: none;
}
/* .page-view #rc-list ul li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	padding-right: 0.5rem;
} */
.page-view #rc-list ul li p {
	color:#006cb8 !important;
	font-style:italic
}
#rc-list i {
	vertical-align: middle;
	float: none;
}
#rc-list ul li a {
	color:#006cb8;
	display: inline-block;
	width: 100%;
}
#rc-list .equal i {
	color:#006cb8;
}
#rc-list .equal a {
	color:#333;
}
#rc-list .equal:hover a {
	color:#006cb8;
}
/* #rc-list .equal i::before {
	content: "├";
}
#rc-list .equal:nth-last-of-type(1) i::before {
	content: "└";
} */
#rc-list li>a:hover {
	background: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1)80%, rgba(255, 255, 255, 0.2)100%);
}
#rc-list .fa-chevron-right {
	transform: rotate(135deg);
	transition: transform .2s;
}
#rc-list a:hover .fa-chevron-right {
	transform: rotate(0deg);
}
#rc-list .category:nth-child(2) {
	margin-left: 0.5rem;
}
#rc-list .category:nth-child(3) {
	margin-left: 1rem;
}
#rc-list .category:nth-child(4) {
	margin-left: 1.5rem;
}
#rc-list .inner-list {
	margin-left: 0.5rem;
}
#rc-list .category+.category+.category+.inner-list {
	margin-left: 1rem;
}
#rc-list .category+.category+.category+.category+.inner-list {
	margin-left: 1.5rem;
}
.community {
	display:block;
	text-align:right
}
.community i {
	font-size:25px;
	margin:5px
}
.key .key-word, .key .key-img {
	max-width:150px;
	font-size:12px;
	font-weight:500;
	margin:0 auto;
}
.key .key-word .title, .key .key-img .title {
	height:120px;
	margin-bottom:20px;
	margin-top:0px;
	border:1px solid #eee;
	padding:5px
}
.key .key-word .title a, .key .key-img .title a {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:3px
}
.key .key-word .title p, .key .key-img .title p {
	color:#888;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical
}
.key .item {
	margin-bottom:20px;
}
.key-img img {
	margin: 0 auto;
	display: block;
}
.key .item.npo{
	/* border: 1px solid #cccccc;
	border-radius: 5px; */
	padding: 5px;
	margin: 0 5px;
	text-align: center;
}
.key .npo .key-img{
	height: 148px;
	margin-bottom: 5px;
  position: relative;
}
.key .npo img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.key .npo .company {
    font-size: 0.7rem;
    color: #808080;
		margin-bottom: 0;
}
.key .npo .product {
    color: #006cb8;
		line-height: 24px;
}
@media (max-width: 1199.98px) {
	.key .npo .product{
		max-height: calc(24px * 3);
    overflow: hidden;
	}
}

@media (max-width: 767.98px) {
	.key .npo .key-img {height: 102px;}
	.key .npo .product{
    font-size: 12px;
    line-height: 18px;
	}
}
.title {
	color:#006cb8 !important;
	font-weight:bold
}
.categories-results {
	margin-top:20px;
}
.categories-results i {
	font-size:25px;
	color:#006cb8 !important;
	position:absolute;
	top:10px;
	right:10px
}
.categories-results .img-list {
	width:25px;
	position:absolute;
	top:10px;
	right:15px
}
.categories-results .fnav {
	padding:0px
}
.categories-results .fnav li {
	display:inline-block;
	padding:10px 20px;
	box-shadow: 0px -2px 4px rgba(20%,20%,40%,0.3);
}
.categories-results .fnav .highlight {
	background-color:#006cb8;
	color:#fff
}
.categories-results .product-list-main {
	border:1px solid #006CB8;
	padding:28px 36px;
	margin-top:-1px
}
.categories-results .product-list-main .list-block {
	min-height:200px;
	position:relative
}
.categories-results .product-list-main .list-block hr {
	margin-top:30px;
	margin-bottom:0px
}
.categories-results .product-list-main .list-block .collection-icon {
	max-width:30px;
	position:absolute;
	right:15px;
	top:1px;
	z-index:9
}
.categories-results .product-list-main .list-block .pro-img {
	border:1px solid #eee;
	height:202px;
	width: initial;
	margin: 0 auto 20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.categories-results .product-list-main .list-block .pro-img img {
	display:block;
	margin:0 auto;
	max-height:200px
}
.categories-results .product-list-main .list-block .pro-info p {
	margin-bottom:10px
}
.categories-results .product-list-main .list-block .pro-info .title {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	padding-right:25px
}
.categories-results .product-list-main .list-block .pro-info .company-name {
	margin-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.categories-results .product-list-main .list-block .pro-info .company-name img {
	margin-left:10px;
	height:16px;
	margin-top:-6px
}
.categories-results .product-list-main .list-block .pro-info .matching-results {
	color:#996600;
	font-size:12px
}
.categories-results .product-list-main .list-block .pro-info .info {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	font-size:14px;
	line-height:22px;
	color:#888
}
.categories-results .product-list-main .list-block .pro-info .info a {
	float:right
}
.categories-results .product-list-main .list-block .pro-info .mark-icon {
	padding:0px
}
.categories-results .product-list-main .list-block .pro-info .mark-icon li {
	display:inline-block;
	margin-right:7px
}
.categories-results .product-list-main .list-block .pro-info .mark-icon img {
	height:22px
}
.categories-results .product-list-main .list-block .pro-info .btn {
	margin-top:20px;
	white-space: normal;
	padding: 0;
}
.categories-results .product-list-main .list-block .pro-info .btn li {
	display: inline-block;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 5px 10px;
  margin: 5px 0;
}
.categories-results .product-list-main .list-block .pro-info .btn li:hover {
	background-color:#006cb8;
	color:#fff
}
.categories-results .product-list-main .list-block .pro-info .btn li a {
}
.categories-results .product-list-main .list-block .pro-info .smail-pics {
	margin-top:20px
}
.categories-results .product-list-main .list-block .pro-info .smail-pics .pic {
	width:100px;
	height:100px;
	float:left;
	border:1px solid #eee;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px;
	margin:0 9px
}
.categories-results .product-list-main .list-block .pro-info .smail-pics .pic img {
	max-height:100px;
	vertical-align:middle;
	display:block;
	margin:0 auto
}
.categories-results .search-news .pro-info .title {
	margin-bottom:0px !important
}
.categories-results .search-news .pro-info date {
	color:#aaa
}
.categories-results .search-news .pro-info .info {
	-webkit-line-clamp:5 !important;
	margin-top:10px
}
.categories-results #list-img .container-block {
	min-height:450px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1)
}
.categories-results #list-img .pro-info .smail-pics {
	margin-bottom:10px
}
.categories-results #list-img .pro-img {
	margin-bottom:20px;
	border:none
}
.categories-results #list-img .btn {
	margin-top:25px;
	width:100%;
	text-align:center;
	padding-right:12px;
	bottom:50px;
	position:absolute;
	right:0px
}
.categories-results #list-img .pages li {
	margin:0 1px
}
.news-more-cate {
	margin-bottom:30px
}
.news-more-cate ul li {
	display:inline-block;
	margin:0px 5px
}
.news-more-cate ul li a {
	padding:5px 20px;
	display:block;
	text-align:center;
	border:1px solid #ccc;
	border-radius:15px;
	margin:10px 0px 10px 0px
}
.news-more-cate ul li a:hover {
	color:#fff;
	background-color:#3f928e;
	text-decoration:none;
	border-color:#fff
}
.top-news {
	margin-bottom:35px
}
.top-news .slide ol {
	bottom:-35px
}
.top-news .slide ol li {
	background-color:#ccc
}
.top-news .slide ol .active {
	background-color:#006cb8
}
.top-news .slide .carousel-control-prev-icon, .top-news .slide .carousel-control-next-icon {
	display:none
}
.top-news h1 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0px;
	font-weight:600;
	color:#006cb8 !important
}
.top-news h2 {
	font-style:italic
}
.top-news h2 a {
	color:#006cb8 !important
}
.top-news .this-cont {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	font-size:1.1rem
}
.top-news .btn {
	margin:0 auto;
	display:block;
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	width:100px;
	padding-bottom:3px;
	padding-top:5px;
	margin-top:50px;
	border-radius:0px;
	margin-bottom:20px
}
.top-news .btn a {
	color:#006cb8 !important
}
.top-news .carousel-inner {
	margin-top:20px
}
.top-news .carousel-inner .carousel-item>div {
	height:330px
}
.subtitle {
	font-size:1.1rem;
	color:#4387b7;
	line-height:26px;
	font-style:italic;
	margin-bottom:18px;
	margin-top:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.news-cate li {
	margin:10px 0px;
	display:inline-block;
	text-align:center
}
.news-cate li a {
	font-size:14px;
	padding:5px 10px;
	border:1px solid #3f928e;
	color:#3f928e;
	display:block
}
.news-cate li .selected {
	color:#fff
}
.news-cate-con .news-headline {
	margin-top:50px;
	margin-bottom:30px
}
.news-cate-con .news-headline .adds-content-each {
	margin:50px 0px
}
.news-cate-con .news-headline .adds-content-each .snewsimg {
	display:flex;
	align-items:center
}
.news-cate-con .news-headline .adds-content-each img {
	display:block;
	margin:0 auto
}
.news-cate-con .asideHeader {
	margin-bottom:0px;
	color:#006cb8 !important
}
.news-cate-con .news-headline .adds-content-each p {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical
}
.news-cate-con .news-headline .adds-content-each .company-name {
	float:left;
	color:#a5a5a5;
	font-size:16px
}
.news-cate-con .news-headline .adds-content-each .subtitle {
	font-size:16px;
	margin-bottom:5px
}
#news-list .news-cate ul {
	margin-bottom:20px
}
#news-list .news-cate p {
	padding:10px 15px;
	background-color:#eee;
	color:#3f928e;
	line-height:24px;
	font-size:16px;
	margin:0 15px
}
#news-list .news-headline {
	margin-top:20px
}
.news-content {
	margin-left:5px;
	margin-right:5px;
	margin-top:30px
}
.news-content h1 {
	color:#006cb8 !important;
	font-weight:600;
	margin-bottom:0px
}
.news-content .date {
	margin-bottom:13px;
	display:block
}
.news-content h2 {
	color:#bbb;
	font-style:italic
}
.news-content h4.company-name {
	text-align:right;
	font-size:16px
}
.news-content h4.company-name a {
	color:#006cb8 !important
}
.news-content .inner-photo {
	margin-bottom:20px
}
.news-content .inner-photo img {
	display:block;
	margin:0 auto;
	margin-bottom:5px;
	height: auto;
	width: auto;
}
.news-content .inner-photo span, .news-content figcaption {
	text-align:center;
	display:block;
	font-style:italic;
	letter-spacing:1px
}
.inner-content p {
	font-size:16px;
	line-height:28px
}
.inner-content a:link {
	font-size:16px;
	line-height:28px;
	color: #006CB8;
	text-decoration: none;
}
.inner-content a:hover {
	font-size:16px;
	line-height:28px;
	color: #006CB8;
	text-decoration: underline;
}
.inner-content a:visited {
	font-size:16px;
	line-height:28px;
	color: #006CB8;
	text-decoration: none;
}
.inner-content a:active {
	font-size:16px;
	line-height:28px;
	color: #006CB8;
	text-decoration: none;
}
.communities-icon {
	text-align:right;
	margin-bottom:20px
}
.communities-icon img {
	height:20px;
	margin:0px 5px
}
.boxtitle>p {
	line-height:60px
}
.boxtitle {
	margin-top:30px
}
.boxtitle>div p {
	color:#777;
	font-weight:500;
	font-size:14px;
	letter-spacing:0.5px;
	line-height:60px
}
.boxtitle .join {
	max-width:200px;
	height:60px;
	background-color:#89b2ea;
	border-radius:10px;
	margin:0 auto;
	padding:8px 20px;
	text-align:center
}
.boxtitle .join p {
	color:#fff;
	line-height:23px
}
#contactus {
	margin-top:50px;
	margin-bottom:30px
}
#contactus .boxtitle {
	display:flex
}
#contactus b {
	color:#777 !important;
	font-size:20px
}
.contactus-form {
	background-color:#fafafa;
	padding:30px 10px;
	border-radius:20px
}
.contactus-form span {
	color:red;
	margin-right:5px
}
.contactus-form form {
	padding:0px 15px
}
.contactus-form form .form-group {
	margin-bottom:30px
}
.contactus-form form .form-group .codeimg {
	margin-top:10px
}
.contactus-form form .form-group p {
	color:red;
	padding:0px
}
.contactus-form form button {
	background-color:#006cb8;
	border:none
}
.notice {
	padding:0px 15px;
	margin-top:30px
}
.notice p {
	color:#707070;
	margin-bottom:10px;
	font-size:14px;
	line-height:25px
}
.notice a {
	color:#006cb8 !important;
	font-style:italic
}
.notice a:hover {
	color:red !important
}
.introduction {
	color:#006cb8 !important;
	padding:0px 15px;
	font-size:14px;
	margin-top:10px
}
html[lang|=zh] .introduction {
	line-height: 1.75;
}
.boxtitle {
	display:table;
	margin-left:auto;
	margin-top:20px !important
}
.complete-text {
	background-color:#fafafa;
	height:300px;
	margin-top:20px
}
.complete-text p {
	text-align:center;
	line-height:300px;
	color:#006cb8 !important;
	font-size:30px
}
.topblock {
	padding:0px 15px;
	margin-top:20px
}
.topblock p, .topblock ul {
	margin-top:20px;
	color:#777
}
.topblock p a, .topblock p span, .topblock ul a, .topblock ul span {
	color:#006cb8 !important;
	font-style:italic
}
.topblock p li, .topblock ul li {
	list-style:disc;
	margin-left:40px
}
.spc-btn {
	background:none !important;
	border:1px solid #868e96 !important;
	border-radius:5px;
	margin-left:10px
}
.spc-btn:hover {
	background:#868e96 !important
}
.privacy-policy {
	font-weight:500;
	font-size:18px;
	margin-top:30px
}
.privacy-policy a {
	color:#006cb8
}
.privacy-policy a:hover {
	color:red;
	text-decoration:underline
}
.privacy-policy .form-check {
	padding-left:50px;
	margin-top:7px
}
.privacy-policy label {
	color:#707070
}
#register {
	margin-top:50px;
	margin-bottom:30px
}
#register h1 {
	text-align:center;
	font-weight:bold;
	color:#666
}
#register>p:nth-child(3) {
border-left:none;
color:#212529
}
#register>p:nth-child(3) span {
color:red !important
}
#register #optional-information span {
	padding-top:5px;
	color:#212529
}
#register .contactus-form {
	margin-bottom:30px
}
#register .contactus-form .form-group {
	margin-bottom:30px
}
#register .contactus-form .form-group p {
	color:#212529;
	margin-bottom:8px
}
#register .contactus-form .form-group .first-category {
	padding:0px
}
#register .contactus-form .form-group .first-category>a {
	margin-left:-20px
}
#register .contactus-form .form-group .third-item {
	margin-left:20px
}
#register .contactus-form .form-group .third-item .custom-checkbox {
	margin:5px 0px
}
#register .contactus-form .form-group .btn:focus {
	box-shadow:none
}
#register .contactus-form #selected-cat div {
	margin-bottom:5px
}
#register .contactus-form #no-selected p {
	color:#89b2ea
}
#register>p {
	color:#006cb8;
	border-left:5px solid #006cb8;
	padding-left:10px;
	margin-top:50px;
	font-size:20px
}
#register>p a {
	color:#006cb8
}
.item-notes {
	margin-left:10px
}
.confirm {
	margin-top:50px;
	margin-bottomr:100px;
	padding-left:20px;
	padding-right:15px
}
.confirm button {
	background-color:#006cb8
}
.services-item {
	margin-bottom:30px;
	margin-top:20px;
	border-left:5px solid #006cb8;
	margin-left:20px
}
.services-item p {
	letter-spacing:.5px;
	font-size:16px !important;
	margin-bottom:5px
}
.services-item p a:hover {
	color:red
}
.services-item>p {
	font-size:16px
}
.services-item ul {
	margin:8px 0px 8px 50px
}
.services-item ul li {
	list-style:disc;
	font-size:14px
}
#register_success {
	margin-top:50px
}
#register_success .contactus-form {
	border:1px solid #eee;
	box-shadow:3px 3px 15px 1px #eee
}
#register_success .contactus-form>div>p:nth-child(1) {
font-size:20px
}
#register_success h1 {
	text-align:center;
	color:#006cb8;
	font-weight:bold;
	margin-bottom:30px
}
#register_success p {
	color:#707070;
	margin:0px 20px 0px 20px;
	font-size:16px
}
#register_success p span {
	text-decoration:underline;
	color:#707070;
	font-weight:600
}
#register_success .notice {
	margin-top:20px;
	margin-bottom:20px
}
#register_success .notice p {
	color:red;
	margin-left:5px
}
#register_success .notice p span {
	margin-right:10px;
	color:red;
	text-decoration:none;
	font-weight:500
}
#ebook #alone-book img {
	max-width:80%;
	margin:0 auto;
	display:block
}
#ebook .item {
	margin-bottom:50px
}
#ebook .item .co-ltd {
	margin-top:10px;
	padding:0px 15px
}
#ebook .item .co-ltd h1 {
	font-weight:bold;
	font-size:20px;
	line-height:30px;
	margin-top:12px
}
#ebook .item .co-ltd h1 a {
	color:#006cb8 !important
}
#ebook .item .right-book {
	padding-left:0px
}
#ebook .item .right-book .other-ebook img {
	max-width:100%;
	margin-bottom:10px;
	display:block
}
#ebook .item .right-book .more-p {
	margin-top:30px
}
#ebook .item .right-book .more-p small {
	display:block;
	position:absolute;
	bottom:-3px;
	font-size:12px;
	letter-spacing:1px
}
#ebook .item .right-book .more-p small a {
	color:#fff;
	border:2px solid #f55a3c;
	border-radius:15px;
	padding:5px 10px;
	background-color:#f55a3c;
	font-weight:500
}
#ebook .item .right-book .more-p small a:hover {
	color:#f55a3c;
	background-color:#fff;
	border-color:#f55a3c;
	font-weight:bold
}
#ebook .item .right-book .more-p small a i {
	font-weight:bold
}
.right-showinfo .exh-pro {
	border:1px solid #ccc;
	height:150px;
	display:flex;
	align-items:center
}
.right-showinfo .exh-pro img {
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%
}
.right-showinfo h5 {
	color:#f55a3c;
	font-size:16px;
	font-style:italic
}
.right-showinfo p.name-pro {
	margin-top:10px;
	display:-webkit-box !important;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	color:#888
}
.right-showinfo small {
	text-align:right;
	display:block;
	font-size:16px;
	font-weight:500
}
.right-showinfo small a {
	color:#006cb8 !important;
	letter-spacing:1px;
	text-decoration:underline
}
.show-category h3 {
	background-color:#E07F00;
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	position:relative;
	display:inline-block;
	margin:0px 5px;
	min-width:200px;
	text-align:center;
	margin-bottom:10px;
	float:right
}
.show-category h3 a {
	color:#fff
}
.new-show .carousel-item img {
	object-fit:cover;
	width:100%
}
.new-show .carousel-item h1 {
	font-size:26px
}
.new-show .carousel-item>div {
	height:auto !important
}
.new-show .carousel-item .col-xl-7 {
	padding-left:0px
}
.new-show .carousel-item .bnewsimg {
	height:auto
}
.new-show .carousel-item .photo-underbtn {
	margin-top:5px;
	position:relative
}
.new-show .carousel-item .photo-underbtn a {
	font-size:16px;
	display:-webkit-box !important;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	color:#006cb8 !important
}
.new-show .carousel-item .photo-underbtn a:hover {
	text-decoration:underline
}
.new-show .carousel-item .photo-underbtn>div {
	padding:0px
}
.new-show .carousel-item .photo-underbtn a.btn {
	width:100%;
	margin:0px;
	border:0px;
	letter-spacing:1px;
	margin-top:-6px;
	color:#006cb8 !important
}
.new-show .carousel-item .right-showinfo {
	margin-top:35px
}
.new-show .carousel-item .right-showinfo li {
	color:#838383;
	font-size:18px
}
.new-show .carousel-item .right-showinfo li i {
	float:left;
	margin-right:10px;
	margin-top:2px;
	width:18px;
	text-align:center
}
.new-show .carousel-item .right-showinfo li p {
	margin-bottom:10px
}
.new-show .carousel-item .top-featured-products {
	background-color:#006cb8
}
.new-show .carousel-item .top-featured-products p {
	color:#fff;
	text-align:center;
	padding:5px 0px;
	font-size:22px;
	letter-spacing:1px
}
.new-show .carousel-item .show-title {
	font-size:26px;
	background-color:rgba(238, 238, 238, 0.8);
	padding:10px 20px
}
.new-show .carousel-item .show-category {
	position:relative;
	float:right;
	width:100%;
	margin-bottom:15px
}
#exh-home .pages {
	margin-bottom:50px
}
#exh-home .page-nav span {
	display:block;
	text-align:right;
	color:#006cb8 !important;
	letter-spacing:1px;
	text-decoration:underline;
	font-size:16px
}
#exh-home .page-nav button {
	background-color:#fff;
	border:2px solid #006cb8;
	color:#006cb8 !important
}
#exh-home .news-headline {
	margin-top:50px;
	margin-bottom:-25px
}
#exh-home .news-headline h3 {
	font-weight:bold
}
#exh-home .show-list .left-show-info {
	padding-top:15px
}
#exh-home .show-list .col-md-4 {
	padding-top:15px;
	padding-bottom:15px
}
#exh-home .show-list .col-sm-2 {
	padding:0px
}
#exh-home .show-list .show-logo {
	border:1px solid #eee;
	width:124px;
	height:70px;
	margin-right:20px;
	float:left;
	display:flex;
	align-items:center
}
#exh-home .show-list .show-logo img {
	padding:2px
}
#exh-home .show-list .right-showinfo .exh-pro {
	height:100px
}
#exh-home .show-list .right-showinfo p {
	font-size:14px
}
#exh-home .show-list .show-photo-enter {
	background-color:#006cb8;
	padding:10px;
	height:100%;
	display:grid
}
#exh-home .show-list .show-photo-enter i {
	margin-bottom:10px;
	font-size:30px;
	color:#fff;
	text-align:center;
	display:block
}
#exh-home .show-list .show-photo-enter p {
	color:#fff;
	text-align:center;
	line-height:20px;
	font-size:14px;
	margin-bottom:0px
}
#exh-home .show-list .show-short p {
	display:inline-block;
	margin-right:15px;
	color:#707070
}
#exh-home .show-list>.row {
	margin-top:50px;
	margin-bottom:50px
}
#exh-home .show-list h1 {
	font-size:20px
}
#exh-home .show-list h1 a {
	color:#006cb8 !important
}
#exh-home .custom-select {
	margin-bottom:20px;
	margin-top:10px
}
#exh-home .media-partners {
	margin-top:70px
}
#exh-home .media-partners .show-logo {
	margin-bottom:20px
}
.gototop {
	width:40px;
	height:40px;
	background-color:rgba(226, 226, 226, 0.5);
	border-radius:100%;
	right:30px;
	position:fixed;
	bottom:50px;
	z-index:999;
	box-shadow: 1px 1px 3px #888;
}
.gototop a {
	font-size:20px;
	display:block;
	text-align:center;
	line-height:40px;
	color:#006cb8 !important
}
footer {
	margin-top:30px
}
footer .footer {
	border-top:3px solid #006CB8;
	margin:0 auto;
}
footer .footer .row {
	width:100%
}
footer .footer ul {
	margin-top:10px;
	margin-bottom:16px
}
footer .footer ul li {
	padding:3px 0px;
	line-height:1.5
}
footer .footer a {
	color:#707070;
	font-size:14px
}
footer .footer a:hover {
	color:red
}
footer .footer hr {
	margin-top:0px;
	margin-bottom:0px
}
footer .footer img {
	display: inline-block;
	margin-left:auto;
	margin-right:auto
}
footer .footer .title {
	font-size:16px
}
footer .footer .title span {
	color:red;
	font-size: 12px;
	display: inline-block;
}
footer #copy {
	font-size:12px !important;
	text-align: center;
	color:#bbb;
	margin-top:10px;
	margin-bottom:10px
}
footer .footer .row {
	width:100%
}
footer .footer .logo {
	margin-top: 20px; margin-bottom: 20px; margin-left: -5px; max-width: 200px;
}
footer .footer .app-store a {
	display: inline-block;
	width: 106px;
	padding-right: 5px;
}
@media (max-width: 767.98px) {
	footer .footer a {font-size: 12px;}
	footer .footer .title {font-size: 14px;}
	footer .footer .title span {display: block;}
	footer .footer .app-store a {	width: 49%;	}
}
footer .footer-mobile {
	height:50px;
	background-color:#eee;
    overflow-y: hidden;
    right: 0px;
    left: 0px;
	bottom:0px;
	position:fixed;
	width:100%;
	z-index:99
}
footer .footer-mobile .login {
	padding-left:5px;
	padding-right:5px
}
footer .footer-mobile a {
	line-height:50px
}
footer .footer-mobile a .red-dot {
	width:10px;
	height:10px;
	top:8px;
	left:58%
}
footer .footer-mobile a img {
	height:20px
}
#cookies {
	background-color:#006cb8;
	color:#fff;
	padding:25px 50px;
	opacity:.9;
	position:fixed;
	z-index: 9999;
	top:0px
}
#cookies h3 {
	color:#ffd200;
	margin-bottom:15px
}
#cookies p {
	margin-bottom:0px;
	font-size:18px;
	line-height: 1.5;
	border-left:5px solid #fff;
	padding-left:10px;
	color: #fff;
}
@media (max-width:575.98px) {
	#cookies p {
		font-size: 14px;
	}
}
#cookies p a {
	color:#ffd200;
	text-decoration:underline
}
#cookies .cookies-ok button {
	background-color:#ffd200;
	color:#006cb8 !important
}
#appAD{
	display: none;;
	position: fixed;
	bottom: 0px;
	background: rgba(248, 249, 250, 0.8);
	border-top: 1px solid #ddd;
}
#appAD .appicon{
	width: 72px;
	float: left;
	margin-right: 0.5rem;
}
#appAD .slogan{
	font-size: 0.8rem;
  margin-right: 3rem;
}
#appAD .appstore{
    position: absolute;
    bottom: 1rem;
    left: calc(72px + 1.5rem);
}
#appAD .appstore a img{
	width: auto;
	max-width: 30vw;
	max-height: 48px;
}
#appAD .times{
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.sidebar{
    top: 0;
    will-change: transform;
    transition: transform 220ms;
    -webkit-overflow-scrolling: touch;
}

.sidebar[side=left] {
    left: 0!important;
    -webkit-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
    -moz-box-shadow: 4px 0 4px rgba(20%,20%,40%,0.5);
}
.sidebar[side=right] {
    right: 0!important;
    -webkit-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
    -moz-box-shadow: -4px 0 4px rgba(20%,20%,40%,0.5);
}
.sidebar.open{
    -webkit-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
}
.sidebar-mask{
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100vw!important;
    height: 100vh!important;
    opacity: 0.2;
    background-color: #000;
    z-index: 1050;
    display: none;
}
#CompanyLogo,#CompanyMenu,#SelectBtn {
	top: 0;
	transition: top 300ms linear;
}
#CompanyLogo > div{
	margin: 1rem auto;
}
#CM_RWD_navBtn{
    display: none;
}
#CM_RWD_navBtn .navBtn {
    flex: 1;
    text-align: center;
    cursor: pointer;
		border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
}
#CM_RWD_navBtn .navBtn:hover {
    border-bottom: 3px solid #006CB8;
}
#CompanyIntro ul:first-child i {
    display: none;
}
#SelectBtn {
	z-index: 1010 !important;
	margin-bottom: 0.5rem;
}
#SelectBtn button{
	box-shadow: 3px 3px 10px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 3px 3px 10px rgba(20%,20%,40%,0.5);
	-moz-box-shadow: 3px 3px 10px rgba(20%,20%,40%,0.5);
}
#ProductList h5 {
	font-size: 1.1rem;
}
#ProductList .main-title {
	padding-left: 14px;
  display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
#ProductList .main-title::before {
  margin-left: -14px;
}
.breadcrumb {font-size: 14px;}
@media (min-width: 768px){
	header {
	    margin-bottom: 0 !important;
	}
	.CM_nav {
		height: auto !important;
	}
	.share img{
		width: 24px;
	}
}
@media (max-width: 767.98px){
    header {
    }
		header .topnav {
			display: none;
		}
		header .topnav-mobile {
			display: flex;
	    height: 40px;
	    justify-content: space-around;
		}
		body.companyPage {}/*js判定有廠商logo時產生*/
		 .maintitle .search-main {
			display: none;
			z-index: 1060;
			background: #ffffff;
			height: 100px;
			padding: 5px;
			margin: 0 !important;
			position: fixed;
			top: 40px;
			left: 0;
	    will-change: transform;
	    transition: transform 220ms;
	    -webkit-transform: translateY(-200%)!important;
	    transform: translateY(-200%)!important;
		}
		 .maintitle .search-main.open {
			display: block;
	    -webkit-transform: translateY(0%)!important;
	    transform: translateY(0%)!important;
			margin: 0 !important;
		}
		#CompanyLogo {
			position: fixed;
			top: 40px;
			left: 0;
	    width: 100%;
	    z-index: 1020;
			background: #fff;
		}
		#CompanyLogo + .row ,
		#CompanyLogo + main	{ /* for CLS best!! */
			margin-top: 90px;
		}
		#CompanyLogo + .marqee {
			margin-top: 100px;
		}
		body.scroll #CompanyLogo{
			top: -10px;
		}
		body.scroll.scrollUp #CompanyLogo{
			top: 40px;
		}
		#CompanyLogo > div{
			margin: 0 15px;
		}
		#logoi{
			margin: 0 !important;
			padding: 0 20px 0 5px;
			max-width: 20%;
		}
		#logoi img{
			max-height: 50px;
		}
		#logoc{
			white-space: nowrap;
			display: inline-block;;
	    max-width: 80%;
	    overflow: hidden;
	    line-height: initial;
	    margin: 0 !important;
	    height: 50px;
			display: flex;
			align-items: center;
		}
		#SelectBtn{
			/* position: fixed; */
			/* top: 150px; */
			/* top: calc(100vh - 150px); */
		}
		body.scroll #SelectBtn{
			top: calc(100% - 50px);
			margin-bottom: -1rem;
		}
		/* body.scroll.scrollUp #SelectBtn{
			top: 150px;
		} */
    #CM_RWD_navBtn{
        display: flex;
        align-content: space-around;
        flex-wrap: nowrap;
        height: inherit;
        line-height: inherit;
    }
    #CompanyMenu {
      height: 40px;
      line-height: 40px;
      background-color: #ddd;
			position: fixed;
			top:90px;
			left: 0px;
			z-index: 1020;
			box-shadow: 0px 5px 10px rgba(20%,20%,40%,0.5);
			-webkit-box-shadow: 0px 5px 10px rgba(20%,20%,40%,0.5);
			-moz-box-shadow: 0px 5px 10px rgba(20%,20%,40%,0.5);

			background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
		}
		body.scroll #CompanyMenu{
			top:-10px;
		}
		body.scroll.scrollUp #CompanyMenu{
			top:90px;
		}
    #ProductList, #CompanyIntro {
        display: none;
        padding: 0.5rem;
        box-shadow: 8px 8px 8px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 8px 8px 8px rgba(20%,20%,40%,0.5);
        -moz-box-shadow: 8px 8px 8px rgba(20%,20%,40%,0.5);
				transition: height 400ms;
    }
    #ProductList.open, #CompanyIntro.open {
        display: block;
        position: absolute;
        left: 0;
        background-color: #eee;
        max-height: calc(100vh - 130px);
        min-width: 100%;
        overflow-y: auto;
        z-index: 1030;
    }
    #ProductList {
    }
    #CompanyIntro {
        text-align: center;
    }
    #CompanyIntro ul:first-child {
        display: flex;
        flex-wrap: wrap;
    }
    #CompanyIntro ul:first-child li {
        width: 33.33%;
        flex: 0 0 33.33%;
        padding: 0.5rem;
    }
    #CompanyIntro ul:first-child i {
        display: inline-block;
        font-size: 2.2rem;
    }
    #CompanyIntro ul:first-child h4 {
        font-size: 1rem;
    }
    #CompanyIntro ul:first-child span.type-2 {
				font-size: 80%;
				display: block;
				line-height: 0%;
    }
		#CompanyIntro .currentlink {
			box-shadow: 1px 2px 0px 2px rgba(172, 172, 224, 0.5) inset;
			background: #006cb8;
		}
		#CompanyIntro .currentlink * {
			color: #fff;
		}
		.share img{
			width: 32px;
		}
		.breadcrumb {
			font-size: 12px;
		  font-family: var(--zh-small);
		}
}

.owl-img_r{
position: relative;
padding-top: 100%;
}
.owl-img_r img {
width: auto !important;
position: absolute;
max-width: 100%;
max-height: 100%;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* bootstrap custom */



/*# sourceMappingURL=style-rwd.css.map */
