/* */
::after, ::before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

*,ul {
	margin:0;
	padding:0;
}

a {
	transition: all 0.5s
}

a:hover {
	text-decoration: none
}

.copyright {
    background-color: #212529;
    padding:.5em;
}

form.search {
    display: flex;
    width: 100%;
}

/* spec */
ul.spec > li > a > img,.article-spec > a > img {
    width: 120px;
}

ul.spec .border-bottom-dashed {
    border-bottom: dashed 1px #929292;
}

ul.spec > li .title a {
    color: #212529;
}

ul.spec > li .title h4 {
    display: inline;
}

ul.spec > li .title .label {
    background-color: #B7E9B4;
    color: #008E38;
    padding: 0 5px;
    border-radius: 3px;
}

ul.spec > li .description, ul.spec > li .description a {
    color: #868686;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 通用列表 */
ul.items > li .type {
    background-color: #008E38;
    color: white;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    position: relative;
    padding: 0 5px;
    top: -3px;
    margin-right: 10px;
}

ul.items > li .pane {
    background-color: #008E38;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.items > li .caption {
    line-height: 32px;
}

ul.items > li .title,ul.items > li .caption a {
    display: inline;
    line-height: 18px;
    color: #212529;
}

ul.items > li .description, ul.items > li .description a, ul.items > li .addinfo {
    color: #868686;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    word-break:break-all;
}

ul.items > li .addinfo {
    font-size: 14px;
}

ul.items .border-bottom-dashed {
    border-bottom: dashed 1px #929292;
}

ul.items img {
    max-width: 100px;
}

ul.items > li .label {
    border: 1px solid #FF8400;
    color: #FF8400;
    height: 24px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 5px;
    padding: 0 5px;
}

ul.items > li .label:hover {
    border: 1px solid #FF8400;
    color: white;
    text-decoration-line: none;
    background-color: #FF8400;
    height: 24px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 5px;
    padding: 0 5px;
}

ul.items > li .source {
    font-size: 14px;
}

/*  */
.list-group-dede {
    text-align: center;
    font-size: 16px;
}

.dropdown-dede .dropdown-menu {
    width: 100%;
    text-align: center;
}

.dropdown-dede .dropdown-menu>.dropdown-item.active {
    background-color: white;
    color: #FF8400;
}

.dropdown-dede,.dropdown-dede a {
    width: 100%;
}

.dropdown-dede,.dropdown-item {
    padding: .25rem 1.5rem;
    text-align: left;
    border-bottom: 1px dashed #D7D7D7;
}

.dropdown-dede,.dropdown-item:last-child {
    border-bottom: none;
}

.list-group-dede .list-group-item.active {
    z-index: 2;
    color: #ff8400;
    background-color: white;
}

.list-group-dede {
    border: 1px solid #96D6A8;
    border-radius: 10px;
}

.list-group-dede .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: none;
    font-weight: 600;
    border-bottom: 1px dashed #D7D7D7;
}

.list-group-dede .list-group-item.active {
    border: none;
    border-bottom: 1px dashed #D7D7D7;
}
.list-group-dede .list-group-item+.list-group-item.active {
    margin-top: 0px;
}

.list-group-dede .list-group-item:last-child {
    border-bottom: none;
}

/* dedecard */
.ddcard,.ddcard-normal {
    border: none;
}

.ddcard-normal{
    box-shadow: 1px 0px 5px 5px #F2F2F2;
    padding: .25em;
}

.ddcard-normal ul {
    padding: .5em;
}

.ddcard > .card-header {
    background-color: white;
    padding: 0;
    border-bottom: solid 5px #40ad83;
}

.ddcard-normal > .card-header {
    background-color: white;
    padding: 0;
    border-bottom: none;
}
/*.ddcard-normal > .card-header .caption {
    font-size: 18px;
    font-weight: 600;
}*/
.ddcard-normal > .card-header .caption a{
    color: #008E38;
}
.ddcard-normal > .card-header .caption::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

.ddcard > .card-header .caption {
    font-size: 18px;
}

.ddcard > .card-header .caption span {
    display: inline-block;
    background: #40ad83;
    padding: 5px 15px;
    color: white;
    margin-bottom: -3px;
	font-size: 0.9375rem;
}

.ddcard > .card-header .more a,.ddcard-normal > .card-header .more a{
    color: #008E38;
    font-size: 14px;
    line-height: 26px;
}

.ddcard > .list-group {
    margin-left: 20px;
}

.ddcard > .list-group .label,.ddcard-normal > .list-group .label {
    float: right;
    font-size: 14px;
    padding: 3px;
    color: #12451F;
    background-color: #B6E9B4;
    border-radius: 3px;
    margin-left: 5px;
}

.ddcard-normal > .list-group .time {
    color: #C0C0C0;
}

.ddcard-normal > ul > li,.ddcard-normal > ol > li {
    border-bottom: dashed 1px #CFCFCF;
    list-style: none;
}

.ddcard-normal > ul > li.media img {
    width: 75px;
    height: 57px;
}

.ddcard-normal > ul > li.media h4 {
    font-size: 16px;
}

.ddcard-normal .more {
    padding-right: 1.5em;
}


.ddcard-normal > .list-group > li i {
    color: #60B983;
}

.ddcard > ul > li,.ddcard > ol > li,.ddcard-normal > ul > li,.ddcard-normal > ol > li {
    padding: 5px 0;
    color: #C0C0C0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	list-style: disc inside;
}

