body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	color: #343434;
	background-color: #fff
}
 @media(min-width:992px) {
 	.additional.col-md-9 .colContent:first-child {
 		margin-left: 10px
 	}
 }

 @media(max-width:991px) {
 	.container .additional.row {
 		display: flex;
 		flex-wrap: wrap-reverse
 	}

 	.container .additional.row .additional {
 		width: 100%
 	}
 }

/*导航*/
.navigation-n93m-1 {
	z-index: 1050;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 1.6rem;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.navigation-n93m-1 ul {
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0
}

.navigation-n93m-1 a {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.navigation-n93m-1 a:hover {
	color: #239e83
}

.navigation-n93m-1 .header {
	width: 99%;
	margin: 0 auto;
	display: flex;
	align-items: center
}

.navigation-n93m-1 .header .out-search {
	position: absolute;
	right: 15px;
	top: 36px;
	font-size: 2rem;
	line-height: 18px;
	border-left: 1px solid #fff;
	padding-left: 15px
}

.navigation-n93m-1 .header .language {
	position: absolute;
	right: 60px;
	top: 33px;
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
	height: 40px;
	font-size: 1.6rem
}

.navigation-n93m-1 .header .language e {
	line-height: 1.7
}

.navigation-n93m-1 .header .language e .iconflag {
	margin: 4px 2px 0 0
}

.navigation-n93m-1 .header .language e .f-down {
	margin-left: 3px
}

.navigation-n93m-1 .header .language .list {
	border-top: 2px solid;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 20;
	top: 35px;
	left: 0;
	list-style-type: none;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	display: none;
	scrollbar-width: thin;
	scrollbar-color: #5e5d62 #313131
}

.navigation-n93m-1 .header .language .list::-webkit-scrollbar {
	width: 6px;
	height: 8px
}

.navigation-n93m-1 .header .language .list::-webkit-scrollbar-track {
	background-color: #313131;
	border-radius: 10px
}

.navigation-n93m-1 .header .language .list::-webkit-scrollbar-button {
	height: 0
}

.navigation-n93m-1 .header .language .list::-webkit-scrollbar-thumb {
	background-color: #5e5d62;
	border-radius: 10px
}

.navigation-n93m-1 .header .language .list li {
	width: 140px;
	padding: 10px 4px 5px 13px;
	overflow: hidden;
	border-bottom: 1px solid #cbcbcb
}

.navigation-n93m-1 .header .language .list li:last-child {
	border-bottom: 0
}

.navigation-n93m-1 .header .language .list li a {
	color: #fff;
	display: inline-block;
	position: relative
}

.navigation-n93m-1 .header .language .list li p {
	display: inline-block;
	text-align: left;
	width: 100%;
	padding: 0 2px 0 32px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.navigation-n93m-1 .header .language .list li i {
	position: absolute;
	left: 0;
	top: 2px
}

.navigation-n93m-1 .header .language .list li:hover {
	background-color: #239e83
}

.navigation-n93m-1 .header .language .list li:hover a {
	color: #fff
}

.navigation-n93m-1 .header .language:focus,
.navigation-n93m-1 .header .language:hover {
	color: #239e83
}

.navigation-n93m-1 .header .language:focus .list,
.navigation-n93m-1 .header .language:hover .list {
	opacity: 1;
	display: block
}

.navigation-n93m-1 .bar-icon-btn {
	position: relative;
	float: left;
	cursor: pointer;
	padding-top: 2px
}

.navigation-n93m-1 .bar-icon-btn>span {
	background-color: #fff;
	height: 3px;
	width: 22px;
	margin-bottom: 4px;
	display: block;
	border-radius: 10px
}

.navigation-n93m-1 .logo-link {
	width: 25%;
	height: 90px;
	padding: 0 20px 0 0;
	vertical-align: middle;
	float: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.navigation-n93m-1 .logo-link>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.navigation-n93m-1 .logo-link>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.navigation-n93m-1 .navbar-ul {
	height: auto;
	width: 100%;
	display: table;
	text-align: center
}

.navigation-n93m-1 .navbar-ul .imco {
	font-size: 1.6rem;
	padding-left: 4px;
	font-weight: normal
}

.navigation-n93m-1 .navbar-ul .active a {
	color: #239e83
}

.navigation-n93m-1 .navbar-ul>li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.navigation-n93m-1 .navbar-ul>li a {
	padding: 0 25px 0 5px;
	display: block;
	font-size: 1.8rem;
	text-transform: uppercase
}

.navigation-n93m-1 .lv-2 {
	width: 23rem;
	padding-top: 33px;
	margin-top: 25px;
	position: absolute;
	top: 0;
	z-index: 1001;
	overflow: inherit
}

.navigation-n93m-1 .lv-2>li {
	position: relative;
	display: block;
	font-size: 1.6rem;
	line-height: 18px;
	height: auto
}

.navigation-n93m-1 .lv-3 {
	position: absolute;
	left: 23rem;
	top: 0;
	max-width: 12rem
}

.navigation-n93m-1 .subnavs {
	display: none
}

.navigation-n93m-1 .subnavs .imco {
	transform: rotate(-90deg);
	position: absolute;
	right: 4px;
	top: 2px
}

.navigation-n93m-1 .subnavs li {
	border-bottom: 0;
	z-index: 900;
	background-color: rgba(0, 0, 0, 0.4)
}

.navigation-n93m-1 .subnavs li a {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 44px;
	padding: 0 20px 0 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.navigation-n93m-1 .subnavs li a:hover {
	color: #fff
}

.navigation-n93m-1 .subnavs li a:hover:before {
	content: '';
	background: #239e83;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.navigation-n93m-1 .subnavs li:first-child {
	border-top: 2px solid #239e83
}

.navigation-n93m-1 .lv-2 .sub-arrow {
	top: 3px
}

.navigation-n93m-1 .modal {
	padding-right: 0 !important
}

.navigation-n93m-1 .modal.in .modal-dialog {
	transform: translate(0, 0)
}

.navigation-n93m-1 .modal .modal-dialog {
	transform: translate(-50%, 0)
}

.navigation-n93m-1 .left-pnl {
	width: 72%;
	background: #343434
}

.navigation-n93m-1 .mid-pnl {
	width: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.navigation-n93m-1 .pnl {
	height: 100%;
	color: #fff;
	position: relative
}

.navigation-n93m-1 .pnl .close {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 29px;
	font-size: 2.6rem;
	background: transparent;
	right: 5px;
	top: 5px;
	text-align: center;
	border: 0;
	color: #e5e5e5
}

.navigation-n93m-1 .pnl .close:hover {
	color: #239e83
}

.navigation-n93m-1 .pnl .title {
	padding: 15px 10px 10px 10px;
	font-size: 2rem
}

.navigation-n93m-1 .pnl .menu {
	width: 100%;
	height: 88%;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #5e5d62 #313131
}

.navigation-n93m-1 .pnl .menu::-webkit-scrollbar {
	width: 6px;
	height: 8px
}

.navigation-n93m-1 .pnl .menu::-webkit-scrollbar-track {
	background-color: #313131;
	border-radius: 10px
}

.navigation-n93m-1 .pnl .menu::-webkit-scrollbar-button {
	height: 0
}

.navigation-n93m-1 .pnl .menu::-webkit-scrollbar-thumb {
	background-color: #5e5d62;
	border-radius: 10px
}

.navigation-n93m-1 .pnl .menu a {
	padding: 8px 5px 3px 12px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase
}

.navigation-n93m-1 .pnl .menu a.lv2 {
	padding: 5px 5px 3px 24px;
	color: #cbcbcb;
	text-transform: capitalize
}

.navigation-n93m-1 .pnl .menu a.lv3 {
	padding: 2px 5px 3px 36px;
	color: #cbcbcb;
	text-transform: capitalize
}

.navigation-n93m-1 .pnl .menu a:hover {
	color: #239e83
}

.navigation-n93m-1 .pnl .language .es {
	display: none
}

.navigation-n93m-1 .pnl .language a i {
	float: left
}

.navigation-n93m-1 .pnl .language a p {
	float: left;
	margin: 0 0 0 2px;
	height: 20px;
	line-height: 18px
}

.navigation-n93m-1 .pnl .search-box {
	position: absolute;
	top: 35%;
	width: 100%
}

.navigation-n93m-1 .pnl .search-box .input-text {
	outline: 0;
	height: 50px;
	width: 80%;
	margin: 0 0 0 5%;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	float: left;
	padding-left: 1rem;
	font-size: 1.8rem
}

.navigation-n93m-1 .pnl .search-box .search-btn {
	position: absolute;
	left: 85%;
	width: 50px;
	height: 50px;
	border: 0;
	background: #239e83;
	cursor: pointer;
	color: #fff;
	font-size: 2rem
}

@media(max-width:1280px) {
	.navigation-n93m-1 .logo-link {
		width: 0
	}
}

@media(max-width:991px) {
	.navigation-n93m-1 {
		background-color: #888
	}

	.navigation-n93m-1 .header .language,
	.navigation-n93m-1 .header .out-search {
		display: none
	}

	.navigation-n93m-1 .logo-link {
		width: 100%;
		height: 56px;
		padding: 6px 0;
		margin-top: 40px
	}

	.navigation-n93m-1 .tools-xs {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #343434;
		height: 40px;
		padding: 10px
	}

	.navigation-n93m-1 .tools-xs .imco {
		font-size: 22px;
		line-height: 22px;
		margin-left: 17px;
		float: left
	}

	.navg-back-n93m-1 {
		height: 96px;
		display: block
	}
}

@media(min-width:991px) {
	.navigation-n93m-1 {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4)
	}

	.navigation-n93m-1.n-pin .logo-link {
		width: 0
	}

	.navigation-n93m-1 .collapse {
		display: block;
		max-width: 70%;
		flex: auto
	}

	.navigation-n93m-1 .navbar-ul li.active>.subnavs,
	.navigation-n93m-1 .navbar-ul li:hover>.subnavs {
		display: block
	}

	.navg-back-n93m-1 {
		display: none
	}
}
/*底部*/
.friendly-link-n107m-1 {
	position: relative;
	padding: 32px 0 50px 0;
	margin-bottom: -50px
}

.friendly-link-n107m-1 .bgb {
	background-size: 42px 42px;
	background: #000505;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	filter: blur(1px)
}

.friendly-link-n107m-1 .blk {
	display: none;
	float: left;
	padding: 32px
}

.friendly-link-n107m-1 .title {
	font-size: 1.6rem
}

.friendly-link-n107m-1 a {
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	color: #e5e5e5;
	opacity: .6;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.friendly-link-n107m-1 a:hover {
	opacity: 1
}

.friendly-link-n107m-1 .cus {
	position: relative;
	margin-bottom: 15px
}

.friendly-link-n107m-1 .cus .imco {
	color: #e5e5e5;
	font-size: 26px;
	position: absolute;
	left: 2px
}

.friendly-link-n107m-1 .cus .info {
	padding-left: 48px
}

.friendly-link-n107m-1 .cus .info a {
	margin-bottom: 0
}

.friendly-link-n107m-1 .sns a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
	border-radius: 40px;
	background: #fff;
	margin: 0 16px 16px 0;
	opacity: 1
}

.friendly-link-n107m-1 .sns a .f-skype {
	color: #00aff0
}

.friendly-link-n107m-1 .sns a .f-twitter {
	color: #02b0e8
}

.friendly-link-n107m-1 .sns a .f-google-plus {
	color: #cc3b1e
}

.friendly-link-n107m-1 .sns a .f-linkedin {
	color: #006a9a
}

.friendly-link-n107m-1 .sns a .f-facebook {
	color: #4267b2
}

.friendly-link-n107m-1 .sns a .f-instagram {
	color: #4267b2
}

.friendly-link-n107m-1 .sns a .f-youtube {
	color: #4267b2
}

.friendly-link-n107m-1 .sns a .f-comment {
	color: #4267b2
}

.friendly-link-n107m-1 .sns a .f-pinterest {
	color: #e10600
}

.friendly-link-n107m-1 .snsinfo a {
	color: #147866;
	background-color: #343434;
	background: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	margin: 0 8px;
	text-decoration: none
}

.friendly-link-n107m-1 .snsinfo a:hover {
	color: #41ab90;
	background: #e5e5e5
}

.friendly-link-n107m-1 .snsinfo a i {
	font-size: 1.8rem;
	display: block
}

@media(max-width:1200px) {
	.friendly-link-n107m-1 .blk {
		padding: 32px 16px
	}
}

@media(max-width:768px) {
	.friendly-link-n107m-1 {
		padding: 16px 0 55px 0;
		margin-bottom: -50px
	}

	.friendly-link-n107m-1 .container {
		padding: 0
	}

	.friendly-link-n107m-1 .container .sns a {
		margin: 0 8px 8px 0
	}

	.friendly-link-n107m-1 .container .blk:last-child {
		display: block;
		padding: 0
	}
}

@media(min-width:768px) {

	.friendly-link-n107m-1 .blk:nth-child(1),
	.friendly-link-n107m-1 .blk:nth-child(2),
	.friendly-link-n107m-1 .blk:nth-child(3),
	.friendly-link-n107m-1 .blk:last-child {
		display: block
	}
}
.copyright-n101m-1 {
	text-align: center;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	color: #fff;
	opacity: .8
}

@media(max-width:768px) {
	.copyright-n101m-1 {
		height: 42px;
		line-height: 42px
	}
}
.contact-box-n93m-1 {
	position: fixed;
	bottom: 38%;
	right: 0;
	z-index: 9999
}

.contact-box-n93m-1 ul {
	list-style: none;
	padding: 0
}

.contact-box-n93m-1 a {
	text-decoration: none
}

.contact-box-n93m-1 .item {
	position: relative
}

.contact-box-n93m-1 .item.hide {
	display: none
}

.contact-box-n93m-1 .item .qrcode {
	padding: 15px;
	max-width: 150px;
	max-height: 150px;
	background: #fff
}

.contact-box-n93m-1 .item a {
	display: block;
	color: #fff;
	background: #239e83;
	padding: 5px 9px;
	font-size: 22px;
	cursor: pointer
}

.contact-box-n93m-1 .item a:hover {
	background: #0a5247
}

.contact-box-n93m-1 .item .tools {
	display: none;
	min-width: 80px;
	min-height: 40px;
	position: absolute;
	top: 0;
	right: 100%;
	padding-right: 8px
}

.contact-box-n93m-1 .item .tools a {
	display: block;
	padding: 10px 15px;
	color: #505050;
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	white-space: nowrap
}

.contact-box-n93m-1 .item .tools a .imco:before {
	margin-right: 6px
}

.contact-box-n93m-1 .item .tools a:nth-child(n+2) {
	border-top: 0
}

.contact-box-n93m-1 .item .tools a:before,
.contact-box-n93m-1 .item .tools a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.contact-box-n93m-1 .item .tools a:before {
	z-index: 2;
	right: 2px;
	top: 14px;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff
}

.contact-box-n93m-1 .item .tools a:after {
	z-index: 1;
	right: 0;
	top: 13px;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #e5e5e5
}

.contact-box-n93m-1 .item .tools a:hover {
	color: #147866;
	background: #b4d1c7
}

.contact-box-n93m-1 .item .tools .back2top:hover:before {
	border-color: transparent transparent transparent #b4d1c7
}

.contact-box-n93m-1 .item:hover .tools {
	display: block
}

.contact-box-n93m-1 .b2t {
	display: none
}
/*关于我们*/
.breadcrumb-n93m-6 {
	width: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 40px
}

.breadcrumb-n93m-6 .bgc {
	z-index: -1;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 22%
}

.breadcrumb-n93m-6 .bgc .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.breadcrumb-n93m-6 .bgc .square-cont {
	display: flex;
	justify-content: center
}

.breadcrumb-n93m-6 .bgc .square-cont>img {
	width: 100%
}

.breadcrumb-n93m-6 .bgc:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4)
}

.breadcrumb-n93m-6 .cb {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25%
}

.breadcrumb-n93m-6 ul {
	overflow: hidden;
	margin-bottom: 15px
}

.breadcrumb-n93m-6 ul,
.breadcrumb-n93m-6 li {
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 2
}

.breadcrumb-n93m-6 li {
	font-size: 1.6rem;
	height: 2rem;
	float: left;
	margin: 0 10px 0 1px
}

.breadcrumb-n93m-6 li a {
	text-decoration: none;
	color: #fff
}

.breadcrumb-n93m-6 li a:hover {
	color: #239e83
}

.breadcrumb-n93m-6 li:first-child {
	padding-left: 23px
}

.breadcrumb-n93m-6 li:first-child:before {
	content: '';
	background: #239e83;
	height: 20px;
	width: 5px;
	position: absolute;
	left: 0
}

@media(max-width:1024px) {
	.breadcrumb-n93m-6 .bgc {
		padding-bottom: 20%
	}

	.breadcrumb-n93m-6 .cb {
		bottom: 62%
	}
}

@media(max-width:768px) {
	.breadcrumb-n93m-6 .cb {
		bottom: 10%
	}
}
.about-us-list-n108m-1 {
	margin-bottom: 40px
}

.about-us-list-n108m-1 .about-bg {
	background: #d1ded9;
	border-radius: 20px;
	padding: 10px 10px
}

.about-us-list-n108m-1 .about-bg ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	padding: 15px 0;
	margin: 0
}

.about-us-list-n108m-1 .about-bg ul li {
	flex: auto;
	color: #239e83;
	align-items: center;
	display: flex;
	width: 50%;
	text-align: center;
	webkit-justify-content: center;
	justify-content: center
}

.about-us-list-n108m-1 .about-bg ul li:last-child:after {
	display: none
}

.about-us-list-n108m-1 .about-bg ul li .data-img {
	width: 50px;
	height: 50px;
	margin-right: 10px
}

.about-us-list-n108m-1 .about-bg ul li .data-con {
	text-align: left
}

.about-us-list-n108m-1 .about-bg ul li .data-con label {
	font-weight: normal;
	font-size: 2rem;
	margin: 0;
	line-height: 1.2
}

.about-us-list-n108m-1 .about-bg ul li .data-con span {
	display: block;
	font-size: 1.4rem;
	color: #888
}

@media(min-width:768px) {
	.about-us-list-n108m-1 {
		margin-bottom: 80px
	}

	.about-us-list-n108m-1 .about-bg {
		border-radius: 20px;
		padding: 15px 5px
	}

	.about-us-list-n108m-1 .about-bg ul {
		top: 0;
		padding: 0;
		padding-bottom: 25px;
		flex-wrap: nowrap
	}

	.about-us-list-n108m-1 .about-bg ul li {
		color: #239e83;
		width: 100%
	}

	.about-us-list-n108m-1 .about-bg ul li .data-con {
		text-align: center
	}

	.about-us-list-n108m-1 .about-bg ul li .data-con label {
		font-size: 4rem
	}

	.about-us-list-n108m-1 .about-bg ul li .data-con span {
		color: inherit
	}

	.about-us-list-n108m-1 .about-bg ul li .data-img {
		width: 50px;
		height: 50px;
		margin-right: 20px
	}
}
.paragraph-n93m-1 {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px 20px
}

.paragraph-n93m-1 h1 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #239e83;
	text-align: center
}

.paragraph-n93m-1 i {
	display: block;
	height: 3px;
	width: 8%;
	background: #239e83;
	margin: 0 auto 20px auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.paragraph-n93m-1:hover i {
	width: 10%
}

.paragraph-n93m-1 .text-content p {
	color: #505050;
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.75
}

.paragraph-n93m-1 .text-content table,
.paragraph-n93m-1 .text-content td,
.paragraph-n93m-1 .text-content p,
.paragraph-n93m-1 .text-content img,
.paragraph-n93m-1 .text-content video {
	max-width: 100%
}

@media(min-width:768px) {
	.paragraph-n93m-1 {
		margin-bottom: 40px
	}

	.paragraph-n93m-1 h1 {
		font-size: 2.6rem
	}

	.paragraph-n93m-1 i {
		margin: 0 auto 25px auto
	}
}
.video-n93m-2 {
	margin-bottom: 40px;
	background: transparent !important;
	overflow: hidden
}

.video-n93m-2 .fcb {
	margin: 18px;
	padding: 0;
	background: transparent
}

.video-n93m-2 video {
	max-width: 100%
}

.video-n93m-2 .item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #000
}

.video-n93m-2 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.video-n93m-2 .item .co>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.video-n93m-2 .item .co>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.video-n93m-2 .item .co>span>video {
	outline: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	filter: blur(8px)
}

.video-n93m-2 .controls {
	position: absolute;
	width: 34%;
	height: 40%;
	top: 30%;
	left: 33%;
	vertical-align: middle;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}

.video-n93m-2 .controls .ltc {
	position: absolute;
	border-left: 5px solid #239e83;
	border-top: 5px solid #239e83;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px
}

.video-n93m-2 .controls .rbc {
	position: absolute;
	border-right: 5px solid #239e83;
	border-bottom: 5px solid #239e83;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px
}

.video-n93m-2 .controls .title {
	font-size: 1.8rem;
	margin: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box
}

.video-n93m-2 .controls .play {
	font-size: 22px;
	border: 4px solid;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	line-height: 40px;
	display: inline-block;
	padding-left: 4px;
	cursor: pointer;
	font-weight: bold
}

.video-n93m-2 .controls .play:hover {
	color: #239e83
}

@media(min-width:768px) {
	.video-n93m-2 {
		margin-bottom: 80px
	}

	.video-n93m-2 .controls .title {
		font-size: 2.6rem;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box
	}
}

@media(min-width:1024px) {
	.video-n93m-2 .item {
		padding-bottom: 25%
	}

	.video-n93m-2 .controls {
		position: absolute;
		width: 34%;
		height: 70%;
		top: 15%;
		left: 33%
	}

	.video-n93m-2 .controls .play {
		font-size: 28px;
		border: 4px solid;
		border-radius: 50%;
		width: 64px;
		height: 64px;
		line-height: 56px
	}
}
.carousel-n93m-3 {
	position: relative;
	padding: 20px 15px;
	background: #f2f2f2;
	margin-bottom: 60px
}

.carousel-n93m-3 .item {
	background: #fff;
	text-align: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.carousel-n93m-3 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.carousel-n93m-3 .item .cover-image {
	overflow: hidden;
	display: block
}

.carousel-n93m-3 .item .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.carousel-n93m-3 .item .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.carousel-n93m-3 .owl-item {
	padding: 0 5px
}

.carousel-n93m-3 .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.carousel-n93m-3 .owl-nav .owl-prev,
.carousel-n93m-3 .owl-nav .owl-next {
	position: absolute;
	width: 32px;
	height: 32px;
	font-size: 1.6rem;
	line-height: 32px;
	border: 0;
	color: #fff;
	background: #239e83;
	opacity: .5
}

.carousel-n93m-3 .owl-nav .owl-prev:hover,
.carousel-n93m-3 .owl-nav .owl-next:hover {
	opacity: 1
}

.carousel-n93m-3 .owl-nav .owl-prev {
	left: 0
}

.carousel-n93m-3 .owl-nav .owl-next {
	right: 0
}

.carousel-n93m-3 .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}

.carousel-n93m-3 .owl-buttons .owl-prev {
	position: absolute;
	left: 17px
}

.carousel-n93m-3 .owl-buttons .owl-next {
	position: absolute;
	right: 17px
}

.carousel-n93m-3 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #239e83;
	opacity: .5;
	display: inline-block;
	text-align: center
}

