﻿@charset "utf-8";

@media (min-width: 768px) {
	.relate-news-items .col-md-4 {
		flex: none;
		max-width: none;
	}
}

.sep-container {
	margin: auto;
	max-width: 1400px;
}

.sep-inner-body {
	width: 100%;
}

.newslist {
	width: 100%;
}

.sep-section-normal {
	width: 100%;
}

.sep-section-normal h1 {
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.lanmde {
	width: 100%;
	float: left;
}

.date {
	width: 100%;
	float: left;
	padding-bottom: 2%;
}

.datal {
	width: 100%;
}

.lt-page {
	width: 100%;
	margin-top: 5%;
}

.ccontactlist .sep-inner-body .sep-section-normal {
	padding-top: 0;
}

.prolist .jc-resource-grid .show-detail {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: 2%;
	margin-bottom: 2%;
}

.prolist .jc-resource-grid .show-detail .thumb {
	width: 30%;
	float: left;
}

.prolist .show-detail .info {
	width: 65%;
	float: right;
	text-align: left;
	padding-top: 0 !important;
}

.prolist .jc-resource-grid .show-detail .info .summary {
	display: block;
}

.show-detail .info {
	text-align: left !important;
}

.prolist .jc-resource-grid .show-detail .info .pmore {
	display: block;
}

/*shuaixuan*/
.poorder .tab-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.tab-list dd {
	cursor: pointer;
}

#ert {
	width: 21px;
	height: 22px;
	float: left;
	background-image: url(../images/p-su.webp);
	background-repeat: no-repeat;
	background-position: center center;
}

.tab-list .list .current {
	background-image: url(../images/p-su-1.webp) !important;
}

#uioi {
	width: 21px;
	height: 22px;
	float: left;
	background-image: url(../images/p-he.webp);
	background-repeat: no-repeat;
	background-position: center center;
}

.tab-list .list1 .current {
	background-image: url(../images/p-he-1.webp) !important;
}

/*products*/
.cproductslist .sep-sidebar .sep-sidebar-list:nth-child(1) {
	padding-bottom: 5%;
}


.prolist.proDetails {
	width: 100%;
}

.prolist .sep-primary {
	width: 100%;
}

.prolist h1 {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: 3%;
	margin-bottom: 3%
}

.plistdeul {
	width: 100%;
	float: left;
	color: #666;
	font-size: 16px;
}

.jc-resource-grid {
	margin-top: 3%;
	width: 100%;
	float: left;
}

.pmore {
	width: 100%;
	float: left;
	margin-top: 3%;
}

.pmore a {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
	border-radius: 22px;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	font-size: 16px;
}

.pmore a:hover {
	opacity: .8;
	color: #fff;
}

.pmore a i {
	font-size: 20px;
	margin-left: 8px
}

.pmore .more {
	float: left;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	width: auto;
	padding: 0 22px;
}

.pmore .inqury {
	float: left;
	font-size: 14px;
	margin-left: 5%;
}

.prolist .summary,
.prolist .pmore {
	display: none;
}

.jc-resource-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	width: auto;
}

.prolist .col-md-4 {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	float: left;
	padding: 10px;
}

.prolist .col-md-4 img {
	padding: 2%;
	max-width: 100%;
}

.pr .box {
	background-color: #fff;
}

.cproductslist .sep-sidebar-list {
	width: 100%;
	background: #f5f5f5;
	padding-top: 5% !important;
}

.cproductslist .sep-sidebar {
	background-color: #fff;
}


/*showproducts*/
.cshowpslist .sep-sidebar-list {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-top: 5% !important;
}

.cshowpslist .sep-sidebar {
	background-color: #fff;
}

.showpr-left {
	width: 45%;
}

.showpr-right {
	width: 52%;
}

.showpr-right h1 {
	width: 100%;
}

.showpr-right h2 {
	width: 100%;
	font-size: 18px;
	color: #666;
	line-height: 35px;
}

.showpr-right h3 {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

.showty {
	width: 100%;
	margin-top: 3%;
}

.btns a:nth-child(1) {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	border: 1px solid rgba(var(--base-color-blue), 1);
}

.btns a {
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 30px;
}

.btns a:nth-child(2) {
	border: 1px solid #333;
	margin-left: 10px;
	color: #333;
}

.btns a:nth-child(2) i {
	font-size: 18px;
	margin-right: 10px;
}

.btns a:nth-child(1):hover {
	background: #fff;
	color: rgba(var(--base-color-blue), 1);
	border: 1px solid rgba(var(--base-color-blue), 1);
}

.btns a:nth-child(2):hover {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	border: 1px solid rgba(var(--base-color-blue), 1);
}

.share {
	width: 100%;
	float: left;
	margin-top: 2%;
}

.sep-primary-a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sep-primary-b {
	width: 100%;
	margin-top: 3%;
}

.sep-primary-b-1 {
	width: 100%;
	display: flex;
	justify-content: center;
	float: left;
	gap: 10px;
	border-bottom: 1px solid #ddd;
}

.sep-primary-b-1 a.on,
.sep-primary-b-1 a:hover {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
}

.sep-primary-b-1 a {
	cursor: pointer;
	text-align: center;
	height: 90px;
	line-height: 90px;
	width: 20%;
	float: left;
	font-size: 24px;
	background: #eee;
	color: #333;
	transition: all .3s;
}

.sep-p {
	float: left;
	width: 100%;
	margin-top: 2%;
}

.sep-p h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 10px;
	color: #333;
}

.sep-p p {
	line-height: 1.5;
}

.sep-p p img {
	margin: 0 auto;
	display: block;
}

.HotTags {
	width: 100%;
	float: left;
	margin-top: 2%;
}

.recent li {
	display: block;
}

.recent li.cl {
	width: 100%;
}

.recent li {
	float: left;
	margin-bottom: 5% !important;
	font-weight: 400;
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}

.recent li .thum {
	width: 100px;
	overflow: hidden;
	float: left;
	border: 1px solid rgb(0 0 0/10%);
}

.recent li .thum a {
	padding-left: 0px;
}

.recent li a.title {
	display: block;
	margin-left: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.recent li a {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}

.npro .more {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
	border-radius: 22px;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	font-size: 16px;
}

.npro .more:hover {
	opacity: .8;
	color: #fff;
}

.npro .more i {
	font-size: 20px;
	margin-left: 8px
}

/*Privacy Policy*/
.cprivacylist .sep-sidebar {
	padding-bottom: 3%;
}


/*products search */
.widget {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 5%;

}

.widget form {
	position: relative;
}

.widget form input {
	width: 100%;
	padding: 10px;
	border: 0;
	background: #fff;
	margin-bottom: 0;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
}

.widget form button {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	color: #333;
	border: 0;
	padding: 8px 16px;
	cursor: pointer;
	height: 40px;
}

/*Applications */
.margin-top-0 {
	margin-top: 0 !important;
}

#ProjectCase {
	background: url(../images/section-project-bg.jpg) no-repeat center bottom/cover;
}

#ProjectCase .sep-section-normal h1 {
	color: #fff;
}

#ProjectCase .app-right {
	background: #fff;
	padding: 25px;
}

#ProjectCase .sep-application-list .item .info .title::after {
	display: none;
}

#ProjectCase .sep-application-list .item .info .title {
	text-align: center;
	width: 100%;
}

#ProjectCase .sep-application-list .item .info .title a {
	margin-bottom: 0;
}

#ProjectCase .sep-application-list .item .info .app-right p {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.ci-box {
	position: relative;
	text-align: center;
}

.ci-box a {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 20px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
}

.ci-box a i {
	margin-left: 5px;
	display: inline-block;
	transition: all .3s;
}

.ci-box a:hover i {
	transform: translateX(5px);
}

section.app-section {
	padding: 3% 0;
}

.sep-application-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.sep-application-list .item {
	width: calc((100% - 100px) / 3);
}

.sep-application-list .item:last-child {}

.sep-application-list .item:nth-child(even) {
	flex-direction: row-reverse
}

.sep-application-list .item:nth-child(even) .info {
	margin-left: 0;
	margin-right: 0px
}



.sep-application-list .item:nth-child(even) .thumb {
	margin-right: 0;
}

.sep-application-list .item .thumb img {
	width: 100%
}

.sep-application-list .item .info {
	width: 100%
}

.sep-application-list .item .info .num {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1em
}

.sep-application-list .item .info .num .cur {
	color: #a1a1a1
}

.sep-application-list .item .info .num .total {
	color: #d5d5d5
}

.sep-application-list .item .info .title {
	font-size: 20px;
	color: #333;
	position: relative;
	padding: 10px 0;
}

.sep-application-list .item .info .title a {
	display: block;
	line-height: 1.5;
	margin-bottom: 10px;
}

.sep-application-list .item .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-application-list .item:hover .info .title::after {
	width: 80px
}

.sep-application-list .item .info .title::after {
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 2px;
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease
}

.sep-application-list .item .info .summary {
	font-size: 18px;
	color: #666;
	line-height: 32px
}

.sep-application-list .item .info .summary p {
	margin-bottom: 0
}

.sep-application-list .item .info .more-common {
	padding: 0 25px;
	color: #fff;
	font-size: 18px;
	height: 50px;
	background: #64a446;
	box-shadow: 0 14px 51px 0 rgba(8, 79, 93, 0.25);
	border-radius: 10px;
	display: inline-flex !important;
	transition: all .3s
}

.sep-application-list .item .info .more-common:hover {
	background: #64a446;
	color: #fff
}

.sep-application-list .item .info .more-common:hover i {
	position: relative;
	margin-left: 15px;
	color: #fff
}

.sep-application-list .item .info .more-common i {
	margin-left: 10px;
	font-size: 22px
}



/*case*/
.inner-app-box {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-top: 0;
	padding-bottom: 0;
}

.inner-app-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	width: auto;
	float: inherit;

}

.inner-app-list li {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	float: left;
	padding: 10px;
	margin-bottom: 3%;
}

.inner-app-list li a {
	display: block;
	overflow: hidden
}

.inner-app-list li .thumb img {
	width: 100%;
	transition: all .3s
}

.inner-app-list li:hover .thumb img {
	transform: scale(1.1)
}

.inner-app-list li:hover .thumb-info {
	background: rgba(var(--base-color-blue), 1)
}

.inner-app-list li:hover .thumb-info .thumb-title {
	color: #fff
}

.inner-app-list li:hover .thumb-info .thumb-more {
	color: #fff
}

.inner-app-list li:hover .thumb-info .thumb-icon {
	border-color: #fff
}

.inner-app-list li .thumb-info {
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-top: -50px;
	background: #fff;
	z-index: 3;
	padding: 20px 30px;
	position: relative
}

.inner-app-list li .thumb-info .thumb-title {
	color: #333;
	line-height: 32px;
	display: block;
	transition: all .3s
}

.inner-app-list li .thumb-info .thumb-title:hover {
	text-decoration: underline
}

.inner-app-list li .thumb-info .thumb-more {
	font-size: 16px;
	color: rgba(var(--base-color-blue), 1);
	line-height: 30px;
	display: block;
	transition: all .3s
}

.inner-app-list li .thumb-info .thumb-more:hover {
	text-decoration: underline
}