.ddcard > ul > li:nth-child(1),.ddcard > ol > li:nth-child(1),
.ddcard-normal > ul > li:nth-child(1),.ddcard-normal > ol > li:nth-child(1) {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ddcard > ul > li a ,.ddcard > ol > li a,.ddcard-normal > ul > li a ,.ddcard-normal > ol > li a{
    color: #272727;
	font-size: 0.875rem;
}

.ddcard > ol > li::before,.ddcard-normal > ol > li::before {
    background-color: #FF8400;
    color: white;
    padding: 3px;
    margin-left: -10px;
    margin-right: 10px;
    border-radius: 3px;
}

.ddcard > ol > li:nth-child(1)::before,.ddcard-normal > ol > li:nth-child(1)::before {
    content: "1";
    background-color: #FF8400;
    color: white;
    padding: 3px 6px;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 3px;
    width: 6px;
}

.ddcard > ol > li:nth-child(2)::before,.ddcard-normal > ol > li:nth-child(2)::before {
    content: "2";
    background-color: #FFB400;
    color: white;
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 3px;
}

.ddcard > ol > li:nth-child(3)::before,.ddcard-normal > ol > li:nth-child(3)::before {
    content: "3";
    background-color: #FFCC00;
    color: white;
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 3px;
}

/* 特殊标题 */
h1.dede::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

h2.dede::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

h3.dede::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

h4.dede::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

h5.dede::before {
    content: " ";
    background-color: #008E38;
    padding: 4px;
    margin-right: 10px;
}

h3.dede-box::before {
    content: " ";
    background-color: #B7E9B4;
    padding: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: inline-block;
}

h4.dede-box::before {
    content: " ";
    background-color: #B7E9B4;
    padding: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: inline-block;
}

h5.dede-box::before {
    content: " ";
    background-color: #B7E9B4;
    padding: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: inline-block;
}

/* 导航 */
.nav.dede .nav-link {
    color: #858585;
    border: solid 1px #858585;
}

.nav.dede .nav-link.active {
    color: white;
    border: solid 1px #FF8400;
}

.nav.dede .nav-link:hover {
    color: white;
    background-color: #FF8400;
    border: solid 1px #FF8400;
}

.nav.dede .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

/* 站点全局导航部分 */
nav.navbar.dede {
    padding: 0;
}

nav.navbar.dede .dropdown-item.active, .dropdown-item:active {
    color:#ff8400;
    text-decoration: none;
    background-color:#fff;
}

nav.navbar.dede .navbar-brand{
    display: none;
}

nav.navbar.dede .nav-item{
    width: 7em;
    text-align: center;
    padding: .5em 0;
}

nav.navbar.dede .nav-item.active{
    background-color: #ff8400;
}

nav.location {
    padding: .5em;
    border: solid 1px #B5B5B5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

nav.location .caption{
    display: inline-block;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #008E38;
    width: 75px;
    text-align: center;
    padding: 0 5px 0 5px;
    position: relative;
}

nav.location .dede {
    padding-inline-start: 0px;
    margin-bottom: 0;
}

nav.location .dede li {
    float: left;
    list-style-type: none;
}

nav.location .dede li .nav-link {
    color: #272727;
}

nav.location .dede li.active .nav-link {
    color: #ff8400;
}

.dede-title > .dede, .dede-title > .dede-box {
    display: inline-block;
}

.dede-title > .items{
    display: inline-block;
}

/* 面包屑 */
.breadcrumb {
	line-height: 1.5rem;
	padding: 1.75rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.breadcrumb-item:first-child {
	padding-left: 10px;
	border-left: 10px solid #333;
}
.breadcrumb-item:first-child + .breadcrumb-item::before {
	content: "";
	padding-right: 0;
}
.position .breadcrumb .breadcrumb-item a {
	color: #212529;
}
.news-fl {
	margin: 0 auto;
	transform: translate(-50%,0);
	position: absolute;
	left: 50%;
}
.cnew li {
	display: inline-block;
	font: 300 1rem Segoe UI;
}
.cnew li a {
	display: block;
	padding: 0 30px;
	margin: 0 15px;
	color: #333;
}

/*news*/
.news_list {
  overflow: hidden;
}
.list-main {
  width: 100%;
  padding-top: 1rem;
}
.news_list_al {
  padding: 3.5rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.news_list_u li {
	position: relative;
	z-index: 1
}
.news_list_r {
  position: absolute;
  right: 0;
  top: 0;
}
.news_list_l {
  display: flex;
  width: 80%;
}
figure {
  margin-right: 1.875rem;
  overflow: hidden;
}
figure img {
	width: 100%;
	transition: all 0.5s;
}
.news_list_lt h3 a {
	font-size: 1.375rem;
	color: #444;
	display: block;
	padding-bottom: 0.5rem;
	padding-top: 1rem;
}
.news_list_lt p {
	color: #aaa;
	line-height: 2;
	font-size: 0.875rem;
}
.news_list_lt .btn-more {
	color: #fff;
	display: block;
	line-height: 2.375rem;
	width: 7.25rem;
	text-align: center;
	background: #666;
	font-size: 0.875rem;
	transition: background 0.5s ease-in-out;
}
.news_list_lt .btn-more:hover, .news_list_u li:hover .btn-more {
	background: #333;
}
.news_list_r .timeBox {
	position: absolute;
	right: 0;
	top: 5rem;
	text-align: center;
	background-color: #666;
	padding: 0.75rem 1.125rem;
	color: #fff;
	font-family: georgia;
	transition: all 0.5s;
}
.news_list_r .timeBox .day {
	font-size: 2.75rem;
	line-height: 1.2;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 4px;
}
.news_list_u li:hover h3 a {
	color: #000;
	text-decoration: underline;
}

.news_list_u li::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	transition: transform .58s cubic-bezier(.4,0,.2,1);
	transform: scaleY(0);
	transform-origin: 50% 100% 0;
}
.news_list_u li:hover::before {
	transform: scaleY(1);
	transform-origin: 50% 0 0;
}
.news_list_u li:hover .timeBox {
	background-color: #333;
}
.news_list_u li:hover img {
	transform: scale(1.1);
}

/*page*/
.page-link {
	line-height: 1.5;
	font-size: 0.875rem;
	padding: 0.75rem 1.25rem;
}
.page-link:hover {
	color: #fff;
	background-color: #008e38;
	border-color: #008e38;
}

/* 滚动到顶部 */
#btnScrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}

#btnScrollTop:hover {
    background-color: #40ad83;
}

/*展开搜索*/
.showhide-info .btn-show,.showhide-info .btn-hide{
    margin: 20px auto;
}

/*展开状态*/
.showhide-info.show .box {
    height: 100%;
}
.showhide-info.show .btn-show{  
    display: none;
}
.showhide-info.show .btn-hide{  
    display: block;
}

/*收缩状态*/
.showhide-info.hide .box{  
    height: 300px;
    overflow: hidden;
}
.showhide-info.hide .btn-showhide{  
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}
.showhide-info.hide .gradient{  
    position: absolute;
    top: -79px;
    left: 0;
    height: 80px;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
}
.showhide-info.hide .btn-show{  
    display: block;
}
.showhide-info.hide .btn-hide{  
    display: none;
}

/* news content */
.article-main {
	padding: 2rem 15px;
}
.article-main h1 {
	font-size: 2rem;
}
.article-meta {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.875rem;
	color: #868686;
	font-size: 0.875rem;
}
.article-meta i {
    margin-right: 1em;
	font-style: normal;
}
.article-main .body {
	word-break: break-all;
	line-height: 2.375rem;
	border-right: 1px solid #ddd;
	padding-right: 1.5rem;
}
.article-main .body p {
	text-indent: 2rem;
}
.article-main .body p a {
	color: #000;
	border-bottom: 1px solid;
}
.article-main .body p a:hover {
	color: #40ad83;
}
.article-main .body img,.article-main .body video {
    max-width: 100%!important;
    height: auto !important;
    visibility: visible !important;
	margin: 1rem auto 0;
	display: block;
}

.article-main .body table {
    width: 100% !important;
}
.related h3 {
	font-size: 1.25rem;
}
.related li {
	list-style: disclosure-closed inside;
	color: #666;
	vertical-align: top;
}
.related li a {
	color: #666;
	font-size: 0.875rem;
}
.related li a:hover {
	color: #40ad83;
}
.news-tag {
	font-size: 1.25rem;
	font-family: Georgia;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}
.news-tag a {
	display: inline-block;
	padding: 0 1rem;
	background: #40ad83;
	margin-right: 1rem;
	color: #fff;
	font-size: 0.875rem;
	vertical-align: super;
}
.news-tag a:hover {
	background: #333;
}
.pro-about, .pro-appl, .pro-details, .pro-consult, .pro-recommend, .may {
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  color: #333;
}
.may h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.may h3 span {
  color: #ccc;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: 0;
}
.may h3:before {
  content: "▶";
  padding-right: 10px;
}
.prenext {
	display: flex;
}
.prenext .pagination-previous, .pagination-next {
	font-size: 14px;
	color: #666;
	padding: 6px 14px;
	cursor: pointer;
	transition: all 0.5s;
}
.prenext a {
	color: #212529;
	display: block;
}
.prenext .pagination-previous:hover, .pagination-next:hover {
	color: #fff;
	background-color: #40ad83;
}
.right-comm {
	margin-left: 0 !important;
}
.right-comm li {
	list-style: none !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-bottom: 10px !important;
	color: #272727 !important;
}
.right-comm img {
	max-width: 280px;
}


/*product*/
.sec-tit {
	text-align: center;
	padding: 5rem;
}
.sec-title {
	font-size: 2.25rem;
}
.punchline {
	padding: 1rem;
	display: block;
	color: #888;
	font-size: 1.25rem;
	letter-spacing: 1px;
}
.filters ul {
	display: flex; 
	justify-content: center;
	margin-bottom: 5rem;
}
.filters ul li {
	padding: 10px 30px;
	color: #7a7a7a;
	font-size: 1.125rem;
	line-height: 2;
	cursor: pointer;
	margin: 0 8px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	list-style: none;
}
.filters ul li:hover,.filters ul li.active {
	color:#202020;
	border-color:#202020;
}
.categories-wrapper .col-12.col-sm-6.col-lg-4 {
	margin-bottom: 20px;
}
.product {
	border: 1px solid #fff;
	padding: 3px;
	transition: 0.3s all ease-in-out;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 38px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.product:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.4);
}
.product .product-inner {
	background: transparent;
	transition: 0.3s all ease-in-out;
	padding: 20px 0 15px;
}
.product .product-inner .product-dis {
	color: #121212;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0 14px;
}

/*product content*/
.pro-main {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pro-main .col-xl-7 {
	padding-left: 4rem;
}
.pro-main h4 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-family: times new roman;
	padding: 0.75rem 0;
}
.pro-des {
	line-height: 2;
	font-size: 1.25rem;
	color: #444;
	padding-top: 3rem;
}
.pro-contact {
	padding-top: 10rem;
	position: relative;
}
.pro-contact a {
	padding: 1rem 4rem;
	background: #000;
	color: #fff;
	margin-right: 3rem;
	display: inline-block;
	letter-spacing: 1px;
}
.pro-contact .pro-dj {
	background: #e70912;
}
.pro-contact a:hover {
	background: #0CBA9F;
}
.pro-lxkf {
	display: none;
	position: absolute;
	right: 4.3rem;
	background: #fff;
	border: 1px solid #eee;
	width: 196px;
	text-align: center;
	padding: 1rem;
	z-index: 1;
}
.pro-lxkf span {
	display: block;
	color: #333;
}
.pro-contact:hover .pro-lxkf {
	display: block;
}
.pro-about h3, .pro-appl h3, .pro-details h3, .pro-consult h3, .pro-recommend h3 {
	font-size: 1.625rem;
}
.pro-about h3 span, .pro-appl h3 span, .pro-details h3 span, .pro-consult h3 span, .pro-recommend h3 span {
	padding-left: 10px;
	color: #999;
	font: italic 1rem georgia;
}
.pro-about-xq, .pro-application {
	line-height: 2;
	padding-top: 1.5rem;
	text-indent: 32px;
}
.pro-about-video {
	text-align: center;
	text-indent: 0;
	padding-top: 2.5rem;
}
.pro-about-video video {
	width: 80%;
	max-height: 50rem;
	/*object-fit: fill;*/
}
.pro-detail {
	text-align: center;
	padding-top: 2rem;
}
.pro-parameter {
	padding-top: 2rem;
	line-height: 2.375rem;
}
.pro-table {
	box-shadow: -3px 3px 20px rgba( 0, 0, 0, 0.3 );
	margin-bottom: 2rem;
	font-family: times new roman;
	width: 100%;
}
.pro-table tr {
	transition: all 0.5s;
}
.pro-table td, .pro-table th {
	text-align: center;
	word-break: keep-all;
}
.pro-table thead th {
	color: #fff;
	background: #4FC3A1;
	padding: 30px 20px;
	font-size: 1.125rem;
}
.pro-table thead th:nth-child(2n+1) {
	background: #324960;
}
.pro-table th em {
	display: block;
	font-style: normal;
	font-size: 0.875rem;
}
.pro-table td {
	border-right: 1px solid #f8f8f8;
	padding: 40px 18px;
}
.pro-table td:last-child {
	border-right: none;
}
.pro-table tr:nth-child(2n) {
	background: #f8f8f8;
}
.pro-table tr:hover {
	background: #fdb837;
}
.pro-parameter p {
	color: #999;
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: right;
}
.wrap-rec {
	padding: 0 28px 16px;
	border: 1px solid #e3e3e3;
	border-top: 5px solid #324960;
	margin: 30px 0 50px;
	display: inline-block;
	font-family: Microsoft Yahei;
}
.in-common-tit {
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d9d9d9;
	padding-left: 7px;
	color: #5d5d5d;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
.in-common-tit span {
	font-weight: normal;
	font-size: 13px;
	color: #c4c4c4;
}
.hot-news {
	position: relative;
	clear: both;
	display: block;
	height: 170px;
	padding: 0 50px 20px 362px;
	font-size: 14px;
	line-height: 30px;
	color: #5d5d5d;
	box-sizing: content-box;
}
.hot-news .pic-box {
	float: left;
	margin-left: -362px;
}
.pic-box div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-family: Arial;
	line-height: 0;
	*line-height: 1;
}
.hot-news .pic-box div {
	width: 332px;
	height: 170px;
}
.hot-news .pic-box img {
	max-width: 332px;
	max-height: 170px;
	vertical-align: middle;
}
.hot-news-title {
	font-size: 16px;
	line-height: 1.2;
	color: #5d5d5d;
	font-weight: bold;
	padding-bottom: 16px;
	margin-bottom: 0;
}
.hot-news .con {
	height: 100px;
	overflow: hidden;
	margin-bottom: 0;
}
.hot-news .view-hot-news {
	width: 98px;
	display: block;
	border-radius: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #324960;
}
.index-newss .bd {
	border-top: 1px dashed #d9d9d9;
	padding: 18px 0 0 0;
}
.index-newss .bd li {
	float: left;
	width: 50%;
	list-style: none;
}
.index-newss .bd a {
	padding: 0 16px;
	display: block;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	background: url(../img/circle.png) left center no-repeat;
}
.index-newss .bd span.fr {
	font-size: 12px;
	color: #a7a7a7;
	float: right;
}

/*application*/
.application .iproject-t, .application-pe .iproject-t {
	text-align: center;
	padding: 5rem 0;
}
.application .icol-12 h3, .application-pe .icol-12 h3 {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	letter-spacing: 1px;
}
.application .iproject-t p, .application-pe .iproject-t p {
	text-transform: uppercase;
	color: #ddd;
	font: bold 1.75rem Georgia;
}
.application img, .application-pe img {
	width: 100%;
	transition: all 0.5s;
}
.application span, .application-pe span {
	display: block;
	text-align: center;
	padding: 0.75rem 0 3rem;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 600;
}
.application .col-xl-4:hover img {
	transform: scale(1.05);
}
.application-pe {
	border-bottom: 1px solid #ddd;
}

/* 站点头部nav */
.site-nav {
    font-size: 14px;
}

.site-nav .title b {
    color: #ff8400;
}

.site-nav .user a {
    color: #008E38;
}

#body-pic img {
    max-width: 40%!important;
}

