body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	color: #343434;
	background-color: #fff
}

.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: #00295f;
	text-align: center
}

.paragraph-n93m-1 i {
	display: block;
	height: 3px;
	width: 8%;
	background: #00295f;
	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 {
	display: flex;
	justify-content: space-between;
}

.paragraph-n93m-1 .text-content .imgs {
	width: 35%;
}

.paragraph-n93m-1 .text-content .imgs img {
	width: 100%;
}

.paragraph-n93m-1 .text-content .text {
	width: calc(100% - 40%);
}

.paragraph-n93m-1 .text-content p {
	color: #505050;
	/* text-align: justify; */
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 2px 0;
}

.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-n115m-1 {
	margin-bottom: 40px;
	background: #181818;
	overflow: hidden
}

.video-n115m-1 .item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #181818;
	overflow: hidden
}

.video-n115m-1 .item .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.video-n115m-1 .item .co>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.video-n115m-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-n115m-1 .item .co>span>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

.video-n115m-1 .item .co>span .vw-video {
	width: 100%;
	outline: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	filter: blur(8px)
}

.video-n115m-1.fcb {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.video-n115m-1.fcb .item {
	background: transparent;
	height: 100%;
	padding-bottom: 0
}

.video-n115m-1.fcb .item .vw-video {
	background: #181818;
	max-height: 100%;
	min-height: 80%;
	filter: none !important
}

.video-n115m-1.fcb .item video {
	background: transparent !important
}

.video-n115m-1 .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-n115m-1 .controls .ltc {
	position: absolute;
	border-left: 5px solid #00295f;
	border-top: 5px solid #00295f;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	transition: all .3s
}

.video-n115m-1 .controls .rbc {
	position: absolute;
	border-right: 5px solid #00295f;
	border-bottom: 5px solid #00295f;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	transition: all .3s
}

.video-n115m-1 .controls .title {
	font-size: 1.8rem;
	margin: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box
}

.video-n115m-1 .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-n115m-1 .controls .play:hover {
	color: #00295f
}

.video-n115m-1:hover .item .co>span>img {
	transform: scale(1.1);
	filter: blur(20px);
	opacity: .5
}

.video-n115m-1:hover .item .controls .play,
.video-n115m-1:hover .item .controls .title {
	color: #66b017
}

.video-n115m-1:hover .item .controls .ltc {
	top: 20px;
	left: 20px
}

.video-n115m-1:hover .item .controls .rbc {
	right: 20px;
	bottom: 20px
}

@media(min-width:768px) {
	.video-n115m-1 {
		margin-bottom: 80px
	}

	.video-n115m-1 .controls .title {
		font-size: 2.6rem;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box
	}
}

@media(min-width:1024px) {
	.video-n115m-1 .item {
		padding-bottom: 25%
	}

	.video-n115m-1 .controls {
		position: absolute;
		width: 34%;
		height: 70%;
		top: 15%;
		left: 33%
	}

	.video-n115m-1 .controls .play {
		font-size: 28px;
		border: 4px solid;
		border-radius: 50%;
		width: 64px;
		height: 64px;
		line-height: 56px
	}
}

.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: #00295f;
	text-align: center;
	text-transform: uppercase
}

.headline-n93m-1 i {
	display: block;
	height: 3px;
	width: 4%;
	background: #00295f;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.headline-n93m-1:hover i {
	width: 9%
}

@media(min-width:768px) {
	.headline-n93m-1 {
		margin-bottom: 25px
	}

	.headline-n93m-1 h2 {
		font-size: 3.2rem
	}
}

.about-us-list-n107m-4 {
	margin-bottom: 40px
}

.about-us-list-n107m-4 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.about-us-list-n107m-4 ul li {
	display: flex;
	padding: 0 10px 30px 10px;
	align-items: center;
	justify-content: center
}

.about-us-list-n107m-4 ul li .cover {
	flex: none;
	margin-right: 32px;
	width: 96px
}

