@font-face {
	font-family: 'iconfont';
	/* project id 2149878 */
	src: url('../fonts/font_2149878_cvu7x1xya7h.eot');
	src: url('../fonts/font_2149878_cvu7x1xya7h.eot') format('embedded-opentype'),
		url('../fonts/font_2149878_cvu7x1xya7h.woff2') format('woff2'),
		url('../fonts/font_2149878_cvu7x1xya7h.woff') format('woff'),
		url('../fonts/font_2149878_cvu7x1xya7h.ttf') format('truetype'),
		url('../fonts/font_2149878_cvu7x1xya7h.svg#iconfont') format('svg');
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: din;
	src: url(../fonts/din-condensed-bold.ttf)
}


@font-face {
	font-family: montserrat;
	src: url(../fonts/montserrat-regular-webfont.woff2)
}


.logo {
	width: 295px;
}

.header {
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-transition: all .5s;
	position: fixed;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
	top: 0px;
	background: #fff;
}

.headerBox {
	display: flex;
	justify-content: space-between;
}

.headerBox {
	align-items: center;
	padding: 0px 0px;
}

.nav {
	height: 100px;
	width: 650px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.nav ul li {
	height: 100%;
	position: relative;
	width: 20%;
	text-align: center;
}

.nav ul li a {
	padding: 0px 0vw;
	display: block;
	height: 100%;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
}

.header.active .nav ul li a {
	color: #3e3e3e;
}


.nav ul li:hover a::after,
.nav ul li.active a::after {
	width: 40%;
	left: 30%;
}

.nav ul li:hover a,
.nav ul li.active a {
	color: #004076;
}

.header.active .nav ul li:hover>a,
.header.active .nav ul li.active>a {
	color: #004076;
}

.header.active {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.header .nav ul li .list {
	width: 100%;
	height: auto;
	position: absolute;
	top: 90px;
	left: 0px;
	background: #004076;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 5px;
}

.header .nav ul li .list::after {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #004076;
	content: '';
	top: -5px;
	margin-left: -5px;
}

.header .nav ul li:hover .list {
	top: 80px;
	opacity: 1;
	visibility: visible;
}

.header .nav ul li .list a {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	line-height: 20px;
	font-weight: normal;
	padding: 15px 10px;
	width: 100%;
	font-size: 14px;
}

.header .nav ul li .list a:hover {
	color: #fff;
}

.header .nav ul li .list a:last-child {
	border-bottom: none;
}

.nav ul li .list a::after {
	display: none;
}


.nav_icon {
	width: 200px;
	height: 45px;
	border: 2px solid #004076;
	border-radius: 45px;
	cursor: pointer;
	line-height: 41px;
	text-align: center;
	color: #004076;
	font-size: 20px;
	-webkit-transition: all .35s;
	overflow: hidden;
	position: relative;
	margin-right: 50px;
}

.nav_icon .tel {
	width: calc(100% - 45px);
	height: auto;
	position: absolute;
	left: 45px;
	top: 0px;
	text-align: left;
	font-size: 20px;
	font-family: montserrat;
}

.nav_icon .icon {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

.subNav {
	width: 100%;
	height: 0px;
	position: fixed;
	left: 0px;
	top: 100px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .05);
	display: flex;
	justify-content: center;
	z-index: 10;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1)
}

.subNav.active {
	height: 250px;
}

.subNav ul {
	width: 650px;
	display: flex;
	justify-content: space-between;
	position: relative;
	left: -77px;
}

.subNav ul li {
	width: 20%;
	height: auto;
	position: relative;
	padding-top: 10px;
}

.subNav ul li.active {
	background: #f9f9f9;
}

.subNav ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
}

.subNav ul li a:hover {
	color: #004076;
}

.commonTitle {
	width: 100%;
	text-align: center;
	margin-bottom: 2vw;
	position: relative;
	z-index: 10;
	line-height: 1.4;
}

.commonTitle.posA {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #fff;
	border-bottom: none;
	padding: 30px 190px;
	-webkit-transform: translate(-50%, -50%);
}

.commonTitle.posA::after {
	right: 0px;
}

.commonTitle.posA::before {
	left: 0px;
}

.commonTitle.posA::after,
.commonTitle.posA::before {
	width: 40%;
	height: 1px;
	background: #fff;
	content: '';
	position: absolute;
	bottom: 0px;
}

.commonTitle.l {
	text-align: left;
}

.commonTitle b {
	display: inline-block;
	font-size: 30px;
	position: relative;
	overflow: hidden;
	color: transparent;
	-webkit-transition: all 0s .4s;
}

.commonTitle b::after,
.commonTitle p::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0px;
	background: #004076;
	content: '';
	-webkit-transition: all 0s 0s;
}

@-webkit-keyframes maskAnimate {
	0% {
		left: -100%;
		width: 100%;

	}

	50% {
		left: 0%;
		width: 100%;

	}

	100% {
		left: 100%;
		width: 0%;

	}
}

.commonTitle.animated b,
.commonTitle.animated p {
	color: #3e3e3e;
}

.commonTitle.posA.animated b,
.commonTitle.posA.animated p {
	color: #fff;
}

.commonTitle.animated b::after,
.commonTitle.animated p::after {
	-webkit-animation: maskAnimate 0.8s ease-in-out 1;
	-webkit-animation-fill-mode: forwards;
}

.commonTitle.animated p::after {
	-webkit-animation: maskAnimate 0.8s ease-in-out 1 0.2s;
}

.commonTitle p {
	display: inline-block;
	width: auto;
	font-size: 20px;
	font-family: montserrat;
	text-transform: uppercase;

	position: relative;
	overflow: hidden;
	color: transparent;
	-webkit-transition: all 0s .6s;
}

.index__hero {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 100px;
	height: 43vw;
}

.index__hero__visual {
	top: 0;
	display: block;
	overflow: hidden
}

.index__hero__visual,
.index__hero__visual__images {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.index__hero__visual__images {
	bottom: 0;
	-webkit-transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.index__hero__visual__images a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.index__hero__visual__images__image,
.page-initial .index__hero__visual__images,
.page-transition .index__hero__visual__images {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px)
}

.index__hero__visual__images__image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 100px);
	-webkit-transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
	transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
	-o-transition: transform 0s linear .7s, opacity 0s linear .7s;
	transition: transform 0s linear .7s, opacity 0s linear .7s;
	transition: transform 0s linear .7s, opacity 0s linear .7s, -webkit-transform 0s linear .7s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0;
	z-index: 1
}

[data-position="0"] .index__hero__visual__images__image[data-num="0"],
[data-position="1"] .index__hero__visual__images__image[data-num="1"],
[data-position="2"] .index__hero__visual__images__image[data-num="2"],
[data-position="3"] .index__hero__visual__images__image[data-num="3"] {
	opacity: 1;
	-webkit-transition: opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
	transition: opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
	-o-transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s !important;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s !important;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	z-index: 10
}

.index__hero__visual__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #202020;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	z-index: 1
}

.index__hero__visual__mask:after,
.index__hero__visual__mask:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0
}

.index__hero__visual__mask:before {
	top: -100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(rgba(32, 32, 32, 0)));
	background: -o-linear-gradient(bottom, #202020 0, rgba(32, 32, 32, 0) 100%);
	background: linear-gradient(0deg, #202020, rgba(32, 32, 32, 0))
}

.index__hero__visual__mask:after {
	bottom: -100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 32, 32, 0)), to(#202020));
	background: -o-linear-gradient(bottom, rgba(32, 32, 32, 0) 0, #202020 100%);
	background: linear-gradient(0deg, rgba(32, 32, 32, 0), #202020)
}

[data-position="0"] .index__hero__visual__mask {
	-webkit-animation: heroSlideshowMaskTransition0 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
	animation: heroSlideshowMaskTransition0 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}

@-webkit-keyframes heroSlideshowMaskTransition0 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

@keyframes heroSlideshowMaskTransition0 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

[data-position="1"] .index__hero__visual__mask {
	-webkit-animation: heroSlideshowMaskTransition1 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
	animation: heroSlideshowMaskTransition1 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}

@-webkit-keyframes heroSlideshowMaskTransition1 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

@keyframes heroSlideshowMaskTransition1 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

[data-position="2"] .index__hero__visual__mask {
	-webkit-animation: heroSlideshowMaskTransition2 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
	animation: heroSlideshowMaskTransition2 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}

@-webkit-keyframes heroSlideshowMaskTransition2 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

@keyframes heroSlideshowMaskTransition2 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

[data-position="3"] .index__hero__visual__mask {
	-webkit-animation: heroSlideshowMaskTransition3 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
	animation: heroSlideshowMaskTransition3 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}

@-webkit-keyframes heroSlideshowMaskTransition3 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

@keyframes heroSlideshowMaskTransition3 {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	45% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	55% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%)
	}
}