.carousel-n93m-3 .owl-buttons .imco:hover {
	opacity: 1
}

.carousel-n93m-3.owl-carousel .owl-pagination {
	bottom: 0
}

.carousel-n93m-3.owl-carousel .owl-pagination .owl-page {
	width: 24px;
	height: 6px;
	margin: 5px 7px;
	transition: opacity 200ms ease;
	border-radius: 0;
	background: #e5e5e5
}

.carousel-n93m-3.owl-carousel .owl-pagination .owl-page.active {
	background: #239e83
}

@media(min-width:768px) {
	.carousel-n93m-3 {
		padding: 20px 25px
	}

	.carousel-n93m-3 .owl-buttons .owl-prev {
		position: absolute;
		left: 29px
	}

	.carousel-n93m-3 .owl-buttons .owl-next {
		position: absolute;
		right: 29px
	}
}

@media(max-width:768px) {
	.carousel-n93m-3 {
		margin-bottom: 40px
	}

	.carousel-n93m-3 .owl-pagination {
		display: none
	}
}
/*表格*/
.message-n93m-1 {
	margin: 60px 0;
	padding: 32px 17px;
	position: relative;
	overflow: auto;
	background: #f2f2f2
}

.message-n93m-1 .mtitle {
	padding: 12px;
	margin: 0 15px 24px 15px;
	border-left: 4px solid #239e83;
	background-color: #d1ded9;
	color: #239e83;
	border-color: #239e83;
	font-size: 1.6rem
}

