.headline-n101m-2 {
	margin-bottom: 40px
}

.headline-n101m-2 h2 {
	margin: 0;
	line-height: 1;
	color: #002d57;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase
}

@media(max-width:768px) {
	.headline-n101m-2 {
		margin-bottom: 20px
	}

	.headline-n101m-2 h2 {
		font-size: 2rem
	}
}

.product-list-n93m-13 {
	margin-bottom: 40px;
	font-size: 1.4rem
}

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

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

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

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

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

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

.product-list-n93m-13 ul li .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-13 ul li .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-13 ul li .item .cover-image img:hover {
	transform: scale(1.2)
}

.product-list-n93m-13 ul li .text {
	overflow: hidden
}

.product-list-n93m-13 ul li .text .th {
	line-height: 22px;
	height: 44px;
	margin: 10px 0;
	font-size: 1.8rem
}

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

.product-list-n93m-13 ul li:hover .text .th a {
	color: #7eb01a
}

@media(max-width:768px) {
	.product-list-n93m-13 ul {
		margin: 0 -15px
	}

	.product-list-n93m-13 ul li .text .th {
		font-size: 1.6rem
	}

	.product-list-n93m-13 ul li .text .th a {
		text-align: center
	}
}

@media(min-width:768px) {
	.product-list-n93m-13 .text .th a {
		text-align: center
	}
}

.video-n118m-1 {
	margin-bottom: 60px
}

.video-n118m-1 .item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	height: initial;
	padding-bottom: 0;
	text-align: center;
	overflow: hidden
}

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

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

.video-n118m-1 .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-n118m-1 .item .co>span>img {
	width: 100%
}

.video-n118m-1 .item .co>span .vw-video {
	width: 100%;
	outline: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.video-n118m-1 .item .covpic {
	max-width: 100%
}

.video-n118m-1 .item .mask {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	background: #000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.video-n118m-1 .item .controls {
	z-index: 2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	min-width: 30%
}

.video-n118m-1 .item .controls .ltc {
	position: absolute;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px
}

.video-n118m-1 .item .controls .rbc {
	position: absolute;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px
}

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

.video-n118m-1 .item .controls .play {
	font-size: 30px;
	border: 4px solid;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 55px;
	display: inline-block;
	padding-left: 4px;
	cursor: pointer;
	font-weight: bold;
	margin: 10px
}

.video-n118m-1 .item .controls .play:hover {
	color: #002d57
}

.video-n118m-1 .item:hover img {
	filter: blur(20px);
	transform: scale(1.1)
}

.video-n118m-1 .item:hover .controls {
	color: #7eb01a
}

.video-n118m-1 .item:hover .controls .ltc {
	border-left: #7eb01a;
	border-top: #7eb01a
}

.video-n118m-1 .item:hover .controls .rbc {
	border-right: #7eb01a;
	border-bottom: #7eb01a
}

.video-n118m-1.fcb {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.video-n118m-1.fcb .item {
	background: transparent;
	height: 100%
}

.video-n118m-1.fcb .item .vw-video {
	background: #181818;
	max-height: 100%;
	min-height: 80%;
	filter: none!important
}

.video-n118m-1.fcb .item video {
	background: transparent!important
}

@media(max-width:768px) {
	.video-n118m-1 {
		margin-bottom: 40px
	}

	.video-n118m-1 .item .controls {
		width: 50%
	}

	.video-n118m-1 .item img {
		width: 100%
	}
}

.about-us-list-n118m-3 {
	position: relative;
	background: #f2f2f2;
	margin-bottom: 60px
}

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

.about-us-list-n118m-3 .owl-nav .owl-prev,.about-us-list-n118m-3 .owl-nav .owl-next {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: #fff;
	background: #002d57;
	opacity: .5;
	font-size: 1.6rem
}

.about-us-list-n118m-3 .owl-nav .owl-prev:hover,.about-us-list-n118m-3 .owl-nav .owl-next:hover {
	opacity: 1
}

.about-us-list-n118m-3 .owl-nav .owl-prev {
	left: 0
}

.about-us-list-n118m-3 .owl-nav .owl-next {
	right: 0
}

.about-us-list-n118m-3 .item {
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden
}

.about-us-list-n118m-3 .item img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n118m-3 .item:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.about-us-list-n118m-3 .text {
	color: #fff;
	text-decoration: none;
	word-break: break-all;
	line-height: 4.8rem;
	height: 4.8rem;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	font-size: 1.6rem
}

.about-us-list-n118m-3 .text:hover {
	color: #7eb01a
}

.about-us-list-n118m-3 .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}

.about-us-list-n118m-3 .owl-buttons .owl-prev {
	position: absolute;
	left: 16px
}

.about-us-list-n118m-3 .owl-buttons .owl-next {
	position: absolute;
	right: 16px
}

.about-us-list-n118m-3 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: #000;
	background: #002d57;
	opacity: .5;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem
}