.sbox {
	width: 300px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 30px;
}

.sbox p {
	margin-top: 30px;
	font-family: Cabin, sans-serif;
	color: #fff;
	-webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
	animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
	text-align: center;
	text-transform: uppercase;
	font-family: horatioM;
	font-size: 12px
}

.mouse {
	border: 1px solid #fff;
	position: relative;
	width: 20px;
	height: 35px;
	border-radius: 100px;
	background-size: 100% 200%;
	-webkit-animation: nudgeMouse 5s ease-out infinite;
	margin: auto
}

.mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.mouse::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	background: url(../images/icon_down.png) no-repeat;
	background-size: cover;
	content: '';
	display: block;
	top: 40px
}

.mouse:after {
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 5s linear infinite;
	animation: trackBallSlide 5s linear infinite
}

@-webkit-keyframes colorSlide {
	0% {
		background-position: 0 100%
	}

	20% {
		background-position: 0 0
	}

	21% {
		background-color: #fc5f72
	}

	29.99% {
		background-color: #fff;
		background-position: 0 0
	}

	30% {
		background-color: #fc5f72;
		background-position: 0 100%
	}

	50% {
		background-position: 0 0
	}

	51% {
		background-color: #fc5f72
	}

	59% {
		background-color: #fff;
		background-position: 0 0
	}

	60% {
		background-color: #fc5f72;
		background-position: 0 100%
	}

	80% {
		background-position: 0 0
	}

	81% {
		background-color: #fc5f72
	}

	100%,
	90% {
		background-color: #fff
	}
}

@keyframes colorSlide {
	0% {
		background-position: 0 100%
	}

	20% {
		background-position: 0 0
	}

	21% {
		background-color: #fc5f72
	}

	29.99% {
		background-color: #fff;
		background-position: 0 0
	}

	30% {
		background-color: #fc5f72;
		background-position: 0 100%
	}

	50% {
		background-position: 0 0
	}

	51% {
		background-color: #fc5f72
	}

	59% {
		background-color: #fff;
		background-position: 0 0
	}

	60% {
		background-color: #fc5f72;
		background-position: 0 100%
	}

	80% {
		background-position: 0 0
	}

	81% {
		background-color: #fc5f72
	}

	100%,
	90% {
		background-color: #fff
	}
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	6% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	14% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	15%,
	19% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	28%,
	29.99% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	30% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	36% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	44% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	45%,
	49% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	58%,
	59.99% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	66% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	74% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	75%,
	79% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	100%,
	88% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	6% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	14% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	15%,
	19% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	28%,
	29.99% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	30% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	36% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	44% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	45%,
	49% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	58%,
	59.99% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}

	66% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(5px);
		transform: scale(.9) translateY(5px)
	}

	74% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(30px);
		transform: scale(.4) translateY(30px)
	}

	75%,
	79% {
		opacity: 0;
		-webkit-transform: scale(.4) translateY(-5px);
		transform: scale(.4) translateY(-5px)
	}

	100%,
	88% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-5px);
		transform: scale(1) translateY(-5px)
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes nudgeText {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes nudgeText {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px)
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes colorText {
	21% {
		color: #004076
	}

	30% {
		color: #fff
	}

	51% {
		color: #004076
	}

	60% {
		color: #fff
	}

	81% {
		color: #004076
	}

	90% {
		color: #fff
	}
}


.index__hero__visual__pager {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
	padding: 25px 50px;
	font-size: 20px;
}

.index__hero__visual__pager__page {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
	opacity: .5;
	font-family: din !important;
}

.index__hero__visual__pager__page.active,
.index__hero__visual__pager__page:hover {
	opacity: 1;
}

.index__hero__visual__pager__page+.index__hero__visual__pager__page {
	margin-left: 25px
}

.index__hero__visual__pager__page:after,
.index__hero__visual__pager__page:before {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}

.index__hero__visual__pager__page:before {
	opacity: .25;
	z-index: 0
}

.index__hero__visual__pager__page.active::before {
	transform: scaleX(1);
}

.index__hero__visual__pager__page.active::after {
	transform: scaleX(1);
	-webkit-transition: all 5s;
}

.index__hero__visual__pager__page:after {
	opacity: 1;
	z-index: 1;
	-webkit-transform-origin: left center;
}

.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"],
.index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"],
.index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"],
.index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"] {
	opacity: 1;
	cursor: default;
	-webkit-transition: opacity 0s linear .6s;
	-o-transition: opacity 0s linear .6s;
	transition: opacity 0s linear .6s
}

.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:after,
.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:before,
.index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:after,
.index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:before,
.index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:after,
.index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:before,
.index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:after,
.index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:before,
.index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:before,
.index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:before,
.index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:before {
	-webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
	-o-transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s
}

.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:after,
.index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:after,
.index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:after,
.index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:after {
	-webkit-transition: -webkit-transform 5.4s linear .6s;
	transition: -webkit-transform 5.4s linear .6s;
	-o-transition: transform 5.4s linear .6s;
	transition: transform 5.4s linear .6s;
	transition: transform 5.4s linear .6s, -webkit-transform 5.4s linear .6s
}

.swiperBanner .swiper-button-next {
	right: 10px;
}

.swiperBanner .swiper-button-prev {
	left: 10px;
}

.swiperBanner .swiper-button-next,
.swiperBanner .swiper-button-prev {
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	color: #004076;
}

.swiperBanner .swiper-button-next:hover,
.swiperBanner .swiper-button-prev:hover {
	background: #004076;
	color: #fff;
}

.proNav {
	width: 100%;
	height: auto;
}

.proNav ul {
	display: flex;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, .05);
}

.proNav ul li {
	width: calc(100% / 7);
	position: relative;
	text-align: center;
	padding: 35px 0px;
	border-right: 1px solid rgba(0, 0, 0, .05);
	-webkit-transition: all .5s;
	cursor: pointer;
	background: #fff;
}

.proNav ul li .icon {
	width: 60px;
	height: 60px;
	position: relative;
	background: url(../images/navicon.png) no-repeat;
	margin: 0px auto;
}

.proNav ul li:nth-child(2) .icon {
	background-position: 0px -60px;
}

.proNav ul li:nth-child(3) .icon {
	background-position: 0px -120px;
}

.proNav ul li:nth-child(4) .icon {
	background-position: 0px -180px;
}

.proNav ul li:nth-child(5) .icon {
	background-position: 0px -240px;
}

.proNav ul li:nth-child(6) .icon {
	background-position: 0px -300px;
}

.proNav ul li:nth-child(7) .icon {
	background-position: 0px -360px;
}
.proNav ul li:nth-child(8) .icon {
	background-position: 0px -420px;
}

.proNav ul li:hover .icon,
.proNav ul li.active .icon {
	background-position: -60px 0px;
}

.proNav ul li:hover:nth-child(2) .icon,
.proNav ul li.active:nth-child(2) .icon {
	background-position: -60px -60px;
}

.proNav ul li:hover:nth-child(3) .icon,
.proNav ul li.active:nth-child(3) .icon {
	background-position: -60px -120px;
}

.proNav ul li:hover:nth-child(4) .icon,
.proNav ul li.active:nth-child(4) .icon {
	background-position: -60px -180px;
}

.proNav ul li:hover:nth-child(5) .icon,
.proNav ul li.active:nth-child(5) .icon {
	background-position: -60px -240px;
}

.proNav ul li:hover:nth-child(6) .icon,
.proNav ul li.active:nth-child(6) .icon {
	background-position: -60px -300px;
}

