@charset "utf-8";

/* ----------- pageMain ----------- */
.pageMain {
	background: url("../img/top/top_mvBg.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}


@media only screen and (max-width: 1900px) {
	.pageMain {
		background-size: auto auto;
		background-position: center top;
	}
}

/* ----------- mv ----------- */

.top_mv {
	padding-top: 160px;
	/* opacity: 0; */
	/* background: url("../img/top_mvBg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
}

.top_mvTitle {
	font-size: 5.2rem;
	color: #233f9a;
	line-height: 1.36;
	font-weight: bold;
}

.top_mvTitle span {
	color: #00b5f0;
}

.mv_swiper {
	position: relative;
}

.mv_swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 100px;
}

.mv_swiper .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform-origin: bottom;
	transform: scale(1);

}

.mv_swiper .swiper-slide-active,
.mv_swiper .swiper-slide-duplicate-active {
	transform: scale(1.1);
	z-index: 10;
}

.mv_sBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.mv_swiper .swiper-slide img {
	width: 100%;
	display: block;
	border-radius: 20px;
	border: 5px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mv_sInner {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 22px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv_sInner a{
	color: #ffffff;
	display: block;
	width: 100%;
}


.mv_swiper .swiper-slide-active .mv_sInner,
.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
	width: 114%;
	background-color: #00b5f0;
	bottom: -80px;
	left: -7%;
	border: 4px solid #ffffff;
	border-radius: 20px;
	padding: 15px 0;
	font-size: 3.4rem;
	min-height: 80px;
}

.mv_swiper .swiper-slide-active .mv_sInner::before,
.mv_swiper .swiper-slide-duplicate-active .mv_sInner::before {
	content: "";
	border-bottom: 26px solid #ffffff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: -26px;
	left: calc(50% - 30px);
}

.mv_swiper .swiper-slide-active .mv_sInner::after,
.mv_swiper .swiper-slide-duplicate-active .mv_sInner::after {
	content: "";
	border-bottom: 26px solid #00b5f0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: -20px;
	left: calc(50% - 30px);
}

.mv_swiper .swiper-button-prev {
	width: 74px;
	height: 47px;
	background: url("../img/top/top_mvBtn01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	left: auto;
	right: calc(50% + 555px);
	top: calc(50% - 20px);
	outline: none;
	/* margin-top: 0 !important; */
}

.mv_swiper .swiper-button-next {
	width: 74px;
	height: 47px;
	background: url("../img/top/top_mvBtn02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	left: calc(50% + 555px);
	top: calc(50% - 20px);
	outline: none;
	/* margin-top: 0 !important; */
}


.mv_swiper .swiper-button-next:after,
.mv_swiper .swiper-rtl .swiper-button-prev:after,
.mv_swiper .swiper-button-prev:after,
.mv_swiper .swiper-rtl .swiper-button-next:after {
	display: none;
}

/* ----------- news ----------- */
.news {
	padding-top: 60px;
}

.news_content {
	display: flex;
	justify-content: space-between;
}

.news_L,
.news_R {
	width: 520px;
	max-width: 48%;
	background-color: #f3f7fa;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 47px 40px 43px;
}

.news_list {
	margin-top: 35px;
}

.news_list>li {
	border-bottom: 1px dashed #1b67b2;
	padding: 16px 4px 16px 10px;
}

.news_list>li:first-child {
	border-top: 1px dashed #1b67b2;
}

.news_list>li>a {
	font-size: 1.8rem;
	color: #000000;
	text-align: justify;
	line-height: 1.2;

	display: block;
	padding-right: 30px;
	background: url("../img/top/top_ico01.png");
	background-repeat: no-repeat;
	background-position: right 1px center;

	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news_list>li>a:hover {
	color: #00b5f0;
	text-decoration: underline;
}

.news_more {
	margin-top: 28px;
}

.news_more a {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	color: #ffffff;
	background-color: #233f9a;
	width: 147px;
	text-align: center;
	padding: 12px 10px;
	border-radius: 25px;
	margin: 0 0 0 auto;
}

.news_more a:hover {
	background-color: #00b5f0;
}

/* ----------- product ----------- */
.product {
	padding: 95px 0 108px;
}

.product_content {
	margin-top: 40px;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -52px;
}

.product_list>li {
	width: 520px;
	max-width: 48%;
	margin-bottom: 52px;
}

.product_img {
	margin: 0 auto;
	position: relative;
	border-bottom: 7px solid #00b5f0;
}

.product_imgBox{
	position: relative;
}

.product_imgBox>img {
	display: block;
	width: 100%;
}

.product_imgBox>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
.product_imgBox::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent 0%,transparent 30%, rgb(35, 63, 154) 100%);
	z-index: 2;
}

.product_iTB {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 27px 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.product_iTB::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #00b5f0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.product_list>li a:hover .product_iTB::before {
	top: 0;
}

.product_iTitle {
	flex: 1 1 auto;
	padding-right: 10px;
	position: relative;
}

.product_iTitle p {
	display: block;
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	word-break: break-all;
	text-align: justify;
}


.product_iBtn {
	width: 164px;
	flex: none;
	position: relative;
}

.product_iBtn p {
	font-size: 1.6rem;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	padding: 11px 5px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.product_inner {
	font-size: 1.6rem;
	color: #000000;
	text-align: justify;
	line-height: 2;
	padding-top: 13px;
	max-width: 336px;
	margin: 0 auto;
}

.product_list>li a:hover .product_inner {
	color: #00b5f0;
}

.product_btn {
	padding-top: 50px;
}

.product_btn a {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	width: 450px;
	max-width: 100%;
	padding: 28px 20px;
	border-radius: 42px;
	margin: 0 auto;
	background-color: #00b5f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product_btn a:hover {
	background-color: #233f9a;
}

/* ----------- company ----------- */
.company .part_title h2 {
	color: #ffffff;
}

.company {
	border-top: 19px solid #00b5f0;
	background: url("../img/top/top_company_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0;
}

.company_content {
	margin-top: 65px;
}

.company_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -30px;
}

.company_list>li {
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 30px;
}

.company_list>li:nth-child(5n) {
	margin-right: 0;
}

.company_box {
	display: flex;
	background-color: #00b5f0;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 10px 27px;
}

.company_box:hover {
	background-color: #233f9a;
}

.company_box>div {
	width: 100%;
}

.company_img>img {
	display: block;
	margin: 0 auto;
}

.company_text {
	font-size: 2.2rem;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding: 17px 0;
}

.company_ico {}

.company_ico>img {
	display: block;
	margin: 0 auto;
}

/* ----------- information ----------- */
.information {
	padding: 100px 0 120px;
}

.information_content {
	margin-top: 70px;
}

.information_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -58px;
}

.information_list>li {
	width: 46.84%;
	margin-bottom: 58px;
}

.information_list>li a{
	display: block;
	position: relative;
	overflow: hidden;
}

.information_list>li a:hover .information_img{
	transform: scale(1.08);

}

.information_list>li>a>img {
	display: block;
	margin: 0 auto;
}
.information_tit{
	position: absolute;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: bold;
	color: #ffffff;
	top: 50%;
	left: 30px;
	right: 30px;
	transform: translateY(-50%);
}
.information_tit::before{
	content: "";
	width: 50px;
	height: 3px;
	background-color: #ffffff;
	display: block;
	margin-bottom: 25px;
}
.information_tit::after{
	content: "";
	background: url(../img/top/top_information_arrow.png) no-repeat center center;
	width: 24px;
	height: 9px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
.information_tit>img{
	vertical-align: middle;
	margin-right: 5px;
}

@media only screen and (max-width: 1300px) {
	.mv_sInner {
		font-size: 2.4rem;
	}

	.mv_swiper .swiper-slide-active .mv_sInner,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
		bottom: -70px;
		font-size: 2.8rem;
		min-height: 70px;
	}

	.mv_swiper .swiper-button-prev {
		left: 20px;
		right: auto;
		top: calc(50% - 20px);
	}

	.mv_swiper .swiper-button-next {
		left: auto;
		right: 20px;
		top: calc(50% - 20px);
	}

}

@media only screen and (max-width: 1200px) {

	/* ----------- mv ----------- */
	.mv_sInner {
		font-size: 2.2rem;
	}

	.mv_swiper .swiper-slide-active .mv_sInner,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
		bottom: -70px;
		font-size: 2.6rem;
	}

	/* ----------- product ----------- */
	.product_iTB {
	    padding: 20px 20px;
	}
	.product_iBtn {
		width: 150px;
	}
	.product_iBtn p {
	    font-size: 1.4rem;
	    padding: 11px 5px;
	}
	.product_iTitle p {
	    font-size: 2.0rem;
	}

}

@media only screen and (max-width: 1024px) {

	/* ----------- mv ----------- */
	.pageMain {
		background-size: 150% auto;
		background-position: center top;
	}

	.top_mv {
		/* padding-top: 100px; */
		padding-top: 9.7vw;
	}

	.top_mvTitle {
		/* font-size: 4.4rem; */
		font-size: 4.2vw;
	}

	.mv_swiper .swiper-wrapper {
		padding-top: 50px;
		padding-bottom: 85px;
	}


	.mv_swiper .swiper-slide img {
		border-radius: 16px;
		border: 3px solid #ffffff;
	}

	.mv_sInner {
		font-size: 2.0rem;
		padding-bottom: 18px;
	}

	.mv_swiper .swiper-slide-active .mv_sInner,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
		bottom: -70px;
		font-size: 2.4rem;

		border: 3px solid #ffffff;
		border-radius: 16px;
		padding: 12px 0;
		min-height: 60px;
	}

	.mv_swiper .swiper-slide-active .mv_sInner::before,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner::before {
		border-bottom: 22px solid #ffffff;
		border-left: 26px solid transparent;
		border-right: 26px solid transparent;
		top: -23px;
		left: calc(50% - 26px);
	}

	.mv_swiper .swiper-slide-active .mv_sInner::after,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner::after {
		border-bottom: 22px solid #00b5f0;
		border-left: 26px solid transparent;
		border-right: 26px solid transparent;
		top: -19px;
		left: calc(50% - 26px);
	}

	/* ----------- news ----------- */
	.news_L,
	.news_R {
		padding: 40px 30px 30px;
		border-radius: 16px;
	}

	.news_list>li>a {
		font-size: 1.6rem;
	}

	.news_list>li {
		padding: 14px 2px 14px 5px;
	}

	/* ----------- product ----------- */
	.product_list {
	    margin-bottom: -30px;
	}
	.product_list>li {
	    margin-bottom: 30px;
	}
	.product_img {
	    border-bottom: 5px solid #00b5f0;
	}
	.product_iTB {
		padding: 15px 15px;
	}
	.product_iBtn {
		width: 130px;
	}
	.product_iBtn p {
		font-size: 1.4rem;
		padding: 8px 5px;
	}
	.product_iTitle p {
		font-size: 1.8rem;
	}

	.product_inner {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.product_btn {
		padding-top: 40px;
	}

	.product_btn a {
		font-size: 2.0rem;
		width: 380px;
		padding: 20px 20px;
		border-radius: 42px;
	}

	/* ----------- company ----------- */
	.company {
		border-top: 12px solid #00b5f0;
	}

	.company_content {
		margin-top: 50px;
	}

	.company_list>li {
		width: 22%;
		margin-right: 5%;
	}

	.company_list>li:nth-child(3n) {
		margin-right: 0;
	}

	.company_box {
		padding: 4.5vw 10px 2.44vw;
	}

	.company_text {
		font-size: 1.95vw;
		padding: 1.95vw 0;
	}

	.company_img>img {
		width: 7.03vw;
	}

	.company_ico>img {
		width: 1.75vw;
	}

	/* ----------- information ----------- */
	.information_content {
		margin-top: 50px;
	}

	.information_list {
		margin-bottom: -40px;
	}

	.information_list>li {
		width: 48%;
		margin-bottom: 40px;
	}
	
	.information_tit{
		font-size: 2rem;
	}
	.information_tit::before{
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 900px) {

	/* ----------- news ----------- */
	.news_content {
		flex-wrap: wrap;
	}

	.news_L,
	.news_R {
		width: 100%;
		max-width: 100%;
		padding: 40px 30px 30px;
	}

	.news_R {
		margin-top: 50px;
	}
	
	/* ----------- information ----------- */
	
	
	.information_list {
		max-width: 520px;
		margin: 0 auto;
	}
	
	.information_list>li {
		width: 100%;
	}
	
	.information_list>li:last-of-type {
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width: 768px) {

	/* ----------- mv ----------- */
	.pageMain {
		background-size: 160% auto;
		background-position: 35% top;
	}

	.top_mv {
		padding-top: 8.7vw;
	}

	.top_mvTitle {
		font-size: 5.2vw;
	}

	.mv_swiper .swiper-wrapper {
		padding-top: 40px;
		padding-bottom: 85px;
	}

	.mv_swiper .swiper-slide-active .mv_sInner,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
		bottom: -60px;
		font-size: 2.2rem;
	}

	.mv_swiper .swiper-button-prev {
		width: 50px;
		height: 40px;
		left: 10px;
	}

	.mv_swiper .swiper-button-next {
		width: 50px;
		height: 40px;
		right: 10px;
	}

	/* ----------- news ----------- */
	.news {
		padding-top: 40px;
	}

	.news_list {
		margin-top: 30px;
	}

	.news_more a {
		font-size: 1.4rem;
		width: 130px;
		padding: 12px 10px;
	}

	.news_R {
		margin-top: 40px;
	}

	/* ----------- product ----------- */
	.product_content {
		margin-top: 30px;
	}
	.product_iTitle p {
		font-size: 1.6rem;
	}
	.product_iBtn {
		width: 110px;
	}
	.product_iBtn p {
		font-size: 1.2rem;
	}
	

	.product_btn a {
		font-size: 1.8rem;
		width: 320px;
		padding: 20px 20px;
	}

	/* ----------- company ----------- */
	.company {
		border-top: 8px solid #00b5f0;
	}

	.company_content {
		margin-top: 40px;
	}

	.company_box {
		padding: 4vw 10px 2.44vw;
	}

	.company_text {
		font-size: 2.2vw;
	}

	/* ----------- information ----------- */
	.information_content {
		margin-top: 40px;
	}
	.information_list>li {
		margin-bottom: 25px;
	}

	.information_tit::before{
		width: 40px;
		height: 2px;
	}

}

@media only screen and (max-width: 700px) {

	/* ----------- company ----------- */
	.company_text {
		font-size: 2.1vw;
	}
	
	/* ----------- product ----------- */
	.product_list{
		justify-content: center;
	}
	.product_list>li {
		width: 520px;
		max-width: 100%;
		margin-right: 0%;
	}
	
}

@media only screen and (max-width: 480px) {

	/* ----------- mv ----------- */
	.pageMain {
		background-size: 200% auto;
		background-position: 26% top;
	}

	.top_mv {
		padding-top: 18.0vw;
	}

	.top_mvTitle {
		font-size: 7.2vw;
	}

	.mv_swiper .swiper-wrapper {
		padding-top: 50px;
		padding-bottom: 75px;
	}

	.mv_swiper .swiper-slide img {
		border-radius: 12px;
	}

	.mv_sInner {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}

	.mv_swiper .swiper-slide-active .mv_sInner,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner {
		bottom: -60px;
		font-size: 2.0rem;
		border-radius: 12px;
		border-width: 2px;
		min-height: 54px;
	}

	.mv_swiper .swiper-slide-active .mv_sInner::before,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner::before {
		border-bottom: 20px solid #ffffff;
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		top: -21px;
		left: calc(50% - 24px);
	}

	.mv_swiper .swiper-slide-active .mv_sInner::after,
	.mv_swiper .swiper-slide-duplicate-active .mv_sInner::after {
		border-bottom: 20px solid #00b5f0;
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		top: -18px;
		left: calc(50% - 24px);
	}

	.mv_swiper .swiper-button-prev {
		top: calc(50% - 10px);
		opacity: 0.8;
	}

	.mv_swiper .swiper-button-next {
		top: calc(50% - 10px);
		opacity: 0.8;
	}

	/* ----------- news ----------- */
	.news {}

	.news_L,
	.news_R {
		padding: 35px 15px 30px;
		border-radius: 12px;
	}

	.news_list>li>a {
		font-size: 1.4rem;
		background-size: 14px auto;
	}

	.news_more a {
		font-size: 1.4rem;
		width: 120px;
		padding: 10px 10px;
	}

	/* ----------- product ----------- */
	
	.product_btn {
		padding-top: 30px;
	}

	.product_btn a {
		font-size: 1.6rem;
		width: 300px;
		padding: 15px 15px;
	}

	/* ----------- company ----------- */
	.company_text {
		font-size: 2.1vw;
	}

	.company_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.company_list>li:nth-child(2n) {
		margin-right: 0;
	}

	.company_list>li:nth-child(3n),.company_list>li:nth-child(5n) {
		margin-right: 4%;
	}

	.company_box {
		padding: 30px 10px 25px;
	}

	.company_img>img {
		width: 60px;
	}

	.company_text {
		font-size: 1.6rem;
		padding: 18px 0 18px;
	}

	.company_ico>img {
		width: 14px;
	}

	/* ----------- information ----------- */
	.information_content {
		margin-top: 30px;
	}
	.information_tit{
		font-size: 1.8rem;
		left: 20px;
		right: 20px;
	}
	.information_tit::before{
		margin-bottom: 15px;
	}

}