/** 自定义样式 **/

:root, page {
    --theme-container-width: 75rem;
}

body {
    background-color: #f8f8f8;
}

header {
    overflow: hidden;
}

.ub-header-b {
    margin-top: 0.8rem;
}

.ub-header-b, .ub-header-b .nav {
    background: #ffffff;
}


.ub-cover {
    /* margin-top: -4.5rem; */
}
.ub-cover .ub-container {
    /* position: relative;
    top: -4.5rem; */
}

.ub-header-b .nav .nav-item, .ub-header-b .nav a,
.ub-header-b .nav .nav-item.active, .ub-header-b .nav a.active,
.ub-header-b .nav .nav-item, .ub-header-b .nav a:hover {
    color: #000000;
}




.list-cat {
    font-size: 17.36px;
    color: #000000;
    /* position: relative; */
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    position: relative;
}
.list-cat a {
    color: #000000;
}
.list-cat span.active,
.list-cat a.active {
    color: #83aa40;
}
.list-cat ul {
    padding: 1rem 0;
    background-color: #ffffff;
    margin-bottom: 0;
}

.list-cat .btn-round .subCat,
.subSubCat {
    display: none;
}
.list-cat .btn-round .subCat.active {
    display: block;
}
.subSubCat.actived {
    display: block;
    position: absolute;
    top: 2.6rem;
    left: 0.7rem;
}

.list-cat ul li,
.list-cat .btn-round .subCat a {
    padding: 0.3rem 0.5rem;
    white-space:nowrap;
    margin-right: 0.2rem;
}

.list-cat ul li .fcat {
    color: #414141;
}

.list-cat .btn-round,
.list-cat .btn-round .subCat a {
    border-radius: 0.3rem;
    position: relative;
}

.list-cat .btn-round .subCat a {
    background-color: #97ca8f;
    color: #ffffff;
}

.list-cat .btn-round .subCat a:hover,  .list-cat .btn-round .subCat a.actived{
    background-color: #6b8567;
}

.list-cat .btn-round .subCat {
    position: absolute;
    top:3.6rem;
    left: 0.7rem;
}

.list-cat ul li.active, .list-cat ul li:hover {
    background-color: #6b8567;
    height: 1.9rem;
}

.list-cat ul li.active a, .list-cat ul li:hover a {
    color: #ffffff;
}

.ub-list .body .item-p .title, .ub-list-items .item-p .more {
    width: 8rem;
    height: 2rem;
    margin: 0 auto;
    background-color: #669966;
    color: #ffffff;
}
.ub-list .body .item-p .title, .ub-list-items .item-p .more:hover {
    color: #000000;
}

.ub-list .body .item-p, .ub-list-items .item-p {
    background: none;
}
.inner-products {
    margin-top: 1.5rem;
    width: 97%;
}
.container-box .container {
    max-width: 1440px;
}
.inner-products .ub-list .body .item-p .image, .inner-products .ub-list-items .item-p .image {
    background: #ffffff;
    /* width: 354px;
    height: 349px; */
}

.ub-list .body .item-p .case, .ub-list-items .item-p .case {
    background: #ffffff;
    width: 364px;
    height: 315px;
}

/* 
.inner-product .ub-list-items .item-p .image {
    
} */


.banner-inner {
    height: 21.2rem;
    padding-top: 7rem;
    width: 100%;
}

.banner-inner .title {
    margin-left: 22%;
}

.banner-inner .title::after {
    content: '';
    width: 3rem;
    height: 0.15rem;
    display: block;
    margin-left: 1.8rem;
    margin-top: 0.5rem;
    background-color: #ffffff;
}

/* .inner-products {
    margin-top: 4rem;
} */

.inner-products .ub-list-items .item-p .title {
    font-size: 1.05rem;
    color: #414141;
}

.nav-cat .ub-container {
    max-width: 75rem;
}