.proNav ul li:hover:nth-child(7) .icon,
.proNav ul li.active:nth-child(7) .icon {
	background-position: -60px -360px;
}
.proNav ul li:hover:nth-child(8) .icon,
.proNav ul li.active:nth-child(8) .icon {
	background-position: -60px -420px;
}

.proNav ul li:hover .txt {
	color: #fff;
}

.proNav ul li .txt {
	font-size: 16px;
	line-height: 35px;
	margin-top: 0px;
	font-weight: bold;
}

.proNav ul li:last-child {
	border-right: none;
}

.proNav ul li:hover,
.proNav ul li.active {
	background: #004076;
	color: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.proNav ul li::after {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #004076;
	bottom: 0px;
	opacity: 0;
	content: '';
	-webkit-transition: all .35s;
	display: none;
}

.proNav ul li:hover::after,
.proNav ul li.active::after {
	bottom: -10px;
	opacity: 1;
}

.swiper-container.pro {
	margin: 35px 3%;
	padding-bottom: 40px;
}

.swiper-container.pro img {
	max-width: none;
	width: 100%;
}

.swiper-container.pro .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.swiper-container.pro .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.pic>.img_box{
	height: 360px;
}
.img_box>img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
  }

.swiper-container.pro .swiper-slide:hover .pic {
	-webkit-transform: scale(1.05);
}

.swiper-container.pro .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-container.pro .swiper-slide:hover .pic::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.swiper-container.pro .name {
	position: absolute;
	left: 0%;
	bottom: 0px;
	height: 100px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 140px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}

.swiper-pagination-bullet-active {
	background: #004076;
	width: 20px;
}

.swiper-container.pro .swiper-pagination-bullet {
	border-radius: 5px;
}

.aboutBox {
	padding: 100px 0px;
	width: 100%;
	color: #fff;
	position: relative;
}

.boxes.b2 {
	background: url(../images/bg2.jpg) center center;
	background-attachment: fixed;
}

.commonMore3 {
	border: 1px solid #004076;
	color: #004076;
}

.commonMore3 .icon {
	background: #004076;
}

.commonMore3:hover {
	background: #004076;
	border-color: #004076;
}

.commonMore3:hover .icon {
	color: #004076;
}

.footer {
	background: #3a3a3a;
	padding: 0px 0px;
	color: #fff;
	position: relative;
}

.footerTop {
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0px;
	color: #7c7c7c;
}

.footerTop .w1400 {
	display: flex;
	justify-content: space-between;
}

.footerTop .w1400 .ftDiv {
	width: 33.33%;
	position: relative;
}

.footerTop .w1400 .ftDiv::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.footerTop .w1400 .ftDiv:last-child::after {
	display: none;
}

.footerTop .w1400 .ftDiv .title {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.footerTop .w1400 .ftDiv .title b {
	display: block;
	font-size: 20px;
	line-height: 1.6;
}

.footerTop .w1400 .ftDiv .title p {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: montserrat;
}

.footerTop .w1400 .list {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footerTop .w1400 .list a {
	display: block;
	width: 30%;
	text-align: center;
	position: relative;
}

.footerTop .w1400 .list a .icon {
	width: 55px;
	height: 55px;
	margin: 0px auto;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	line-height: 50px;
	font-size: 28px;
	color: #7c7c7c;
}

.footerTop .w1400 .list a .txt {
	width: 100%;
	margin-top: 10px;
}

.footerTop .w1400 .fTel {
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

.footerTop .w1400 .fTel a {
	font-size: 48px;
	font-family: din;
	color: #7c7c7c;
}

.footerTop .w1400 .list a .txt {
	color: #7c7c7c;
}

.footerTop .w1400 .ftDiv:last-child .list a {
	width: 25%;
}

.footerTop .w1400 .list a .img {
	width: 120px;
	height: auto;
	background: #fff;
	position: absolute;
	left: -15px;
	top: -125px;
	display: none;
	border: 1px solid rgba(0, 0, 0, .1);

}

.footerTop .w1400 .list a:hover .img {
	display: block;
}

.footerTop .w1400 .list a:hover .icon {
	background: #004076;
	color: #fff;
	border-color: #004076;
}

.footerSearch {
	width: 265px;
	height: 40px;
	margin: 0px auto;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 45px;
	display: flex;
	justify-content: space-between;
}

.footerSearch input {
	width: calc(100% - 50px);
	background: none;
	border: none;
	outline: none;
	color: #fff;
	text-indent: 15px;
}

.footerSearch input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.footerSearch .searchBtn {
	width: 38px;
	height: 38px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	text-align: left;
}

.footerBootom {
	padding: 50px 0px;
}

.footerNav {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 25px 0px;
}

.footerNav a {
	position: relative;
	padding: 0px 25px;
	line-height: 35px;
	color: #fff;
}

.footerNav a::after {
	width: auto;
	height: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '/';
	opacity: .3;
}

.footerNav a:last-child::after {
	display: none;
}

.footerOA {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footerOA a {
	display: block;
	width: 92px;
	height: auto;
	opacity: .5;
}

.footerOA a:hover {
	opacity: 1;
}

.copyright {
	width: 100%;
	font-size: 12px;
	height: auto;
	background: #414141;
	padding: 10px 0px;
}

.copyright .w1400 {
	display: flex;
	justify-content: space-between;
}

.copyright .w1400 .friendLinks {
	width: 40%;
}

.copyright .w1400 .cp {
	width: 60%;
	display: flex;
	color: rgba(255, 255, 255, .5);
	justify-content: flex-end;
}

.copyright .w1400 .friendLinks {
	display: flex;
}

.copyright .w1400 .friendLinks p {
	width: auto;
	color: rgba(255, 255, 255, .5);
}

.copyright .w1400 .friendLinks a {
	color: rgba(255, 255, 255, .5);
	margin-right: 15px;
}

.copyright .w1400 .cp a {
	color: rgba(255, 255, 255, .5);
	margin-left: 10px;
}

.copyright .w1400 .cp a:hover,
.copyright .w1400 .friendLinks a:hover {
	color: rgba(255, 255, 255, 1);
}

.boxes.b3 {
	width: 100%;
	padding: 20px;
}

.boxes.b3 ul {
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxes.b3 ul li {
	background: #fff;
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.boxes.b3 ul li a {
	display: block;
	position: relative;
}

.boxes.b3 ul li .thum {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 1s;
}
.boxes.b3 ul li video{width: 100%}
.thum>.img_box{
	height: 300px;
}

.boxes.b3 ul li .name {
	width: 50%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 35px;
	z-index: 10;
}

.boxes.b3 ul li:last-child .name {
	color: #fff;
}

.boxes.b3 ul li:last-child .name b {
	color: #fff;
}

.boxes.b3 ul li:last-child .icon {
	color: #004076;
	background: #fff;
}

.boxes.b3 ul li .icon {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 25px;
	background: #004076;
	color: #fff;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	bottom: 10%;
}

.boxes.b3 ul li .name b {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 5px;
	display: block;
	color: #004076;
}

.boxes.b3 ul li .name p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: montserrat;
}

.boxes.b3 ul li .name span {
	opacity: .7;
	margin-top: 25px;
	display: none;
}

.boxes.b3 ul li a:hover .thum {
	-webkit-transform: scale(1.05);
}

.boxes.b3 ul li .thum::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.boxes.b3 ul li a:hover .thum::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}

.subBanner {
	margin-top: 100px;
}

.subBanner .title p {
	font-size: 28px;
	font-family: montserrat;
	text-transform: uppercase;
}

.proNav.sub ul li {
	border: none;
	margin: 0px 2px;
	padding: 0px;
	overflow: hidden;
	border-radius: 50px;
}

.proNav.sub ul li a {
	display: flex;
	padding: 10px 0px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.proNav.sub ul li a:hover,
.proNav.sub ul li.active a {
	color: #fff;
}

.proNav.sub ul li::after {
	display: none;
}

.proNav.sub ul li .icon {
	width: 30px;
	height: 30px;
	background-size: 60px auto;
	margin: 0px;
	margin-right: 10px;
}

.proNav.sub ul li:hover .icon,
.proNav.sub ul li.active .icon {
	background-position: -30px 0px;
}

.proNav.sub ul li .txt {
	font-size: 14px;
	line-height: 25px;
}

.proNav.sub ul {
	border: none;
}

.proNav.sub ul li:nth-child(2) .icon {
	background-position: 0px -30px;
}

.proNav.sub ul li:nth-child(3) .icon {
	background-position: 0px -60px;
}

.proNav.sub ul li:nth-child(4) .icon {
	background-position: 0px -90px;
}

.proNav.sub ul li:nth-child(5) .icon {
	background-position: 0px -120px;
}

.proNav.sub ul li:nth-child(6) .icon {
	background-position: 0px -150px;
}

.proNav.sub ul li:nth-child(7) .icon {
	background-position: 0px -180px;
}

.proNav.sub ul li:hover:nth-child(2) .icon,
.proNav.sub ul li.active:nth-child(2) .icon {
	background-position: -30px -30px;
}

.proNav.sub ul li:hover:nth-child(3) .icon,
.proNav.sub ul li.active:nth-child(3) .icon {
	background-position: -30px -60px;
}

.proNav.sub ul li:hover:nth-child(4) .icon,
.proNav.sub ul li.active:nth-child(4) .icon {
	background-position: -30px -90px;
}

.proNav.sub ul li:hover:nth-child(5) .icon,
.proNav.sub ul li.active:nth-child(5) .icon {
	background-position: -30px -120px;
}

.proNav.sub ul li:hover:nth-child(6) .icon,
.proNav.sub ul li.active:nth-child(6) .icon {
	background-position: -30px -150px;
}

.proNav.sub ul li:hover:nth-child(7) .icon,
.proNav.sub ul li.active:nth-child(7) .icon {
	background-position: -30px -180px;
}

.projectList ul {
	display: flex;
	flex-wrap: wrap;
}

.projectList ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}

.projectList ul li:nth-child(3n) {
	margin-right: 0%;
}

.projectList ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.projectList ul li a .pic {
	position: relative;
	overflow: hidden;
}

.projectList ul li a .thum {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
}

.projectList ul li:hover a .thum {
	-webkit-transform: scale(1.1);
}

.projectList ul li a .thum::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.projectList ul li a:hover .thum::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.projectList ul li a .name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.projectList {
	margin-top: 35px;
}

#page li.xl-prevPage,
#page li.xl-nextPage {
	display: none;
}

#page li {
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
}

#page li.xl-active {
	background: #004076;
	color: #fff;
	border-color: #004076;
}

#page li:hover {
	background-color: #004076 !important;
	border-color: #004076;
}

