.news-list-n101m-1 {
	margin-bottom: 30px
}

.news-list-n101m-1 ul {
	list-style: none;
	overflow: auto;
	padding: 0;
	margin: 0
}

.news-list-n101m-1 ul li {
	margin-bottom: 0;
	padding: 15px
}

.news-list-n101m-1 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	background: #eee
}

.news-list-n101m-1 ul li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: #eee
}

.news-list-n101m-1 .item {
	width: 100%;
	float: left
}

.news-list-n101m-1 .item .blk {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 66.6%
}

.news-list-n101m-1 .item .blk .square-cont {
	position: absolute;
	width: 100%;
	height: 100%
}

.news-list-n101m-1 .item .blk .cover-image {
	overflow: hidden;
	display: block;
	padding: 0
}

.news-list-n101m-1 .item .blk .cover-image>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

    .news-list-n101m-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;
        opacity: 1;
    }

.news-list-n101m-1 .item .blk .cover-image>span {
	overflow: hidden;
	height: 0;
	padding-bottom: 75%
}

.news-list-n101m-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;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.news-list-n101m-1 .item .blk .cover-image img:hover {
	transform: scale(1.2)
}

.news-list-n101m-1 .text {
	float: left;
	padding: 15px 0 0 0;
	position: relative
}

.news-list-n101m-1 .text .time {
	color: #6c6c6c;
	font-size: 1.6rem;
	float: left;
	line-height: 32px
}

.news-list-n101m-1 .text .time i {
	color: #00295f;
	font-weight: bold;
	margin-right: 5px
}

.news-list-n101m-1 .text .th {
	margin: 0 0 10px 0
}

.news-list-n101m-1 .text .th a {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
	color: #505050;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.news-list-n101m-1 .text .th a:hover {
	color: #00295f
}

.news-list-n101m-1 .text .desc {
	display: none
}

.news-list-n101m-1 .text .more {
	display: inline-block;
	line-height: 32px;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 0 20px;
	color: #fff;
	background: #00295f;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
	float: right
}

.news-list-n101m-1 .text .more:hover {
	background: #014aaa
}

@media(min-width:768px) {
	.news-list-n101m-1 ul li {
		padding: 0;
		margin-bottom: 30px
	}

	.news-list-n101m-1 ul li:hover:before {
		opacity: .2
	}

	.news-list-n101m-1 ul li:hover:after {
		background: #00295f
	}

	.news-list-n101m-1 .item {
		width: 20%
	}

	.news-list-n101m-1 .text {
		width: 80%;
		min-height: 150px;
		padding: 0 24px
	}

	.news-list-n101m-1 .text .time {
		font-size: 1.8rem
	}

	.news-list-n101m-1 .text .th {
		margin: 10px 0
	}

	.news-list-n101m-1 .text .th a {
		font-size: 1.8rem;
		font-weight: bold
	}

	.news-list-n101m-1 .text .desc {
		font-size: 1.6rem;
		color: #6c6c6c;
		margin-bottom: 10px;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box
	}
}

.pagination-n101m-1 {
	font-size: 1.6rem;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 25px
}

.pagination-n101m-1 ul {
	display: inline-block;
	padding-left: 0
}

.pagination-n101m-1 ul li {
	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 #ffa959;
	margin: 0 5px 5px 5px;
	color: #505050;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.pagination-n101m-1 ul li:hover {
	background-color: #00295f;
	color: #fff
}

.pagination-n101m-1 ul li a {
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block
}

.pagination-n101m-1 ul .active {
	border-color: #00295f;
	background: #00295f;
	color: #fff !important
}

.pagination-n101m-1 ul .pageinfo {
	border: 0;
	background: transparent;
	color: #505050 !important
}

.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
	}
}

.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
	}
}

@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
	}
}