.about-us-list-n118m-3 .owl-buttons .imco:hover {
	opacity: 1
}

.about-us-list-n118m-3 .owl-pagination {
	display: none
}

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


@media(max-width:1440px) {
	.navigation-n118m-1 .navbar-ul>li {
		font-size: 1.4rem
	}
}

.carousel-n114m-1 {
	overflow: hidden;
	position: relative;
	margin-bottom: 60px
}

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

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

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

.carousel-n114m-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-n114m-1 .nivoSlider .nivo-slice {
	display: block;
	z-index: 5;
	position: absolute;
	height: 100%;
	top: 0
}

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

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

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

.carousel-n114m-1 .nivoSlider .nivo-directionNav a {
	font-size: 1.8rem;
	position: absolute;
	z-index: 9;
	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-n114m-1 .nivoSlider .nivo-directionNav a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.6)
}

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

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

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

.carousel-n114m-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-n114m-1 .nivo-controlNav a.active {
	background: #002d57
}

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

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

	.carousel-n114m-1 .nivo-controlNav {
		bottom: 10px;
		height: auto
	}
}

.friendly-link-n101m-1 {
	position: relative;
	padding: 32px 0 0 0
}

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

.friendly-link-n101m-1 .title {
	text-transform: uppercase;
	font-size: 1.6rem
}