.image-item img{
    height: 160px;
}

.list-image img {
    width: 130px;
    max-width: 130px!important;
}
.flink {
	border-top: 1px solid #eee;
}
.flink,.flink a {
	color: #ccc;
	font-size: 0.875rem;
	padding: 0.875rem;
}

.copyright,.copyright a {
	font-size: 0.875rem;
}
.phone {
	font-size: 1.375rem;
	font-family: Microsoft yahei;
	color: #ccc;
}
.phone i, .adress i {
	font-size: 1.375rem;
	padding-right: 0.5rem;
}
.phone em {
	font-size: 0.875rem;
	font-style: normal;
}
.adress {
	padding-top: 1rem;
	color: #aaa;
}
.copyright .text-center {
	align-self: center;
}
.flogo_t {
	max-width: 60%;
	margin: auto;
}
.flogo_b {
	color: #b22222;
}
.copyright_r {
	text-align: right;
	color: #aaa;
	line-height: 1.8;
}
.copyright2 a {
	color: #666;
	padding-right: 0.375rem;
	border-right: 1px solid #444;
	padding-left: 0.375rem;
}
.copyright2 a:last-child {
	border-right: 0;
	padding-right: 0;
}
.copyright3 {
	color: #999;
}


@media only screen and (min-width: 1200px) {
	html,body {
		font-size: 0.83333333vw;
	}
	.container {
		max-width: 75vw;
	}
	.logo img {
		width: 13.48958333vw;
	}
}