.about-us-list-n107m-4 ul li .cover>img {
	display: flex;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.about-us-list-n107m-4 ul li .cover>img.loaded {
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0
}

.about-us-list-n107m-4 ul li .intro {
	flex: auto;
	width: 100%
}

.about-us-list-n107m-4 ul li .intro>h4 {
	font-size: 1.8rem;
	line-height: 1.576;
	font-weight: normal;
	color: #343434
}

.about-us-list-n107m-4 ul li .intro>p {
	font-size: 1.6rem;
	line-height: 1.576;
	color: #888;
	text-align: justify;
	width: 100%;
	margin: 0 0 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box
}

@media screen and (max-width:1200px) {
	.about-us-list-n107m-4 ul li {
		padding: 20px;
		flex-direction: column
	}

	.about-us-list-n107m-4 ul li .cover {
		margin-right: 0;
		margin-bottom: 0;
		width: 72px
	}

	.about-us-list-n107m-4 ul li .intro>h4 {
		text-align: center;
		margin: 5px 0
	}

	.about-us-list-n107m-4 ul li .intro>p {
		text-align: center
	}
}

@media screen and (max-width:768px) {
	.about-us-list-n107m-4 {
		margin-bottom: 30px
	}

	.about-us-list-n107m-4 ul li {
		padding: 10px
	}

	.about-us-list-n107m-4 ul li .cover {
		margin-bottom: 0;
		width: 56px
	}

	.about-us-list-n107m-4 ul li .intro>h4 {
		font-size: 1.6rem
	}

	.about-us-list-n107m-4 ul li .intro>p {
		font-size: 1.4rem
	}
}

.about-us-list-n116m-2 {
	padding: 40px 0;
	width: 100%;
	height: 100%;
	position: relative
}

.about-us-list-n116m-2:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("static/images/3676-202308160325390635.png");
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	z-index: 0
}

.about-us-list-n116m-2 .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0
}

.about-us-list-n116m-2 .container h2 {
	margin: 0;
	color: #00295f;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	line-height: 1.8;
	font-size: 3.2rem
}

.about-us-list-n116m-2 .container .horizontal-line {
	display: block;
	height: 3px;
	width: 50px;
	background: #00295f;
	margin: 0 auto;
	z-index: 10;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n116m-2 .container:hover i {
	width: 100px
}

.about-us-list-n116m-2 .container .desc {
	padding: 25px;
	margin: 40px 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10
}

.about-us-list-n116m-2 .container .desc p {
	color: #fff;
	line-height: 1.75;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	display: -webkit-box;
	font-size: 1.6rem
}

.about-us-list-n116m-2 .container .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: #00295f;
	text-decoration: none;
	margin: 0 auto
}

.about-us-list-n116m-2 .container .btn span {
	margin: 0 6px 0 0
}

.about-us-list-n116m-2 .container .btn i {
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-us-list-n116m-2 .container .btn:before {
	background: #00295f;
	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-n116m-2 .container .btn:hover {
	background: #66b017
}

.about-us-list-n116m-2 .container .btn:hover:before {
	width: 38px;
	opacity: 1;
	background: #488a0b
}

.about-us-list-n116m-2 .container .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);
	background: 0
}

@media(max-width:992px) {
	.about-us-list-n116m-2 {
		margin: 0 0 40px 0;
		padding: 0
	}

	.about-us-list-n116m-2:before {
		background-size: contain;
		background-position: center;
		background-attachment: inherit
	}

	.about-us-list-n116m-2 .container {
		padding: 30px 0
	}

	.about-us-list-n116m-2 .container h2 {
		text-align: center;
		white-space: normal;
		font-size: 2rem
	}

	.about-us-list-n116m-2 .container .desc {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		display: -webkit-box;
		margin: 20px 0 10px 0
	}

	.about-us-list-n116m-2 .container .desc p {
		margin-top: 0
	}

	.about-us-list-n116m-2 .container .btn {
		display: none
	}
}

.friendly-link-n101m-1 {
	position: relative;
	padding: 32px 0 0 0
}

.friendly-link-n101m-1 .blk {
	display: none;
	float: left;
	padding: 32px
}

.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 .snsinfo a {
	color: #d65200;
	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: #014aaa;
	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
	}

	.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: #00295f;
	padding: 9px 13px;
	font-size: 24px;
	width: 50px;
	height: 50px
}

.contact-box-n101m-1 .item i:hover {
	background: #b03e00
}

.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 #ffd9ab
}

.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: #d65200;
	background: #ffd9ab
}

.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: #00295f
}

.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: #00295f;
	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: #ffd9ab transparent transparent transparent
	}

	.contact-box-n101m-1 .item i {
		color: #00295f;
		background: #fff
	}

	.contact-box-n101m-1 .home {
		display: block
	}

	.contact-box-n101m-1 .b2t {
		display: none !important
	}

	.contact-box-n101m-1-blk {
		display: block
	}
}