.friendly-link-n101m-1 a {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	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-n101m-1 a:hover {
	opacity: 1
}

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

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

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

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

.friendly-link-n101m-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-n101m-1 .sns a .f-skype {
	color: #00aff0
}

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

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

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

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

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

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

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

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

.friendly-link-n101m-1 .sns a .f-tiktok {
	color: #740dbc
}

.friendly-link-n101m-1 .snsinfo a {
	color: #001730;
	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-n101m-1 .snsinfo a:hover {
	color: #103e63;
	background: #e5e5e5
}

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

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

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

	.friendly-link-n101m-1 .container {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		width: 100%
	}

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

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

@media(min-width:768px) {
	.friendly-link-n101m-1 .blk:nth-child(1),.friendly-link-n101m-1 .blk:nth-child(2),.friendly-link-n101m-1 .blk:nth-child(3),.friendly-link-n101m-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-n101m-1 {
	position: fixed;
	bottom: 38%;
	right: 0;
	z-index: 1041
}

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

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

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

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

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

.contact-box-n101m-1 .item i {
	display: block;
	color: #fff;
	background: #002d57;
	padding: 9px 13px;
	font-size: 24px;
	width: 50px;
	height: 50px
}

.contact-box-n101m-1 .item i:hover {
	background: #00050a
}

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

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

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

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

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

.contact-box-n101m-1 .item .tools:hover:before {
	border-color: transparent transparent transparent #58788a
}

.contact-box-n101m-1 .item .tools a {
	display: block;
	padding: 10px 16px;
	color: #505050;
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 1.6rem;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer
}

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

.contact-box-n101m-1 .item .tools a:hover {
	color: #001730;
	background: #58788a
}

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

.contact-box-n101m-1 .modal {
	padding-right: 0!important
}

.contact-box-n101m-1 .pnl {
	height: 100%;
	color: #fff;
	position: relative
}

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

.contact-box-n101m-1 .pnl .close:hover {
	color: #002d57
}

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

.contact-box-n101m-1 .pnl .search-box .input-text {
	outline: 0;
	height: 40px;
	width: 80%;
	margin: 0 0 0 5%;
	background: #fff;
	color: #505050;
	border: 0;
	float: left;
	padding-left: 1rem;
	font-size: 1.6rem
}

.contact-box-n101m-1 .pnl .search-box .search-btn {
	position: absolute;
	left: 85%;
	width: 50px;
	height: 40px;
	border: 0;
	background: #002d57;
	cursor: pointer;
	color: #fff;
	font-size: 20px
}

.contact-box-n101m-1 .mid-pnl {
	width: 100%;
	background: rgba(0,0,0,0.8)
}

.contact-box-n101m-1 .home,.contact-box-n101m-1 .b2t {
	display: none
}

.contact-box-n101m-1-blk {
	display: none
}

@media(max-width:768px) {
	.contact-box-n101m-1 {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px
	}

	.contact-box-n101m-1 ul {
		display: flex;
		justify-content: space-around;
		background: #fff
	}

	.contact-box-n101m-1 .item {
		float: left
	}

	.contact-box-n101m-1 .item .tools {
		top: auto;
		bottom: 100%;
		right: 50%;
		transform: translateX(50%);
		padding-right: 0;
		padding-bottom: 8px
	}

	.contact-box-n101m-1 .item .tools:before {
		top: auto;
		bottom: -5px;
		right: 50%;
		transform: translateX(50%) translateY(0);
		border-color: #fff transparent transparent transparent
	}

	.contact-box-n101m-1 .item .tools:after {
		top: auto;
		right: 50%;
		bottom: -8px;
		transform: translateX(50%) translateY(0);
		border-color: #e5e5e5 transparent transparent transparent
	}

	.contact-box-n101m-1 .item .tools:hover:before {
		border-color: #58788a transparent transparent transparent
	}

	.contact-box-n101m-1 .item i {
		color: #002d57;
		background: #fff
	}

	.contact-box-n101m-1 .home {
		display: block
	}

	.contact-box-n101m-1 .b2t {
		display: none!important
	}

	.contact-box-n101m-1-blk {
		display: block
	}
}

.headline-n118m-2 {
	margin-bottom: 40px
}

.headline-n118m-2 h2 {
	margin: 0;
	line-height: 1;
	color: #002d57;
	font-size: 4rem;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase
}

@media(max-width:1440px) {
	.headline-n118m-2 {
		margin-bottom: 25px
	}

	.headline-n118m-2 h2 {
		font-size: 3.2rem
	}
}

@media(max-width:768px) {
	.headline-n118m-2 {
		margin-bottom: 20px
	}

	.headline-n118m-2 h2 {
		font-size: 2rem;
		text-align: center
	}
}

.about-us-list-n118m-1 {
	background: #7eb01a;
	color: #fff;
	transform: skew(-10deg);
	margin: 0 10px
}

.about-us-list-n118m-1 .about-bg {
	border-radius: 20px;
	padding: 10px
}

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

.about-us-list-n118m-1 .about-bg ul li {
	flex: auto;
	align-items: center;
	display: flex;
	text-align: center;
	webkit-justify-content: center;
	justify-content: center;
	margin: 10px 0;
	border-right: 1px solid #adc95f;
	transform: skew(10deg)
}

.about-us-list-n118m-1 .about-bg ul li:nth-child(2) {
	border-right: 0
}

.about-us-list-n118m-1 .about-bg ul li:last-child {
	border-right: 0
}

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

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

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

@media(min-width:768px) {
	.about-us-list-n118m-1 {
		margin: 0 30px;
		transform: skew(-20deg)
	}

	.about-us-list-n118m-1 .about-bg ul {
		top: 0;
		padding: 0;
		flex-wrap: nowrap
	}

	.about-us-list-n118m-1 .about-bg ul li {
		transform: skew(20deg)
	}

	.about-us-list-n118m-1 .about-bg ul li:nth-child(2) {
		border-right: 1px solid #adc95f
	}

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

@media(min-width:1280px) {
	.about-us-list-n118m-1 .about-bg ul li .data-con label {
		font-size: 2rem
	}
}

@media(min-width:1440px) {
	.about-us-list-n118m-1 .about-bg {
		padding: 20px
	}

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

.paragraph-n118m-1 {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 60px
}

.paragraph-n118m-1 .text-content p {
	color: #343434;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: left
}

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

.paragraph-n118m-1 .text-content .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;
	max-width: 150px;
	padding: 0 25px;
	font-size: 1.6rem;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background: #002d57;
	text-decoration: none
}

.paragraph-n118m-1 .text-content .btn span {
	margin: 0 6px 0 0
}

.paragraph-n118m-1 .text-content .btn i {
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.paragraph-n118m-1 .text-content .btn:before {
	background: #002d57;
	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
}

.paragraph-n118m-1 .text-content .btn:hover {
	background: #7eb01a
}

.paragraph-n118m-1 .text-content .btn:hover:before {
	width: 38px;
	opacity: 1;
	background: #5c8a0e
}

.paragraph-n118m-1 .text-content .btn:hover i {
	-ms-transform: translate(25px,0);
	-moz-transform: translate(25px,0);
	-webkit-transform: translate(25px,0);
	-o-transform: translate(25px,0);
	transform: translate(25px,0)
}

@media(max-width:1440px) {
	.paragraph-n118m-1 .text-content p {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
		display: -webkit-box
	}
}

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

	.paragraph-n118m-1 .text-content p {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		overflow: hidden;
		display: -webkit-box
	}

	.paragraph-n118m-1 .text-content .btn {
		margin: 0 auto
	}
}

.headline-n118m-1 {
	margin-bottom: 40px
}

.headline-n118m-1 h2 {
	margin: 0;
	line-height: 1;
	color: #002d57;
	font-size: 4rem;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase
}

@media(max-width:1440px) {
	.headline-n118m-1 {
		margin-bottom: 25px
	}

	.headline-n118m-1 h2 {
		font-size: 3.2rem
	}
}

@media(max-width:768px) {
	.headline-n118m-1 {
		margin-bottom: 20px
	}

	.headline-n118m-1 h2 {
		font-size: 2rem;
		text-align: center
	}
}

.news-list-n118m-1 {
	margin: 5px 0 25px 0
}

.news-list-n118m-1 ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.news-list-n118m-1 ul li {
	padding: 16px 16px;
	margin: 0 0 16px 0;
	border-radius: 5px;
	box-shadow: 0 0 8px #e5e5e5;
	position: relative
}

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

.news-list-n118m-1 ul li:before {
	background: #7eb01a;
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news-list-n118m-1 ul li a {
	text-decoration: none;
	color: #343434;
	display: flex;
	flex-direction: row
}

.news-list-n118m-1 ul li a .time {
	width: 90px;
	margin: 0 25px 0 0;
	text-align: center;
	line-height: 1.1;
	flex: none
}

.news-list-n118m-1 ul li a .time span {
	display: block;
	color: #505050;
	line-height: 1.4;
	font-size: 1.6rem
}

.news-list-n118m-1 ul li a .time .day {
	color: #002d57;
	font-size: 3.2rem
}

.news-list-n118m-1 ul li a .content {
	flex: auto;
	overflow: hidden;
	font-size: 1.4rem;
	color: #505050;
	line-height: 1.8
}

.news-list-n118m-1 ul li a .content h2 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 .5rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #343434
}

.news-list-n118m-1 ul li a .content .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	line-height: 1.6;
	font-size: 1.6rem
}

.news-list-n118m-1 ul li a:hover .time span,.news-list-n118m-1 ul li a:hover h2,.news-list-n118m-1 ul li a:hover .text {
	color: #fff
}

.news-list-n118m-1 ul li:hover:before {
	background: #7eb01a;
	opacity: 1;
	width: 100%
}

@media(max-width:1680px) {
	.news-list-n118m-1 ul li {
		padding: 10px 16px
	}
}

@media(max-width:1440px) {
	.news-list-n118m-1 ul li {
		padding: 8px
	}

	.news-list-n118m-1 ul li a .time {
		width: auto;
		height: auto;
		margin: 0 15px 0 0
	}

	.news-list-n118m-1 ul li a .time .day {
		font-size: 2rem
	}

	.news-list-n118m-1 ul li:last-child {
		display: none
	}
}

@media(max-width:768px) {
	.news-list-n118m-1 ul li:last-child {
		display: block
	}

	.news-list-n118m-1 ul li:last-child a .content h2 {
		color: #002d57;
		font-size: 1.6rem
	}
}

.headline-n118m-3 h2 {
	margin: 0;
	line-height: 1;
	color: #002d57;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase
}

@media(max-width:1440px) {
	.headline-n118m-3 {
		margin-bottom: 25px
	}

	.headline-n118m-3 h2 {
		font-size: 3.2rem
	}
}

@media(max-width:768px) {
	.headline-n118m-3 h2 {
		font-size: 2rem
	}
}

.case-list-n118m-1 {
	position: relative;
	overflow: hidden;
	padding: 30px 0 40px 0
}

.case-list-n118m-1 .back-pob {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: skew(230deg);
	z-index: -2;
	opacity: .1;
	position: absolute;
	background: #7eb01a
}

.case-list-n118m-1 .lbp {
	width: 320px;
	height: 150px;
	top: -105px;
	left: -130px
}

.case-list-n118m-1 .mbp {
	width: 300px;
	height: 120px;
	top: -30px;
	right: 150px;
	opacity: .6
}

.case-list-n118m-1 .rbp {
	width: 320px;
	height: 120px;
	bottom: 10px;
	right: -100px
}

.case-list-n118m-1:hover .lbp {
	left: 0
}

.case-list-n118m-1:hover .mbp {
	left: -50px;
	top: 100px
}

.case-list-n118m-1:hover .rbp {
	right: 250px
}

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

.case-list-n118m-1 .container .item .blk {
	border: 1px solid #cbcbcb;
	-webkit-transition: border .5s;
	-moz-transition: border .5s;
	-o-transition: border .5s;
	transition: border .5s;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

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

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

.case-list-n118m-1 .container .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-n118m-1 .container .item .blk .cover-image img {
	transition: all .5s;
	width: 100%;
	height: 100%
}

.case-list-n118m-1 .container .item .title {
	display: block;
	font-size: 1.6rem;
	line-height: 1.576;
	text-align: center;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #343434;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-decoration: none
}

.case-list-n118m-1 .container .item:hover .blk {
	border: 1px solid #002d57
}

.case-list-n118m-1 .container .item:hover .title {
	color: #7eb01a
}

.case-list-n118m-1 .container .item:hover img {
	transform: scale(1.1,1.1)
}

.case-list-n118m-1 .container .owl-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -15px
}

.case-list-n118m-1 .container .owl-buttons .owl-prev {
	position: absolute;
	left: 16px
}

.case-list-n118m-1 .container .owl-buttons .owl-next {
	position: absolute;
	right: 16px
}

.case-list-n118m-1 .container .owl-buttons .imco {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	border: 0;
	color: #000;
	background: #002d57;
	opacity: .8;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	font-weight: bold
}

.case-list-n118m-1 .container .owl-buttons .imco:hover {
	opacity: 1;
	background: #7eb01a
}

.case-list-n118m-1 .container .owl-pagination {
	display: none
}

@media(min-width:768px) {
	.case-list-n118m-1 {
		padding: 40px 0 60px 0
	}

	.case-list-n118m-1 .container .item .title {
		font-size: 1.8rem
	}

	.case-list-n118m-1 .container .owl-carousel {
		margin: 0 -15px
	}

	.case-list-n118m-1 .container .owl-item {
		padding: 0 15px
	}

	.case-list-n118m-1 .container .owl-buttons {
		margin-left: 30px
	}
}

.about-us-list-n118m-4 {
	overflow: hidden;
	position: relative;
	padding: 40px 0
}

.about-us-list-n118m-4 .back-pob {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: skew(230deg);
	z-index: -2;
	opacity: .1;
	position: absolute;
	background: #7eb01a
}

.about-us-list-n118m-4 .lbp {
	width: 150px;
	height: 320px;
	top: -65px;
	left: 130px
}

.about-us-list-n118m-4 .mbp {
	width: 150px;
	height: 320px;
	top: 80px;
	left: 50px;
	opacity: .6
}

.about-us-list-n118m-4 .rbp {
	width: 150px;
	height: 320px;
	top: -180px;
	right: 100px
}

.about-us-list-n118m-4:hover .lbp {
	left: 0
}

.about-us-list-n118m-4:hover .mbp {
	left: -50px;
	top: 100px
}

.about-us-list-n118m-4:hover .rbp {
	right: 250px
}

.about-us-list-n118m-4 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.about-us-list-n118m-4 ul li {
	display: flex;
	padding: 0 10px 30px 10px;
	align-items: center;
	justify-content: center
}

.about-us-list-n118m-4 ul li .cover {
	flex: none;
	margin-right: 16px;
	width: 96px
}

.about-us-list-n118m-4 ul li .cover>img {
	display: flex;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.about-us-list-n118m-4 ul li .cover>img.loaded {
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0
}

.about-us-list-n118m-4 ul li .intro {
	flex: auto;
	width: 100%
}

.about-us-list-n118m-4 ul li .intro>h4 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: normal;
	color: #343434;
	margin-top: 0
}

.about-us-list-n118m-4 ul li .intro>p {
	font-size: 1.6rem;
	line-height: 1.576;
	color: #888;
	text-align: justify;
	width: 100%;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box
}

@media screen and (max-width:1200px) {
	.about-us-list-n118m-4 ul li {
		padding: 20px;
		flex-direction: column
	}

	.about-us-list-n118m-4 ul li .cover {
		margin-right: 0;
		margin-bottom: 0;
		width: 72px
	}

	.about-us-list-n118m-4 ul li .intro>h4 {
		text-align: center;
		margin: 5px 0
	}

	.about-us-list-n118m-4 ul li .intro>p {
		text-align: center
	}
}

@media screen and (max-width:768px) {
	.about-us-list-n118m-4 {
		padding: 30px 0 40px 0
	}

	.about-us-list-n118m-4 .lbp {
		top: 210px;
		left: 240px
	}

	.about-us-list-n118m-4 .mbp {
		bottom: 40px;
		left: -90px;
		top: inherit
	}

	.about-us-list-n118m-4 .rbp {
		top: -180px;
		right: 100px
	}

	.about-us-list-n118m-4 .container {
		width: 100%
	}

	.about-us-list-n118m-4 .container ul li {
		padding: 10px
	}

	.about-us-list-n118m-4 .container ul li .cover {
		margin-bottom: 0;
		width: 56px
	}

	.about-us-list-n118m-4 .container ul li .intro>h4 {
		font-size: 1.6rem
	}

	.about-us-list-n118m-4 .container ul li .intro>p {
		font-size: 1.4rem
	}
}