.videoNav {
	display: flex;
	justify-content: center;
}

.videoNav a {
	width: 180px;
	height: 60px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px;
}

.videoNav a .icon {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
}

.videoNav a .txt {
	width: calc(100% - 60px);
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.videoNav a:hover,
.videoNav a.active {
	background: #004076;
	color: #fff;
}

.videoList {
	width: 100%;
	margin-top: 35px;
}

.videoList ul li {
	width: 32%;
	cursor: pointer;
	height: auto;
	margin-right: 2%;
	margin-bottom: 20px;
}

.videoList ul li:nth-child(3n) {
	margin-right: 0%;
}

.videoList ul li .pic {
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center center
}

.videoList ul li .pic img {
	display: block;
	width: 100%
}

.videoList ul li .pic .videoMask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.videoList ul li .btn {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../images/btnplay-sm.png) no-repeat;
	background-size: 50px auto
}

.videoList ul li .text {
	padding: 10px 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	line-height: 26px
}

.videoList ul li:hover .pic .videoMask {
	opacity: 0
}

.videoList ul li:hover .btn {
	background-position: 0 0
}

.videoList ul li .btn:after {
	content: '';
	position: absolute;
	background: url(../images/btnplayro-sm.png);
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	cursor: pointer;
	-webkit-animation: palyAnimate 2s ease infinite;
}

@-webkit-keyframes palyAnimate {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.videoList ul li .thum::after {
	display: none;
}

#page {
	padding-bottom: 0px;
}

.factoryList {
	margin-top: 35px;
}

.factoryList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.factoryList ul li {
	width: 100%;
	margin-bottom: 20px;
}

.factoryList ul li a {
	display: flex;
	justify-content: space-between;
}

.factoryList ul li a .thum,
.factoryList ul li a .info {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.factoryList ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
}

.factoryList ul li a .thum .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.factoryList ul li a:hover .thum .pic::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.factoryList ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.factoryList ul li a:hover .title {
	color: #004076;
}

.factoryList ul li a .thum img {
	max-width: none;
	width: 100%;
}

.factoryList ul li a .info {
	background: #f9f9f9;
	padding: 50px 25px;
}

.factoryList ul li a .info .time {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-family: din;
	line-height: 1.6;
	opacity: .7;
}

.factoryList ul li a .info .title {
	font-size: 20px;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}

.factoryList ul li a .info .des {
	width: 100%;
	line-height: 2;
	opacity: .7;
	font-size: 16px;
	margin-bottom: 25px;
}

.commonMore4 {
	width: 150px;
	border-color: #3e3e3e;
	height: auto;
	line-height: 43px;
	-webkit-transition: all .5s;
}

.commonMore4:hover {
	background: #004076;
	color: #fff;
	border-color: #004076;
}

.factoryList ul li a:hover .commonMore4,
.news5 ul li a:hover .commonMore4 {
	background: #004076;
	color: #fff;
	border-color: #004076;
}

.factoryList ul li:nth-child(2n) a {
	direction: rtl;
}

.factoryList ul li:nth-child(2n) a .info {
	direction: initial;
}

.detail_box .dpr .title {
	background: #004076;
}

.detail_box .dpr .list a:hover,
.ndc_npnews a:hover {
	color: #004076;
}

.news5 {
	margin-top: 35px;
}

.news5 ul {
	display: flex;
	flex-wrap: wrap;
}

.news5 ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #f9f9f9;
}

.news5 ul li:nth-child(1) {
	width: 66%;
}

.news5 ul li:nth-child(1) .name {
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 0px;
	height: auto;
	text-align: left;
	color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 2;
	padding: 25px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}

.news5 ul li:nth-child(1) .name .time {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-family: din;
	line-height: 1.6;
	opacity: .7;
}

.news5 ul li:nth-child(1) .name .title {
	font-size: 24px;
	font-weight: bold;
}

.news5 ul li:nth-child(5),
.news5 ul li:nth-child(8),
.news5 ul li:nth-child(2) {
	margin-right: 0%;
}

.news5 ul li a {
	display: flex;
	flex-wrap: wrap;
}

.news5 ul li a .thum,
.news5 ul li a .info {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.news5 ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
}

.news5 ul li a .thum .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.news5 ul li a:hover .thum .pic::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.news5 ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.news5 ul li a .info {
	background: #f9f9f9;
	padding: 25px;
}

.news5 ul li a .info .time {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-family: din;
	line-height: 1.6;
	opacity: .7;
}

.news5 ul li a .info .title {
	font-size: 16px;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 50px;
}

.news5 ul li a .info .des {
	width: 100%;
	line-height: 1.7;
	opacity: .7;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 46px;
}

.news5 ul li a:hover .info .title {
	color: #004076;
}

.introBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.introBox .L {
	width: 30%;
}

.introBox .L .text {
	width: 100%;
}

.introBox .L .text .t1s {
	font-size: 40px;
	text-transform: uppercase;
	display: block;
	font-family: 'din';
	opacity: .5;
}

.introBox .L .text .t2s {
	font-size: 28px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.introBox .L .text .t3s {
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	font-family: 'din';
	opacity: .5;
}


#myTargetElement {
	width: 185px
}

#myTargetElement2 {
	width: 100%
}

.introBox .L .number .span {
	color: #d43025;
	font-size: 71px
}

.introBox .L .number.Lt:after {
	content: '';
	position: absolute;
	background: #eee;
	height: 100%;
	width: 1px;
	right: 12%;
	top: 0
}

.introBox .L .number sup {
	color: #d43025;
	font-size: 25px;
	position: absolute;
	top: 9px
}

