@charset "UTF-8";

.banner .banner-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .banner-image:before {
	content: "";
	display: block;
	padding-bottom: 32.5%;
}
@media (max-width: 991px){
.banner .banner-image:before {
	padding-bottom: 58.2%;
}
}

.swiper-pagination.swiper-pagination-fraction {
	bottom: 10px;
	left: inherit;
    right: 10px;
    width: inherit;
    color: #fff;
}

.swiper-pagination-fraction-content {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cline%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20id%3D%22svg_1%22%20y2%3D%220%22%20x2%3D%2225%22%20y1%3D%2225%22%20x1%3D%220%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23ffffff%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
}

.swiper-pagination-fraction-content .swiper-pagination-current {
	position: absolute;
	top: 0;
	left: 4px;
    font-size: 0.8rem;
}

.swiper-pagination-fraction-content .swiper-pagination-total {
	position: absolute;
	bottom: 0;
	right: 4px;
    font-size: 0.8rem;
}

.title {
	padding: 20px 0 20px 0;
    text-align: center;
	color: #002775;
}
.title h1{
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 0.1rem;
}
.title .sub{
	font-size: 1.2rem;
	letter-spacing: 1.5px;
	color: #8DB3FF;
}

@media (max-width: 991px){
	.title h1{
		font-size: 1.5rem;
	}
	.title .sub{
		font-size: 0.9rem;
		letter-spacing: 1px;
	}
}

.more-link-btn {
	display: inline-block;
	position: relative;
	padding: 14px 38px;
	color: #fff;
	width: 245px;
	background-color: #1C49A2;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.more-link-btn span {
	position : relative;
	z-index: 2;
}

.more-link-btn:hover {
	color: #fff;
	text-decoration: none;
}
.more-link-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	width: 0;
	background-color: #022161;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
}
.more-link-btn:hover:before {
	width: 100%;
}

.more-link-btn:after {
	position : relative;
	display: inline-block;
	content: "";
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2277.499%22%20height%3D%2213%22%3E%20%3Cg%3E%20%20%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20d%3D%22m77%2C10.5l0%2C0l-9.5%2C-10l9.5%2C10z%22%2F%3E%20%3Cline%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20y2%3D%2210.470273%22%20x2%3D%220.146946%22%20y1%3D%2210.470273%22%20x1%3D%2276.918494%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat right;
	width: 60px;
	height: 12px;
	margin-left: 20px;
	z-index: 2;
}

@media (max-width: 991px){
	.product-top {
		background: url(/assets/img/camera-side.svg) no-repeat 0 40px;
		background-size: 100px;
	}
}
@media (max-width: 576px){
	.product-top {
		background: url(/assets/img/camera-side.svg) no-repeat 0 25px;
		background-size: 60px;
	}
}
@media (min-width: 992px){
	.product-top .container {
		border-left: solid 1px #1C49A2;
		background: url(/assets/img/camera-side.svg) no-repeat 0 20px;
		background-size: 100px;
	}
}

.product-top .product-list .product-wrapper {
	width: 33%;
	padding: 5px;
}

.product-top .product-list .product-card {
	background-color: #F9F9F9;
	padding: 20px;
	transition: box-shadow 0.2s linear;
}
.product-top .product-list .product-card:hover {
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
@media (max-width: 991px){
	.product-top .product-list .product-card {
		box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	}
}
@media (min-width: 992px){
	.product-top .swiper-pagination.swiper-pagination-bullets {
		position: absolute;
		top: 163px;
		right: 65px;
	}
}
@media (max-width: 991px){
	.product-top .swiper-pagination.swiper-pagination-bullets {
		width: 100%;
		position: inherit;
		padding-top: 20px;
	}
}
.product-top .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
	width: 10px;
	height: 10px;
}
.product-top .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
	background: #B5CEFF;
	opacity: 1;
}
.product-top .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1C49A2;
}
.swiper-button-next.top {
	width: 145px;
	height: 50px;
	right: -40px;
}
.swiper-button-next.top span {
	font-size: 1.2rem;
	color: #8DB3FF;
	letter-spacing: 2px;
	padding-left: 25px;
}
.swiper-button-next.top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22135%22%20height%3D%2249.99%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cline%20stroke%3D%22%231c49a2%22%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20id%3D%22svg_1%22%20y2%3D%2242.0375%22%20x2%3D%22133.340839%22%20y1%3D%2242.0375%22%20x1%3D%221.624602%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22%2F%3E%3Cline%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20id%3D%22svg_3%22%20y2%3D%2221.021991%22%20x2%3D%22110.352061%22%20y1%3D%2241.846665%22%20x1%3D%22132.50502%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22%20stroke%3D%22%231c49a2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 0px -10px;
}