.inner-app-list li .thumb-info .thumb-icon {
	width: 44px;
	height: 44px;
	background: rgba(var(--base-color-blue), 1);
	border: 1px solid rgba(var(--base-color-blue), 1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 26px
}


/*end case*/
/*contact*/
.bq-contact-form-box {
	width: 100%;
	background-color: #f7f7f7;
	padding-top: 3%;
	padding-bottom: 3%;
}

.bq-contact-form-box .sep-container {
	justify-content: space-between
}

.bq-contact-form-box .sep-container .contact-form-left {
	width: 63.2%
}

.bq-contact-form-box .sep-container .contact-form-left .left-title {
	font-size: 36px;
	color: #1a1a1a
}

.bq-contact-form-box .sep-container .contact-form-left .left-des {
	margin-top: 16px
}

.bq-contact-form-box .sep-container .contact-form-left .left-des p {
	font-size: 16px;
	line-height: 30px;
	color: #4c4c4c;
	margin-bottom: 0
}

.bq-contact-form-box .sep-container .contact-form-right {
	width: 30.8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(var(--base-color-blue), 1)
}

.bq-contact-form-box .sep-container .left {
	padding: 46px 90px 46px 50px
}

.bq-contact-form-box .sep-container .left .left-title {
	font-size: 26px;
	color: #fff;
	line-height: 28px
}

.bq-contact-form-box .sep-container .left .com-ul li {
	padding: 20px 0;
	padding-left: 28px;
	position: relative;
	padding-bottom: 0
}

.bq-contact-form-box .sep-container .left .com-ul li:last-child {
	border-bottom: none
}

.bq-contact-form-box .sep-container .left .com-ul li:last-child .icon {
	font-size: 13px
}

.bq-contact-form-box .sep-container .left .com-ul li .icon {
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	transition: all .3s;
	color: #fff;
	font-size: 16px
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des {
	margin-top: 4px;
	font-size: 16px;
	color: #fff
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a {
	font-size: 16px;
	color: #fff
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a:hover {
	text-decoration: underline
}

.bq-contact-form-box .sep-container .right-title {
	color: #1a1a1a;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 10px
}

.bq-contact-form-box .sep-container .left-des {
	margin-bottom: 30px
}

.bq-contact-form-box .sep-container .sep-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.bq-contact-form-box .sep-container p {
	font-size: 18px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px
}

.bq-contact-form-box .sep-container .form-group {
	margin-bottom: 24px;
	width: 48%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4)
}

.bq-contact-form-box .sep-container .form-group:last-child {
	margin-bottom: 0
}

.bq-contact-form-box .sep-container .form-group p {
	display: none !important
}

.bq-contact-form-box .sep-container .form-group .form-control {
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	width: 100%;
	padding: 10px 20px;
	background: none;
	font-size: 16px
}

.bq-contact-form-box .sep-container .form-group .form-control::-webkit-input-placeholder {
	font-size: 16px;
	text-align: left;
	color: rgba(0, 0, 0, 0.4);
	line-height: 36px
}

.bq-contact-form-box .sep-container .form-group i {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 2px;
	top: 14px
}

.bq-contact-form-box .sep-container .text-box {
	width: 100%
}

.bq-contact-form-box .sep-container .text-box .form-control {
	resize: none;
	height: auto;
	font-size: 16px;
	padding-top: 0;
	color: 1px solid rgba(0, 0, 0, 0.4)
}

.bq-contact-form-box .sep-container .text-box i {
	top: 2px
}

.bq-contact-form-box .sep-container .btn-box {
	border: none;
	width: 100%;
	text-align: left;
	margin-top: 30px
}

.bq-contact-form-box .sep-container .btn-box .btn-primary {
	background: rgba(var(--base-color-blue), 1);
	box-shadow: 0 19px 62px 0 rgba(190, 228, 255, 0.27);
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	padding: 10px 47px;
	transition: all .3s;
	outline: none;
	border: 1px solid rgba(var(--base-color-blue), 1)
}

.bq-contact-form-box .sep-container .btn-box .btn-primary:hover {
	border-color: rgba(var(--base-color-blue), 1);
	background: none;
	color: rgba(var(--base-color-blue), 1) !important;
}

.bq-contact-form-box .sep-container .btn-box .btn-primary:hover i {
	color: rgba(var(--base-color-blue), 1) !important
}

.bq-contact-form-box .sep-container .btn-box .btn-primary i.iconfont {
	position: static;
	color: #fff
}

/*end contact*/

.color-icon {
	width: 2em;
	height: 2em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden
}

.round {
	display: inline-block;
	border-radius: 50%
}

.link-color:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-transition {
	transition: All .8s ease;
	-webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease
}

.line-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-uppercase {
	text-transform: uppercase
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.flex-mb {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.flex-item {
	flex: 1
}

.align-center {
	align-items: center;
}

.flex-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	justify-content: center
}

.flex-v-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center
}

.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.text-hover:hover {
	color: rgba(var(--base-color-blue), 1) !important
}

.overflow {
	overflow: hidden
}

.block {
	display: block
}

.vh-100 {
	height: 100vh;
	min-height: 100vh
}

.width100 {
	width: 100%
}

.height100 {
	height: 100%
}

.text-capitalize {
	text-transform: capitalize
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.sep-scale {
	transition: All .8s ease;
	-webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease
}

.sep-scale:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.sep-scale-wrap:hover .sep-scale-mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.sep-scale-wrap:hover .mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.sep-scale-wrap:hover .scale-hover-hide {
	opacity: 0
}

.sep-scale-mask {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}

.scale-hide {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}

.slip-effect {
	position: relative;
	display: block
}

.slip-effect:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgba(0,0,0,.5)', endColorStr='rgba(0,0,0,0)', gradientType='1');
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	-ms-transition-duration: .8s;
	transition-duration: .8s
}

.slip-effect:hover:before {
	width: 100%;
	opacity: 1;
	visibility: visible
}

.btn-hover {
	height: 44px;
	background: rgba(var(--base-color-blue), 1);
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	position: relative;
	z-index: 1;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.btn-hover i {
	margin-left: 5px;
	font-size: 14px
}

.btn-hover:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #fff
}

.btn-hover:hover {
	color: rgba(var(--base-color-blue), 1)
}

.btn-hover:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.color-white {
	color: #fff !important
}

.color-website {
	color: rgba(var(--base-color-blue), 1) !important
}

.opacity:hover {
	opacity: .8
}

input[type=text]::-ms-clear {
	display: none
}

input::-webkit-search-cancel-button {
	display: none
}

.vertical-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.horizontal-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.translate-center {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute !important
}

.full-screen {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6)
}

.margin-auto {
	display: table;
	margin: 0 auto
}

#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998
}

.offside {
	width: 50px
}

.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s
}

.offside .code {
	position: absolute;
	top: 0;
	right: 50px;
	display: none;
	margin: 0
}

.offside a,
.offside div {
	color: #333;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.offside p {
	float: left;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 10px;
	color: #fff;
	opacity: 0;
	overflow: hidden
}

.offside .icon {
	font-size: 28px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #fff
}

.offside li:not(.li_3) a,
.offside li:not(.li_3) div {
	left: 0
}

.offside .li_3 a,
.offside .li_3 div {
	width: 50px
}

.offside li.email {
	overflow: visible
}

.offside li:hover .email-box {
	display: block !important
}

.offside li:hover a {
	color: #333
}

.offside li .email-box {
	position: absolute;
	background: #d5d5d5;
	right: 100%;
	top: 0;
	left: auto !important;
	padding: 10px 5px;
	border-right: 2px solid #fff;
	height: 99px;
	display: none
}

.offside li .email-box a {
	display: block;
	font-size: 14px;
	color: #fff !important;
	position: static;
	white-space: nowrap;
	text-align: left;
	margin-bottom: 10px
}

.offside li .email-box a:hover {
	color: rgba(var(--base-color-blue), 1) !important
}

.offside li:nth-child(odd) {
	background: #d5d5d5
}

.offside li:nth-child(odd) .icon {
	color: rgba(var(--base-color-blue), 1)
}

.offside li:nth-child(even) {
	background: rgba(var(--base-color-blue), 1)
}

.offside li:nth-child(even) .icon {
	color: #fff
}

.offside li:nth-child(4) {
	overflow: visible
}

.offside li:nth-child(4):hover img {
	display: block
}

.offside li:nth-child(7) {
	display: none
}

.offside li:nth-child(10) {
	height: 20px
}

.offside li:nth-child(10) .icon {
	line-height: 20px;
	display: none
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
	color: #fff
}

.offside li.tel:hover .icon {
	color: rgba(var(--base-color-blue), 1)
}

.offside li:hover a {
	color: rgba(var(--base-color-blue), 1)
}

.offside .tel.email:hover a {
	color: #fff
}

.offside .tel.email:hover a .icon {
	color: #fff
}

.offside .tel.email:hover a p {
	color: #fff
}

.offside li.tel:hover p {
	color: rgba(var(--base-color-blue), 1)
}

.offside .tel.email:hover p {
	color: #fff
}

.offside li:hover p {
	opacity: 1
}

.offside li:not(.li_3):hover {
	background: rgba(var(--base-color-blue), 1)
}

.offside .tel {
	width: 250px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px)
}

.offside .tel.email {
	width: 279px;
	transform: translateX(-229px);
	-webkit-transform: translateX(-229px)
}

.offside .back_none {
	height: 0;
	border: 0 !important
}