.list-cat .position {
    font-size: 0.6425rem;
    color: #a4a4a4;
    /* line-height: 3.5rem; */
    text-align: right;
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.position span:after{
	content:'→';
	display:inline-block;
	margin-left:.5rem;
	/* color:var(--color-tertiary-light) */
}
.position span:last-child:after{
	display:none
}

.inner-news {
    overflow: hidden;
}
.inner-news .ub-list-items .item-k {
    padding-left: 0.5rem;
}
.inner-news .ub-list-items .item-k .image {
    margin-left: 0;
}

.inner-news .ub-list-items .item-k .title{
    border-bottom: 1px solid #c8c8c8;
    font-size: 1.3115rem;
    font-size: 1.4vw;
    color: #101010;
    line-height: 2rem;
}

.inner-news .ub-list-items .item-k .title:hover {
    color: #6b8567;
}

.inner-news .ub-list-items .item-k .title span {
    float: right;
    font-size: 0.944rem;
    color: #a9a9a9;
}

.inner-news .ub-list-items .item-k .summary {
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;

    font-size: 0.917rem;
    font-size: 1vw;
    line-height: 1.38rem;
    margin: 1rem 0;
    height: auto;
}

.inner-news .ub-list-items .item-k .info .left {
    border: 1px solid #c8c8c8;
    padding: 0.5rem 2.5rem;
}

.inner-news .ub-list-items .item-k .info .left a{
    color: #878787;
}

.inner-news .ub-list-items .item-k .image {
    width: 16.95rem;
    width: 17.65625vw;
    margin-right: 1rem;
    border-radius: 0;
}

.ub-list .body .item-k .image .cover, .ub-list-items .item-k .image .cover {
    border-radius: 0;
}

.ub-breadcrumb {
    white-space: normal;
}

.product-detail-nav .ub-breadcrumb a{
    color: #777777;
}

.product-detail-nav .ub-breadcrumb a:after {
    content: '>';
    display: inline-block;
    margin-left: 0.5rem;
    color: #777777;
}

.product-detail-nav .ub-breadcrumb a:last-child:after {
	display:none
}

.news-detail .ub-article .attr {
    border-bottom: 0.05rem dashed #eee;
}

.page-about .ub-panel {
    background:none;
}

.ub-list .body .item-k, .ub-list-items .item-k {
    background: none;
}

.page-about .col-md-5 {
    flex: 0 0 46.266667%;
    max-width:46.266667%;
    padding-left: 3.5rem;
}

.news-detail .ub-html table {
    width: 100%;
}
/* .news-detail .ub-html table td {
    text-align: center;
    vertical-align: middle;
} */

@media screen and (max-width: 40rem) {
    /* .ub-header-b .nav a,
    .ub-header-b .nav a.active,
    .ub-header-b .nav a:hover {
        color: #ffffff;
    } */
    .ub-header-b {
        margin-top: 0;
    }

    .banner-inner .title {
        margin-left: 0;
    }

    .banner-inner .title::after {
        margin: 0 auto;
        margin-top: 0.5rem;
    }

    .ub-list .body .item-p .image, .ub-list-items .item-p .image {
        /* background: #ffffff; */
        /* width: 163px;
        height: 160.7px; */
        /* margin-left: 0.7rem; */
    }

    .ub-list .body .item-p .case, .ub-list-items .item-p .case {
        background: #ffffff;
        width: 163px;
        height: 141.058px;
        margin-left: 0.7rem;
    }
    .list-cat ul {
        margin-top: 3.5rem;
    }

    .list-cat .btn-round {
        display: none;
    }
    .list-cat .btn-round.active {
        display: block;
    }
    .logo span {
        font-size: 30px;
    }
    .inner-news .ub-list-items .item-k .title {
        font-size: 16px;
    }
    .inner-news .ub-list-items .item-k .summary {
        font-size: 14px;
    }
    
}

/* product list start */
/*left*/
.nav_h4 {
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	font-family: "Poppins_B";
	font-size: 20px;
	position: inherit;
	text-transform: capitalize;
	padding: 8px 10px;
	border-bottom: 2px solid #fff;
	background: #333;
	border-radius: 0px;
}
.nav_h4::after {
	content: none;
}
.nav_h4:before {
	content: "\f03a";
	color: #fff;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 6px;
	line-height: 32px;
}

.toggle_content {
	width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 2rem;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	/* background: #E1E4D1; */
	padding: 10px 10px 0;
    padding: 0;
}
ul.mtree li {
	list-style: none;
}
ul.mtree>li>a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-left: 16px;
    padding-left: 36px;
	font-family: "Poppins_B";
}
ul.mtree>li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
ul.mtree>li:before {
	position: absolute;
	left: 0px;
    left: 20px;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ced2d9;
}
ul.mtree>li:last-child>a, ul.mtree>li:last-child {
	border-bottom: none;
}
ul.mtree a {
	display: block;
	font-size: 14px;
	color: #333;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 8px 10px;
	line-height: 22px;
	padding-right: 36px;
	padding-left: 0px;
}
ul.mtree li ul a {
	padding: 8px 12px;
    padding-left: 32px;
	padding-right: 24px;
	font-weight: normal;
	font-family: 'Poppins';
}
ul.mtree ul li:last-child a {
	border: none;
}
ul.mtree.transit li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	top: 0px;
}
ul.mtree.transit li.mtree-closed>span:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	top: 0px;
}
ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 16px;
	color: #808080;
	font-style: normal;
	background: none;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	top: 0;
	border-left: none;
}
ul.mtree .mtree-level-1 li.mtree-closed>span:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 16px;
	color: #808080;
	font-style: normal;
	background: none;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	top: 0;
	border-left: none;
}
ul.mtree li ul a li a {
	padding-left: 20px;
}
ul.mtree>li:hover>a {
	/* color: #367e62; */
    font-weight: bolder;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}