.message-n93m-1 .mdesc {
	color: #239e83
}

.message-n93m-1 .line {
	overflow: hidden;
	margin-bottom: 20px
}

.message-n93m-1 .line input,
.message-n93m-1 .line textarea {
	-webkit-appearance: none;
	outline: 0;
	border: 1px solid #cbcbcb;
	border-radius: 2px
}

.message-n93m-1 .line input:focus,
.message-n93m-1 .line textarea:focus,
.message-n93m-1 .line input:hover,
.message-n93m-1 .line textarea:hover {
	outline: 0;
	-webkit-appearance: none;
	border: 1px solid #41ab90
}

.message-n93m-1 .line input {
	line-height: 40px;
	height: 40px;
	padding: 0 12px
}

.message-n93m-1 .field-validation-error {
	color: red;
	padding: 0 12px;
	margin-top: 2px;
	display: inline-block
}

.message-n93m-1 .subbtn {
	padding: 0 15px
}

.message-n93m-1 .subbtn button {
	transition: background-color .3s ease 0s;
	outline: 0;
	cursor: pointer;
	appearance: none;
	user-select: none;
	text-align: center;
	word-spacing: normal;
	height: 40px;
	line-height: 38px;
	padding: 0 24px;
	font-size: 16px;
	border: 0;
	color: #fff;
	background: #239e83
}

.message-n93m-1 .subbtn button:hover {
	background: #0a5247
}

@media(max-width:768px) {
	.message-n93m-1 {
		padding: 16px 1px
	}

	.message-n93m-1 .line {
		margin-bottom: 12px
	}

	.message-n93m-1 .mtitle {
		margin-bottom: 12px
	}
}
/*证书*/
.certificate-list-n93m-1 {
	font-size: 1.4rem;
	overflow: auto
}

.certificate-list-n93m-1 ul {
	list-style: none;
	overflow: auto;
	padding: 15px;
	margin: 0;
	background: #f2f2f2
}

.certificate-list-n93m-1 ul li {
	margin-bottom: 15px;
	background: #e5e5e5
}

.certificate-list-n93m-1 .item {
	width: 100%;
	float: left
}

.certificate-list-n93m-1 .item .blk {
	background-color: #f2f2f2;
	margin: 0 0 30px 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 80%
}