@media (min-width: 992px){
	.swiper-button-next.top:hover:after {
		animation-name: move-bg;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

.swiper-button-prev.top {
	display: none;
}

@media (max-width: 991px){
	.swiper-button-next.top {
		width: 80px;
		height: 35px;
		right: 5px;
	}
	.swiper-button-next.top span {
		font-size: 1rem;
		padding-left: 5px;
	}
	.swiper-button-next.top:after {
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22135%22%20height%3D%2249.99%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cline%20stroke%3D%22%231c49a2%22%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20id%3D%22svg_1%22%20y2%3D%2242.0375%22%20x2%3D%22133.340839%22%20y1%3D%2242.0375%22%20x1%3D%221.624602%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22%2F%3E%3Cline%20stroke-linecap%3D%22undefined%22%20stroke-linejoin%3D%22undefined%22%20id%3D%22svg_3%22%20y2%3D%2221.021991%22%20x2%3D%22110.352061%22%20y1%3D%2241.846665%22%20x1%3D%22132.50502%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22%20stroke%3D%22%231c49a2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat -32px -3px;
		background-size: 110px;
	}
	.swiper-button-prev.top {
		width: 80px;
		height: 35px;
		left: 5px;
	}
	.swiper-button-prev.top span {
		font-size: 1rem;
		color: #8DB3FF;
		letter-spacing: 2px;
		float: right;
		padding-right: 5px;
	}
	.swiper-button-prev.top:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22135%22%20height%3D%2249.99%22%3E%3Cg%3E%3Cline%20fill%3D%22none%22%20stroke-width%3D%222.5%22%20x1%3D%221.624602%22%20y1%3D%2242.0375%22%20x2%3D%22133.340839%22%20y2%3D%2242.0375%22%20id%3D%22svg_1%22%20stroke-linejoin%3D%22undefined%22%20stroke-linecap%3D%22undefined%22%20stroke%3D%22%231c49a2%22%2F%3E%3Cline%20stroke%3D%22%231c49a2%22%20fill%3D%22none%22%20stroke-width%3D%222.5%22%20x1%3D%223%22%20y1%3D%2241.846665%22%20x2%3D%2226%22%20y2%3D%2221.021991%22%20id%3D%22svg_3%22%20stroke-linejoin%3D%22undefined%22%20stroke-linecap%3D%22undefined%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 2px -3px;
		background-size: 110px;

	}
	.swiper-button-next, .swiper-button-prev {
		top: 51%;
	}
}

@keyframes move-bg {
	0% {
		transform: translateX(0);
	}
	50% { 
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}

.product-list .product-card .product-info .product-category {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #578FFF;
	background-color: rgba(0, 0, 0, 0);
	color: #578FFF;
}
.product-list .product-card .product-info .product-name {
	font-weight: bold;
	color: #022161;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	overflow-y: hidden;
}
.product-list .product-card .product-info .product-intro {
	color: #022161;
	height: 24px;
	overflow-y: hidden;
	word-break: break-all;
}

.product-new {
	background: url(/assets/img/home-1.jpg) no-repeat;
	background-size: cover;
}
.product-new .container {
	position: relative;
}
.product-new .container:before {
	display: block;
	position: absolute;
	top: 0;
	left: -33px;
	content: "";
	background: url(/assets/img/camera.svg) no-repeat;
	width: 70px;
	height: 100px;
}

.product-new .product-list .product-card {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0);
	padding: 20px;
	border: solid 1px #1C49A2;
}
.product-new .product-list .product-card:hover .product-img {
	transform: scale(1.1);
	transition: all .5s;
}

@media (max-width: 600px){
	.product-new .container:before {
		left: 15px;
		background-size: 50px;
	}
	.product-new .product-list .product-card {
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 15px;
		padding: 5px;
		font-size: 15px;
	}
	.product-new .product-list .product-card .product-category {
		padding: 3px 5px;
		height: 30px;
		overflow-y: hidden;
		word-break: break-all;
	}
	.product-new .product-list .product-card .product-name {
		height: 45px;
	}
	.product-new .product-list .product-card .product-intro {
		padding-top: 3px;
		font-size: 12px;
		height: 20px;
	}
}
.about {
	background: url(/assets/img/home-2.jpg) no-repeat center top;
}
@media (max-width: 415px){
	.about {
		background: url(/assets/img/home-2-m.jpg) no-repeat center -18px;
	}
}
.about .container {
	position: relative;
	height: 650px;
}
@media (min-width: 992px){
	.about .container {
		background: url(/assets/img/camera-side.svg) no-repeat 0 20px;
		background-size: 100px;
	}
}
.about .about-border-left {
	border-left: solid 1px #1C49A2;
	position: absolute;
	top: 0;
	bottom: 132px;
	left: 0;;
}
.about .more-link-btn-wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 130px;
}
@media (max-width: 1199px){
	.about .about-border-left {
		bottom: 120px;
	}
}
@media (max-width: 992px){
	.about .about-border-left {
		bottom: 108px;
	}
	.about .container {
		background: url(/assets/img/camera-side.svg) no-repeat 0 20px;
		background-size: 70px;
	}
}
@media (max-width: 576px){
	.about .about-border-left {
		display: none;
	}
	.about .container {
		background: url(/assets/img/camera-side.svg) no-repeat 0 40px;
		background-size: 60px;
	}
}
.cooperation .company-list .company-img {
	width: 240px;
	background-repeat: no-repeat;
	background-size: contain;
}
.cooperation .company-list .company-img:before {
	content: "";
	display: block;
	padding-bottom: 40%;
}
.bottom-photo {
	background: url(/assets/img/home-3.jpg) no-repeat center top;
	height: 395px;
}
@media (max-width: 900px){
	.bottom-photo {
		height: auto;
		background-position: center top;
		background-size: cover;
	}
	.bottom-photo:before {
		display: block;
		content: "";
		padding-bottom: 39%;
	}
}