.back-top-n8m-2 {
	position: fixed;
	padding: 8px 10px 12px 10px;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #ffa959;
	color: #cbcbcb;
	background-color: #fff4e6;
	opacity: .7;
	right: 16px;
	bottom: 15%;
	display: none
}

.back-top-n8m-2:hover {
	opacity: 1;
	background-color: #ffc382;
	cursor: pointer
}

.back-top-n8m-2 i {
	color: #d65200;
	width: 28px;
	height: 28px;
	display: inline-block;
	font-size: 24px
}

.navigation-n6m-2 {
	padding-left: 0;
	padding-right: 0;
	font-size: 1.6rem;
	z-index: 1000;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #fff
}

.navigation-n6m-2 ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navigation-n6m-2 .header {
	width: 100%;
	margin: 0 auto
}

.navigation-n6m-2 .header .container .bar-icon-btn {
	position: relative;
	float: right;
	padding: 6px 8px 2px 8px;
	margin: 15px 10px 0 10px;
	background-image: none;
	border: 1px solid #00295f;
	border-radius: 3px;
	cursor: pointer
}

.navigation-n6m-2 .header .container .bar-icon-btn>span {
	background-color: #00295f;
	border-radius: 10px;
	height: 3px;
	width: 24px;
	margin-bottom: 4px;
	display: block
}

.navigation-n6m-2 .header .container .logo-link {
	width: 25%;
	height: 70px;
	padding: 0 20px 0 0;
	vertical-align: middle;
	display: inline-block
}

.navigation-n6m-2 .header .container .logo-link>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.navigation-n6m-2 .header .container .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; opacity:1;
}

.navigation-n6m-2 .header .container .language {
	color: #505050;
	font-size: 1.4rem;
	cursor: pointer;
	height: 40px;
	padding-top: 4px;
	float: right;
	margin: 20px 20px 0 0
}

.navigation-n6m-2 .header .container .language e {
	line-height: 1.7;
	text-transform: capitalize;
}

.navigation-n6m-2 .header .container .language e .iconflag {
	margin: 3px 3px 0 0
}