.top {
	width: 100%;
	height: 6.875rem;
}
.container.header {
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	position: fixed;
	z-index: 999;
	background: #fff;
	top: 0;
	left: 0
}
.logo {
	padding-left: 5rem;
}
.logo h2 {
	margin-bottom: 0;
}
.navbar {
	padding-left: 0;
}
.navbar .container {
	max-width: 100%;
}
.nav-item {
	padding: 0 1rem;
	position: relative
}
.navbar-dark .navbar-nav .nav-link {
	color: #000;
	padding: 1rem 1.25rem;
	letter-spacing: 0.0625rem;
	transition: color 0.3s;
	font-size: 1.0625rem;
}
.navbar-nav a::after, .navbar .nactive .nav-link::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #008E38;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-nav .nactive .nav-link {
	color: #008e38;
}
.navbar-nav a:hover::after, .navbar-nav a:focus::after, .navbar .nactive .nav-link::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.container.header .justify-content-end {
	padding-right: 0;
}
.tel, .eng {
	font-size: 1.375rem;
	font-family: "Microsoft Yahei";
	display: flex;
	align-items: center;
}
.tel i {
	padding-right: 0.625rem;
}
.eng {
	font-size: 0.8125rem;
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 2px 16px;
	flex-shrink: inherit;
	align-self: center;
	margin: 0 2rem;
}
.eng:hover {
	border-color: #666;
}
.eng a {
	color: #666;
}
.eng i {
	padding-right: 0.5rem;
}
.topsearch {
	background: #000;
	margin-top: -1rem;
	margin-bottom: -1rem;
	width: 7rem;
}
.searchicon {
	flex-basis: 100%;
	text-align: center;
	cursor: pointer;
	height: 100%;
	color: #fff;
}
.searchicon i {
	font-size: 1.25rem;
	padding: 2.8125rem;
}
.searchbox {
	padding: 15px;
	box-shadow: 0 0 7px 0 #cfcfcf;
	background: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	right: 0;
	top: 6.875rem;
	border-top: 2px solid #000;
	text-align: center;
	z-index: 44;
	transition: 0s;
}
.displaynone {
	display: none;
}
.searchbox .search {
	display: flex;
	max-width: 31.25rem;
	margin: 0 auto;
}
.searchbox .form-control {
	padding: 1.5625rem;
	font-size: 0.875rem;
	width: 80%;
	border-radius: 0;
}
.searchbox .form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
}
.searchbox .form-control:focus-visible {
	text-shadow: none;
}
.searchbox .btn-success {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	border-color: #000;
	background-color: #000;
}

