@charset "UTF-8";

.home-brands-h,.home-glance-h,.home-intro .slide-h,.home-news-h {
	line-height: 1.2;
	font-family: Buri,Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif
}

.home-brands-h,.home-glance .item-data,.home-glance-h,.home-intro .slick-pager b,.home-intro .slide-deco,.home-intro .slide-h,.home-news-h {
	font-family: Buri,Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif
}

.home-brands-h,.home-glance-h,.home-news-h {
	font-size: 2.6em;
	text-align: center;
	color: #222;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:37.5em) {
	.home-brands-h br,.home-glance-h br,.home-news-h br {
		display: none
	}
}

@media (min-width:48em) {
	.home-brands-h,.home-glance-h,.home-news-h {
		font-size: 3.6em
	}
}

.home-intro {
	visibility: hidden;
	position: relative
}

.home-intro:after {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=#valuePercent)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 10;
	-webkit-transition: visibility 0s .3s,opacity .3s;
	-o-transition: visibility 0s .3s,opacity .3s;
	transition: visibility 0s .3s,opacity .3s
}

.home-intro.is-video-open:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=#valuePercent)";
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: visibility 0s 0s,opacity .3s;
	-o-transition: visibility 0s 0s,opacity .3s;
	transition: visibility 0s 0s,opacity .3s
}

.home-intro .slide-h,.home-intro .slide-more,.home-intro .slide-sub,.home-intro .slider {
	visibility: hidden
}

.home-intro>.slick-next,.home-intro>.slick-prev {
	display: none
}

.home-intro .slick-slider {
	overflow: hidden
}

.home-intro .slick-slider .slide {
	display: block
}

.home-intro .slick-arrow {
	position: absolute;
	overflow: hidden;
	margin-top: -26px;
	padding: 10px;
	bottom: 23px;
	z-index: 52
}

.home-intro .slick-prev {
	left: 10px
}

.home-intro .slick-next {
	right: 10px
}

.home-intro .slick-controller {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 51
}

.home-intro .slick-pager {
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: #f5f5f5
}

.home-intro .slick-pager li {
	margin: 0;
	display: none
}

.home-intro .slick-pager li.is-current {
	display: inline-block;
	width: 100%
}

.home-intro .slick-pager li.is-current b {
	color: #222
}

.home-intro .slick-pager button {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.home-intro .slick-pager b {
	position: relative;
	display: inline-block;
	font-weight: 400;
	padding: 21px 0 28px;
	font-size: 2em;
	color: rgba(34,34,34,.3)
}

.home-intro .slick-progress {
	width: 100%;
	height: 7px;
	background: #f5f5f5
}

.home-intro .slick-progress-bar {
	width: 0;
	height: 7px;
	background: #005295
}

.home-intro .slide {
	display: none;
	position: relative;
	background: 50% 50% no-repeat;
	background-size: cover
}

.home-intro .slide-spacer {
	position: relative;
	overflow: hidden;
	height: 100vh;
	min-height: calc(100vh - 60px);
	text-align: center;
	z-index: 1
}

.no-cssvhunit .home-intro .slide-spacer {
	height: 518px
}

.home-intro .slide-placer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	z-index: 2
}

.home-intro .slide-placer .slide-content {
	display: inline-block;
	min-width: 100%;
	vertical-align: middle;
	white-space: normal
}

.home-intro .slide-placer:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 90%
}

.home-intro .slide:first-child {
	display: block
}

.home-intro .slide-deco {
	color: #fff;
	font-size: 1.6em;
	letter-spacing: .03em;
	position: relative;
	display: inline-block;
	visibility: hidden
}

.home-intro .slide-deco:after,.home-intro .slide-deco:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 30px;
	height: 1px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=#valuePercent)";
	filter: alpha(opacity=20);
	opacity: .2
}

.home-intro .slide-deco:after {
	right: 105%
}

.home-intro .slide-deco:before {
	left: 105%
}

.home-intro .slide-h {
	margin-top: .40541em;
	padding: 0 10px;
	color: #fff;
	font-size: 4.2em;
	letter-spacing: -.02em
}

.home-intro .slide-sub {
	display: none;
	color: #fff
}

.home-intro .slide-video {
	position: absolute
}

.home-intro .slide-video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .35;
	z-index: 1
}

.home-intro .slide-video>iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	pointer-events: none
}

@media (min-width:48em) {
	.home-intro .slick-arrow {
		bottom: 50%;
		margin-top: 32.5px
	}

	.home-intro .slick-pager li {
		float: left;
		width: 33.33333%;
		display: inline-block
	}

	.home-intro .slick-pager li.is-current {
		width: 33.33333%
	}

	.home-intro .slick-pager li.is-current b {
		border-bottom: 3px solid #444
	}

	.home-intro .slide-placer:after {
		height: 100%
	}

	.home-intro .slide-deco {
		font-size: 1.8em;
		width: auto
	}

	.home-intro .slide-deco:after,.home-intro .slide-deco:before {
		width: 80px
	}

	.home-intro .slide-h {
		font-size: 6em
	}
}

@media (min-width:64em) {
	.home-intro .slide-spacer {
		height: 100vh
	}

	.no-cssvhunit .home-intro .slide-spacer {
		height: 600px
	}
}

@media (min-width:80em) {
	.home-intro .slick-prev {
		left: 40px
	}

	.home-intro .slick-next {
		right: 40px
	}

	.home-intro .slide-placer {
		width: 50%;
		margin: 0 auto
	}

	.home-intro .slide-sub {
		display: inline-block;
		font-size: 1.8em
	}
}

.home-glance .item:before,.home-news .thumb:before {
	display: block;
	content: ''
}