.introBox .L .number.Lt sup {
	left: 75%
}

.introBox .L .number.Rt sup {
	left: 37%
}

.introBox .R {
	width: 70%;
}

.introBox .R .summary {
	color: #777;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 70px
}

.introBox .R .summary .yinc {
	display: none
}

.introBox .R .summary .yinc.active {
	display: block
}

.introBox .more {
	height: 68px;
	background: #f2f2f2;
	position: relative;
	cursor: pointer
}

.introBox .more .Eye {
	background: url(../images/icon-eye.png) no-repeat;
	width: 50px;
	height: 29px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}

.introBox .more .Eye.active {
	background-position: 0 -29px
}

.introBox .number {
	width: 90%;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	align-self: flex-start;
	margin-top: 30px;
}

.introBox .number ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.introBox .number ul li {
	padding: 35px 15px;
	text-align: center;
	color: #004076;
	height: 50%;
	width: 50%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);

	justify-content: center;
}

.introBox .number ul li:nth-child(odd) {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.introBox .number ul li .num {
	width: 100%;
	font-size: 48px;
	line-height: 1.2;
	font-family: din;
}

.introBox .number ul li .num span {
	font-size: 14px;
	margin-left: 5px;
}

.introBox .number ul li .txt {
	width: 100%;
	line-height: 20px;
	height: 40px;
}


  /*换行*/
    .flex_tap{
      flex-wrap: wrap;
    }
  /*居中*/
  .flex_cont{
    display: flex;
    justify-content: center;
  }
  /*两端*/
  .flex_sp{
    display: flex;
    justify-content: space-between;
  }
  /*垂直*/
  .flex_y{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
.honor{
	width:100%;
	font-size: 16px;
}
.honor>li{
	width:22%;
	margin-bottom: 30px;
}
.honor>li>p{
	text-align:center;
	line-height: 36px;
}






.boxes.b6 {
	background: url(../images/about-list3.jpg) center bottom no-repeat;
	background-size: cover;
	padding-bottom: 0px;
}

.hisYear {
	text-align: center;
	font-size: 150px;
	line-height: 1;
	font-family: din;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	color: #004076;
}

.hisDes {
	width: 60%;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	margin-bottom: 50px;
	overflow: auto;
	height: 290px;
	margin-left: 20%;
	margin-top: 30px;
}

.hisDots {
	position: relative;
	background: url(../images/k_history3.png) 50% 0 no-repeat;
	text-align: center;
	width: 100%;
	height: 134px;
}

.swiper-container.dotSwiper {
	width: 1175px;
	margin: 0px auto;
	height: 100px;
	margin-top: -20px;
	top: -19px;
}

.swiper-container.dotSwiper .swiper-slide {
	position: relative;
	font-size: 24px;
	font-family: din;
	top: 10px;
	padding-top: 25px;
	-webkit-transition: all .5s;
	cursor: pointer;

}

.swiper-container.dotSwiper .swiper-slide::after,
.swiper-container.dotSwiper .swiper-slide::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 5px;
	background: #004076;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
}

.swiper-container.dotSwiper .swiper-slide.active::before {
	width: 30px;
	height: 30px;
	background: #fff;
	margin-left: -15px;
	top: -5px;
}

.swiper-container.dotSwiper .swiper-slide:nth-child(even) {
	top: 50px;
}

.swiper-container.dotSwiper.even .swiper-slide {
	top: 50px;
}

.swiper-container.dotSwiper.even .swiper-slide:nth-child(even) {
	top: 10px;
}

.dotSwiper .swiper-button-next,
.dotSwiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #004076;
	margin-top: -45px;
	color: #fff;
}

.dotSwiper .swiper-button-next::after,
.dotSwiper .swiper-button-prev::after {
	font-size: 12px;
}

.dotSwiper .swiper-button-next:hover,
.dotSwiper .swiper-button-prev:hover {
	background: #fff;
	color: #004076;
}

.swiper-button-next,
.swiper-button-prev {
	color: #004076;
}

.jtTop {
	width: 100%;
	position: relative;
	text-align: center;
}

.boxes.b7 {
	background: url(../images/menubg.jpg);
}