/*header*/
.common-header {
	position: relative;
}
.header-img {
	position: relative;
	text-align: center;
	overflow: hidden;
}
@keyframes headertn { from { transform: translate(-50%, 0); z-index: 0; opacity: 0; } to {  transform: translate(-50%, -50%); opacity: 1; z-index: 1} }
@keyframes headerimg { from { transform: scale(1.1); opacity: 0; } to {  transform: scale(1); opacity: 1; } }
.header-info {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	animation: headertn 1.2s ease-in-out 1s forwards;
}
.header-info p {
	font-size: 1.5rem;
	color: #eee;
	letter-spacing: 4px;
	border-bottom: 4px double #999;
	padding-bottom: 10px;
}
.header-info h1, .header-info h2 {
	font-size: 5rem;
	color: #fff;
	letter-spacing: 10px;
	font-weight: bolder;
	margin-bottom: 3rem;
}
a.header-button {
	padding: 12px 30px;
	border: 1px solid #fcd088;
	display: inline-block;
	color: #fcd088;
	letter-spacing: 4px;
	font-size: 0.875rem;
	cursor: pointer;
	transition: all 0.8s;
}
a.header-button:hover {
	color: #daa520;
	background: #444;
}
.large-header {
	width: 100%;
	min-height: 800px;
	opacity: 0;
	animation: headerimg 2s ease 0s forwards;
}
.header-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