.certificate-list-n93m-1 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.certificate-list-n93m-1 .item .blk .cover-image {
	overflow: hidden;
	display: block
}

.certificate-list-n93m-1 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.certificate-list-n93m-1 .item .blk .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.certificate-list-n93m-1 .item .blk .cover-image>span {
	overflow: hidden
}

.certificate-list-n93m-1 .item .blk .cover-image img {
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s
}

.certificate-list-n93m-1 .item .blk .cover-image img:hover {
	transform: scale(1.15)
}

@media(max-width:768px) {
	.certificate-list-n93m-1 {
		margin-top: 15px
	}

	.certificate-list-n93m-1 .col-xs-6:nth-child(2n) {
		padding-left: 10px
	}

	.certificate-list-n93m-1 .col-xs-6:nth-child(2n+1) {
		padding-right: 10px
	}

	.certificate-list-n93m-1 .item .blk {
		margin-bottom: 20px
	}
}
.pagination-n101m-1 {
	font-size: 1.6rem;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

.pagination-n101m-1 ul {
	display: inline-block;
	padding-left: 0
}
.pagination-n101m-1 ul li{
	display: inline-block;
}
.pagination-n101m-1 ul li a {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	text-align: center;
	padding: 0 6px;
	line-height: 38px;
	height: 40px;
	min-width: 40px;
	border: 1px solid #cbcbcb;
	margin: 0 5px 5px 5px;
	color: #505050;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.pagination-n101m-1 ul li a:hover {
	border-color: #239e83;
	color: #239e83
}

.pagination-n101m-1 ul li {
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block
}

.pagination-n101m-1 ul li .page-num-current {
	border-color: #239e83;
	background: #239e83;
	color: #fff !important
}

.pagination-n101m-1 ul .pageinfo {
	border: 0;
	background: transparent;
	color: #505050 !important
}
/*内页列表左侧*/
.additional.col-md-3 .col-xs-12,
.additional.col-md-3 .col-sm-12,
.additional.col-md-3 .col-md-12,
.additional.col-md-3 .col-lg-12 {
	width: 100%
}

.additional.col-md-3 .col-xs-11,
.additional.col-md-3 .col-sm-11,
.additional.col-md-3 .col-md-11,
.additional.col-md-3 .col-lg-11 {
	width: 100%
}

.additional.col-md-3 .col-xs-10,
.additional.col-md-3 .col-sm-10,
.additional.col-md-3 .col-md-10,
.additional.col-md-3 .col-lg-10 {
	width: 100%
}

.additional.col-md-3 .col-xs-9,
.additional.col-md-3 .col-sm-9,
.additional.col-md-3 .col-md-9,
.additional.col-md-3 .col-lg-9 {
	width: 100%
}

.additional.col-md-3 .col-xs-8,
.additional.col-md-3 .col-sm-8,
.additional.col-md-3 .col-md-8,
.additional.col-md-3 .col-lg-8 {
	width: 100%
}

.additional.col-md-3 .col-xs-7,
.additional.col-md-3 .col-sm-7,
.additional.col-md-3 .col-md-7,
.additional.col-md-3 .col-lg-7 {
	width: 100%
}

.additional.col-md-3 .col-xs-6,
.additional.col-md-3 .col-sm-6,
.additional.col-md-3 .col-md-6,
.additional.col-md-3 .col-lg-6 {
	width: 100%
}

.additional.col-md-3 .col-xs-5,
.additional.col-md-3 .col-sm-5,
.additional.col-md-3 .col-md-5,
.additional.col-md-3 .col-lg-5 {
	width: 100%
}

.additional.col-md-3 .col-xs-4,
.additional.col-md-3 .col-sm-4,
.additional.col-md-3 .col-md-4,
.additional.col-md-3 .col-lg-4 {
	width: 100%
}

.additional.col-md-3 .col-xs-3,
.additional.col-md-3 .col-sm-3,
.additional.col-md-3 .col-md-3,
.additional.col-md-3 .col-lg-3 {
	width: 100%
}

.additional.col-md-3 .col-xs-2,
.additional.col-md-3 .col-sm-2,
.additional.col-md-3 .col-md-2,
.additional.col-md-3 .col-lg-2 {
	width: 100%
}

.additional.col-md-3 .col-xs-1,
.additional.col-md-3 .col-sm-1,
.additional.col-md-3 .col-md-1,
.additional.col-md-3 .col-lg-1 {
	width: 100%
}

.additional.col-md-4 .col-xs-12,
.additional.col-md-4 .col-sm-12,
.additional.col-md-4 .col-md-12,
.additional.col-md-4 .col-lg-12 {
	width: 100%
}

.additional.col-md-4 .col-xs-11,
.additional.col-md-4 .col-sm-11,
.additional.col-md-4 .col-md-11,
.additional.col-md-4 .col-lg-11 {
	width: 100%
}

.additional.col-md-4 .col-xs-10,
.additional.col-md-4 .col-sm-10,
.additional.col-md-4 .col-md-10,
.additional.col-md-4 .col-lg-10 {
	width: 100%
}

.additional.col-md-4 .col-xs-9,
.additional.col-md-4 .col-sm-9,
.additional.col-md-4 .col-md-9,
.additional.col-md-4 .col-lg-9 {
	width: 100%
}

.additional.col-md-4 .col-xs-8,
.additional.col-md-4 .col-sm-8,
.additional.col-md-4 .col-md-8,
.additional.col-md-4 .col-lg-8 {
	width: 100%
}

.additional.col-md-4 .col-xs-7,
.additional.col-md-4 .col-sm-7,
.additional.col-md-4 .col-md-7,
.additional.col-md-4 .col-lg-7 {
	width: 100%
}

.additional.col-md-4 .col-xs-6,
.additional.col-md-4 .col-sm-6,
.additional.col-md-4 .col-md-6,
.additional.col-md-4 .col-lg-6 {
	width: 100%
}

.additional.col-md-4 .col-xs-5,
.additional.col-md-4 .col-sm-5,
.additional.col-md-4 .col-md-5,
.additional.col-md-4 .col-lg-5 {
	width: 100%
}

.additional.col-md-4 .col-xs-4,
.additional.col-md-4 .col-sm-4,
.additional.col-md-4 .col-md-4,
.additional.col-md-4 .col-lg-4 {
	width: 100%
}

.additional.col-md-4 .col-xs-3,
.additional.col-md-4 .col-sm-3,
.additional.col-md-4 .col-md-3,
.additional.col-md-4 .col-lg-3 {
	width: 100%
}

.additional.col-md-4 .col-xs-2,
.additional.col-md-4 .col-sm-2,
.additional.col-md-4 .col-md-2,
.additional.col-md-4 .col-lg-2 {
	width: 100%
}

.additional.col-md-4 .col-xs-1,
.additional.col-md-4 .col-sm-1,
.additional.col-md-4 .col-md-1,
.additional.col-md-4 .col-lg-1 {
	width: 100%
}
.headline-n93m-3 {
	overflow: hidden;
	padding: 0 16px 4px 16px;
	background: #f2f2f2
}

.headline-n93m-3 h2 {
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	color: #343434;
	font-size: 1.8rem;
	line-height: 1.4
}
.product-category-n93m-1 {
	width: 100%;
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 1.6rem
}

.product-category-n93m-1 ul {
	overflow: hidden;
	list-style: none;
	padding: 0
}

.product-category-n93m-1 .lv1 {
	border-bottom: 1px solid #cbcbcb;
	padding: 6px 0
}

.product-category-n93m-1 .sub {
	display: none;
	padding: 10px 2px 10px 20px
}

.product-category-n93m-1 .sub a {
	padding: 5px 0 5px 15px;
	margin: 0;
	display: inline-block;
	font-size: 1.6rem
}

.product-category-n93m-1 .sub a:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 1px;
	top: 12px;
	display: inline-block;
	background: #505050
}

.product-category-n93m-1 a,
.product-category-n93m-1 .expand {
	line-height: 24px;
	position: relative;
	color: #505050;
	text-decoration: none
}

.product-category-n93m-1 .expand {
	width: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	float: right
}

.product-category-n93m-1 .expand:hover {
	color: #239e83
}

.product-category-n93m-1 .open {
	transform: rotate(180deg)
}

.product-category-n93m-1 .active a,
.product-category-n93m-1 a:hover {
	color: #239e83
}

.product-category-n93m-1 .active a:before,
.product-category-n93m-1 a:hover:before {
	background: #239e83
}

/*FAQ*/
.faq-list-n93m-1 {
	padding: 16px;
	background: #f2f2f2;
	margin-bottom: 40px
}

.faq-list-n93m-1 ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.faq-list-n93m-1 li {
	padding: 0 0 20px 0
}

.faq-list-n93m-1 .num {
	display: inline-block;
	font-size: 1.6rem;
	color: #239e83;
	margin-right: 5px
}

.faq-list-n93m-1 h3 {
	font-size: 1.8rem;
	line-height: 1.576;
	text-shadow: 0 0 2px #fff;
	color: #343434;
	margin: 0
}

.faq-list-n93m-1 p {
	font-size: 1.6rem;
	color: #6c6c6c;
	line-height: 1.576;
	word-wrap: break-word;
	margin: 0
}