.offside .li {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.offside .unfold {
	width: 30px;
	transform: translateX(20px);
	-webkit-transform: translateX(20px)
}

.more-common {
	height: 44px;
	border: 2px solid rgba(var(--base-color-blue), 1);
	border-radius: 22px;
	padding: 0 26px;
	color: #333;
	font-size: 18px
}

.more-common:hover {
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.clearfix:before {
	display: table;
	clear: both;
	content: ""
}

.clearfix:after {
	display: table;
	clear: both;
	content: ""
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.row {
	margin-right: -10px;
	margin-left: -10px
}

.row:before {
	display: table;
	clear: both;
	content: ""
}

.row:after {
	display: table;
	clear: both;
	content: ""
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 10px;
	padding-left: 10px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.sep-md-5 {
	width: 20%;
	padding: 0 10px
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		/* float: left */
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

@media screen and (max-width:640) {
	.sep-md-5 {
		width: 100%
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
	vertical-align: middle;
	padding: 6px 8px;
	height: 32;
	font-size: 13px;
	font-weight: normal;
	border-radius: 3px;
	background: #fbfbfb;
	outline: none
}

.form-group {
	margin-bottom: 15px;
	position: relative
}

.btn-primary {
	color: #fff !important;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:hover {
	opacity: .7
}

/*.hide {
	display: none !important
}*/
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	right: 20px;
	top: 15px
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li:nth-child(1)>a,
.pagination>li:nth-child(1)>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.8;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.form-group.has-success:after {
	content: "\f058";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	bottom: 8px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
	width: 18px;
	color: green
}

.sep-resource-list .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
	border-bottom: dotted 1px #ddd;
	position: relative;
	min-height: 140px;
	padding: 15px 10px 50px 150px;
	line-height: 1em;
	margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
	padding-left: 10px;
	min-height: auto;
	padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
	display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
	position: absolute;
	left: 10px;
	top: 15px;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
	max-width: 100%;
	border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
	display: block;
	color: #666;
	line-height: 1.5em;
	word-break: normal;
	font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
	display: block;
	color: #999;
	font-size: 16px;
	margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f073";
	margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
	position: absolute;
	bottom: 10px;
	right: 0;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 8px 15px;
	color: #333;
	font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read:hover {
	border: solid 1px rgba(var(--base-color-blue), 1);
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.search-btns {
	margin-bottom: 40px
}

.search-btns a {
	height: 48px;
	min-width: 220px;
	font-size: 18px;
	background: #f0f0f0;
	margin: 0 15px
}

.search-btns a.active {
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.pdf-item {
	width: 100%;
	line-height: 44px;
	border: 1px solid #ddd;
	padding: 0 14px;
	margin-bottom: 20px;
	float: none
}

.pdf-item:nth-child(even) {
	float: none
}

.pdf-item:hover {
	border: 1px solid rgba(var(--base-color-blue), 1)
}

.pdf-item .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.pdf-item .titles-a {
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis
}

.pdf-item .titles-a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.pdf-item .titles-a i {
	font-size: 20px;
	margin-right: 10px
}

.pdf-item .fa-file-pdf-o {
	margin-right: 10px
}

.pdf-item .down {
	margin-left: auto
}

.pdf-item a {
	color: #323232;
	line-height: 44px
}

.pdf-item .pdf-download {
	margin-right: 10px
}

.pdf-item i {
	color: rgba(var(--base-color-blue), 1);
	font: normal normal normal 14px/1 FontAwesome
}

.sep-pagination {
	text-align: center
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
	padding: 3px 15px;
	color: #333
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
	border-color: rgba(var(--base-color-blue), 1);
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.sep-pagination .pagination li a:hover {
	border-color: rgba(var(--base-color-blue), 1);
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.sep-resource-list-nothumb .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
	border-bottom: dotted 1px #ddd;
	position: relative;
	min-height: 120px;
	padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
	position: absolute;
	left: 10px;
	top: 15px;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	display: none;
	border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
	max-width: 100%;
	height: 90px;
	display: none
}

.sep-resource-list-nothumb .sep-datalist li .title {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	height: auto;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-resource-list-nothumb .sep-datalist li .summary {
	display: block;
	color: #666;
	line-height: 1.5em;
	word-break: break-all;
	width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
	display: block;
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f073";
	margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 2px 8px;
	color: #333;
	font-size: 12px;
	display: none
}

.sep-resource-grid .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	overflow: hidden
}

.sep-resource-grid .sep-datalist li {
	position: relative;
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li.col-md-6 {
	width: 50%
}

.sep-resource-grid .sep-datalist li .thumb {
	display: block;
	width: 100%;
	height: 236px;
	line-height: 234px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
	max-width: 100%;
	height: auto
}

.sep-resource-grid .sep-datalist li .title {
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 16px;
	color: #323232;
	margin-top: 20px;
	text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-resource-grid .sep-datalist li .summary {
	display: none;
	line-height: 1.5em;
	height: 6em;
	overflow: hidden;
	color: #777
}

.sep-resource-grid .sep-datalist li .published {
	display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
	display: none
}

.sep-breadcrumb {
	margin: 0;
	list-style: none;
	width: 100%;
	text-align: left
}

.sep-breadcrumb.bg {
	background: #f2f2f2
}

.sep-breadcrumb.bg .breadcrumb {
	padding-bottom: 20px
}

.sep-breadcrumb.mt-100 {
	margin-top: -100px
}

.sep-breadcrumb .sep-container.width1300 {
	width: 1360px
}

.sep-breadcrumb.noline .breadcrumb {
	border: none
}

.sep-breadcrumb .breadcrumb {
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
	background: transparent;
	margin-bottom: 0;
	border-radius: 0
}

.sep-breadcrumb .breadcrumb:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f015";
	width: 16px;
	height: 14px;
	width: 23px;
	height: 20px;
	color: #000;
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 0
}

.sep-breadcrumb .breadcrumb li {
	display: inline-block
}

.sep-breadcrumb .breadcrumb li a {
	text-decoration: none;
	color: #323232;
	font-size: 18px;
}

.sep-breadcrumb .breadcrumb li a:hover {
	text-decoration: underline;
	color: rgba(var(--base-color-blue), 1)
}

.sep-breadcrumb .breadcrumb li:last-child a {
	color: rgba(var(--base-color-blue), 1)
}

.sep-breadcrumb .breadcrumb>li+li:before {
	content: '>';
	color: #323232;
	position: relative;
	top: 0;
	font-size: 16px;
	padding: 0 6px
}

.sep-breadcrumb .breadcrumb .li-last:after {
	margin-left: 5px;
	content: ' '
}

.bt {
	border-top: 1px solid #dcdcdc
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb64 {
	margin-bottom: 64px !important
}

.mb72 {
	margin-bottom: 72px
}

.pb0 {
	padding-bottom: 0 !important
}

.pb100 {
	padding-bottom: 100px !important
}

.fz36 {
	font-size: 2.25rem
}

.fz30 {
	font-size: 1.875rem
}

.fz32 {
	font-size: 32px
}

.fz46 {
	font-size: 2.875rem
}

.fz44 {
	font-size: 44px
}

.fz40 {
	font-size: 2.5rem !important
}

.fz42 {
	font-size: 2.625rem !important
}

.fz50 {
	font-size: 3.125rem
}

.fz54 {
	font-size: 3.125rem
}

.fz60 {
	font-size: 3.75rem
}

.fz24 {
	font-size: 1.5rem
}

.fz26 {
	font-size: 26px
}

.fz56 {
	font-size: 56px
}

.fz68 {
	font-size: 4.25rem
}

.fz40 {
	font-size: 2.5rem
}

.pt0 {
	padding-top: 0 !important
}

.pt60 {
	padding-top: 5.55555556vh !important
}

.pb60 {
	padding-bottom: 5.55555556vh !important
}

.pb0 {
	padding-bottom: 0 !important
}

.pt120 {
	padding-top: 120px !important
}

.pt80 {
	padding-top: 80px !important
}

.pb120 {
	padding-bottom: 120px !important
}

.pr30 {
	padding-right: 20px
}

.mb0 {
	margin-bottom: 0 !important
}

.mb80 {
	margin-bottom: 80px !important
}

.bt {
	border-top: 1px solid #e6e6e6
}

.max-1000 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto
}

.sep-inner-banner {
	width: 100%;
	margin: 0 auto;
	position: relative
}

.sep-inner-banner .detail-img {
	min-height: 800px
}

.sep-inner-banner.mx300 {
	max-height: 300px;
	overflow: hidden
}

.sep-inner-banner img {
	width: 100%;
	object-fit: cover
}

.sep-inner-banner img.sep-brightness {
	/* filter: brightness(.8) */
}

.sep-inner-banner img.min700 {
	min-height: 700px
}

.sep-inner-banner img.min600 {
	min-height: 600px
}

.sep-inner-banner img.min500 {
	min-height: 500px
}

.sep-inner-banner img.min300 {
	min-height: 300px
}

.sep-inner-banner .title {
	line-height: 1.4em
}

.sep-inner-banner .title.has-line {
	position: relative;
	margin-bottom: 50px !important
}

.sep-inner-banner .title.has-line::before {
	content: '';
	display: block;
	position: absolute;
	width: 61px;
	height: 5px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 3px;
	left: 0;
	bottom: -13px
}

.sep-inner-banner .sep-breadcrumb {
	width: 100%;
	left: 0;
	bottom: 0;
}

.sep-inner-banner .sep-breadcrumb .breadcrumb li:last-child a {
	color: rgba(var(--base-color-blue), 1);
}

.sep-inner-banner .sep-container h3 {
	color: #fff;
	font-size: calc(60 / 1920 * 100vw);
	font-weight: bold;
	text-align: center;
}

.sep-inner-banner .sep-container .ny-ban-line {
	width: 230px;
	height: 5px;
	position: relative;
	background: #fff;
	margin: 18px auto 30px;
}

.sep-inner-banner .sep-container .ny-ban-line::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	background: rgba(var(--base-color-yellow), 1);
}

.sep-inner-banner .sep-container {
	top: 45%
}

.sep-inner-banner.detail-banner {}

.sep-inner-banner.detail-banner .detail-img {
	display: none
}

.sep-inner-banner.detail-banner .sep-container {
	position: static !important;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.sep-inner-banner.detail-banner .sep-breadcrumb {
	position: static;
	margin-top: 50px
}

.max-height {
	max-height: 300px;
	overflow: hidden
}

.c333 {
	color: #333
}

.sep-inner-body .sep-title {
	color: #333;
	line-height: 1.4em;
	margin-bottom: 70px;
	font-weight: bold;
}

.sep-inner-body .sep-title.text-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.sep-inner-body .sep-title.has-line {
	position: relative
}

.sep-inner-body .sep-title.has-line::after {
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 1px;
	background: rgba(var(--base-color-blue), 1);
	left: 0;
	bottom: -13px
}

.sep-inner-body .sep-title.has-line.line-center::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-inner-body a.sep-title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-section-normal {
	padding: 60px 0
}

.sep-inner-body .sep-section-normal h1 {}

.sep-inner-body .sep-section-normal.bg {
	background: #fff
}

.sep-inner-body .sep-section-normal.pr {
	background: #f7f7f7
}

.sep-inner-body .line-wrap {
	position: relative;
	margin-bottom: 90px
}

.sep-inner-body .line-wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgba(8, 144, 64, 0.5), rgba(var(--base-color-blue), 1), rgba(8, 144, 64, 0.5));
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 5;
	border-radius: 2px
}

.sep-inner-body .line-wrap .items {
	width: 771px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
	z-index: 10
}

.sep-inner-body .line-wrap .items .item {
	cursor: pointer
}

.sep-inner-body .line-wrap .items .title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 26px
}

.sep-inner-body .line-wrap .items .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .line-wrap .items .link {
	text-align: center;
	width: 37px;
	height: 37px;
	background: #fbfbfb;
	border: 2px solid rgba(var(--base-color-blue), 1);
	border-radius: 50%;
	margin: 0 auto
}

.sep-inner-body .jc-resource-grid .item .thumb {
	border: solid 1px #f4f4f4;
	position: relative;
}

.sep-inner-body .jc-resource-grid .item .thumb::after {
	content: '';
	width: 80px;
	height: 23px;
	background: url(../images/logo.webp) no-repeat top center / cover;
	display: block;
	position: absolute;
	left: 5%;
	top: 5%;
}

.sep-inner-body .jc-resource-grid .item .info {
	text-align: center;
	padding-top: 10px;
}

.sep-inner-body .jc-resource-grid .item .info .title {
	font-size: 18px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
	line-height: 1.5;
}

.sep-inner-body .jc-resource-grid .item .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .jc-resource-grid .item .info .summary {
	color: #666;
	font-size: 16px;
	line-height: 1.6em
}

.sep-inner-body .jc-resource-grid .item .info .summary a {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .jc-resource-grid .item .info .summary a:hover {
	text-decoration: underline
}

.sep-inner-body .benefits-items .item {
	margin-bottom: 72px
}

.sep-inner-body .benefits-items .item .box .round {
	width: 175px;
	height: 175px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 43px
}

.sep-inner-body .benefits-items .item .box .round:hover .icon-box .icon {
	background: #12725f;
	color: #fff;
	box-shadow: 0 20px 20px 1px rgba(18, 114, 95, 0.2)
}

.sep-inner-body .benefits-items .item .box .round .icon-box {
	width: 139px;
	height: 139px;
	border: 1px solid #12725f;
	border-radius: 50%
}

.sep-inner-body .benefits-items .item .box .round .icon-box .icon {
	color: #12725f;
	font-size: 50px;
	width: 126px;
	height: 126px;
	border-radius: 50%
}

.sep-inner-body .benefits-items .item .box .title {
	font-size: 20px;
	color: #333
}

.sep-inner-body .how-wrap {
	padding-right: 280px
}

.sep-inner-body .how-wrap .box-slide {
	width: 59.73958333%;
	flex-shrink: 0;
	padding-right: 40px;
	position: relative
}

.sep-inner-body .how-wrap .box-slide::after {
	content: '';
	display: block;
	width: 40px;
	height: 76.24633431%;
	background: #efefef;
	position: absolute;
	right: 0;
	bottom: 0
}

.sep-inner-body .how-wrap .items {
	flex: auto;
	border-right: 1px solid #eee
}

.sep-inner-body .how-wrap .items .item {
	padding-right: 27px;
	margin-bottom: 25px
}

.sep-inner-body .how-wrap .items .item:last-child {
	margin-bottom: 0
}

.sep-inner-body .how-wrap .items .item.active a {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .how-wrap .items .item.active a::before {
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .how-wrap .items .item a {
	text-align: right;
	color: #666;
	font-size: 24px;
	position: relative;
	cursor: text
}

.sep-inner-body .how-wrap .items .item a::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c0c0c0;
	position: absolute;
	top: 11px;
	right: -35px
}

.sep-inner-body .how-wrap .items .item a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	top: 14px;
	right: -32px;
	position: absolute
}

.sep-inner-body .form-wrap {
	background: url(../img/form-bg.jpg) no-repeat;
	background-size: cover
}

.sep-inner-body .form-wrap .info {
	width: 41.02941176%;
	flex-shrink: 0;
	background: #042b23;
	padding-top: 97px;
	padding-left: 72px;
	padding-right: 80px;
	padding-bottom: 67px
}

.sep-inner-body .form-wrap .info .hd {
	line-height: 1.36363636em;
	margin-bottom: 20px
}

.sep-inner-body .form-wrap .info .logo {
	margin-bottom: 40px
}

.sep-inner-body .form-wrap .info ul li {
	margin-bottom: 20px
}

.sep-inner-body .form-wrap .info ul li:last-child {
	margin-bottom: 0
}

.sep-inner-body .form-wrap .info ul li i {
	color: rgba(var(--base-color-blue), 1);
	font-size: 20px;
	width: 36px;
	flex-shrink: 0
}

.sep-inner-body .form-wrap .info ul li a {
	color: #fff;
	font-size: 16px
}

.sep-inner-body .form-wrap .info ul li a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .form-wrap .info ul li .text {
	color: #fff
}

.sep-inner-body .form-wrap .form-box {
	background: rgba(8, 145, 64, 0.6);
	flex: auto;
	padding-top: 108px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 48px
}

.sep-inner-body .form-wrap .form-box .hd {
	font-size: 24px;
	margin-bottom: 20px
}

.sep-inner-body .form-wrap .form-box .alias {
	color: #fff;
	opacity: .6;
	margin-bottom: 30px
}

.sep-inner-body .form-wrap .form-box .form-group label {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	display: block
}

.sep-inner-body .form-wrap .form-box .form-group .form-control {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	height: 50px;
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	font-family: 'POPPINS-REGULAR', 'Microsoft Yahei', 'Lucida Grande'
}

.sep-inner-body .form-wrap .form-box .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px
}

.sep-inner-body .form-wrap .form-box .form-group .form-control::-moz-placeholder {
	color: #fff;
	font-size: 16px
}

.sep-inner-body .form-wrap .form-box .form-group .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 16px
}

.sep-inner-body .form-wrap .form-box .form-group textarea.form-control {
	height: 170px;
	font-family: 'POPPINS-REGULAR', 'Microsoft Yahei', 'Lucida Grande'
}

.sep-inner-body .form-wrap .form-box .form-group .btn {
	height: 50px;
	padding: 0 35px;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	font-size: 18px;
	border: none;
	padding-top: 0;
	margin-top: 20px;
	box-shadow: 0 14px 51px 0 rgba(8, 79, 93, 0.25);
	border-radius: 25px
}

.sep-inner-body .form-wrap .form-box .form-group .btn i {
	font-size: 20px;
	margin-left: 10px
}

.sep-inner-body .form-wrap .form-box .form-group .btn:hover {
	background: #fff;
	color: rgba(var(--base-color-blue), 1) !important;
	opacity: 1
}

.sep-inner-body .relate-news-items {
	margin: 0 -20px
}

.sep-inner-body .relate-news-items .item {
	padding: 0 20px
}

.sep-inner-body .relate-news-items .item .box:hover .info {
	box-shadow: 0 14px 49px 0 rgba(8, 145, 64, 0.2)
}

.sep-inner-body .relate-news-items .item .box .thumb {}

.sep-inner-body .relate-news-items .item .box .thumb .date-box {
	display: none;
	position: absolute;
	width: 65px;
	height: 83px;
	background: #fff;
	left: 30px;
	top: 30px;
	padding-top: 5px
}

.sep-inner-body .relate-news-items .item .box .thumb .date-box .month {
	font-size: 18px;
	color: #666;
	line-height: 1em
}

.sep-inner-body .relate-news-items .item .box .thumb .date-box .day {
	font-size: 30px;
	color: rgba(var(--base-color-blue), 1);
	line-height: 1em;
	margin: 5px 0;
	position: relative
}

.sep-inner-body .relate-news-items .item .box .thumb .date-box .day::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #202415;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -2px
}

.sep-inner-body .relate-news-items .item .box .thumb .date-box .day::after {
	content: '';
	width: 10px;
	height: 1px;
	background: #202415;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0
}

.sep-inner-body .relate-news-items .item .box .thumb .date-box .year {
	line-height: 1em;
	font-size: 16px;
	color: #666
}

.sep-inner-body .relate-news-items .item .box .thumb img {
	object-fit: cover;
	height: 100%
}

.Related .relate-news-items .item .box .thumb::after {
	content: '';
	width: 100px;
	height: 28px;
	background: url(../images/logo.webp) no-repeat top center / cover;
	display: block;
	position: absolute;
	left: 5%;
	top: 5%;
}

.sep-inner-body .relate-news-items .item .box .info {
	height: 180px;
	padding: 26px
}

.sep-inner-body .relate-news-items .item .box .info .title {
	font-size: 20px;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;

}

.sep-inner-body .relate-news-items .item .box .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .relate-news-items .item .box .info .title::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 4px;
	display: block;
	width: 4px;
	height: 33px;
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .relate-news-items .item .box .info .summary {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px
}

.sep-inner-body .relate-news-items .item .box .info .more {
	font-size: 16px;
	color: #333
}

.sep-inner-body .relate-news-items .item .box .info .more:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .relate-pro-items {
	margin: 0 -20px
}

.sep-inner-body .relate-pro-items .item {
	padding: 0 20px
}

.sep-inner-body .relate-pro-items .item .box .info {
	padding: 26px
}

.sep-inner-body .relate-pro-items .item .box .info .title {
	font-size: 20px;
	color: #333;
	line-height: 1.4em;
	padding-top: 6px;
	position: relative
}

.sep-inner-body .relate-pro-items .item .box .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .relate-pro-items .item .box .info .title::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 4px;
	display: block;
	width: 4px;
	height: 33px;
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sp-ul ul li {
	color: #333;
	font-size: 20px;
	margin-bottom: 14px
}

.sep-inner-body .sp-ul ul li i {
	width: 51px;
	height: 51px;
	border: 2px solid rgba(var(--base-color-blue), 1);
	border-radius: 50%;
	color: rgba(var(--base-color-blue), 1);
	font-size: 30px;
	margin-right: 24px
}

.sep-inner-body .sp-ul ul li b {
	font-style: italic
}

.sep-inner-body .app-list-box-wrap .thumb {
	width: 38.64583333%;
	flex-shrink: 0;
	margin-right: 4.32291667%
}

.sep-inner-body .app-list-box-wrap .info {
	padding-right: 280px;
	align-items: center
}

.app-right .more {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
	border-radius: 22px;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	font-size: 16px
}

.app-right .more:hover {
	opacity: .8;
	color: #fff;
}

.app-right.more i {
	font-size: 20px;
	margin-left: 8px
}

.sep-inner-body .function-wrap .info {
	width: 453px;
	flex-direction: column;
	justify-content: space-between
}

.sep-inner-body .function-wrap .info .title {
	font-size: 36px
}

.sep-inner-body .function-wrap .info .control-wrap .swiper-button-next,
.sep-inner-body .function-wrap .info .control-wrap .swiper-button-prev {
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: #656565;
	position: static;
	opacity: 1;
	color: #fff
}

.sep-inner-body .function-wrap .info .control-wrap .swiper-button-next:not(.swiper-button-disabled),
.sep-inner-body .function-wrap .info .control-wrap .swiper-button-prev:not(.swiper-button-disabled) {
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .function-wrap .info .control-wrap .swiper-button-prev {
	margin-right: 6px
}

.sep-inner-body .function-wrap .box-slide {
	width: 761px;
	flex-shrink: 0;
	margin-left: auto
}

.sep-inner-body .function-wrap .box-slide .box {
	height: 630px;
	background: #fff;
	padding: 50px 20px 0 20px;
	position: relative
}

.sep-inner-body .function-wrap .box-slide .box:hover {
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .function-wrap .box-slide .box:hover .num {
	color: #fff
}

.sep-inner-body .function-wrap .box-slide .box:hover .richtext {
	color: #fff;
	opacity: .8
}

.sep-inner-body .function-wrap .box-slide .box:hover .richtext * {
	color: #fff
}

.sep-inner-body .function-wrap .box-slide .box:hover .alias {
	color: #fff;
	opacity: .8;
	background: #fff;
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .function-wrap .box-slide .box .num {
	color: rgba(var(--base-color-blue), 1);
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 15px
}

.sep-inner-body .function-wrap .box-slide .box .alias {
	position: absolute;
	right: 38px;
	bottom: 18px;
	color: rgba(var(--base-color-blue), 1);
	font-size: 16px
}

.sep-inner-body .function-wrap .box-slide .box .alias i {
	margin-left: 10px
}

.sep-inner-body .company-wrap .title {
	line-height: 1.2em;
	font-size: 50px
}

.sep-inner-body .company-wrap .alias {
	font-size: 22px;
	font-style: italic
}

.sep-inner-body .company-box-slide .control-wrap {
	margin-left: calc(50% - 48px)
}

.sep-inner-body .company-box-slide .control-wrap .swiper-button-next,
.sep-inner-body .company-box-slide .control-wrap .swiper-button-prev {
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: #f7f7f7;
	position: static;
	opacity: 1;
	color: #333
}

.sep-inner-body .company-box-slide .control-wrap .swiper-button-next:not(.swiper-button-disabled),
.sep-inner-body .company-box-slide .control-wrap .swiper-button-prev:not(.swiper-button-disabled) {
	background: rgba(var(--base-color-blue), 1);
	color: #fff
}

.sep-inner-body .news-sort {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	justify-content: center
}

.sep-inner-body .news-sort a {
	padding: 0 50px;
	font-size: 20px;
	color: #4d4d4d;
	height: 50px;
	position: relative
}

.sep-inner-body .news-sort a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .news-sort a:last-child::before {
	display: none
}

.sep-inner-body .news-sort a::before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #ccc;
	position: absolute;
	right: 0
}

.sep-inner-body .news-sort a.active {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-news-list2 .item:hover {
	background: #f7f7f7
}

.sep-inner-body .sep-news-list2 .item .box {
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
	padding-right: 40px
}

.sep-inner-body .sep-news-list2 .item .box .date {
	width: 100px;
	height: 120px;
	background: #f0f0f0;
	flex-shrink: 0;
	margin-right: 70px
}

.sep-inner-body .sep-news-list2 .item .box .date .day {
	font-size: 50px;
	color: rgba(var(--base-color-blue), 1);
	line-height: 1em
}

.sep-inner-body .sep-news-list2 .item .box .date .ym {
	color: #4d4d4d;
	font-size: 16px
}

.sep-inner-body .sep-news-list2 .item .box .info {
	flex: auto
}

.sep-inner-body .sep-news-list2 .item .box .info .title {
	font-size: 22px;
	color: #333;
	line-height: 1.45454545em;
	margin-bottom: 15px
}

.sep-inner-body .sep-news-list2 .item .box .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-news-list2 .item .box .info .summary {
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.sep-inner-body .sep-news-list2 .item .box .more {
	margin-left: 132px;
	opacity: 0
}

.sep-inner-body .sep-news-list2 .item .box .more i {
	width: 50px;
	height: 50px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 50%;
	color: #fff
}


.sep-inner-body .sep-pdf-grid .item {
	margin-bottom: 20px;
}

.sep-inner-body .sep-pdf-grid .item .box {
	border: 2px solid #ddd;
	border-radius: 10px;
	padding: 35px 30px;
}

.sep-inner-body .sep-pdf-grid .item .box .iconx {
	position: relative;
	margin-right: 20px;
}

.sep-inner-body .sep-pdf-grid .item .box .iconx:hover {
	opacity: .6
}

.sep-inner-body .sep-pdf-grid .item .box .iconx i {
	width: 80px;
	height: 80px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 50%;
	color: #fff;
	font-size: 30px
}

.sep-inner-body .sep-pdf-grid .item .box .title {
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
}

.sep-inner-body .sep-pdf-grid .item .box .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-pdf-grid .item .box .view {
	color: #666;
	font-size: 16px
}

.sep-inner-body .sep-pdf-grid .item .box .view:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-pdf-grid .item .box .view:hover i {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-pdf-grid .item .box .view i {
	color: rgba(153, 153, 153, 0.6);
	font-size: 20px;
	margin-right: 10px
}

.sep-inner-body .sep-pdf-grid .item .box h2 {
	width: calc(100% - 170px);
}

.sep-inner-body .sep-pdf-grid .item .box .download {
	margin-left: 20px;
}

.sep-inner-body .sep-pdf-grid .item .box .download:hover {
	opacity: .7
}

.sep-inner-body .sep-pdf-grid .item .box .download .icon {
	width: 50px;
	height: 50px;
	background: rgba(8, 77, 180, 0.6);
	border-radius: 50%;
	color: rgba(var(--base-color-blue), 1);
	font-size: 24px
}

.sep-inner-body .sep-faq-list .item {
	margin-bottom: 30px
}

.sep-inner-body .sep-faq-list .item:last-child {
	margin-bottom: 0
}

.sep-inner-body .sep-faq-list .item.active .box .control {
	transform: rotate(90deg);
	color: #fff
}

.sep-inner-body .sep-faq-list .item.active .box .title {
	color: #fff
}

.sep-inner-body .sep-faq-list .item.active .box .q {
	color: #fff
}

.sep-inner-body .sep-faq-list .item.active .box .info {
	background: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-faq-list .item .box {
	position: relative;
	height: 70px;
	align-items: center;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1)
}

.sep-inner-body .sep-faq-list .item .box .q {
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	width: 70px;
	height: 70px;
	line-height: 70px;
	flex-shrink: 0;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 20px 0 0 0;
	overflow: hidden
}

.sep-inner-body .sep-faq-list .item .box .info {
	flex: auto;
	background: #f2f7fc;
	height: 70px;
	padding-left: 20px;
	border-left: 1px solid #f2f7fc
}

.sep-inner-body .sep-faq-list .item .box .title {
	font-size: 20px;
	position: relative;
	color: #333;
	line-height: 1.4em
}

.sep-inner-body .sep-faq-list .item .box .title h2 {
	font-size: 20px;
	position: relative;
	color: #fff;
	line-height: 1.4em;
}

.sep-inner-body .sep-faq-list .item .box .control {
	font-size: 16px;
	transition: all .4s;
	transform: rotate(0deg);
	text-align: center;
	font-size: 20px;
	color: rgba(var(--base-color-blue), 1);
	margin-left: auto;
	margin-right: 35px
}

.sep-inner-body .sep-faq-list .item .content {
	line-height: 1.6em;
	font-size: 18px;
	display: none;
	padding: 30px;
	position: relative;
	background: #fff;
	padding-left: 90px
}

.sep-inner-body .sep-faq-list .item .content ul {
	padding-left: 20px
}

.sep-inner-body .sep-faq-list .item .content * {
	font-size: 18px
}

.sep-inner-body .sep-faq-list .item .content a {
	text-decoration: underline;
	display: none
}

.sep-inner-body .sep-faq-list .item .content a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-faq-list .item .content i {
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 24px;
	font-style: normal;
	display: none
}

.sep-inner-body .rd-wrap .thumb {
	display: table;
	position: relative;
	margin-left: auto
}

.sep-inner-body .rd-wrap .thumb img {
	position: relative;
	z-index: 50
}

.sep-inner-body .rd-wrap .thumb::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--base-color-blue), 1);
	right: -50px;
	bottom: -50px;
	position: absolute;
	z-index: 10
}

.sep-inner-body .sep-news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 30px;
}

.sep-inner-body .sep-news-list .item {
	width: calc((100% - 100px) / 3);
	border: 1px solid #999;
	border-radius: 10px;
	overflow: hidden;
}

.sep-inner-body .sep-news-list .item:last-child {
	margin-bottom: 0
}

.sep-inner-body .sep-news-list .item .thumb {
	aspect-ratio: 4 / 3;
}

.sep-inner-body .sep-news-list .item .thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sep-inner-body .sep-news-list .item .thumb .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	width: 200px;
	height: 60px;
	padding-left: 20px;
	padding-top: 15px
}

.sep-inner-body .sep-news-list .item .thumb .date .day {
	font-size: 30px;
	line-height: 1em;
	margin-right: 24px
}

.sep-inner-body .sep-news-list .item .thumb .date .ym {
	font-size: 16px;
	position: relative
}

.sep-inner-body .sep-news-list .item .thumb .date .ym::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 25px;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: -17px;
	top: -5px
}

.sep-inner-body .sep-news-list .item .info {
	padding: 15px;
}

.sep-inner-body .sep-news-list .item .info .tag {
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
	display: block
}

.sep-inner-body .sep-news-list .item .info .tag:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-news-list .item .info .title {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.sep-inner-body .sep-news-list .item .info .title:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-inner-body .sep-news-list .item .info .summary {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 10px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sep-inner-body .sep-news-list .item .info .more i {
	width: 50px;
	height: 50px;
	background: rgba(var(--base-color-blue), 1);
	box-shadow: 0 39px 49px 0 rgba(0, 67, 232, 0.1);
	border-radius: 25px;
	color: #fff;
	transition: all .3s;
}

.sep-inner-body .sep-news-list .item .info .more i:hover {
	opacity: .6
}

.relate {
	text-align: left;
	text-indent: 20px;
	font-size: 18px;
	color: #fff;
	background: rgba(var(--base-color-blue), 1);
	margin: 20px 0;
	padding: 5px 0;
	width: 100%;
	float: left;
}

.relate-list .sep-pagination {
	display: none
}

.relate-list .sep-datalist li {
	width: 31%;
	float: left;
	margin: 0 1.16%
}

.relate-list .sep-datalist li .title {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	background: #fff;
	color: #333;
	text-align: center;
	height: 2.2em;
	overflow: hidden
}

.relate-list .sep-datalist li h3 {
	text-align: center;
	margin-top: 5px
}

.relate-list .sep-datalist li .title:hover {
	color: rgba(var(--base-color-blue), 1);
	text-decoration: underline
}

.relate-list .sep-datalist li .thumb {
	width: 100%;
	display: block;
	border: 1px solid #bbb
}

.relate-list .sep-datalist li .thumb img {
	width: 100%;
	min-height: 165px
}

.relate-list .sep-datalist li .summary {
	display: none
}

.relate-list .sep-datalist li .published {
	display: none
}

.relate-list .sep-datalist li .btn-read {
	display: none
}

.relate-list.relate-article-list .sep-datalist li {
	width: 50%;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 0 0;
}

.relate-list.relate-article-list .sep-datalist li h2 {
	overflow: hidden
}

.relate-list.relate-article-list .sep-datalist li .title {
	display: inline-block;
	font-size: 16px;
	background: transparent;
	color: #000;
	text-align: left;
	overflow: hidden;
	display: block;
	height: auto
}

.relate-list.relate-article-list .sep-datalist li .title:before {
	content: '●';
	color: #000;
	padding-right: 5px;
	font-size: 12px
}

.relate-list.relate-article-list .sep-datalist li .title:hover {
	color: rgba(var(--base-color-blue), 1);
	text-decoration: underline
}

.relate-list.relate-article-list .sep-datalist li .thumb {
	width: 100%;
	display: block;
	border: 1px solid #bbb;
	display: none
}

.relate-list.relate-article-list .sep-datalist li .thumb img {
	width: 100%
}

.relate-list.relate-article-list .sep-datalist li .summary {
	display: none
}

.relate-list.relate-article-list .sep-datalist li .published {
	display: none
}

.relate-list.relate-article-list .sep-datalist li .btn-read {
	display: none
}

.w1200 {
	width: 1200px !important;
	max-width: 100%
}

#baguetteBox-overlay {
	z-index: 1000000000 !important
}

.quick-links a {
	color: rgba(var(--base-color-blue), 1)
}

.quick-links a:hover {
	text-decoration: underline
}

.richtextthak {
	text-align: center;
}

.csuccessfullist .flex-center {
	margin-top: 2%;
	text-align: center;
}

.richtext {
	word-spacing: normal;
	color: #666;
	font-size: 16px;
	line-height: 1.8em !important;
	width: 100%;
}

.richtext h1 {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: 2%;
	margin-bottom: 2%
}

.richtext * {
	word-spacing: normal;
	color: #666;
	font-size: 16px;
	line-height: 1.8em !important;
	max-width: 100%
}

.richtext.fz18 {
	font-size: 18px
}

.richtext.fz18 * {
	font-size: 18px
}

.richtext.fz22 {
	font-size: 22px !important
}

.richtext.fz22 * {
	font-size: 22px !important
}

.richtext.pl50 {
	padding-left: 50px
}

.richtext .content-one {
	margin-bottom: 40px
}

.richtext.pl60 {
	padding-left: 60px
}

.richtext.paddinglr {
	padding: 0 4.6875vw
}

.richtext.color-white {
	color: #fff
}

.richtext.color-white * {
	color: #fff
}

.richtext.color-white a {
	color: rgba(var(--base-color-blue), 1)
}

.richtext.color-white a:hover {
	text-decoration: underline
}

.richtext.color-white ul li:before {
	background: #fff
}

.richtext.mb0 {
	margin-bottom: 0
}

.richtext.square ul li {
	list-style: square
}

.richtext strong {
	color: #000;
	font-size: 18px
}

.richtext strong * {
	color: #7c7c7c;
	font-size: 18px
}

.richtext .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.richtext.fz14 {
	font-size: 16px
}

.richtext.fz14 * {
	font-size: 16px
}

.richtext.richtext-x img {
	width: 100%
}

.richtext.has-img img {
	float: right;
	padding-left: 10px
}

.richtext.richtext-bordert {
	border-top: 1px solid #c6c6c6;
	padding-bottom: 15px
}

.richtext ol {
	padding-left: 20px
}

.richtext ol li {
	list-style: decimal
}

.richtext p {
	margin-bottom: 0
}

.richtext a {
	color: rgba(var(--base-color-blue), 1);
	text-decoration: none
}

.richtext a:hover {
	text-decoration: underline
}

.richtext h2 {
	color: #333;
	font-size: 28px;
	position: relative;
	margin: 10px 0;
	line-height: 1.4em !important
}

.richtext h2 * {
	color: #333;
	font-size: 28px
}

.richtext.warning h2:before {
	content: "\f071";
	font-family: FontAwesome !important;
	margin-right: 10px
}

.richtext h3 {
	font-size: 18px;
	color: #181819
}

.richtext table {
	width: 100%;
	margin-top: 10px
}

.richtext table tr:nth-child(1) {
	background: #fff
}

.richtext table tr:nth-child(even) {
	background: #f5f5f5
}

.richtext table tr td {
	border: 1px solid #e6e6e6;
	font-size: 16px;
	word-break: normal;
	padding: 10px 15px;
	color: #333
}

.richtext table tr td:nth-child(1) {
	font-family: 'POPPINS-SEMIBOLD'
}

.richtext ul {
	list-style: none
}

.richtext ul li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px
}

.richtext ul li:last-child {
	margin-bottom: 0
}

.richtext ul li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: rgba(var(--base-color-blue), 1);
	position: absolute;
	left: 7px;
	top: 10px;
	z-index: 3
}

.richtext.li-line ul {
	padding-left: 20px
}

.richtext.li-line ul li {
	padding-left: 10px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 0;
	list-style: none;
	color: rgba(var(--base-color-blue), 1)
}

.richtext.li-line ul li:hover {
	list-style: disc
}

.richtext.li-line ul li:before {
	content: '';
	width: 11px;
	height: 10px;
	border: 1px solid rgba(var(--base-color-blue), 1);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 8px;
	background: transparent;
	z-index: 10
}

.richtext.li-line ul li:last-child:after {
	display: none
}

.richtext.li-line ul li:after {
	content: '';
	height: 74%;
	width: 1px;
	background: rgba(var(--base-color-blue), 1);
	position: absolute;
	left: -13px;
	top: 19px
}

.richtext.quality-text h2 {
	padding-left: 24px;
	position: relative;
	margin-bottom: 20px
}

.richtext.quality-text h2::before {
	content: '';
	display: block;
	width: 4px;
	height: 30px;
	background: rgba(var(--base-color-blue), 1);
	left: 0;
	top: 4px;
	position: absolute
}

.richtext.quality-text ul {
	padding-left: 20px
}

.richtext.quality-text ul li {
	list-style: none;
	padding-left: 30px
}

.richtext.quality-text ul li::before {
	display: none
}

.richtext.quality-text ul li::after {
	content: '\e60a';
	font-family: "iconfont" !important;
	color: rgba(var(--base-color-blue), 1);
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.has-sidebar {
	align-items: flex-start
}

.sep-sidebar {
	position: sticky;
	align-self: flex-start;
	top: 30px;
}

.sep-sidebar .sep-sidebar-list:nth-child(1) {
	padding-bottom: 0%;
}

.sep-sidebar .sep-sidebar-list:nth-child(2) {
	padding-top: 0%;
}

.news-side {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 5%;
}

.news-side .hd {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.featured-article {
	padding: 15px 0;
}

.article-item {
	margin-bottom: 30px;
}

.featured-article .article-item:last-child {
	margin-bottom: 0;
}

.article-item a {
	display: flex;
	justify-content: space-between;
}

.article-img {
	width: 100px;
	height: 75px;
	margin-right: 15px;
	border-radius: 10px;
	overflow: hidden;
}

.article-des {
	width: calc(100% - 115px);
}

.article-des .article-title {
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-des .article-time {
	color: #999;
}

@media(max-width:768px) {
	.news-side {
		padding: 15px;
	}

	.news-side .hd {
		font-size: 20px;
	}
}

@media(max-width:992px) {
	.sep-sidebar {
		position: relative;
	}
}

@media(min-width:768px) {
	.sep-sidebar .sep-sidebar-list {
		padding: 0 !important;
	}

	.sep-sidebar .sep-sidebar-list .hd {
		display: none;
	}

	.cproductslist .sep-sidebar-list {
		background: none;
	}
}

.widget .hd {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

@media(max-width:768px) {
	.widget {
		padding: 20px;
	}

	.widget .hd {
		font-size: 20px;
	}
}

.sep-sidebar .sep-sidebar-list {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5%;
	padding-bottom: 5%;
}

.sep-sidebar .sep-sidebar-list .hd {
	color: #333;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px
}

.sep-sidebar .sep-sidebar-list .hd i {
	font-size: 40px;
	margin-right: 10px;
	position: relative;
	top: -2px;
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list a.hd:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li {
	margin-bottom: 2px
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box {
	background: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box a {
	color: #fff
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box i {
	color: #fff;
	transform: rotate(90deg);
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease
}

.sep-sidebar .sep-sidebar-list>ul>li>.box {
	height: 80px;
	background: #f5f5f5;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid rgba(var(--base-color-blue), 1);
	transition: all .3s;
}

.sep-sidebar .sep-sidebar-list>ul>li>.box a {
	font-size: 18px;
	line-height: 1.4em;
	color: #333
}

.sep-sidebar .sep-sidebar-list>ul>li>.box i {
	margin-left: auto;
	font-size: 22px;
	color: rgba(var(--base-color-blue), 1);
	cursor: pointer
}

.sep-sidebar .sep-sidebar-list>ul>li>.box:hover {
	background: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li>.box:hover a {
	color: #fff
}

.sep-sidebar .sep-sidebar-list>ul>li>.box:hover i {
	color: #fff
}

.sep-sidebar .sep-sidebar-list>ul>li>ul {
	display: none;
	padding: 20px 20px;
	padding-left: 40px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li {
	list-style: disc;
	margin-bottom: 5px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active {
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box a {
	color: rgba(var(--base-color-blue), 1) !important
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box a:hover {
	text-decoration: underline
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box i {
	color: rgba(var(--base-color-blue), 1);
	transform: rotate(45deg);
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li:nth-child(1) {
	border-top: none
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box {
	padding-right: 24px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box a {
	font-size: 16px;
	color: #666
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box i {
	margin-left: auto;
	font-size: 18px;
	color: #666;
	cursor: pointer
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box i:hover {
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul {
	padding-bottom: 10px;
	padding-top: 20px;
	display: none;
	border-top: 1px solid #f0f0f0
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li {
	margin-bottom: 10px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a {
	color: #999;
	font-size: 16px;
	padding-left: 20px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a:hover,
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a.active {
	color: rgba(var(--base-color-blue), 1)
}

.sep-sidebar .sep-sidebar-list.news-pro>ul>li>.box {
	height: 54px;
}

.sep-sidebar .sep-sidebar-list.news-pro>ul>li>.box a {
	font-size: 16px;
}

.sep-sidebar .sep-sidebar-list.news-pro {
	border: 1px solid #ddd;
}

.sep-sidebar .sep-sidebar-list.news-pro>ul>li>.box {
	border-left: none;
}

.sep-sidebar .sep-sidebar-list.news-pro>ul>li {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.sep-sidebar .sep-sidebar-list.news-pro>ul>li>.box i {
	font-size: 16px;
}

.aside-contact {
	background: rgba(var(--base-color-blue), 1);
	text-align: center;
	padding: 60px 0;
	margin-top: 5%;
}

p.aside-contact-title {
	color: #fff;
	font-size: 22px;
}

p.aside-contact-subtitle {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 1rem 0;
}

.aside-btn a {
	background-color: rgba(var(--base-color-yellow), 1);
	border-radius: 1000px;
	padding: 10px 30px;
	font-size: 24px;
	font-family: 'Poppins-SemiBold';
	font-weight: bold;
	color: #fff;
	display: inline-block;
	transition: all .3s;
}

.aside-btn a:hover {
	color: #fff;
	background: none;
}

@media(max-width:1280px) {
	.sep-inner-body .sep-news-list {
		gap: 40px;
	}

	.sep-inner-body .sep-news-list .item {
		width: calc(50% - 20px);
	}
}

@media(max-width:768px) {
	.sep-inner-body .sep-news-list {
		gap: 20px;
	}

	.sep-inner-body .sep-news-list .item {
		width: 100%;
	}

	#catg.news-pro {
		border-bottom: 1px solid #ddd;
	}
}

@media(max-width:768px) {

	.aside-contact {
		padding: 30px 0;
	}

	p.aside-contact-title {
		font-size: 20px;
	}

	p.aside-contact-subtitle {
		font-size: 38px;
	}

	.aside-btn a {
		font-size: 22px;
	}

	.sep-inner-banner .sep-container h3 {
		font-size: 20px;
	}

	.sep-inner-banner img.min300 {
		min-height: 200px;
	}

	.sep-breadcrumb .breadcrumb {
		padding: 15px 0;
	}

	.sep-inner-banner .sep-container .ny-ban-line {
		width: 100px;
		height: 4px;
	}

	.sep-primary-b-1 {
		justify-content: flex-start;
		gap: 0;
	}

	.sep-primary-b-1 a {
		font-size: 16px;
		padding: 10px 15px;
		width: auto;
		height: auto;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sep-p h3 {
		font-size: 18px;
	}

	.sep-p p {
		font-size: 14px;
	}

	.sep-application-list {
		gap: 20px;
	}

	.sep-application-list .item {
		width: 100%;
	}

	#ProjectCase .app-right {
		padding: 15px;
	}
}


.gallery img {
	max-height: 230px;
	transition: all .4s;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	max-width: 100%
}

.gallery a {
	width: 31.33%;
	display: inline-block;
	overflow: hidden;
	margin: .5%;
	box-shadow: 0 0 4px -1px #000;
	text-align: center
}

.sep-lx-header-mb {
	display: none
}

.sep-lx-header-mb .mb-top #global {
	width: 74.87922705%;
	flex-shrink: 0;
	background: #f6f5f4;
	padding: 0 20px;
	justify-content: space-between
}

.sep-lx-header-mb .mb-top #global i {
	color: #646464;
	font-size: 16px
}

.sep-lx-header-mb .mb-top #global a {
	color: #646464;
	font-size: 14px
}

.sep-lx-header-mb .mb-top #global .multi-language {
	position: absolute;
	background: rgba(var(--base-color-blue), 1);
	width: 157px;
	text-align: center;
	padding: 10px 20px;
	z-index: 100000;
	top: 40px;
	right: 0;
	display: none;
	border: 1px solid #fff
}

.sep-lx-header-mb .mb-top #global .multi-language li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff
}

.sep-lx-header-mb .mb-top #global .multi-language li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.sep-lx-header-mb .mb-top #global .multi-language li a {
	color: #fff;
	font-size: 14px
}

.sep-lx-header-mb .mb-top .contact {
	flex: auto;
	text-align: center;
	height: 38px;
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	font-size: 18px
}

.sep-lx-header-mb .mb-top .contact i {
	font-size: 20px
}

.sep-lx-header-mb .box-wrap {
	padding: 0 20px;
	position: relative;
	z-index: 1000;
	height: 70px;
	border-bottom: 1px solid #ddd
}

.sep-lx-header-mb .box-wrap .logo {
	float: none;
	display: inline-block
}

.sep-lx-header-mb .box-wrap .logo img {
	width: 40px
}

.sep-lx-header-mb .box-wrap>ul {
	position: relative;
	margin-left: auto
}

.sep-lx-header-mb .box-wrap>ul>li {
	float: left;
	margin-left: 10px;
	width: 39px;
	line-height: 24px;
	text-align: center;
	position: relative
}

.sep-lx-header-mb .box-wrap>ul>li#global {
	float: left
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
	float: left
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
	border: none;
	float: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
	position: absolute;
	background: rgba(var(--base-color-blue), 1);
	width: 157px;
	text-align: center;
	padding: 10px 20px;
	z-index: 100000;
	top: 40px;
	left: -67px;
	display: none;
	border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
	color: #fff;
	font-size: 14px
}

.sep-lx-header-mb .box-wrap>ul>li.active {
	border: 1px solid #1f2256;
	background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
	color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li i {
	color: rgba(var(--base-color-blue), 1);
	font-size: 20px;
	line-height: normal
}

.sep-shadow {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000000;
	display: none
}

.sep-search-box {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 66px;
	z-index: 10000000;
	padding: 44px 31px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	display: none
}

.sep-search-box .fa-times {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 31px;
	top: 24px;
	cursor: pointer
}

.sep-search-box .hd {
	color: #282828;
	font-size: 18px;
	font-family: 'LATO-BOLD'
}

.sep-search-box form {
	margin-top: 10px;
	margin-bottom: 25px
}

.sep-search-box form .form-control {
	height: 47px;
	border-radius: 0
}

.sep-search-box form .btn {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%
}

.sep-search-box form .btn i {
	padding-right: 5px
}

.sep-search-box .more {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%;
	border: none
}

.sep-search-box .more i {
	padding-right: 5px
}

.sep-search-box ul li {
	margin-top: 8px
}

.sep-search-box ul li a {
	color: #8c8c8c;
	font-size: 14px;
	display: block
}

.sep-menu-box {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10000000;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-o-transform: translateX(-105%);
	transform: translateX(-105%)
}

.sep-menu-box.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box.active .bottom-toggle {
	visibility: visible
}

.sep-menu-box .top {
	padding: 16px 30px;
	text-align: center;
	box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
	position: relative;
	z-index: 10000
}

.sep-menu-box .top i {
	color: #000;
	font-size: 22px;
	position: relative;
	top: 0;
	cursor: pointer
}

.sep-menu-box .bottom {
	visibility: visible
}

.sep-menu-box .bottom.no {
	visibility: hidden
}

.sep-menu-box .bottom .menu-item>li {
	border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
	border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
	background: rgba(var(--base-color-blue), 1)
}

.sep-menu-box .bottom .menu-item>li.active .box {
	border-bottom: 1px solid #fff
}

.sep-menu-box .bottom .menu-item>li.active .box a {
	color: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i {
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg)
}

.sep-menu-box .bottom .menu-item>li .box {
	position: relative;
	padding: 22px 30px;
	border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
	color: #282828;
	font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 26px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li>ul {
	padding: 5px 0;
	display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
	padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .bottom-toggle {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 59px;
	background: #fff;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden
}

.sep-menu-box .bottom-toggle.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
	background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
	padding: 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
	width: 60;
	min-width: 60px;
	height: 59px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span i {
	font-size: 16px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
	font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
	line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
	font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
	color: #282828;
	font-size: 16px;
	padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 21px;
	cursor: pointer
}

.sep-menu-box .contact {
	background: rgba(var(--base-color-blue), 1);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 0;
	padding: 20px 40px;
	font-size: 22px;
	width: 100%;
	border: none;
	border-radius: 0
}

.sep-menu-box .contact i {
	padding-right: 5px
}

.sep-menu-box .logo img {
	width: 40px
}

.gdw-mb-c {
	display: none
}

.sep-banner-mb {
	display: none
}

.sep-banner-mb img {
	width: 100%
}

.mb-bottom-wrap {
	padding-bottom: 24px;
	background: url(../images/footer-mb-bg.webp) no-repeat;
	background-size: cover;
	padding-top: 10px;
	float: left;
}

.mb-bottom-wrap ul.info {
	padding: 28px 20px;
	margin-top: 30px;
	background: #20584f
}

.mb-bottom-wrap ul.info li {
	margin-bottom: 4px;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	padding: 0 20px;
	background: #20584f
}

.mb-bottom-wrap ul.info li:last-child {
	margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
	color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap ul.info li a {
	color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap ul.info li img {
	position: absolute;
	left: 0;
	top: 10px
}

.mb-bottom-wrap .bottom-menu {
	padding: 0 20px;
	margin-bottom: 30px
}

.mb-bottom-wrap .bottom-menu>li>ul {
	padding: 5px 0;
	padding-left: 0;
	display: none;
	padding-top: 20px
}

.mb-bottom-wrap .bottom-menu>li>ul li {
	padding: 5px 0;
	color: #fff;
	margin-bottom: 0
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
	font-size: 16px;
	color: #fff;
	color: #999
}

.mb-bottom-wrap .bottom-menu>li:nth-child(1) .box {
	border-top: none
}

.mb-bottom-wrap .bottom-menu>li .box {
	padding: 13px 20px;
	padding-left: 0;
	border-bottom: 1px solid rgba(0, 154, 86, 0.2);
	position: relative
}

.mb-bottom-wrap .bottom-menu>li .box::before {
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: rgba(var(--base-color-blue), 1);
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -2px
}

.mb-bottom-wrap .bottom-menu>li .box a {
	color: #fff;
	font-size: 16px;
	font-size: 18px;
	font-family: 'POPPINS-SEMIBOLD'
}

.mb-bottom-wrap .bottom-menu>li .box i {
	position: absolute;
	right: 10px;
	top: 19px;
	color: #fff;
	cursor: pointer;
	font-size: 14px
}

.mb-bottom-wrap .logo {
	margin-bottom: 10px
}

.mb-bottom-wrap .logo img {
	width: 40px
}

.mb-bottom-wrap .info-box {
	padding: 0 20px
}

.mb-bottom-wrap .info-box .box {
	margin-bottom: 10px
}

.mb-bottom-wrap .info-box .box .hd {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	margin-bottom: 5px;
	width: 100%
}

.mb-bottom-wrap .info-box .box .hd i {
	margin-right: 5px;
	color: rgba(var(--base-color-blue), 1);
	font-size: 22px;
	position: relative;
	top: 3px
}

.mb-bottom-wrap .info-box .box a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 34px
}

.mb-bottom-wrap .info-box .box .text {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 34px
}

.mb-bottom-wrap .multi-language {
	margin: 0 auto;
	display: table;
	margin-top: 10px
}

.mb-bottom-wrap .multi-language .icon {
	color: #9f9f9f;
	font-size: 18px;
	position: relative;
	top: 3px
}

.mb-bottom-wrap .multi-language a {
	font-size: 15px;
	padding-right: 10px;
	color: #9f9f9f
}

.mb-bottom-wrap .multi-language a:hover {
	color: rgba(var(--base-color-blue), 1)
}

.mb-bottom-wrap .multi-language .fa {
	font-size: 21px;
	color: #9f9f9f;
	position: relative;
	top: 2px
}

.mb-bottom-wrap .sep-share {
	margin-left: auto;
	margin-bottom: 27px;
	margin-top: 38px;
	justify-content: space-between
}

.mb-bottom-wrap .sep-share li:not(.qrcode) {
	padding: 0 8px;
	float: none
}

.mb-bottom-wrap .sep-share li:not(.qrcode):first-child {
	padding-right: 10px
}

.mb-bottom-wrap .sep-share li:not(.qrcode):last-child {
	padding-right: 0
}

.mb-bottom-wrap .sep-share li:not(.qrcode):hover a i {
	color: #fff
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a i {
	color: #c1c1c1;
	font-size: 20px
}

.mb-bottom-wrap .sep-share .qrcode {
	padding: 0 5px
}

.mb-bottom-wrap .sep-share .qrcode a {
	display: flex;
	align-items: center;
	justify-content: center
}

.mb-bottom-wrap .sep-share .qrcode a:hover i {
	color: #ef040b
}

.mb-bottom-wrap .sep-share .qrcode i {
	color: #202122;
	font-size: 30px
}

.mb-bottom-wrap .hd {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	font-family: 'maderamedium';
	white-space: nowrap
}

.mb-bottom-wrap .hd:hover {
	color: rgba(var(--base-color-blue), 1)
}

.mb-bottom-wrap .alias {
	color: #c1c1c1;
	font-size: 12px;
	margin-left: auto;
	white-space: nowrap
}

.mb-bottom-wrap .form-box .sep-form {
	background: #eee;
	border-radius: 24px;
	overflow: hidden
}

.mb-bottom-wrap .form-box .sep-form .btn {
	border-radius: 24px;
	overflow: hidden;
	border: none;
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0;
	padding-bottom: 10px;
	background: -webkit-linear-gradient(to bottom, #00c0fa, #0160ea);
	background: -moz-linear-gradient(to bottom, #00c0fa, #0160ea);
	background: -ms-linear-gradient(to bottom, #00c0fa, #0160ea);
	background: -o-linear-gradient(to bottom, #00c0fa, #0160ea);
	background: linear-gradient(to bottom, #00c0fa, #0160ea)
}

.mb-bottom-wrap .form-box .sep-form .form-control {
	background: #eee;
	padding-left: 15px;
	height: 30px;
	border-right: none;
	outline: none;
	box-shadow: none;
	border: none
}

.Recommendations .swiper-button-next,
.Recommendations .swiper-button-prev {
	width: auto;
	height: auto;
	text-align: center
}

.Recommendations .swiper-button-next i,
.Recommendations .swiper-button-prev i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(var(--base-color-blue), 0.7)
}

.Recommendations .swiper-button-next.swiper-button-disabled,
.Recommendations .swiper-button-prev.swiper-button-disabled {
	opacity: 1
}

.Recommendations .swiper-button-next.swiper-button-disabled i,
.Recommendations .swiper-button-prev.swiper-button-disabled i {
	color: #fff;
	background: rgba(0, 0, 0, 0.3)
}

.Related .swiper-button-next,
.Related .swiper-button-prev {
	width: auto;
	height: auto;
	text-align: center
}

.Related .swiper-button-next i,
.Related .swiper-button-prev i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(var(--base-color-blue), 0.7);
}

.Related .swiper-button-next.swiper-button-disabled,
.Related .swiper-button-prev.swiper-button-disabled {
	opacity: 1
}

.Related .swiper-button-next.swiper-button-disabled i,
.Related .swiper-button-prev.swiper-button-disabled i {
	color: #fff;
	background: rgba(0, 0, 0, 0.3)
}






@media screen and (min-width:769px) {
	.sep-banner-mb {
		display: none
	}

	.sep-search-box,
	.sep-shadow,
	.sep-lx-header-mb,
	.sep-menu-box {
		display: none !important
	}
}

@media screen and (max-width:768px) {
	.sep-banner-pc {
		display: none
	}

	.sep-banner-mb {
		display: block
	}
}

@media screen and (max-width:768px) {
	.sep-mainnav {
		display: none
	}

	.sep-header {
		display: none
	}

	.inside-inner {
		display: none
	}

	.gdw-mb-c {
		display: block
	}

	.sep-lx-header-mb {
		display: block
	}

	.mb-bottom-wrap {
		padding-bottom: 60px
	}

	.gdw-mb-none {
		display: none
	}

	#onlineService {
		position: fixed;
		bottom: 0;
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.offside {
		display: flex;
		width: 100%
	}

	.offside li {
		flex-grow: 1;
		flex: 1;
		text-align: center;
		width: auto;
		height: 60px;
		background: rgba(var(--base-color-blue), 1) !important;
		border-bottom: none !important;
		border-right: 1px solid rgba(255, 255, 255, 0.15)
	}

	.offside li i {
		color: #fff !important;
		font-size: 20px !important;
		line-height: 60px !important;
		padding: 0;
		font-size: 22px !important
	}

	.offside li.tel {
		width: 47px;
		transform: translateX(0);
		-webkit-transform: translateX(0)
	}

	.offside li:last-child {
		display: none
	}

	.offside li p {
		display: none !important
	}

	.offside li a {
		position: static;
		display: inline-block
	}
}

@media screen and (max-width:768px) {
	.sep-container {
		padding: 0 10px
	}
}

@media screen and (max-width:1440px) {
	.sep-mainnav>.sep-container>ul>li .box-drap .box-left {
		width: 320px
	}
}

@media screen and (max-width:1416px) {
	.sep-container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .toggle .box ul {
		padding-left: 40px
	}

	.sep-mainnav>.sep-container>ul>li .box-drap .box-right .pro-list ul li a {
		font-size: 16px
	}
}

@media screen and (max-width:1290px) {
	.sep-container-1280 {
		padding: 0 20px
	}

	.sep-mainnav>.sep-container>ul>li .box-drap {
		padding: 30px 20px
	}

}

@media screen and (max-width:1260px) {

	.sep-mainbody .sep-primary {
		float: none;
		width: 100%
	}

	.sep-container {
		padding: 0 20px
	}

	.sep-mainnav>.sep-container>ul {
		margin-left: 20px
	}

	.sep-mainnav>.sep-container>ul>li>a {
		font-size: 16px
	}

	.sep-header .sep-mainnav>.sep-container>ul>li {
		padding: 21px 20px
	}

	.sep-mainnav>.sep-container {
		height: 70px
	}

	.sep-header .sep-mainnav .logo img {
		max-width: 70px
	}

	.sep-header.active .sep-mainnav .logo img {
		max-width: 70px
	}

	.sep-inner-body .news-sort a {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.sep-sidebar {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.mb-mg0 {
		margin: 0
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-right: 0;
		padding-left: 0
	}

	.mb-bottom-wrap ul.info li {
		margin-bottom: 14px
	}

	.gallery a {
		width: 100%;
		margin-bottom: 10px
	}

	.flex {
		display: block
	}

	.richtext img {
		height: auto !important
	}

	.swiper-pagination {
		width: 100%;
		bottom: 0
	}

	.sep-container {
		padding: 0 20px
	}

	.sep-breadcrumb {
		padding: 0
	}

	body {
		padding-top: 0
	}

	.btn-hover {
		height: 34px
	}
}

@media screen and (max-width:768px) {
	.richtext .table-wrap {
		overflow-x: scroll
	}

	#onlineService {
		overflow: visible
	}
}

@media screen and (max-width:1450px) {
	.fz56 {
		font-size: 46px
	}

	.fz44 {
		font-size: 36px
	}
}

@media screen and (max-width:1380px) {
	.sep-inner-banner .detail-wrap .thumb-wrap {
		width: 45%
	}

	.sep-inner-banner .detail-wrap .info-wrap {
		width: 55%;
		padding-left: 50px
	}
}

@media screen and (max-width:1060px) {
	.fz60 {
		font-size: 1.75rem
	}

	.richtext.fz22 * {
		font-size: 16px !important
	}

	.richtext.fz22 {
		font-size: 16px !important
	}

	.mb64 {
		margin-bottom: 24px
	}

	.sep-inner-body .benefits-items .item .box .title {
		font-size: 18px
	}

	.sep-inner-body .how-wrap {
		padding-right: 30px
	}

	.sep-inner-body .how-wrap .items .item a {
		font-size: 18px
	}

	.sep-inner-body .how-wrap .items .item a::before {
		top: 7px
	}

	.sep-inner-body .how-wrap .items .item a::after {
		top: 10px
	}

	.sep-inner-body .form-wrap .info {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px
	}

	.sep-inner-body .form-wrap .form-box {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px
	}

	.sep-inner-banner.detail-banner .sep-container {
		top: 52%
	}

	.sep-primary {
		width: 100%
	}

	.sep-inner-body .effect-wrap .item .thumb {
		padding: 0
	}

	.sep-inner-body .effect-wrap .item .info {
		margin-left: 20px
	}

	.sep-inner-body .effect-wrap .item:nth-child(even) .info {
		margin-right: 20px
	}

	.fz56 {
		font-size: 36px
	}

	.fz44 {
		font-size: 30px
	}

	.sep-inner-body .sep-title {
		margin-bottom: 50px
	}

	.sep-inner-body .sp-ul ul li {
		font-size: 18px
	}

	.sep-inner-body .app-list-box-wrap .info {
		padding-right: 20px !important
	}

	.sep-inner-body .sep-app-items .item:nth-child(odd) .info {
		padding-left: 20px
	}

	.sep-inner-body .sep-app-items .item:nth-child(even) .info {
		padding-right: 20px
	}

	.sep-inner-body .sep-app-items .item:nth-child(odd) .info .box {
		padding-left: 30px
	}

	.sep-inner-body .sep-app-items .item:nth-child(even) .info .box {
		padding-right: 30px
	}

	.sep-inner-body .sep-app-items .item .info .box .num {
		font-size: 80px
	}

	.sep-inner-body .sep-app-items .item .info .box {
		height: auto;
		background: #f7f7f7;
		margin-top: 50px;
		padding-top: 58px;
		padding-bottom: 50px
	}

	.sep-inner-body .sep-app-items .item .thumb::before {
		display: none
	}

	.sep-inner-body .sep-app-items .item .info .box .title {
		font-size: 28px
	}

	.sep-inner-body .function-wrap .info .title {
		font-size: 26px;
		margin-bottom: 30px
	}

	.sep-inner-body .company-wrap .title {
		line-height: 1.2em;
		font-size: 36px
	}

	.sep-inner-body .company-section6 .thumb {
		margin-right: 25px
	}

	.fz40 {
		font-size: 28px !important
	}

	.sep-inner-body .company-section6 .info .title {
		margin-bottom: 10px
	}

	.sep-inner-body .relate-news-items .item .box .thumb {}

	.fz36 {
		font-size: 28px
	}

	.richtext h2 {
		font-size: 22px
	}

	.sep-inner-body .sep-pdf-grid .item .box .title {
		font-size: 16px
	}

	.sep-inner-banner .sep-container {
		top: 53%
	}

	.sep-inner-body .company-wrap .title {
		font-size: 24px
	}

	.sep-breadcrumb {
		background: #f5f5f5
	}

	.mb80 {
		margin-bottom: 40px !important
	}

	.sep-inner-body .company-section5 {
		background: #fff
	}

	.sep-inner-body .company-section5 .box-slide .swiper-pagination {
		bottom: 30px
	}

	.sep-inner-body .company-section6 .thumb {
		width: 100%;
		margin-bottom: 30px
	}

	.sep-inner-banner.detail-banner {
		padding-top: 160px
	}

	.sep-inner-body .company-section6 .box-wrap {
		display: block
	}
}

@media screen and (max-width:960px) {
	.sep-primary {
		width: 100%
	}

	.inner-app-list li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}



}

@media screen and (max-width:768px) {
	.sep-sidebar {
		position: relative;
		top: 0;
	}

	.bq-contact-form-box .sep-container .contact-form-right {
		width: 100%;
	}

	.bq-contact-form-box .sep-container .contact-form-left {
		width: 100%;
		margin-top: 3%;
	}

	.bq-contact-form-box .sep-container .right-title {
		font-size: 20px;
		line-height: 30px;
	}

	.sep-container {
		width: 100%
	}

	.fz42 {
		font-size: 24px !important
	}

	.pt60 {
		padding-top: 10px !important
	}

	.sep-inner-body .sep-section-normal {
		padding: 20px 0
	}

	.mb50 {
		margin-bottom: 30px !important
	}

	.fz32 {
		font-size: 24px
	}

	iframe {
		height: 320px
	}

	.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
		position: static;
		left: 10px;
		top: 15px;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-bottom: 20px
	}

	.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
		width: 100%
	}

	.relate-list.relate-article-list .sep-datalist li {
		width: 100%;
		float: left;
		margin: 0 0
	}

	.sep-resource-list .sep-datalist>li:not(.pdf-item) {
		padding-left: 0
	}

	.sep-inner-banner .sep-container {
		top: 40%
	}

	.sep-inner-banner .sep-container .row {
		justify-content: center;
	}

	.sep-inner-body .line-wrap .items {
		width: 100%
	}

	.sep-inner-body .line-wrap {
		display: none
	}

	.sep-inner-body .sep-title::before {
		left: 50%;
		top: -19px
	}

	.sep-inner-body .benefits-items .item .box .round {
		margin-bottom: 30px
	}

	.sep-inner-body .benefits-items .item {
		margin-bottom: 40px
	}

	.sep-inner-body .how-wrap {
		padding: 0 20px !important
	}

	.sep-inner-body .how-wrap .box-slide {
		width: 100%;
		flex-shrink: 0;
		padding-right: 0;
		position: relative;
		margin-bottom: 30px
	}

	.sep-inner-body .how-wrap .items {
		margin-right: 10px
	}

	.sep-inner-body .form-wrap .info {
		width: 100%
	}

	.sep-inner-body .form-wrap .form-box {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px
	}

	.sep-inner-body .form-wrap .info {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px
	}

	.sep-inner-body .relate-news-items .item {
		margin-bottom: 15px
	}

	.sep-inner-banner .detail-wrap .thumb-wrap {
		width: 100%
	}

	.sep-inner-banner .detail-wrap .info-wrap {
		width: 100%;
		padding-left: 0
	}

	.sep-inner-banner.detail-banner .sep-container {
		top: 45%
	}

	.sep-inner-banner .detail-img {
		min-height: 1000px
	}

	.sep-inner-banner .detail-wrap .info-wrap .btns a:nth-child(2) {
		border: 1px solid #fff;
		margin-left: 0;
		color: #fff;
		margin-top: 20px
	}

	.sep-inner-body .sp-ul ul li i {
		flex-shrink: 0
	}

	.sep-inner-body .extract-wrap .thumb {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 40px
	}

	.sep-inner-body .extract-wrap {
		padding-left: 0
	}

	.sep-inner-body .effect-wrap .item .info {
		margin-left: 0;
		width: 100%;
		margin-top: 20px
	}

	.fz44 {
		font-size: 24px
	}

	.sep-inner-body .relate-pro-items .item {
		padding: 0
	}

	.sep-inner-banner.detail-banner .sep-container {
		position: static !important;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.sep-inner-banner.detail-banner {
		background: url(../img/inner-banner2.jpg) no-repeat;
		background-size: cover;
		padding-top: 40px
	}

	.sep-inner-banner.detail-banner .sep-breadcrumb {
		position: static;
		margin-top: 50px
	}

	.sep-inner-banner .detail-img {
		display: none
	}

	.sep-inner-body .app-list-box-wrap .thumb {
		width: 100%;
		flex-shrink: 0;
		margin-right: 0;
		margin-bottom: 20px
	}

	.app-list-box-wrap {
		padding: 0 20px
	}

	.pt80 {
		padding-top: 40px !important
	}

	.sep-inner-body .sep-app-items .item .thumb {
		width: 100%
	}

	.sep-inner-body .sep-app-items .item {
		padding: 0 20px
	}

	.sep-inner-body .sep-app-items .item:nth-child(odd) .info {
		padding-left: 0 !important
	}

	.sep-inner-body .sep-app-items .item .info .box {
		height: auto;
		background: #f7f7f7;
		margin-top: 0;
		padding-top: 28px;
		padding-bottom: 50px
	}

	.sep-inner-body .sep-app-items .item:nth-child(odd) .info .box {
		padding-left: 20px
	}

	.sep-inner-body .sep-app-items .item:nth-child(odd) .info .box {
		margin-right: 0;
		padding-right: 20px
	}

	.sep-inner-body .sep-app-items .item {
		margin-bottom: 30px
	}

	.sep-inner-body .sep-app-items .item:nth-child(even) .info .box {
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px
	}

	.sep-inner-body .sep-app-items .item:nth-child(even) .info {
		padding-right: 0 !important
	}

	.sep-inner-body .sep-pdf-grid .item .box .view {}

	.sep-inner-body .sep-app-items .item .info .box .title {
		font-size: 22px;
		margin-bottom: 20px
	}

	.sep-inner-body .app-detail-wrap .thumb {
		padding-right: 0;
		margin-bottom: 30px
	}

	.sep-inner-body .function-wrap .info {
		width: 100%
	}

	.sep-inner-body .function-wrap .info .title {
		font-size: 20px
	}

	.sep-inner-body .function-wrap .box-slide {
		width: 100%
	}

	.sep-inner-body .function-wrap .box-slide .swiper-wrapper {
		display: block
	}

	.sep-inner-body .function-wrap .box-slide .swiper-wrapper .swiper-slide {
		margin-bottom: 20px
	}

	.sep-inner-body .function-wrap .info .control-wrap .swiper-button-next,
	.sep-inner-body .function-wrap .info .control-wrap .swiper-button-prev {
		display: none
	}

	.sep-inner-body .sep-pdf-grid .item {
		padding: 0
	}

	.sep-inner-body .sep-pdf-grid .item .box .iconx i {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		color: #fff;
		font-size: 26px
	}


	.sep-inner-body .sep-pdf-grid .item .box {
		display: flex;
		padding: 20px;
	}

	.sep-inner-body .sep-pdf-grid .item .box .iconx {
		margin-right: 15px;
	}

	.sep-inner-body .sep-pdf-grid .item .box .download {
		margin-left: 15px;
	}

	.sep-inner-body .sep-pdf-grid .item .box h2 {
		width: calc(100% - 140px);
	}

	.sep-inner-body .sep-faq-list .item .content {
		padding-left: 20px;
		font-size: 16px
	}

	.fz36 {
		font-size: 24px
	}

	.sep-inner-body .sep-faq-list .item .box .title {
		font-size: 16px
	}

	.sep-inner-body .news-sort a {
		font-size: 14px;
		padding: 0 15px
	}

	.sep-resource-grid .sep-datalist li {
		width: 100%
	}

	.sep-inner-body .contact-detail-wrap .info {
		padding-right: 0
	}

	.sep-inner-banner .sep-breadcrumb .breadcrumb li a {
		font-size: 16px;
	}

	.sep-menu-box .contact {
		text-align: center;
		margin: 0 auto;
		padding: 20px 40px;
		width: 100%;
	}

	.sep-menu-box .bottom .menu-item>li .box {
		padding: 22px 30px;
	}

	.sep-menu-box .top {
		padding: 20px 30px;
	}

	.sep-lx-header-mb .box-wrap>ul>li {
		height: 39px;
		width: 39px;
	}
}


@media(max-width:1025px) {
	.product-view .image-additional {
		width: 400px;
		margin: auto !important;
	}
}

@media screen and (max-width:1024px) {
	.showpr-left {
		width: 100%;
	}

	.showpr-right {
		width: 100%;
	}
}


@media screen and (max-width:768px) {
	section.app-section {
		padding: 50px 0;
	}

	section.app-section:first-child {
		padding-top: 20px;
	}

	.ci-box a {
		bottom: 20px;
	}

	.prolist h1 {
		font-size: 24px;
	}

	.sep-sidebar .sep-sidebar-list .hd {
		font-size: 20px;
	}

	.bq-contact-form-box .sep-container .form-group {
		width: 100%;
	}

	.bq-contact-form-box .sep-container .left .left-title {
		font-size: 20px;
	}

	a.more {
		width: 160px;
		font-size: 14px !important;
		height: 30px;
		line-height: 30px;
		padding: 0;
	}

	.sep-primary {
		margin-top: 3%;
	}

	.sep-inner-body .sep-faq-list .item .box .title h2 {
		font-size: 20px;
	}

	.inner-app-list li .thumb-info .thumb-title {
		font-size: 16px;
	}

	.sep-inner-body .sep-faq-list .item .content * {
		font-size: 16px;
	}

	.sep-application-list .item .info .title {
		font-size: 18px;
	}

	.sep-application-list .item .thumb {
		width: 100%;
	}

	.app-right {
		width: 100%;
		margin-bottom: 3%;
	}

	.inner-app-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row {
		margin: 0
	}

	.relate-list .sep-datalist li {
		width: 100%;
		float: left;
		margin: 0
	}

	.search-btns a {
		height: 48px;
		min-width: unset;
		font-size: 14px;
		background: #f0f0f0;
		padding: 0 10px;
		margin: 0 6px;
		text-align: center
	}

	.operation li {
		width: 100% !important;
		margin-bottom: 15px
	}

	.prolist {
		width: 100%;
	}

	.prolist .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.prolist .jc-resource-grid .show-detail .thumb {
		width: 100%;
		float: left;
	}

	.prolist .show-detail .info {
		width: 100%;
		float: left;
		margin-top: 5%;
	}

	.btns a:nth-child(2) {
		margin-left: 0px;
		margin-top: 2%;
	}

	.sep-inner-body .relate-news-items .item .box .info .title {
		font-size: 16px;
	}

	#catg {
		border-bottom: solid 1px #fff;
		padding-top: 4% !important;
		padding-bottom: 2%;
	}

	#catg .hd:before {
		content: "\f067";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}

	#catg .hd {
		position: relative;
	}

	#catg ul {
		display: none;
	}

	.sep-sidebar .up ul.catgt {
		display: block !important;
	}

	.upo:before {
		display: none;
	}

	#catg .hd:after {
		content: "\f068";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}

	#nprots {
		padding-top: 4% !important;
		padding-bottom: 2%;
	}

	.recent {
		width: 100%;
		float: left;
	}

	#nprots .more {
		display: none;
	}

	#nprots .hd:before {
		content: "\f067";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}

	#nprots .hd {
		position: relative;
	}

	#nprots ul {
		display: none;
	}

	.sep-sidebar .nup ul.recent {
		display: block !important;
	}

	.nupo:before {
		display: none;
	}

	#nprots .hd:after {
		content: "\f068";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}

	.nup .more {
		display: block !important;
		float: left;
	}


	#snews {
		border-bottom: solid 1px #fff;
		padding-top: 4% !important;
		padding-bottom: 2%;
		margin-bottom: 0 !important;
	}

	#snews .hd:before {
		content: "\f067";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}

	#snews .hd {
		position: relative;
	}

	#snews ul {
		display: none;
	}

	.sep-sidebar .ups ul.snewslist {
		display: block !important;
	}

	.upos:before {
		display: none;
	}

	#snews .hd:after {
		content: "\f068";
		position: absolute;
		right: 0;
		font: normal normal normal 16px/1 FontAwesome;
		cursor: pointer;
	}



}