/*about*/
.about {
	padding: 7rem 0;
	display: flex;
}
.about_l {
	margin-right: 5.75rem;
	flex: 2;
}
.about_r {
	padding-top: 11rem;
	flex: 2;
}
.about_l p {
	line-height: 38px;
	color: #444;
	text-indent: 36px;
}
.about_b {
	position: relative;
	color: #eee;
	overflow: hidden;
	text-align: center;
}
.about_b .contain {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
}
.contain h3 {
	font-weight: bold;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}
.contain p {
	width: 40%;
	margin: auto;
	line-height: 2.5;
}
.about_b .txt {
	position: absolute;
	width: 100%;
	font-size: 12px;
	letter-spacing: 10px;
	bottom: 40px;
}
.partner {
	padding: 7rem 0 5rem;
}
.about_l h3, .partner h3, .contact_bottom h3 {
	margin-bottom: 5rem;
	font-size: 2rem;
	letter-spacing: 1px;
	color: #444;
}
.partner h3 {
	text-align: center;
}
.about_l h3 span, .partner h3 span, .contact_bottom h3 span {
	display: block;
	text-transform: uppercase;
	padding-top: 0.875rem;
	color: #ddd;
	letter-spacing: 0;
	font: bold italic 2rem Georgia;
}
.about_r img, .partner img, .contact_bottom form {
	width: 100%;
}

/*contact*/
.contact {
	padding: 5rem 0;
	text-align: center;
	line-height: 2.5;
}
.contact h3 span {
	display: block;
	padding: 1rem 0 2rem;
	color: #ccc;
}
.contact_top {
	width: 55%;
	padding-right: 5rem;
}
.gdmap {
	width: 45%;
	font-size: 0.875rem;
}
.gdmap #mapContainer {
	width: 100%;
	height: 100%;
}
.qrcode {
  display: flex;
  width: 40%;
  margin: auto;
}
.qrcode img {
	width: 100%;
	border: 1px solid #ddd;
}
.qrcode span {
	display: block;
	font-size: 0.875rem;
	color: #666;
}
.contact_bottom {
  text-align: center;
  background: #f9f9f9;
  padding: 4rem 0;
}
.contact_bottom form tr {
  line-height: 3;
  margin-bottom: 2rem;
  display: table;
}
.contact_bottom form input, .contact_bottom form textarea {
  border: 1px solid #eee;
  text-indent: 10px;
  min-width: 350px;
  margin-left: 10px;
}
input.coolbg {
	padding: 10px;
	background: #333;
	color: #fff;
	min-width: 200px !important;
	text-indent: 0px !important;
	transition: all 0.5s;
}
.coolbg:hover {
	background: #40ad83
}

@media only screen and (max-width: 1199px) {
    .ddcard > .card-header .caption span {
        font-size: 14px;
    }
}