@media(min-width:768px) {
	.faq-list-n93m-1 {
		padding: 32px
	}

	.faq-list-n93m-1 li {
		padding: 0 0 32px 0
	}
}
/*联系我们*/
.contact-info-n93m-1 {
	font-size: 1.4rem;
	background: #f2f2f2;
	padding: 32px
}

.contact-info-n93m-1 .head {
	padding-bottom: 32px
}

.contact-info-n93m-1 .head h2 {
	margin: 0;
	font-size: 2.6rem;
	padding: 6px 12px 16px 12px;
	text-align: center;
	word-break: break-word;
	text-transform: capitalize
}

.contact-info-n93m-1 .head i {
	display: block;
	height: 3px;
	width: 8%;
	background: #fff;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contact-info-n93m-1 .head:hover i {
	width: 18%
}

.contact-info-n93m-1 .pb {
	background: #239e83;
	color: #fff;
	overflow: hidden;
	padding: 28px 0 32px 0
}

.contact-info-n93m-1 .box {
	padding: 10px 24px 32px 24px;
	width: 25%;
	float: left;
	text-align: center
}

.contact-info-n93m-1 .imco {
	font-size: 56px;
	line-height: 1
}

.contact-info-n93m-1 p {
	font-size: 1.8rem;
	margin: 8px 0 4px 0;
	line-height: 2.2rem;
	text-transform: uppercase
}

.contact-info-n93m-1 a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	max-height: 100px;
	overflow: hidden;
	word-break: break-word;
	font-size: 1.6rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-height: 1.8rem
}

.contact-info-n93m-1 a:hover {
	color: #505050
}

.col-md-3 .contact-info-n93m-1,
.col-md-4 .contact-info-n93m-1,
.col-lg-3 .contact-info-n93m-1,
.col-lg-4 .contact-info-n93m-1 {
	padding: 16px
}

.col-md-3 .contact-info-n93m-1 .box,
.col-md-4 .contact-info-n93m-1 .box,
.col-lg-3 .contact-info-n93m-1 .box,
.col-lg-4 .contact-info-n93m-1 .box {
	max-width: 360px;
	width: 100%;
	padding: 12px 8px 12px 0
}

@media(max-width:768px) {
	.contact-info-n93m-1 {
		padding: 16px
	}

	.contact-info-n93m-1 .imco {
		font-size: 24px
	}

	.contact-info-n93m-1 .box {
		width: 50%;
		height: 144px;
		padding: 12px 8px 12px 0
	}

	.contact-info-n93m-1 .head h2 {
		font-size: 2rem;
		padding: 0 8px 8px 8px
	}
}
.contact-person-n93m-1 {
	padding: 30px 30px 0 30px;
	overflow: auto;
	margin-bottom: 60px;
	font-size: 1.6rem;
	background: #f2f2f2
}

.contact-person-n93m-1 .member {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #cbcbcb;
	text-align: left;
	overflow: auto
}

.contact-person-n93m-1 .member h4 {
	color: #239e83;
	font-weight: bold;
	margin: 0;
	font-size: 2rem
}

.contact-person-n93m-1 .member .info {
	margin: 8px 0 0 0;
	color: #505050;
	padding: 0;
	word-break: break-all;
	font-size: 1.6rem
}

.contact-person-n93m-1 .member .info .key {
	font-weight: bold
}

@media(max-width:768px) {
	.contact-person-n93m-1 {
		padding: 15px 15px 0 15px;
		margin-bottom: 25px
	}

	.contact-person-n93m-1 .member {
		padding: 15px;
		margin-bottom: 15px
	}
}
/*案例列表*/
.case-list-n93m-1 {
	font-size: 1.4rem;
	overflow: auto
}

.case-list-n93m-1 ul {
	list-style: none;
	overflow: auto;
	padding: 15px;
	margin: 0;
	background: #f2f2f2
}

.case-list-n93m-1 ul li {
	margin-bottom: 15px;
	background: #e5e5e5
}

.case-list-n93m-1 .item {
	width: 100%;
	float: left
}

.case-list-n93m-1 .item .blk {
	background-color: #f2f2f2;
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 75%
}

.case-list-n93m-1 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.case-list-n93m-1 .item .blk .cover-image {
	overflow: hidden;
	display: block
}

.case-list-n93m-1 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.case-list-n93m-1 .item .blk .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.case-list-n93m-1 .item .blk .cover-image>span {
	overflow: hidden
}

.case-list-n93m-1 .item .blk .cover-image img {
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s
}

.case-list-n93m-1 .item .blk .cover-image img:hover {
	transform: scale(1.15)
}

.case-list-n93m-1 .text {
	text-align: center;
	padding-bottom: 20px
}

.case-list-n93m-1 .text a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	color: #343434;
	text-decoration: none;
	font-size: 1.6rem
}

.case-list-n93m-1 .text a:hover {
	color: #239e83
}

@media(max-width:768px) {
	.case-list-n93m-1 .col-xs-6:nth-child(2n) {
		padding-left: 9px
	}

	.case-list-n93m-1 .col-xs-6:nth-child(2n+1) {
		padding-right: 9px
	}
}
/*案例详情*/
.paragraph-n93m-1 {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px 20px
}

.paragraph-n93m-1 h1 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #239e83;
	text-align: center
}

.paragraph-n93m-1 i {
	display: block;
	height: 3px;
	width: 8%;
	background: #239e83;
	margin: 0 auto 20px auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.paragraph-n93m-1:hover i {
	width: 10%
}

.paragraph-n93m-1 .text-content p {
	color: #505050;
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.75
}

.paragraph-n93m-1 .text-content table,
.paragraph-n93m-1 .text-content td,
.paragraph-n93m-1 .text-content p,
.paragraph-n93m-1 .text-content img,
.paragraph-n93m-1 .text-content video {
	max-width: 100%
}

@media(min-width:768px) {
	.paragraph-n93m-1 {
		margin-bottom: 40px
	}

	.paragraph-n93m-1 h1 {
		font-size: 2.6rem
	}

	.paragraph-n93m-1 i {
		margin: 0 auto 25px auto
	}
}

/*新闻*/
.news-list-n93m-2 {
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 40px
}

.news-list-n93m-2 .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}

.news-list-n93m-2 .owl-buttons .owl-prev {
	position: absolute;
	left: 5px
}

.news-list-n93m-2 .owl-buttons .owl-next {
	position: absolute;
	right: 5px
}

.news-list-n93m-2 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #239e83;
	opacity: .5;
	display: inline-block;
	text-align: center
}

.news-list-n93m-2 .owl-buttons .imco:hover {
	opacity: 1
}

.news-list-n93m-2 .owl-pagination {
	display: none
}

.news-list-n93m-2 .item {
	padding-top: 10px;
	position: relative;
	height: 0;
	width: 50%;
	padding-bottom: 30%
}

.news-list-n93m-2 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.news-list-n93m-2 .item .cover {
	width: 100%;
	top: 0;
	left: 0
}

.news-list-n93m-2 .item .cover>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.news-list-n93m-2 .item .cover>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.news-list-n93m-2 .text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	padding: 20px 50px 0 20px
}

.news-list-n93m-2 .text .time {
	font-size: 2.6rem
}

.news-list-n93m-2 .text .time .month {
	font-size: 3.2rem;
	color: #239e83;
	margin-right: 4px
}

.news-list-n93m-2 .text .th {
	margin: 15px 0
}

.news-list-n93m-2 .text .th a {
	font-size: 1.8rem;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	text-decoration: none;
	color: #343434
}

.news-list-n93m-2 .text .th a:hover {
	color: #239e83
}

.news-list-n93m-2 .text .desc {
	line-height: 1.6;
	font-size: 1.6rem;
	color: #6c6c6c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	margin-bottom: 25px
}

.news-list-n93m-2 .more {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	cursor: pointer;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 1.6rem;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #239e83
}

.news-list-n93m-2 .more p {
	display: inline-block;
	margin: 0 4px 0 0
}

.news-list-n93m-2 .more i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block
}

.news-list-n93m-2 .more:before {
	background: #239e83;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news-list-n93m-2 .more:hover {
	background: #147866
}

.news-list-n93m-2 .more:hover:before {
	width: 38px;
	opacity: 1
}

.news-list-n93m-2 .more:hover i {
	-ms-transform: translate(13px, 0);
	-moz-transform: translate(13px, 0);
	-webkit-transform: translate(13px, 0);
	-o-transform: translate(13px, 0);
	transform: translate(13px, 0)
}

@media(max-width:768px) {
	.news-list-n93m-2 {
		padding: 15px
	}

	.news-list-n93m-2 .item {
		width: 100%;
		padding-bottom: 100%
	}

	.news-list-n93m-2 .text {
		padding: 5px 0 12px 0;
		overflow: auto;
		position: initial;
		left: 0;
		top: initial;
		bottom: initial
	}

	.news-list-n93m-2 .text .time {
		font-size: 2rem
	}

	.news-list-n93m-2 .text .time .month {
		font-size: 2rem
	}

	.news-list-n93m-2 .text .th {
		margin: 0;
		margin-bottom: 10px
	}

	.news-list-n93m-2 .text .th a {
		font-size: 1.6rem
	}

	.news-list-n93m-2 .text .desc {
		margin-bottom: 12px;
		display: none
	}

	.news-list-n93m-2 .more {
		padding: 0 10px;
		font-size: 1.4rem;
		height: 35px;
		line-height: 35px
	}
}