ul.mtree>li.mtree-open {
	/* color: #367e62; */
    font-weight: bolder;
	padding-bottom: 0;
}
ul.mtree>li.mtree-open>a {
	/* color: #367e62; */
    font-weight: bolder;
	font-family: "Poppins_B";
}
ul.mtree>li.mtree-node:hover>a {
	/* color: #367e62; */
    font-weight: bolder;
	text-decoration: none;
}
ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #fff;
	text-decoration: none;
}
ul.mtree.transit li.mtree-closed:hover > span::before, ul.mtree.transit li.mtree-open:hover>span:before {
	/* color: #367e62; */
    font-weight: bolder;
}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before, ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before {
	/* color: #367e62 !important; */
    font-weight: bolder;
}
ul.mtree ul {
	background: #f7f7f7;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee;
}
ul.mtree ul li:last-child {
	border-bottom: none;
}
ul.mtree ul li a {
	display: block;
	color: #555;
	font-size: 14px;
}
ul.mtree>li>ul>li>a {
	font-size: 14px !important;
}
ul.mtree>li>ul>li>a:before {
	content: "";
}
ul.mtree ul li:hover a {
	color: #367e62;
}
ul.mtree li ul li.mtree-open a {
	color: #367e62;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #ffffff;
}
ul.mtree .mtree-level-2 li.active>a {
	text-decoration: underline;
	color: #367e62;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
    padding-left: 42px;
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	/* color: #367e62; */
    font-weight: bolder;
	font-weight: normal;
}
ul.mtree.jet ul {
	margin-left: 0;
}
ul.mtree.jet li {
	margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
	margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #FFC000;
	color: #FFF;
}
ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
	padding-left: 2em;
}
ul.mtree.jet li li li > a {
	padding-left: 3em;
}
ul.mtree.jet li li li li > a {
	padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}
ul.mtree a:hover {
	text-decoration: none;
}
ul.mtree>li.mtree-node ul i {
	margin-right: 4px;
	font-size: 10px;
	color: #999;
}
.mtree-skin-selector {
	display: none !important
}
/*ul.mtree>li.active>a{color:#333; padding-left:20px;}ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}*/

.clearfix {
    *zoom:1;
}
.clearfix:before, .clearfix:after {
    line-height: 0;
    display: taFble;
    content: "";
}
.clearfix:after {
    clear: both;
}

ul.mtree ul.mtree-level-3 {
    /* background-color: #ddd; */
    background: none;
    border: 1px dotted;
}
.col-md-9 {
    padding-left: 2rem;
}

.summary_txt {
    font-size: 16px; padding: 2rem 1rem 1rem 1rem;
}
.summary_txt.ssc {
    font-size:30px;
}

@media only screen and (max-width:992px) {
    .ub-header-b .logo a img {
        max-height: 54%;
        width: auto;
    }
    .container-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .banner-inner {
        display: none;
    }
    .nav_h4 {
        position: relative;
        color: #fff;
        background: #333;
        padding: 0px 10px;
        font-size: 16px;
        line-height: 36px;
        text-transform: capitalize;
        margin: 0;
        border-radius: 0;
    }
    .nav_h4:before {
        content: none;
    }
    .nav_h4:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
        top: 0px;
        color: #fff;
    }
    .nav-left.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .btn-group {
        flex-wrap: wrap;
    }
    a.btn.btn-lg {
        font-size: 14px !important;
    }
    a.btn.btn-lg {
        line-height: 1;
    }
}
/* product list end */