.navigation-n6m-2 .header .container .language .list {
	border-top: 2px solid;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 20;
	top: 50px;
	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-n6m-2 .header .container .language .list::-webkit-scrollbar {
	width: 6px;
	height: 8px
}

.navigation-n6m-2 .header .container .language .list::-webkit-scrollbar-track {
	background-color: #313131;
	border-radius: 10px
}

.navigation-n6m-2 .header .container .language .list::-webkit-scrollbar-button {
	height: 0
}

.navigation-n6m-2 .header .container .language .list::-webkit-scrollbar-thumb {
	background-color: #5e5d62;
	border-radius: 10px
}

.navigation-n6m-2 .header .container .language .list li {
	width: 105px;
	padding: 6px 4px 3px 8px;
	overflow: hidden;
	border-bottom: 1px solid #cbcbcb
}

.navigation-n6m-2 .header .container .language .list li:last-child {
	border-bottom: 0
}

.navigation-n6m-2 .header .container .language .list li a {
	color: #fff;
	position: relative
}

.navigation-n6m-2 .header .container .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-n6m-2 .header .container .language .list li i {
	position: absolute;
	left: 0;
	top: -5px
}

.navigation-n6m-2 .header .container .language .list li:hover {
	background-color: #00295f
}

.navigation-n6m-2 .header .container .language .list li:hover a {
	color: #fff
}

.navigation-n6m-2 .header .container .language:focus,
.navigation-n6m-2 .header .container .language:hover {
	color: #00295f
}

.navigation-n6m-2 .header .container .language:focus .list,
.navigation-n6m-2 .header .container .language:hover .list {
	opacity: 1;
	display: block
}

.navigation-n6m-2 .header .container .navbar-ul {
	height: auto;
	width: 100%;
	display: flex
}

.navigation-n6m-2 .header .container .navbar-ul:before {
	display: none
}

.navigation-n6m-2 .header .container .navbar-ul>li {
	vertical-align: middle;
	text-align: center;
	position: relative;
	flex: auto
}

.navigation-n6m-2 .header .container .navbar-ul>li a {
	padding: 10px;
	line-height: 35px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none
}

.navigation-n6m-2 .header .container .lv-2 {
	width: 100%;
	position: absolute;
	top: 55px;
	z-index: 1001;
	overflow: inherit
}

.navigation-n6m-2 .header .container .lv-2>li {
	position: relative;
	display: block;
	font-size: 1.6rem;
	line-height: 18px;
	height: auto
}

.navigation-n6m-2 .header .container .lv-3 {
	background: #f2f2f2;
	/* width: 120px; */
	position: absolute;
	right: -258px;
	top: 0
}

.navigation-n6m-2 .header .container .subnavs {
	display: none;
	background: #fff;
	color: #343434;
	border: 1px solid #014aaa
}

.navigation-n6m-2 .header .container .subnavs li {
	border-top: 1px solid #e5e5e5;
	z-index: 900
}

.navigation-n6m-2 .header .container .subnavs li a {
	padding: 10px 12px;
	line-height: 22px;
	font-size: 1.6rem;
	color: #343434;
	position: relative;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis*/
}

.navigation-n6m-2 .header .container .subnavs li a:hover {
	color: #00295f
}

.navigation-n6m-2 .header .container .lv-2 .f-down {
	transform: rotate(-90deg);
	position: absolute;
	right: 2px;
	top: 12px;
	color: #00295f
}

.navigation-n6m-2 .header .container .f-down {
	font-size: 14px;
	padding-left: 4px;
	float: right
}

.navigation-n6m-2 .header .container .search-box {
	display: none
}

.navigation-n6m-2.n-pin {
	top: 0
}

@media(max-width:1280px) {
	.navigation-n6m-2 .header .collapse {
		display: none
	}

	.navigation-n6m-2 .header .collapse.in {
		display: block
	}

	.navigation-n6m-2 .header .visible-xs {
		display: block
	}

	.navigation-n6m-2 .header .container .search-box {
		display: none
	}

	.navigation-n6m-2 .header .container .navbar-ul>li a {
		padding: 5px;
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.navigation-n6m-2 {
		border-bottom: 1px solid #e5e5e5
	}

	.navigation-n6m-2 .header .container {
		padding-left: 0;
		padding-right: 0
	}

	.navigation-n6m-2 .header .container .logo-link {
		height: 60px;
		width: 45%;
		padding: 0 10px 0 0
	}

	.navigation-n6m-2 .header .container .language {
		top: 15px;
		right: 100px
	}

	.navigation-n6m-2 .header .container .navbar-ul {
		position: relative;
		background-color: #fff;
		flex-direction: column
	}

	.navigation-n6m-2 .header .container .navbar-ul:before {
		content: '';
		display: block;
		height: 1px;
		overflow: hidden;
		background: #e5e5e5
	}

	.navigation-n6m-2 .header .container .navbar-ul>li {
		height: auto;
		display: inline-block;
		width: 100%;
		text-align: left
	}

	.navigation-n6m-2 .header .container .navbar-ul>li a {
		color: #505050;
		line-height: 25px;
		padding: 10px 10px 10px 0
	}

	.navigation-n6m-2 .header .container .navbar-ul .lv-2 {
		overflow: inherit;
		position: initial;
		top: initial;
		width: 100%;
		z-index: initial
	}

	.navigation-n6m-2 .header .container .navbar-ul .lv-3 {
		max-width: initial;
		position: initial
	}

	.navigation-n6m-2 .header .container .navbar-ul .lv-3 li {
		text-indent: 1em
	}

	.navigation-n6m-2 .header .container .navbar-ul .lv-2 li a,
	.navigation-n6m-2 .header .container .navbar-ul .lv-3 li a {
		padding: 7px 1em;
		font-size: 1.4rem
	}

	.navigation-n6m-2 .header .container .subnavs {
		border: 0
	}

	.paragraph-n93m-1 .text-content {
		flex-wrap: wrap;
	}

	.paragraph-n93m-1 .text-content .imgs,
	.paragraph-n93m-1 .text-content .text {
		width: 100%;
	}

	.paragraph-n93m-1 .text-content .imgs {
		margin-top: 30px;
	}
}

@media(min-width:768px) {
	.navigation-n6m-2 .header .container.n-pin .header {
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
	}

	.navigation-n6m-2 .header .container .navbar-ul>li.active,
	.navigation-n6m-2 .header .container .navbar-ul>li:hover {
		background: #014aaa
	}

	.navigation-n6m-2 .header .container .navbar-ul>li.active>a,
	.navigation-n6m-2 .header .container .navbar-ul>li:hover>a {
		color: #fff
	}

	.navigation-n6m-2 .header .container .subnavs {
		border-top: 0
	}

	.navigation-n6m-2 .header .container .search-box {
		overflow: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
		float: right
	}

	.navigation-n6m-2 .header .container .search-box input {
		-webkit-appearance: none;
		outline: 0;
		color: #505050;
		line-height: 36px;
		float: left;
		height: 36px;
		padding: 0 6px;
		border: 1px solid #d8d8d8;
		border-radius: 4px 0 0 4px;
		font-size: 1.3rem
	}

	.navigation-n6m-2 .header .container .search-box .search-btn {
		color: #fff;
		cursor: pointer;
		height: 36px;
		width: 46px;
		border: 0;
		float: left;
		background-color: #00295f;
		border-radius: 0 4px 4px 0;
		text-align: center
	}

	.navigation-n6m-2 .header .container .search-box .search-btn:hover {
		background-color: #d65200
	}

	.navigation-n6m-2 .header .container .search-box .search-btn i {
		font-size: 1.6rem
	}

	.navigation-n6m-2 .header .collapse {
		width: 100%;
		padding: 0 5%;
		display: block;
		background: #00295f
	}
}

.breadcrumb-n116m-1 {
	width: 100%;
	position: relative;
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: 40px
}

.breadcrumb-n116m-1 .bg {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 15%
}

.breadcrumb-n116m-1 .bg .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.breadcrumb-n116m-1 .bg .square-cont>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.breadcrumb-n116m-1 .bg .square-cont>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
}

.breadcrumb-n116m-1 .bg .square-cont>span {
	overflow: hidden
}

.breadcrumb-n116m-1 .bg .square-cont>span>img {
	max-height: initial;
	width: 100%
}

.breadcrumb-n116m-1 .bg .square-cont .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2
}