.headline-n93m-5 {
	overflow: hidden;
	background: #f2f2f2
}

.headline-n93m-5 h2 {
	padding: 12px;
	margin: 10px 32px;
	border-left: 4px solid #239e83;
	background-color: #d1ded9;
	color: #239e83;
	border-color: #239e83;
	font-size: 1.8rem
}

.headline-n93m-5 h2 a {
	font-size: 1.6rem;
	float: right;
	text-decoration: none;
	color: #505050;
	height: 20px;
	line-height: 20px;
	text-transform: capitalize
}

.headline-n93m-5 h2 a:hover {
	color: #239e83
}

@media(max-width:768px) {
	.headline-n93m-5 h2 {
		margin: 10px 16px
	}
}
.news-list-n93m-1 {
	margin-bottom: 40px
}

.news-list-n93m-1 ul {
	list-style: none;
	overflow: auto;
	padding: 15px;
	margin: 0;
	background: #f2f2f2
}

.news-list-n93m-1 ul li {
	padding: 0;
	margin-bottom: 25px;
	background: #e5e5e5
}

.news-list-n93m-1 ul li:last-child {
	margin-bottom: 0
}

.news-list-n93m-1 .item {
	width: 100%;
	float: left
}

.news-list-n93m-1 .item .blk {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 75%
}

.news-list-n93m-1 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.news-list-n93m-1 .item .blk .cover-image {
	overflow: hidden;
	display: block;
	padding: 0
}

.news-list-n93m-1 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	overflow: hidden
}

.news-list-n93m-1 .item .blk .cover-image>span>img {
	display: inline-block;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s
}

.news-list-n93m-1 .item .blk .cover-image>span>img:hover {
	transform: scale(1.2)
}

.news-list-n93m-1 .text {
	float: left;
	padding: 10px
}

.news-list-n93m-1 .text .time {
	font-size: 1.8rem
}

.news-list-n93m-1 .text .time .month {
	font-size: 2rem;
	color: #239e83;
	margin-right: 4px
}

.news-list-n93m-1 .text .th {
	margin: 0 0 10px 0
}

.news-list-n93m-1 .text .th a {
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	text-decoration: none;
	color: #343434
}

.news-list-n93m-1 .text .th a:hover {
	color: #239e83
}

.news-list-n93m-1 .text .desc {
	display: none
}

@media(min-width:768px) {
	.news-list-n93m-1 {
		margin-bottom: 40px
	}

	.news-list-n93m-1 ul {
		padding: 20px
	}

	.news-list-n93m-1 .item {
		width: 25%
	}

	.news-list-n93m-1 .text {
		width: 75%;
		min-height: 150px;
		padding: 20px 0 20px 25px
	}

	.news-list-n93m-1 .text .th {
		margin: 10px 0
	}

	.news-list-n93m-1 .text .th a {
		font-size: 1.8rem
	}

	.news-list-n93m-1 .text .desc {
		font-size: 1.6rem;
		color: #6c6c6c;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		margin-bottom: 4px
	}
}
.paragraph-n101m-1 {
	border: 1px solid #d9d9d9;
	padding: 30px;
	background: #fff;
	margin-bottom: 60px
}

.paragraph-n101m-1 h2 {
	margin: 0 0 25px 0;
	line-height: 1.4;
	color: #239e83;
	font-size: 2rem;
	font-weight: normal;
	text-align: center
}

.paragraph-n101m-1 .time {
	width: 100%;
	text-align: center;
	display: block;
	color: #888;
	line-height: 20px;
	font-size: 1.6rem
}

.paragraph-n101m-1 .line {
	width: 100%;
	height: 1px;
	display: block;
	background: #f2f2f2;
	margin: 25px 0
}

.paragraph-n101m-1 .content {
	line-height: 1.7;
	font-size: 1.6rem;
	color: #343434
}

.paragraph-n101m-1 table,
.paragraph-n101m-1 td,
.paragraph-n101m-1 p,
.paragraph-n101m-1 img,
.paragraph-n101m-1 video {
	max-width: 100%
}

@media(max-width:768px) {
	.paragraph-n101m-1 {
		margin-top: 15px;
		margin-bottom: 40px;
		padding: 20px
	}

	.paragraph-n101m-1 h2 {
		margin: 0 0 15px 0;
		font-size: 2rem
	}

	.paragraph-n101m-1 .line {
		margin: 15px 0
	}

	.paragraph-n101m-1 .content {
		font-size: 1.6rem
	}
}
/*产品*/
.product-list-n93m-5 {
	font-size: 1.4rem
}

.product-list-n93m-5 ul {
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0
}

.product-list-n93m-5 ul li {
	display: inline-block;
	vertical-align: top
}

.product-list-n93m-5 .item {
	background-color: #f2f2f2;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.product-list-n93m-5 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.product-list-n93m-5 .item .cover-image {
	overflow: hidden;
	display: block
}

.product-list-n93m-5 .item .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.product-list-n93m-5 .item .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-list-n93m-5 .item .cover-image img {
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s
}

.product-list-n93m-5 .item .cover-image img:hover {
	transform: scale(1.2)
}

.product-list-n93m-5 .text {
	overflow: hidden
}

.product-list-n93m-5 .text .th {
	font-size: 1.6rem;
	line-height: 22px;
	height: 44px;
	margin: 4px 0
}

.product-list-n93m-5 .text .th a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	text-decoration: none;
	color: #343434
}

.product-list-n93m-5 .text .th a:hover {
	color: #239e83
}

@media(max-width:768px) {
	.product-list-n93m-5 ul li:nth-child(2n) {
		padding: 0 0 0 7px
	}

	.product-list-n93m-5 ul li:nth-child(2n+1) {
		padding: 0 7px 0 0
	}
}
.product-detail-n93m-1 {
	font-size: 1.6rem;
	padding: 15px;
	background: #f2f2f2;
	margin-bottom: 40px
}

.product-detail-n93m-1 a {
	text-decoration: none
}

.product-detail-n93m-1 .img-box {
	width: 40%;
	float: left;
	position: relative;
	z-index: 1;
	text-align: center
}