@media only screen and (max-width: 576px) {
    
    nav.navbar.dede .nav-item{
        width: 100%;
    }

    nav.navbar.dede .navbar-brand{
        display: block;
        margin-left: 10px;
    }

    .dropdown-dede,.dropdown-item {
        text-align: center;
    }

    .ddcard > .card-header .caption span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    nav.navbar.dede .nav-item{
        width: 100%;
    }
    nav.navbar.dede .navbar-brand{
        display: block;
        margin-left: 10px;
    }
    .dropdown-dede,.dropdown-item {
        text-align: center;
    }
    .ddcard > .card-header .caption span {
        font-size: 14px;
    }
	.top {
		height: 20.7vw;
	}
	header.py-3 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important;
	}
	.logo {
		padding-left: 0;
	}
	.logo img {
		width: 100%;
		max-width: 16.1875rem;
	}
	.navbar {
		order: 1;
	}
	.navbar-brand {
		display: none;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		vertical-align: inherit;
	}
	.navbar-collapse {
		position: fixed;
		background: #fff;
		top: 20.7vw;
		right: 0;
		border-top: 2px solid #000;
		box-shadow: 0 0 7px 0 #cfcfcf;
		border-right: 1px solid #ccc;
	}
	.nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 1rem;
		letter-spacing: 0;
		font-size: 0.875rem;
	}
	.tel, .eng {
		display: none;
	}
	.topsearch {
		background: transparent;
		margin-top: 0;
		margin-bottom: 0;
		width: inherit;
	}
	.searchicon {
		height: auto;
		align-self: center;
		color: #000;
	}
	.searchicon i {
		padding: 0;
	}
	.searchbox {
		top: 20.7vw;
	}
	.phone {
		font-size: 1.25rem;
	}
	.adress {
		padding-top: 0.25rem;
		font-size: 0.75rem;
	}
	.copyright .text-center {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.flogo_b {
		color: #aaa;
		padding-top: 0.375rem;
	}
	.copyright_r {
		text-align: center;
		font-size: 0.75rem;
		line-height: 2;
	}
	.copyright2 {
		display: none;
	}
	.copyright3 {
		text-align: justify;
	}
	
	.header-info p {
		font-size: 0.875rem;
	}
	.header-info h1, .header-info h2 {
		font-size: 2rem;
		margin-bottom: 1.25rem;
	}
	a.header-button {
		padding: 0.625rem 1rem;
	}
	.large-header {
		min-height: 18.75rem;
		object-fit: cover;
	}
	.header-img::after {
		background-color: rgba(37, 46, 53, 0.8);
	}
	
	.about {
		padding: 2rem 0;
		display: inline-block;
	}
	.about_l {
		margin-right: 0;
	}
	.about_r {
		padding-top: 0.75rem;
	}
	.about_l h3, .partner h3, .contact_bottom h3, .contact h3 {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
	.about_l h3 {
		margin-left: 1.75rem;
	}
	.about_l h3 span, .partner h3 span, .contact_bottom h3 span, .contact h3 span {
		font-size: 1.25rem;
		padding-top: 0.5rem;
	}
	.about_l p {
		line-height: 2;
		text-indent: 28px;
		font-size: 0.875rem;
		margin-bottom: 0.75rem;
	}
	.about_banner {
		height: 18rem;
		position: relative;
		left: 70%;
		transform: translate(-70%);
		width: auto;
	}
	.contain h3 {
		margin-bottom: 0;
		font-size: 1.125rem;
	}
	.contain p {
		width: 100%;
		line-height: 2;
		font-size: 0.875rem;
		padding: 1rem 1rem 0;
	}
	.about_b .txt {
		bottom: 1.375rem;
	}
	.partner {
		padding: 3rem 0 0 !important;
	}
	.partner .col {
		flex-basis: 50%;
		padding-bottom: 0.25rem;
	}
	
	.breadcrumb {
		padding: 0.75rem 0;
	}
	.breadcrumb-item:first-child, .position .breadcrumb .breadcrumb-item a, .breadcrumb-item {
		font-size: 0.875rem;
	}
	
	.sec-tit {
		padding: 0.5rem;
	}
	.sec-title {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.punchline {
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.filters ul {
		margin-bottom: 2rem;
	}
	.filters ul li {
		padding: 10px;
		font-size: 0.875rem;
		margin: 0;
	}
	.product {
		margin-bottom: 10px;
	}
	.product .product-inner .product-dis {
		margin-bottom: 0;
	}
	
	.pagination.py-5 {
		padding-top: 1rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.application .iproject-t, .application-pe .iproject-t {
		padding: 2rem 0;
	}
	.application .icol-12 h3, .application-pe .icol-12 h3 {
		margin-bottom: 0.5rem;
		letter-spacing: 0;
		font-size: 1.5rem;
	}
	.application .iproject-t p, .application-pe .iproject-t p {
		font-size: 1rem;
	}
	.application span, .application-pe span {
		padding-bottom: 2rem;
	}
	.application-pe img {
		border: 1px solid #eee;
	}
	
	.news-fl {
		margin: 0.75rem auto 0.25rem;
		transform: translate(0);
		position: static;
		border-top: 1px solid rgba(0,0,0,0.1);
		padding-top: 0.75rem;
		width: 100%;
		text-align: center;
	}
	.cnew li {
		font-size: 0.875rem;
	}
	.cnew li a {
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	
	.news_list_al {
		padding: 2rem 15px;
	}
	.news_list_l {
		display: block;
		width: 100%;
	}
	figure {
		margin-right: 1rem;
		float: left;
		max-width: 45%;
	}
	.news_list_lt p {
		color: #999;
		margin-top: 1.75rem;
		line-height: 1.8;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		min-width: 100%;
	}
	
	.news_list_lt h3 a {
		font-size: 1rem;
		line-height: 1.6;
		min-height: 5.75rem;
	}
	.news_list_lt .btn-more {
		width: 6rem;
		font-size: 0.75rem;
	}
	.news_list_r .timeBox {
	  padding: 0.75rem;
	  top: 5.5rem;
	  width: 7rem;
	  background: none;
	  color: #999;
	  display: flex;
	  flex-direction: row-reverse;
	}
	.news_list_u li:hover .timeBox {
		background-color: transparent;
	}
	.news_list_r .timeBox .day {
	  font-size: 1rem;
	  line-height: inherit;
	}
	.news_list_r .timeBox .day::before {
		content: "-";
	}
	.article-main {
		padding: 1rem 15px;
	}
	.article-main .body {
		border-right: none;
		padding-right: 0;
		line-height: 2rem;
	}
	.article-main h1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.article-meta {
		font-size: 0.75rem;
		word-break: keep-all;
	}
	.related h3 {
		font-size: 1.125rem;
	}
	.related li {
		line-height: 1.8;
	}
	.news-tag {
		font-size: 0.75rem;
	}
	.news-tag a {
		padding: 0 0.625rem;
		margin-right: 0.5rem;
		font-size: 0.75rem;
	}
	.prenext .pagination-previous, .pagination-next {
		padding: 6px
	}
	
	.contact {
		padding: 2rem 0;
		text-align: left;
		line-height: 2;
	}
	.contact h3 span {
		padding-bottom: 1rem;
	}
	.contact_top {
		width: 100%;
		padding: 1rem;
		flex: 0 0 100%;
	}
	.gdmap {
		width: 100%;
		font-size: 0.875rem;
		flex: 0 0 100%;
		min-height: 18.75rem;
		padding: 1rem;
	}
	.qrcode {
		width: 90%;
		text-align: center;
	}
	.qrcode img {
		max-width: 120px;
	}
	.contact_bottom {
		padding: 3rem 0;
	}
	.contact_bottom h3 {
		margin-bottom: 2.5rem;
	}
	.contact_bottom form tr {
		margin-bottom: 1rem;
		font-size: 0.875rem;
	}
	.contact_bottom form input, .contact_bottom form textarea {
		min-width: 14rem;
	}
	#vdcode {
		display: block;
	}
	.yzmimg {
		display: block;
		margin: 5px 0 0 11px;
	}
	input.coolbg {
		min-width: 6rem !important;
		font-size: 0.875rem;
	}
	
	.pro-about h3, .pro-appl h3, .pro-details h3, .pro-consult h3, .pro-recommend h3 {
		font-size: 1.5rem;
	}
	.pro-about-xq, .pro-application {
		padding-top: 1rem;
		text-indent: 0;
	}
	.pro-about-video video {
		width: 100%;
		max-height: 25rem;
	}
	.pro-main .mt-5, .pro-main .my-5 {
		margin-top: 2rem !important;
	}
	.pro-main .mb-5, .pro-main .my-5 {
		margin-bottom: 2rem !important;
	}
	.pro-detail img {
		width: 100%;
	}
	.pro-scroll {
		overflow-x: auto;
	}
	.pro-table thead th {
		padding: 0.75rem;
		font-size: 1rem;
	}
	.pro-table td {
		padding: 1rem;
		font-size: 0.875rem;
	}
	.wrap-rec {
		display: none;
	}
	#btnScrollTop {
		bottom: 9rem;
		right: 1px;
	}
	.footer-bg {
		padding-bottom: 2rem;
	}
	.copyright {
		padding-top: 2rem !important;
	}
	.fixed-bar {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #212529;
		z-index: 99;
		font-size: 0.875rem;
		text-align: center;
		right: 0;
		border-top: 1px solid #555;
		box-shadow: 0 0 5px #333;
	}
	.fixed-bar a {
		padding: 0.5rem 0;
		display: block;
		color: #ccc;
	}
	.fixed-bar a i {
		display: block;
		font-size: 1.5rem;
	}
	.fixed-bar .col-3 {
		border-right: 1px solid #333;
	}
	.fixed-bar .col-3:last-child {
		border: 0;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	.top {
		height: 6.5625rem;
	}
	.logo {
		padding-left: 0;
	}
	.navbar {
		order: 1;
		padding-right: 0;
	}
	.navbar .container {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-brand {
		display: none;
		margin-right: 0;
	}
	.navbar-expand-md .navbar-toggler {
		display: flex;
		order: 1;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		vertical-align: inherit;
	}
	.navbar-expand-md .navbar-collapse {
		overflow: hidden;
	}
	.nav-item {
		padding: 0;
		position: relative;
		width: 6rem;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 0;
		font-size: 1rem;
		text-align: center;
	}
	.navbar-nav a::after, .navbar .nactive .nav-link::after {
		position: static;
	}
	.container.header .justify-content-end {
		padding-left: 0;
	}
	.tel i {
		padding-right: 0.25rem;
	}
	.eng {
		display: none;
	}
	.topsearch {
		background: transparent;
		margin-top: 0;
		margin-bottom: 0;
		width: inherit;
		margin-left: 0.5rem;
	}
	.searchicon {
		height: auto;
		align-self: center;
		color: #000;
	}
	.searchicon i {
		padding: 0;
	}
	.searchbox {
		top: 6.5625rem;
	}
	/*.navbar-collapse {
		position: fixed;
		background: #fff;
		top: 6.5625rem;
		right: 0;
		border-top: 2px solid #000;
		box-shadow: 0 0 7px 0 #cfcfcf;
		border-right: 1px solid #ccc;
	}
	.nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 1rem;
		letter-spacing: 0;
		font-size: 0.875rem;
	}*/
	
}

@media (min-width: 415px) and (max-width: 480px) {
	.top {
		height: 5.3125rem;
	}
	.navbar-collapse {
		top: 5.3125rem;
	}
	.searchbox {
		top: 5.3125rem;
	}
}

.digg .comment-container {
    width: 200px;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    margin: 0 6px;
    cursor: pointer;
}

.digg .comment-container:hover {
    background-color: #FFFCE0;
}

.digg .comment-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.digg .comment-top-text {
    color: #497cf6;
    margin-left: 10px;
}

.digg .comment-top-text-danger {
    color: #d21d35;
    margin-left: 10px; 
}

.digg .text-like {
    color: #497cf6; 
}

.digg .text-unlike {
    color: #d21d35
}

.digg .comment-top p {
    margin-bottom: unset;
}

.actbox {
    float: right;
    padding:10px;
}
.actbox ul {
    list-style: none;
}
.actbox ul li {
    float: left;
    margin-left: 10px;
}