.breadcrumb-n116m-1 ul,
.breadcrumb-n116m-1 li {
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0
}

.breadcrumb-n116m-1 li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 40px;
	margin-right: 5px;
	color: #999
}

.breadcrumb-n116m-1 li a {
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	text-decoration: none;
	color: #505050
}

.breadcrumb-n116m-1 li a:hover {
	color: #00295f
}

.breadcrumb-n116m-1 li .f-home {
	color: #00295f
}

@media(max-width:768px) {
	.breadcrumb-n116m-1 {
		margin-bottom: 40px
	}

	.breadcrumb-n116m-1 li {
		font-size: 1.4rem;
		line-height: 30px
	}
}

.certificate-list-n101m-2 {
	position: relative;
	margin: 0 0 40px 0
}

.certificate-list-n101m-2 .item {
	width: 100%;
	float: left
}

.certificate-list-n101m-2 .item .blk {
	border: 1px solid #f2f2f2;
	-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: 75%
}

.certificate-list-n101m-2 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.certificate-list-n101m-2 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.certificate-list-n101m-2 .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-n101m-2 .item .blk .cover-image img {
	transition: all .5s
}

.certificate-list-n101m-2 .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: #505050;
	margin: 0;
	padding: 10px;
	text-decoration: none
}

.certificate-list-n101m-2 .item:hover .blk {
	border: 1px solid #00295f
}

.certificate-list-n101m-2 .item:hover .title {
	color: #00295f
}

.certificate-list-n101m-2 .item:hover img {
	transform: scale(1.1, 1.1)
}

.certificate-list-n101m-2 .owl-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -15px
}

.certificate-list-n101m-2 .owl-buttons .owl-prev {
	position: absolute;
	left: 15px
}

.certificate-list-n101m-2 .owl-buttons .owl-next {
	position: absolute;
	right: 15px
}

.certificate-list-n101m-2 .owl-buttons .imco {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	background: #505050;
	opacity: .4;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	font-weight: bold
}

.certificate-list-n101m-2 .owl-buttons .imco:hover {
	opacity: .6
}

.certificate-list-n101m-2 .owl-pagination {
	display: none
}

@media(min-width:768px) {
	.certificate-list-n101m-2 {
		margin: 0 0 80px -30px
	}

	.certificate-list-n101m-2 .owl-item {
		padding-left: 30px
	}

	.certificate-list-n101m-2 .owl-buttons {
		margin-left: 30px
	}
}

.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 #00295f;
	background-color: #fff4e6;
	color: #00295f;
	border-color: #00295f;
	font-size: 1.6rem
}

.message-n93m-1 .mdesc {
	color: #00295f
}

.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 #014aaa
}

.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: #00295f
}

/* .message-n93m-1 .subbtn button:hover {
                background: #b03e00
            } */

@media(max-width:768px) {
	.message-n93m-1 {
		padding: 16px 1px
	}

	.message-n93m-1 .line {
		margin-bottom: 12px
	}

	.message-n93m-1 .mtitle {
		margin-bottom: 12px
	}
}