.product-detail-n93m-1 .img-box .viewer {
	border: 1px solid #d8d8d8;
	margin: 0 auto;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.product-detail-n93m-1 .img-box .viewer .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.product-detail-n93m-1 .img-box .thumbnail {
	padding: 0;
	margin: 5px auto 10px auto;
	width: 100%;
	max-width: 452px;
	overflow: hidden;
	position: relative;
	height: 64px;
	box-sizing: border-box
}

.product-detail-n93m-1 .img-box .thumbnail ul {
	margin: 1px 8px 0 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	width: auto;
	min-width: 1000px;
	box-sizing: border-box;
	position: absolute;
	height: 64px;
	left: 20px;
	transition: .5s
}

.product-detail-n93m-1 .img-box .thumbnail ul li {
	transition: border-color .2s ease-out;
	width: 60px;
	height: 60px;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	padding: 2px;
	margin-right: 6px;
	float: left;
	cursor: pointer
}

.product-detail-n93m-1 .img-box .thumbnail ul .current {
	border: 2px solid #239e83
}

.product-detail-n93m-1 .img-box .thumbnail .arrow {
	position: absolute;
	height: 64px;
	line-height: 64px;
	width: 24px;
	background: #e5e5e5;
	color: #505050;
	cursor: pointer
}

.product-detail-n93m-1 .img-box .thumbnail .arrow:hover {
	background: #239e83;
	color: #fff
}

.product-detail-n93m-1 .img-box .thumbnail .a-right {
	right: 0
}

.product-detail-n93m-1 .img-box .thumbnail .a-left {
	left: 0
}

.product-detail-n93m-1 .vw-video {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.product-detail-n93m-1 .midpic {
	display: block
}

.product-detail-n93m-1 .midpic>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.product-detail-n93m-1 .midpic>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-detail-n93m-1 .midpic img {
	user-select: none
}

.product-detail-n93m-1 .attributes-box {
	width: 55%;
	float: right;
	color: #505050
}

.product-detail-n93m-1 .attributes-box .name {
	font-size: 2.6rem;
	color: #239e83;
	line-height: 1;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cbcbcb
}

.product-detail-n93m-1 .attributes-box .items {
	font-size: 1.8rem;
	list-style: none;
	margin-bottom: 3px;
	padding: 0
}

.product-detail-n93m-1 .attributes-box .items label {
	color: #239e83;
	margin: 5px 5px 5px 0;
	font-weight: normal
}

.product-detail-n93m-1 .attributes-box .annex {
	font-size: 1.6rem;
	margin: 0 0 16px 0
}

.product-detail-n93m-1 .attributes-box .annex .file {
	margin: 5px
}

.product-detail-n93m-1 .attributes-box .annex i {
	color: #239e83;
	margin-right: 10px
}

.product-detail-n93m-1 .attributes-box .annex a {
	color: #343434
}

.product-detail-n93m-1 .attributes-box .annex a:hover {
	color: #239e83
}

.product-detail-n93m-1 .attributes-box .desc {
	font-size: 1.6rem;
	margin: 15px 0;
	color: #888;
	line-height: 1.7;
	white-space: break-spaces
}

.product-detail-n93m-1 .attributes-box .d-mail {
	border-top: 1px solid #cbcbcb;
	padding: 18px 0
}

.product-detail-n93m-1 .attributes-box .d-mail .bbn {
	font-size: 1.8rem;
	line-height: 1.6;
	background: #888;
	padding: 8px 16px;
	display: inline-block;
	margin-right: 5px
}

.product-detail-n93m-1 .attributes-box .d-mail a {
	color: #fff
}

.product-detail-n93m-1 .attributes-box .d-mail i {
	margin-right: .5rem
}

.product-detail-n93m-1 .attributes-box .d-mail .email {
	background: #239e83
}

.product-detail-n93m-1 .attributes-box .d-mail .email:hover {
	background: #0a5247
}

.product-detail-n93m-1 .clear {
	clear: both
}

.product-detail-n93m-1 .information-box {
	padding: 0 4px 25px 4px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 1.6rem
}

.product-detail-n93m-1 .information-box table,
.product-detail-n93m-1 .information-box td,
.product-detail-n93m-1 .information-box p,
.product-detail-n93m-1 .information-box img,
.product-detail-n93m-1 .information-box video {
	max-width: 100%
}

.product-detail-n93m-1 .information-box table td {
	padding: 0 10px;
	border: 1px solid #999
}

.product-detail-n93m-1 .product-tag {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 3px
}

.product-detail-n93m-1 .product-tag .title {
	display: inline-block;
	font-size: 1.8rem
}

.product-detail-n93m-1 .product-tag .items {
	display: inline-block
}

.product-detail-n93m-1 .product-tag .items a {
	color: #239e83;
	border: 1px solid;
	padding: 5px 5px;
	border-radius: 4px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 10px
}

.product-detail-n93m-1 .product-tag .items a:hover {
	color: #147866
}

@media(max-width:768px) {
	.product-detail-n93m-1 .img-box {
		width: 100%;
		padding-right: 0
	}

	.product-detail-n93m-1 .img-box .thumbnail {
		max-width: initial;
		height: 90px
	}

	.product-detail-n93m-1 .img-box .thumbnail ul {
		height: 90px
	}

	.product-detail-n93m-1 .img-box .thumbnail ul li {
		width: 90px;
		height: 90px;
		line-height: 90px
	}

	.product-detail-n93m-1 .img-box .thumbnail .arrow {
		height: 90px;
		line-height: 90px
	}

	.product-detail-n93m-1 .attributes-box {
		width: 100%
	}

	.product-detail-n93m-1 .attributes-box .items {
		font-size: 1.6rem
	}

	.product-detail-n93m-1 .attributes-box .name {
		margin-top: 25px;
		font-size: 2rem
	}
}
.headline-n101m-1 {
	background: #f2f2f2;
	margin-bottom: 24px;
	padding: 10px 15px
}

.headline-n101m-1 h2 {
	padding: 6px 10px;
	margin: 0;
	border-left: 4px solid #239e83;
	color: #239e83;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: capitalize
}

@media(max-width:768px) {
	.headline-n101m-1 {
		margin-bottom: 16px;
		padding: 5px 15px
	}

	.headline-n101m-1 h2 {
		padding: 6px 8px
	}
}
.product-list-n93m-5 {
	font-size: 1.4rem
}

.product-list-n93m-5 ul {
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0
}

.product-list-n93m-5 ul li {
	display: inline-block;
	vertical-align: top
}

.product-list-n93m-5 .item {
	background-color: #f2f2f2;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.product-list-n93m-5 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.product-list-n93m-5 .item .cover-image {
	overflow: hidden;
	display: block
}

.product-list-n93m-5 .item .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.product-list-n93m-5 .item .cover-image>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-list-n93m-5 .item .cover-image img {
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s
}

.product-list-n93m-5 .item .cover-image img:hover {
	transform: scale(1.2)
}

.product-list-n93m-5 .text {
	overflow: hidden;
	text-align: center;
}

.product-list-n93m-5 .text .th {
	font-size: 1.6rem;
	line-height: 22px;
	height: 44px;
	margin: 4px 0
}

.product-list-n93m-5 .text .th a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	text-decoration: none;
	color: #343434
}

.product-list-n93m-5 .text .th a:hover {
	color: #239e83
}

@media(max-width:768px) {
	.product-list-n93m-5 ul li:nth-child(2n) {
		padding: 0 0 0 7px
	}

	.product-list-n93m-5 ul li:nth-child(2n+1) {
		padding: 0 7px 0 0
	}
}
/*首页*/
.carousel-n93m-1 {
	overflow: hidden;
	position: relative;
	min-height: 15px;
	padding-bottom: 80px;
	margin-bottom: -20px
}

.carousel-n93m-1 .nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.carousel-n93m-1 .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}

.carousel-n93m-1 .nivoSlider .nivo-main-image {
	display: block;
	position: relative;
	width: 100%
}

.carousel-n93m-1 .nivoSlider a.nivo-imageLink {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: none;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0
}

.carousel-n93m-1 .nivoSlider .nivo-slice {
	display: block;
	z-index: 5;
	position: absolute;
	height: 100%;
	top: 0
}

.carousel-n93m-1 .nivoSlider .nivo-box {
	display: block;
	z-index: 5;
	position: absolute;
	overflow: hidden
}

.carousel-n93m-1 .nivoSlider .nivo-box img {
	display: block
}

.carousel-n93m-1 .nivoSlider .nivo-caption {
	display: none !important
}

.carousel-n93m-1 .nivoSlider .nivo-directionNav a {
	font-size: 1.8rem;
	z-index: 9;
	position: absolute;
	top: 55%;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold
}

.carousel-n93m-1 .nivoSlider .nivo-directionNav a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6)
}

.carousel-n93m-1 .nivoSlider .nivo-directionNav .nivo-prevNav {
	left: 6rem
}

.carousel-n93m-1 .nivoSlider .nivo-directionNav .nivo-nextNav {
	right: 6rem
}

.carousel-n93m-1 .nivo-controlNav {
	text-align: center;
	height: 40px;
	position: absolute;
	z-index: 20;
	bottom: 100px;
	width: 100%
}

.carousel-n93m-1 .nivo-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	border-radius: 50px;
	margin: 0 7px;
	background: #fff
}

.carousel-n93m-1 .nivo-controlNav a.active {
	background: #239e83
}