.jtTop .jt {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.jtTop .jt span {
	color: #d43126;
	font-size: 36px;
	margin-left: 5px;
	font-weight: bold;
}

.jtNav {
	width: 100%;
	margin-top: 50px;
}

.jtNav ul {
	display: flex;
	justify-content: space-between;
}

.jtNav ul li {
	width: 32%;
	height: auto;
	line-height: 1.6;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	text-align: center;
	margin: 0px 10px;
	padding: 25px 0px;
	border-radius: 100px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}

.jtNav ul li b {
	width: 100%;
	display: block;
	font-size: 20px;
}

.jtNav ul li p {
	font-size: 14px;
	opacity: .7;
	font-weight: normal;
}

.jtNav ul li:hover,
.jtNav ul li.active {
	background: #004076;
	color: #fff;
}

.laberBox ul li {
	width: 100%;
	text-align: center;
	line-height: 55px;
	overflow: hidden;
	position: relative
}

.laberBox ul li>div:nth-child(1) {
	width: 22%
}

.laberBox ul li>div {
	width: 26%;
	float: left;
	position: relative
}

.laberBox ul li {
	background: #ceae59;
	font-size: 18px;
	color: #fff
}

.laberBox {
	margin-top: 35px;
}

.laberBox ol {
	width: 100%;
	background: #fff;
	display: none;
}

.laberBox ol.active {
	display: block;
}

.laberBox ol li {
	height: 56px;
	line-height: 55px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.laberBox ol li>div:nth-child(1) {
	width: 22%
}

.laberBox ol li>div {
	width: 26%;
	float: left;
	position: relative
}

.lightBox .tet-box {
	position: absolute;
	background: #fff;
	left: 50%;
	width: 1000px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8
}

.lightBox .tittle {
	line-height: 35px;
	padding: 15px;
	background: #a28d53;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
}

.lightBox .summary-join {
	padding: 15px;
	height: 500px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 2;
}

.lightBox .close {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 12.5px;
	background: #fff;
	color: #a28d53;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.lightBox .close:hover {
	background: #a28d53;
	color: #fff;
}

.download {
	display: block;
	width: 205px;
	text-align: center;
	height: auto;
	background: #ceae59;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	line-height: 45px;
	margin-top: 25px;
	border-radius: 40px;
	display: none;
}

.laberBox ol li:hover {
	background: rgba(0, 0, 0, .05);
}

.boxes.b8 {
	width: 100%;
	height: 900px;
	position: relative;
	background: url(../images/bannercontact.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 100px;
}

.boxes.b8 .box {
	position: absolute;
	bottom: 0;
	width: 520px;
	left: 50%;
	background: #fff;
	transform: translateX(-50%);
}

.boxes.b8 .box .plate {
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #d2d2d2
}

.boxes.b8 .box .plate:nth-child(1) {
	border-top: 0
}

.boxes.b8 .box .plate .tit {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 5px
}

.boxes.b8 .box .plate .number {
	color: #faba0f;
	font-size: 60px;
	font-weight: 900;
	font-family: 'din';
}

.boxes.b8 .box .share {
	position: relative;
	display: inline-block;
	margin: 0 15px
}

.boxes.b8 .box .share .icon-wx {
	background: url(../images/wx.png) no-repeat;
	width: 33px;
	height: 26px;
	display: block;
	margin: 0 auto 10px
}

.boxes.b8 .box .share img {
	position: absolute;
	display: none;
	bottom: 64px;
	left: 50%;
	width: 100px;
	margin-left: -50px
}

.boxes.b8 .box .share span {
	font-size: 16px;
	display: block
}

.boxes.b8 .box .share:hover img {
	display: block
}

.conTitle {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 150px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	font-size: 40px;
}

.conTitle b {
	display: block;
	margin-bottom: 10px;
}

.conTitle p {
	font-size: 28px;
	font-family: montserrat;
	text-transform: uppercase;
}

.proDetail {
	zoom: 1;
}

.proDetail::after {
	content: '';
	display: block;
	clear: both;
}

.proDetail>.singePage {
	width: 50%;
	min-height: 800px;
	float: left;
}

.proDetail>.pdBox {
	width: 50%;
	position: sticky;
	padding: 100px 0px 100px 50px;
	float: right;
	top: 0;
}

.proDetail>.pdBox.active {
	position: fixed;
	left: 50%;
	width: calc(1400px / 2);
	top: 100px;
}

.pdBox .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pdBox .list {
	width: 100%;
	height: auto;
	background: #f9f9f9;
	padding: 25px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.pdBox .list ul {
	display: flex;
	flex-wrap: wrap;
}

.pdBox .list ul li {
	width: 25%;
	position: relative;
	text-align: center;
}

.pdBox .list ul li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .05);
	content: '';
}

.pdBox .list ul li:last-child::after {
	display: none;
}

.pdBox .list ul li .t {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

.pdBox .list ul li .d {
	width: 100%;
	height: auto;
	line-height: 1.7;
	opacity: .7;
}

.pdBox .shop {
	width: 100%;
}

.pdBox .shop .t {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pdBox .shops {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pdBox .shops a {
	display: block;
	width: 190px;
	height: 40px;
	border: 1px solid #414141;
	border-radius: 45px;
	cursor: pointer;
	background: url(../images/shopbtn.png) no-repeat;
	margin-right: 15px;
}

.pdBox .shops a:nth-child(2) {
	background-position: 0px -40px;
}

.pdBox .shops a:hover {
	border-color: #004076;
	background-color: #004076;
	background-position: -190px 0px;
}

.pdBox .shops a:hover:nth-child(2) {
	background-position: -190px -40px;
}

.proDetail>.pdBox.bottom {
	position: absolute;
	bottom: 0px;
}

.searchBox {
	width: 70px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #004076;
	color: #fff;
	z-index: 10;
	-webkit-transition: all .5s;
}

.searchBox:hover {
	width: 300px;
}

.searchBox .icon {
	width: 70px;
	height: 100%;
	line-height: 100px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.searchBox .input {
	display: none;
}

.searchBox:hover .input {
	display: block;
	position: absolute;
	width: calc(100% - 90px);
	left: 20px;

}

.searchBox:hover .input input {
	height: 100%;
	border: none;
	background: transparent;
	outline: none;
	color: #fff;
	height: 100px;
	font-size: 18px;
}

.searchBox:hover .input input::-webkit-input-placeholder {
	color: #fff;
}

@media screen and (max-width:1440px) {
	.proDetail>.pdBox.active {
		width: calc(90% / 2);
		top: 80px;
	}
}

.searchContent {
	width: 100%;
	height: auto
}

.searchContent .scResult {
	width: 300px;
	height: auto;
	background: #3e3e3e;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../images/result_icon.png) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 100%;
	height: auto;
	padding: 50px 0;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #e10101;
	display: none
}

.noData.active {
	display: block
}

.subBanner img {
	opacity: .9;
}

.introBox .number ul li:first-child .num {
	font-size: 24px;
	height: 57px;
	line-height: 57px;
}

.menubtn {
	font-size: 0;
	cursor: pointer;
	position: relative;
	z-index: 12;
	display: none;
}

.menubtn .txt {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #004076;
	display: block;
	transition: all .5s ease;
	position: absolute;
	top: 50%;
	right: 5px;
	height: 17px;
	line-height: 17px;
	margin-top: -8.5px;
}

.menubtn .linebox {
	width: 16px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	display: block;
	transition: all .5s ease;
	top: 50%;
	left: 2px;
	margin-top: -4.5px;
}

.menubtn .linebox .line1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.menubtn .linebox .line2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.menubtn .linebox .line1:before {
	content: "";
	width: 12px;
	height: 2px;
	background: #004076;
	position: absolute;
	left: -4px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line1Before 2s infinite;
	animation: line1Before 2s infinite;
}

.menubtn .linebox .line2:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #004076;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line2Before 2s infinite;
	animation: line2Before 2s infinite;
}

.menubtn .linebox .line1:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #004076;
	position: absolute;
	left: -28px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line1After 2s infinite;
	animation: line1After 2s infinite;
}

.menubtn .linebox .line2:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #004076;
	position: absolute;
	left: -30px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line2After 2s infinite;
	animation: line2After 2s infinite;
}

@-webkit-keyframes line1Before {
	to {
		left: 20px;
	}
}

@-webkit-keyframes line1After {
	to {
		left: 0;
	}
}

@-webkit-keyframes line2Before {
	to {
		left: 20px;
	}
}

@-webkit-keyframes line2After {
	to {
		left: 0px;
	}
}

@keyframes line1Before {
	to {
		left: 20px;
	}
}

@keyframes line1After {
	to {
		left: 0;
	}
}

@keyframes line2Before {
	to {
		left: 20px;
	}
}

@keyframes line2After {
	to {
		left: 0px;
	}
}

.menubtn.active .txt {
	transform: scale(0);
	opacity: 0
}

.menubtn:before {
	content: "";
	width: 18px;
	margin-left: -9px;
	height: 2px;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(45deg) translateX(10px);
	transition: all .5s ease;
	opacity: 0
}

.menubtn:after {
	content: "";
	width: 18px;
	height: 2px;
	margin-left: -9px;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-45deg) translateX(10px);
	transition: all .5s ease;
	opacity: 0
}

.menubtn.active:before {

	opacity: 1;
	transform: rotate(45deg) translateX(0px);
}

.menubtn.active:after {
	opacity: 1;
	transform: rotate(-45deg) translateX(0px);

}

.menubtn.active .linebox {
	transform: scale(0);
	opacity: 0;
}

.menubtn {
	display: none;
}


.pageNavi {
	position: fixed;
	right: 0;
	top: 60px;
	width: 100%;
	height: calc(100% - 60px);
	pointer-events: none;
	z-index: 1000;

}

.pageNavi.-active .naviList {
	opacity: 1;
	visibility: visible;
}

.naviList {
	-webkit-transition: all .35s;
	opacity: 0;
	visibility: hidden;
}

.naviList li {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.naviList li .list {
	display: flex;
	overflow: hidden;
}

.naviList li .list a {
	margin-right: 15px;
}

.naviList li .first {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}

.naviList li.active .first a {
	color: #004076;
}

.naviList li a {
	display: block;
	-webkit-transform: translate3d(0%, 100%, 0) rotateX(0deg);
	-webkit-transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.pageNavi.-active .naviList li a {
	-webkit-transition: transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0.4s;
}

.pageNavi.-active .naviList li:nth-child(2) a {
	-webkit-transition-delay: 0.5s;
}

.pageNavi.-active .naviList li:nth-child(3) a {
	-webkit-transition-delay: 0.6s;
}

.pageNavi.-active .naviList li:nth-child(4) a {
	-webkit-transition-delay: 0.7s;
}

.pageNavi.-active .naviList li:nth-child(5) a {
	-webkit-transition-delay: 0.8s;
}

.pageNavi .pageNavi__bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0px;
	background: white;
}

.pageNavi .pageNavi__inner {
	position: relative;
	height: 100%;
}

.pageNavi .pageNavi__inner .contents {
	padding: 50px 5%;
}

.pageNavi .pageNavi__inner .naviList {
	width: 100%;
}

.pageNavi .pageNavi__inner,
.pageNavi .pageNavi__bg {
	display: none;
}


.pageNavi .pageNavi__bg,
.pageNavi .pageNavi__inner {
	display: block;
}


.pageNavi.-active {
	z-index: 2000;
	pointer-events: auto;


}

.pageNavi.-active .pageNavi__bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.pageNavi.-active .pageNavi__bg:after {
	-webkit-transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.pageNavi .pageNavi__bg {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #cc0000;
}

.pageNavi .pageNavi__bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-transform: translate3d(0, 100%, 0) rotate(10deg) scale(1.5);
	transform: translate3d(0, 100%, 0) rotate(10deg) scale(1.5);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}


.mobSwiper {
	display: none;
}

/* 2023-03-07 */
.web1{padding: 60px 0;}
.web1>.w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.web1-left{width: 50%;padding-right: 4%;box-sizing: border-box;}
.web1-left>h5,.web1-right>h5{font-size: 22px;display: block;font-weight: bold;margin-bottom: 40px;}
.web1-left>form>input{width: 100%;height: 40px;border:1px solid rgba(0, 0, 0, .3);padding-left: 10px;box-sizing: border-box;margin-bottom: 30px;}
.web1-left>form>input:nth-child(4){width: 50%;margin-bottom: 5px;}
.web1-left>form>img{width: 30%;}
.web1-left>form>button{width: 120px;height: 40px;background-color: #004076;color: #fff;border:none;margin-top: 50px;}
.web1-right{width: 50%;padding-left: 4%;box-sizing: border-box;border-left: 1px solid #f3f3f3;}
.web1-list{padding-bottom: 30px;border-bottom: 1px solid rgba(0, 0, 0, .3);margin-bottom: 30px;}
.web1-list>p{font-size: 16px;margin-top: 10px;padding: 5px 0 5px 25px;box-sizing: border-box;}
.web1-list>p.font_20{font-size: 17px;font-weight: 600;}
.web1-list>p:nth-child(1){background-color: #fafafa;color: #004076;padding-left: 20px;box-sizing: border-box;}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
  }
  .pagination span {
      color: #333;
      font-size: 14px;
      padding: 8px 2px;
      margin: 0 5px;
      border-radius: 3px;
  }
  .pagination a:hover {
    color: #004076;
    border: 1px solid #004076;
  }
  .pagination a.page-num-current {
    color: #fff;
    background: #004076;
    border: 1px solid #004076;
  }
  .my-4{
    margin-top:40px;
  }


@media screen and (max-width: 1024px) {
	.searchBox {
		display: none;
	}

	.nav_icon {
		margin-right: 0px;
	}

	.copyright .w1400 .friendLinks {
		display: none;
	}

	.copyright .w1400 .cp {
		width: 100%;
		justify-content: center;
	}

	.index__hero {
		height: 60vw;
	}

	.nav,
	.boxes.b3 ul li .name span {
		display: none;
	}

	.commonTitle.posA {
		padding: 30px 100px;
	}
}

@media screen and (max-width: 800px) {
	.menubtn {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
	}

	.logo {
		width: 200px;
	}
	.logo img{
		margin-top: 5px;
	}

	.nav_icon .tel {
		font-size: 20px;
	}

	.nav_icon {
		width: 140px;
		height: 30px;
		border: 1px solid #004076;
		line-height: 29px;
		right: 70px;
		display: none;
	}

	.nav_icon .icon {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 28px;
		left: 5px;
	}

	.nav_icon .tel {
		width: calc(100% - 40px);
		left: 35px;
		line-height: 20px;
		height: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		margin-top: 4px;
	}

	.index__hero {
		margin-top: 60px;
	}

	.index__hero__visual__pager__page+.index__hero__visual__pager__page {
		margin-left: 15px;
	}

	.boxes {
		padding: 50px 0px;
	}

	.commonTitle b {
		font-size: 20px;
	}

	.commonTitle p {
		font-size: 14px;
	}

	.swiper-container.pro {
		display: none;
	}

	.proNav ul {
		flex-wrap: wrap;
	}

	.proNav ul li {
		width: calc(100% / 3);
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding: 25px 0px;
	}

	.proNav ul li .icon {
		width: 30px;
		height: 30px;
		background-size: 60px auto;
	}

	.proNav ul li:nth-child(n+4) {
		border-bottom: none;
	}

	.proNav ul li:nth-child(3n) {
		border-right: none;
	}

	.proNav ul li:nth-child(4) .icon {
		background-position: 0px -90px;
	}

	.proNav ul li:nth-child(5) .icon {
		background-position: 0px -120px;
	}

	.proNav ul li:nth-child(6) .icon {
		background-position: 0px -150px;
	}

	.proNav ul li:hover .icon,
	.proNav ul li.active .icon {
		background-position: -30px 0px;
	}

	.proNav ul li:hover:nth-child(2) .icon,
	.proNav ul li.active:nth-child(2) .icon {
		background-position: -30px -30px;
	}

	.proNav ul li:hover:nth-child(3) .icon,
	.proNav ul li.active:nth-child(3) .icon {
		background-position: -30px -60px;
	}

	.proNav ul li:hover:nth-child(4) .icon,
	.proNav ul li.active:nth-child(4) .icon {
		background-position: -30px -90px;
	}

	.proNav ul li:hover:nth-child(5) .icon,
	.proNav ul li.active:nth-child(5) .icon {
		background-position: -30px -120px;
	}

	.proNav ul li:hover:nth-child(6) .icon,
	.proNav ul li.active:nth-child(6) .icon {
		background-position: -30px -150px;
	}

	.proNav ul li:nth-child(2) .icon {
		background-position: 0px -30px;
	}

	.proNav ul li:nth-child(3) .icon {
		background-position: 0px -60px;
	}

	.commonTitle {
		margin-bottom: 5vw;
	}

	.commonTitle.posA {
		padding: 30px 60px;
		width: 80%;
	}

	.boxes.b3 ul li:first-child {
		display: none;
	}

	.boxes.b3 ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.boxes.b3 ul li .icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		opacity: .5;
	}

	.footerTop .w1400 {
		flex-wrap: wrap;
	}

	.footerTop .w1400 .ftDiv {
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.footerTop .w1400 .ftDiv::after {
		display: none;
	}

	.footerTop .w1400 .ftDiv .title {
		margin-bottom: 10px;
	}

	.footerTop .w1400 .list a {
		width: 22%;
	}

	.footerTop .w1400 .list a .icon {
		width: 40px;
		height: auto;
		line-height: 38px;
		font-size: 20px;
	}

	.footerTop .w1400 .list a .txt {
		font-size: 12px;
	}

	.footerTop .w1400 .fTel {
		margin-top: 0px;
	}

	.footerTop .w1400 .fTel a {
		font-size: 38px;
		line-height: 1;
	}

	.footerTop {
		padding-bottom: 0px;
	}

	.footerTop .w1400 .ftDiv:last-child {
		border-bottom: none;
	}

	.footerNav {
		display: none;
	}

	.footerOA {
		margin-top: 25px;
	}

	.copyright .w1400 .cp {
		display: block;
		text-align: center;
	}

	.copyright .w1400 .cp a {
		margin-left: 0px;
		margin-right: 15px;
	}

	.footerBootom {
		padding: 25px 0px;
	}

	.footerSearch {
		width: 200px;
	}

	.header {
		height: 60px;
	}

	.subBanner {
		margin-top: 60px;
		overflow: hidden;
	}

	.subBanner img {
		max-width: none;
		width: 150vw;
		position: relative;
		margin-left: -25vw;
	}

	.subBanner .title {
		font-size: 20px;
	}

	.subBanner .title p {
		font-size: 16px;
	}

	.introBox {
		flex-wrap: wrap;
	}

	.introBox .L {
		width: 100%;
	}

	.introBox .number {
		width: 100%;
		margin-top: 15px;
	}

	.introBox .L .text .t1s,
	.introBox .L .text .t2s {
		font-size: 24px;
	}

	.introBox .L .text .t3s {
		display: none;
	}

	.introBox .L .text .t2s {
		margin-bottom: 0px;
	}

	.introBox .number ul li {
		width: 50%;
		padding: 25px 0px;
		text-align: center;
	}

	.introBox .number ul li:first-child .num {
		font-size: 20px;
	}

	.introBox .number ul li .txt {
		height: auto;
	}

	.introBox .R {
		width: 100%;
		margin-top: 10px;
	}

	.companyBox {
		flex-wrap: wrap;
	}

	.companyBox .L,
	.companyBox .R {
		width: 100%;
	}

	.videoList {
		margin-top: 15px;
	}

	.videoList ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}

	.videoList ul li .text {
		font-size: 14px;
		text-align: left;
	}

	.companyBox .L {
		margin-bottom: 15px;
	}

	.videoNav a .icon {
		display: none;
	}

	.videoNav a .txt {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}

	.videoNav a {
		width: 32%;
		height: 40px;
	}

	.news5 {
		margin-top: 0px;
	}

	.news5 ul li {
		margin-right: 0%;
		margin-bottom: 15px;
		width: 100%;
	}

	.news5 ul li:nth-child(1) {
		width: 100%;
	}

	.news5 ul li:nth-child(1) .name .title {
		font-size: 14px;
	}

	.news5 ul li:nth-child(1) .name {
		padding: 10px;
	}

	.news5 ul li:nth-child(1) .name .time {
		font-size: 14px;
	}

	.news5 ul li a .info {
		padding: 15px;
	}

	.news5 ul li a .info .time {
		font-size: 14px;
	}

	.news5 ul li a .info .des {
		display: none;
	}

	.news5 ul li .commonMore4 {
		display: none;
	}

	.news5 ul li a .info .title {
		margin-bottom: 0px;
		font-size: 14px;
	}

	.detail_page {
		padding: 0px;
	}

	.detail_box {
		width: 100%;
		flex-wrap: wrap;
	}

	.detail_box .dpl {
		width: 100%;
		padding: 50px 5vw;
	}

	.detail_box .dpl .title {
		font-size: 20px;
		text-align: left;
	}

	.detail_box .dpl .info {
		text-align: left;
		font-size: 12px;
	}

	.ndc_npnews {
		flex-wrap: wrap;
	}

	.ndc_npnews .post_prev {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}

	.detail_box .dpr,
	.ndc_npnews .post_next,
	.ndc_npnews .post_prev {
		width: 100%;
	}

	.detail_box .dpr .list {
		padding: 20px 5vw;
	}

	.proNav.sub ul li .icon {
		display: none;
	}

	.proNav.sub ul li .txt {
		margin-top: 0px;
		font-size: 14px;
	}

	.proNav.sub ul li a {
		padding: 5px 0px;
		border: 1px solid rgba(0, 0, 0, .05);
	}

	.proNav.sub ul li {
		margin: 5px 0px;
		width: 31%;
	}

	.proNav.sub ul {
		justify-content: space-around;
	}

	.projectList {
		margin-top: 15px;
	}

	.projectList ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}

	.proDetail {
		flex-wrap: wrap;
		padding-top: 35px;
	}

	.proDetail>.singePage {
		width: 100%;
		min-height: auto;
	}

	.proDetail>.pdBox {
		width: 100%;
		padding: 25px 0px;
		padding-bottom: 0px;
	}

	.pdBox .title {
		font-size: 18px;
	}

	.pdBox .list {
		width: 100%;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 25px;
	}

	.pdBox .list ul li {
		width: 100%;
		display: flex;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		padding-bottom: 15px;
		margin-bottom: 15px;
		align-items: center;
	}

	.pdBox .list ul li .t {
		margin-bottom: 0px;
		font-size: 16px;
		width: 85px;
	}

	.pdBox .list ul li .d {
		width: calc(100% - 85px);
		text-align: left;
	}

	.pdBox .list ul li::after {
		display: none;
	}

	.pdBox .list ul li:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}

	.pdBox .shop .t {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.pdBox .shops a {
		width: 150px;
		height: 32px;
		background-size: 300px auto;
	}

	.pdBox .shops a:nth-child(2) {
		background-position: 0px -30px;
		margin-right: 0px;
	}

	.factoryList {
		margin-top: 0px;
	}

	.factoryList ul li {
		margin-bottom: 15px;
	}

	.factoryList ul li a .thum,
	.factoryList ul li a .info {
		width: 100%;
	}


	.factoryList ul li a {
		flex-wrap: wrap;
	}

	.factoryList ul li a .info {
		padding: 15px;
	}

	.factoryList ul li a .info .time {
		font-size: 14px;
	}

	.factoryList ul li a .info .title {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.factoryList ul li a .info .des {
		display: none;
	}

	.factoryList ul li .commonMore4 {
		display: none;
	}

	#page {
		padding-top: 30px;
	}

	.jtTop .jt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.jtTop .jt span {
		font-size: 24px;
	}

	.singePage {
		font-size: 14px;
	}

	.jtNav {
		margin-top: 25px;
	}

	.jtNav ul li {
		margin: 0px;
		padding: 10px 0px;
	}

	.jtNav ul {
		flex-wrap: wrap;
	}

	.jtNav ul li b {
		font-size: 14px;
	}

	.jtNav ul li p {
		font-size: 12px;
		display: none;
	}

	.laberBox {
		margin-top: 15px;
	}

	.laberBox ul li {
		font-size: 14px;
		line-height: 40px;
		font-weight: bold;
	}

	.laberBox ol li {
		height: 45px;
		line-height: 45px;
	}

	.conTitle {
		font-size: 20px;
		top: 35vw;
	}

	.conTitle p {
		font-size: 16px;
	}

	.boxes.b8 {
		padding-top: 70vw;
		height: auto;
		padding-bottom: 0px;
	}

	.boxes.b8 .box {
		position: relative;
		bottom: 0;
		width: 100%;
		left: 0%;
		background: #fff;
		transform: translateX(-0%);
	}

	.boxes.b8 .box .plate .number {
		font-size: 40px;
	}

	.boxes.b8 .box .plate {
		border-top: 1px solid rgba(0, 0, 0, .05);
	}

	.index__hero__visual__images__image {
		height: 100%;
	}

	.index__hero__visual__pager {
		padding: 15px 0px;
	}

	.index__hero__visual__pager__page {
		font-size: 12px;
	}

	.proNav ul li .txt {
		font-size: 14px;
	}

	.footerOA a {
		width: 60px;
	}

	.companyBox .L ul li a .title {
		font-size: 14px;
	}

	.laberBox ul li>div:nth-child(2),
	.laberBox ol li>div:nth-child(2) {
		display: none;
	}

	.laberBox ol li>div:nth-child(1),
	.laberBox ul li>div:nth-child(1) {
		width: 48%;
	}

	.lightBox .tet-box {
		width: 94%;
	}

	.lightBox .tittle {
		font-size: 16px;
		padding: 5px 15px;
	}

	.lightBox .close {
		width: 60px;
		height: 30px;
		right: 10px;
		top: 7.5px;
		line-height: 30px;
		font-size: 12px;
	}

	.naviList li.active .first::before {
		position: absolute;
		display: block;
		content: "";
		left: 0;
		width: 0;
		bottom: 10%;
		height: 32%;
		background: rgba(217, 48, 69, 1);
		transform: skewX(-15deg);
		transition: width .3s ease;
	}

	.hisDots,
	.hisYear,
	.hisDes {
		display: none;
	}

	.mobSwiper {
		display: block;
		padding-bottom: 30px;
	}

	.mobSwiper .swiper-slide .time {
		text-align: center;
		font-size: 60px;
		line-height: 1.6;
		font-family: 'din';
		color: #004076;
		text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
		margin-bottom: 10px;
	}

	.mobSwiper .swiper-slide .title {
		font-size: 14px;
		line-height: 2;
		text-align: left;
	}

	.footerTop .w1400 .ftDiv .title p {
		font-size: 12px;
		opacity: .7;
	}

	.footerTop .w1400 .ftDiv .title b {
		color: #3e3e3e;
	}

	.searchContent .scResult {
		font-size: 14px;
		width: 100%;
	}

	.mob-pagi .swiper-pagination-bullet-active {
		width: 8px;
	}

	#page li {
		min-width: 30px;
		height: 30px;
		line-height: 28px;
		margin: 0px 2px;
		font-size: 12px;
	}
	.sbox{
		display: none;
	}
	.boxes.b3 ul li .name{
		padding: 25px;
	}
	.boxes.b3 ul li .name b{
		font-size: 24px;
		margin-bottom: 10px;
	}
	/* 2023-02-07 */
	.web1{padding: 30px 0;}
	.web1-left{width: 100%;padding: 0;}
	.web1-right{width: 100%;padding: 0;border: none;margin-top: 30px;}
	.web1-left>h5, .web1-right>h5{font-size: 17px;margin-bottom: 20px;}
	.web1-left>form>input{margin-bottom: 10px;}
	.web1-list>p.font_20{font-size: 16px;}
	.web1-list>p{font-size: 14px;}
	.web1-left>form>button{margin-top: 20px;}
	.lan{margin-right: 60px;line-height: 60px;}
}