@media (min-width:100em) {
	.home-intro .slide-placer {
		width: 37.5%
	}
}

.home-news {
	padding-top: 50px;
	padding-bottom: 40px
}

.home-news .l-wide {
	position: relative
}

.home-news-h {
	margin-bottom: 30px
}

.home-news-list {
	border-top: 1px solid #e0e0e0
}

.home-news .thumb {
	zoom: 1;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.7em;
	line-height: 1.4
}

.home-news .thumb:after {
	content: '';
	display: table;
	clear: both
}

.home-news .thumb-block {
	float: right;
	width: 33.33333%;
	margin-left: 10px
}

.home-news .thumb-img {
	height: 0;
	padding-bottom: 100%
}

.home-news .thumb-desc {
	float: left;
	width: 58.33333%;
	margin: .5em 0;
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: keep-all;
	word-wrap: break-word
}

.home-news .thumb-img img {
	width: 100%
}

.home-news .thumb a:focus .thumb-desc,.home-news .thumb a:hover .thumb-desc {
	color: #005295;
	text-decoration: underline
}

.home-news .more {
	text-align: center;
	margin-top: 7.8125%
}

@media (min-width:48em) {
	.home-news {
		padding-top: 100px;
		padding-bottom: 80px
	}

	.home-news-h {
		text-align: left
	}

	.home-news-list {
		border-top: 0 none
	}

	.home-news .thumb {
		border-bottom: 0 none;
		font-size: 2em
	}

	.home-news .thumb-block {
		float: none;
		width: 100%;
		margin-left: 0
	}

	.home-news .thumb-desc {
		width: 100%;
		height: 95px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box
	}

	.home-news .more {
		position: absolute;
		top: 0;
		right: 10px;
		margin: 0
	}
}

.home-glance {
	padding-top: 60px;
	padding-bottom: 50px;
	background: #005295
}

.home-glance-h {
	color: #fff;
	margin-bottom: 20px
}

.home-glance .item {
	position: relative;
	text-align: center;
	padding: 10px 20px;
	zoom: 1
}

.home-glance .item:after {
	content: '';
	display: table;
	clear: both
}

.home-glance .item-emblem {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0
}

.home-glance .item-emblem img {
	display: none
}

.home-glance .item-emblem .svg,.home-glance .item-emblem svg {
	display: inline;
	width: 130px;
	height: 130px
}

.no-inlinesvg .home-glance .item-emblem img {
	display: inline-block
}

.no-inlinesvg .home-glance .item-emblem .svg {
	display: none
}

.home-glance .item-data {
	margin: 0;
	line-height: 2.1
}

.home-glance .item-data b {
	font-size: 7em;
	font-weight: 400;
	color: #fff
}

.home-glance .item-data em {
	font-size: 3.7em;
	color: #fff
}

@media (min-width:48em) {
	.home-glance {
		padding-top: 120px;
		padding-bottom: 100px
	}

	.home-glance-h {
		margin-bottom: 50px
	}

	.home-glance .item {
		padding: 30px 20px
	}

	.home-glance .item-emblem .svg,.home-glance .item-emblem svg {
		width: 180px;
		height: 180px
	}

	.home-glance .item-data {
		line-height: 1.8
	}

	.home-glance .item-data b {
		font-size: 8.5em
	}

	.home-glance .item-data em {
		fomt-soze: 4.5em
	}
}

.home-brands {
	position: relative;
	padding: 60px 0% 0px
}

.home-brands-h {
	margin-bottom: 40px
}

.home-brands .slick-slide .slide-img {
	width: 100%
}

.home-brands .slick-overlay {
	content: "";
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .3;
	z-index: 1
}

.no-backgroundblendmode .home-brands .slick-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=#valuePercent)";
	filter: alpha(opacity=30);
	opacity: .3
}

.home-brands .slick-overlay-left {
	left: 0
}

.home-brands .slick-overlay-right {
	right: 0
}

.home-brands .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 0;
	z-index: 1;
    font-family: 'icomoon';
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-brands .slick-prev {
	left: 0px
}

.home-brands .slick-next {
	right: 0px
}

.home-brands .slick-dots {
	top: auto;
	bottom: -50px
}

.home-brands .slider {
	position: relative
}

.home-brands .slider-detail {
	background: #f5f5f5;
	padding: 40px 8.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.home-brands .slider-detail .item {
	text-align: left;
	overflow: hidden
}

.home-brands .slide {
	overflow: hidden;
	position: relative
}

.home-brands .slide:before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%
}

.home-brands .slide-img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: none
}

.home-brands .slide-cont {
	display: none
}

.home-brands .slide-h {
	margin: 20px 0
}

.home-brands .slide-desc {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 20px
}

@media (max-width:47.99em) {
	.home-brands .slider-detail {
		width: auto!important;
		height: 100%
	}
}

@media (min-width:48em) {
	.home-brands {
		padding-top: 90px;
		padding-left: 0;
		padding-right: 0
	}

	.home-brands .slider-detail {
		position: absolute;
		top: 0;
		bottom: 0;
		background: #f5f5f5;
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
		white-space: nowrap;
		background-color: rgba(255,255,255,0.9);
	}

	.home-brands .slider-detail .slider-texts-list {
		display: inline-block;
		min-width: 100%;
		vertical-align: middle;
		white-space: normal
	}

	.home-brands .slider-detail:after {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.home-brands .slide:before {
		content: "";
		display: block;
		height: 0;
		padding-bottom: 50%
	}
}


@media (min-width:80em) {
	.home-brands .slick-prev {
		left: 0px
	}

	.home-brands .slick-next {
		right: 0px
	}
}