.carousel-n93m-1 .out-pob {
	background: #239e83;
	opacity: .5;
	position: absolute;
	top: 48%;
	z-index: 8;
	right: 0;
	width: 130px;
	height: 70%;
	transform: skew(-45deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.carousel-n93m-1:hover .out-pob {
	right: 80px
}

@media(max-width:768px) {
	.carousel-n93m-1 {
		padding-bottom: 40px;
		margin-bottom: 0
	}

	.carousel-n93m-1 .nivo-directionNav {
		display: none
	}

	.carousel-n93m-1 .nivo-controlNav {
		bottom: 30px
	}

	.carousel-n93m-1 .out-pob {
		width: 70px
	}
}
.about-us-list-n107m-2 {
	margin-bottom: 80px;
	display: flex;
	align-items: center
}

.about-us-list-n107m-2 a {
	text-decoration: none;
	color: inherit
}

.about-us-list-n107m-2 .media {
	width: 50%
}

.about-us-list-n107m-2 .item {
	max-height: initial !important
}

.about-us-list-n107m-2 .item .blk {
	background: #f2f2f2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden
}

.about-us-list-n107m-2 .item .blk .cover-image>img {
	display: inline-block;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto
}

.about-us-list-n107m-2 .item .blk:hover {
	background: #d1ded9
}

.about-us-list-n107m-2 .owl-pagination,
.about-us-list-n107m-2 .owl-buttons {
	display: none
}

.about-us-list-n107m-2 .text {
	width: 50%;
	padding-left: 30px
}

.about-us-list-n107m-2 .text h2 {
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #239e83;
	text-align: left;
	text-transform: uppercase
}

.about-us-list-n107m-2 .text h2 i {
	display: block;
	height: 3px;
	width: 7%;
	background: #cbcbcb;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n107m-2 .text h2:hover i {
	width: 14%
}

.about-us-list-n107m-2 .text .desc {
	color: #505050;
	margin: 25px 0;
	font-size: 1.8rem;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden;
	display: -webkit-box
}

.about-us-list-n107m-2 .text .btn {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	cursor: pointer;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 1.6rem;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #239e83;
	float: right
}

.about-us-list-n107m-2 .text .btn span {
	margin: 0 6px 0 0
}

.about-us-list-n107m-2 .text .btn i {
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n107m-2 .text .btn:before {
	background: #239e83;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n107m-2 .text .btn:hover {
	background: #147866
}

.about-us-list-n107m-2 .text .btn:hover:before {
	width: 38px;
	opacity: 1
}

.about-us-list-n107m-2 .text .btn:hover i {
	-ms-transform: translate(13px, 0);
	-moz-transform: translate(13px, 0);
	-webkit-transform: translate(13px, 0);
	-o-transform: translate(13px, 0);
	transform: translate(13px, 0)
}

@media(max-width:1024px) {
	.about-us-list-n107m-2 {
		flex-direction: column-reverse
	}

	.about-us-list-n107m-2 .text {
		width: 100%;
		padding: 0 15px
	}

	.about-us-list-n107m-2 .text h2 {
		text-align: center;
		font-size: 1.8rem
	}

	.about-us-list-n107m-2 .text h2 i {
		margin: 0 auto
	}

	.about-us-list-n107m-2 .text .desc {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		display: -webkit-box;
		margin-top: 20px;
		font-size: 1.4rem
	}

	.about-us-list-n107m-2 .text .btn {
		display: none
	}
}

@media(max-width:768px) {
	.about-us-list-n107m-2 {
		margin-bottom: 40px
	}

	.about-us-list-n107m-2 .media {
		width: 100%
	}

	.about-us-list-n107m-2 .text {
		padding: 0
	}

	.about-us-list-n107m-2 .text .desc p {
		margin: 0
	}
}
.product-list-n93m-3 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.product-list-n93m-3 .container {
	padding: 0
}

.product-list-n93m-3 .owl-pagination {
	display: none
}

.product-list-n93m-3 .item {
	display: block;
	padding-top: 10px;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.product-list-n93m-3 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.product-list-n93m-3 .item .square-cont {
	top: 0
}

.product-list-n93m-3 .item .cover>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.product-list-n93m-3 .item .cover>span>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-list-n93m-3 .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}

.product-list-n93m-3 .owl-buttons .owl-prev {
	position: absolute;
	left: 0
}

.product-list-n93m-3 .owl-buttons .owl-next {
	position: absolute;
	right: 0
}

.product-list-n93m-3 .owl-buttons .owl-counter {
	display: none
}

.product-list-n93m-3 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #239e83;
	opacity: .8;
	display: inline-block;
	text-align: center
}

.product-list-n93m-3 .owl-buttons .imco:hover {
	opacity: 1
}

.product-list-n93m-3 .title {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #239e83;
	text-align: center;
	text-transform: uppercase
}

.product-list-n93m-3 .title:after {
	content: '';
	display: block;
	height: 3px;
	width: 17%;
	background: #239e83;
	margin: 8px auto 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.product-list-n93m-3 .title:hover:after {
	width: 23%
}

.product-list-n93m-3 .info {
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	padding: 10px 0 0 0
}

.product-list-n93m-3 .info .nt {
	font-size: 2.5rem;
	color: #181818;
	padding-bottom: 0;
	text-decoration: none;
	display: block
}

.product-list-n93m-3 .info .nt:hover {
	color: #239e83
}

.product-list-n93m-3 .info .desc {
	white-space: pre-line;
	color: #505050;
	font-size: 1.6rem;
	line-height: 1.5
}

@media(min-width:768px) {
	.product-list-n93m-3 {
		margin-bottom: 80px
	}

	.product-list-n93m-3 .owl-carousel .owl-controls {
		position: relative
	}

	.product-list-n93m-3 .item {
		width: 50%;
		padding-bottom: 35%
	}

	.product-list-n93m-3 .title {
		position: absolute;
		z-index: 2;
		padding: 30px 0 15px 20px;
		width: 50%;
		right: 0;
		text-align: left;
		font-size: 3.2rem
	}

	.product-list-n93m-3 .title:after {
		width: 8%;
		margin: 8px 0 0 0
	}

	.product-list-n93m-3 .info {
		position: absolute;
		padding: 105px 0 0 20px
	}

	.product-list-n93m-3 .info .nt {
		padding-bottom: 40px
	}

	.product-list-n93m-3 .owl-buttons {
		z-index: 1;
		position: absolute;
		top: -100px;
		left: 50%;
		width: 170px;
		height: 55px;
		line-height: 55px
	}

	.product-list-n93m-3 .owl-buttons:before {
		content: '';
		z-index: -1;
		position: absolute;
		width: 170px;
		height: 55px;
		background: #239e83;
		opacity: .5;
		transform: skew(-45deg)
	}

	.product-list-n93m-3 .owl-buttons .owl-prev {
		position: absolute;
		left: 25px;
		top: 0;
		height: 55px
	}

	.product-list-n93m-3 .owl-buttons .owl-next {
		position: absolute;
		right: 25px;
		top: 0;
		height: 55px
	}

	.product-list-n93m-3 .owl-buttons .owl-counter {
		display: block;
		font-size: 1.6rem;
		color: #fff;
		text-align: center
	}

	.product-list-n93m-3 .owl-buttons .imco {
		width: 32px;
		height: 55px;
		line-height: 55px;
		font-size: 2.6rem;
		background: 0
	}

	.product-list-n93m-3 .owl-buttons .imco:hover {
		opacity: 1
	}

	.product-list-n93m-3 .flb {
		height: 110px
	}

	.product-list-n93m-3 .out-pob {
		background: #239e83;
		opacity: .5;
		position: absolute;
		z-index: -1;
		transform: skew(-45deg);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		bottom: 100px;
		right: 100px;
		width: 150px;
		height: 600px
	}

	.product-list-n93m-3 .out-pob-2 {
		background: #b4d1c7;
		opacity: .5;
		position: absolute;
		z-index: -2;
		transform: skew(-45deg);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		right: -300px;
		bottom: 40%;
		width: 600px;
		height: 600px
	}

	.product-list-n93m-3:hover .out-pob {
		right: 50px
	}

	.product-list-n93m-3:hover .out-pob-2 {
		right: -100px
	}
}
.headline-n93m-1 {
	margin-bottom: 20px
}

.headline-n93m-1 h2 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #239e83;
	text-align: center;
	text-transform: uppercase
}

.headline-n93m-1 i {
	display: block;
	height: 3px;
	width: 8%;
	background: #239e83;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.headline-n93m-1:hover i {
	width: 18%
}

@media(min-width:768px) {
	.headline-n93m-1 {
		margin-bottom: 25px
	}

	.headline-n93m-1 h2 {
		font-size: 3.2rem
	}
}
.news-list-n107m-1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px
}

.news-list-n107m-1 .carousel-m-l-r {
	margin-left: 10px;
	margin-right: 10px
}

.news-list-n107m-1 .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}

.news-list-n107m-1 .owl-buttons .owl-prev {
	position: absolute;
	left: 10px
}

.news-list-n107m-1 .owl-buttons .owl-next {
	position: absolute;
	right: 10px
}

.news-list-n107m-1 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #239e83;
	opacity: .5;
	display: inline-block;
	text-align: center
}

.news-list-n107m-1 .owl-buttons .imco:hover {
	opacity: 1
}

.news-list-n107m-1 .owl-pagination {
	display: none
}

.news-list-n107m-1 .item {
	padding-top: 10px;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 75%
}

.news-list-n107m-1 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.news-list-n107m-1 .item .cover {
	width: 100%;
	top: 0;
	left: 0
}

.news-list-n107m-1 .item .cover a>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.news-list-n107m-1 .item .cover a>span>img {
	display: inline-block;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.news-list-n107m-1 .text {
	position: relative;
	padding: 10px 0 0 0
}

.news-list-n107m-1 .text .time {
	font-size: 2rem
}

.news-list-n107m-1 .text .time .month {
	font-size: 2rem;
	color: #239e83;
	margin-right: 4px
}

.news-list-n107m-1 .text .th {
	margin: 8px 0
}

.news-list-n107m-1 .text .th a {
	font-size: 1.8rem;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	text-decoration: none;
	color: #343434
}

.news-list-n107m-1 .text .th a:hover {
	color: #239e83
}

.news-list-n107m-1 .text .desc {
	line-height: 1.6;
	font-size: 1.6rem;
	color: #6c6c6c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box
}

@media(max-width:768px) {
	.news-list-n107m-1 {
		padding: 0;
		margin-bottom: 30px
	}

	.news-list-n107m-1 .carousel-m-l-r {
		margin-left: 0;
		margin-right: 0
	}

	.news-list-n107m-1 .owl-buttons .owl-prev {
		left: 0
	}

	.news-list-n107m-1 .owl-buttons .owl-next {
		right: 0
	}

	.news-list-n107m-1 .owl-buttons .imco {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 1.6rem;
		border: 0;
		color: #fff;
		background: #239e83;
		opacity: .5;
		display: inline-block;
		text-align: center
	}

	.news-list-n107m-1 .owl-buttons .imco:hover {
		opacity: 1
	}

	.news-list-n107m-1 .item {
		width: 100%;
		padding-bottom: 75%
	}

	.news-list-n107m-1 .text {
		padding: 10px 15px 15px 15px;
		overflow: auto;
		position: initial;
		left: 0;
		top: initial;
		bottom: initial
	}

	.news-list-n107m-1 .text .time {
		font-size: 1.8rem
	}

	.news-list-n107m-1 .text .time .month {
		font-size: 1.8rem
	}

	.news-list-n107m-1 .text .th {
		margin: 0
	}

	.news-list-n107m-1 .text .th a {
		font-size: 1.6rem
	}

	.news-list-n107m-1 .text .desc {
		display: none
	}
}
