@charset "UTF-8";

/* banner */
.banner .mySwiper {
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper a{
	width: 100%;
	margin: 0 auto;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide .swiper-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 100px 10%;
}

.banner .swiper-slide .swiper-text-li {
	color: #ffffff;
	text-align: left;
	font-size: 2.5rem;
	text-transform: uppercase;
}

.banner .swiper-slide .swiper-text-li .text {
	font-family: Montserrat;
}

.banner .swiper-slide .swiper-text-li .text span {
	color: #255aa8;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 3.25rem;
}

.banner .swiper-slide .swiper-text-li .text-cn {
	margin: 2rem 0 4rem;
}

.banner .swiper-slide .swiper-text-li .detail {
	border-radius: 50px;
	background: #255aa8;
	color: #ffffff;
	width: 13.75rem;
	height: 3.75rem;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .swiper-slide .swiper-text-li .detail span {
	font-size: 1.5rem;
	margin-left: 5%;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner-control {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: inherit;
	transform: scale(0.5);
	outline: none;
	color: #ffffff;
	opacity: 0.6;
}

.banner .swiper-horizontal>.swiper-scrollbar,
.banner .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: inherit;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 60%;
	height: 3px;
	background: rgba(255, 255, 255, .2);
}

.banner .swiper-scrollbar-drag {
	background: rgba(255, 255, 255, 0.8);
}

.banner .swiper-pagination {
	width: auto;
	height: auto;
	right: 5%;
	left: inherit;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 1.5rem;
	color: #cccccc;
	display: flex;
	align-items: center;
	font-family: Montserrat;
	font-weight: 100;
}

.banner .swiper-pagination-custom i {
	font-size: 2rem;
	font-style: normal;
	color: #ffffff;
}

.banner .banner-scroll {
	position: absolute;
	left: 100px;
	bottom: 150px;
	transform: rotate(90deg);
	z-index: 99999;
	color: #ffffff;
	font-size: 1.25rem;
	animation: banSroll 1.8s linear infinite;
}
.banner .banner-scroll::after{
	content: '';
	position: absolute;
	bottom: 7px;
	left: 65px;
	width: 60px;
	height: 1px;
	background-color: #ffffff;
}

@keyframes banSroll{
	0{bottom: 150px;}
	
	50%{bottom: 130px;}
	
	100%{bottom: 150px;}
}

@media screen and (max-width:1600px) {
	.banner .swiper-slide .swiper-text {
		padding: 0 6rem 5%;
	}
}

@media screen and (max-width:1200px) {
	
	.banner .banner-control {
		width: 20%;
	}
	
	.banner .swiper-slide .swiper-text-li {
		font-size: 2.125rem;
	}
	
	.banner .swiper-slide .swiper-text-li .text span {
		font-size: 3rem;
	}
	
	.banner .swiper-slide .swiper-text-li .text-cn {
		margin: 1rem 0 2rem;
	}
}

@media screen and (max-width: 768px) {
	
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		zoom: 0.8;
	}
	.banner .banner-control {
		width: 35%;
		bottom: 10%;
	}
	
	.banner-scroll {
		display: none;
	}
	
	.banner .swiper-slide .swiper-text-li {
		font-size: 1.5rem;
	}
	
	.banner .swiper-slide .swiper-text {
	    padding: 0 3rem;
	}
	
	.banner .swiper-slide .swiper-text-li .text span {
		font-size: 2rem;
	}
	
	.banner .swiper-slide .swiper-text-li .text-cn {
		margin: 0.5rem 0 1rem;
	}
	
	.banner .swiper-slide .swiper-text-li .detail {
		width: 10rem;
		height: 3rem;
		font-size: 12px;
	}
	
	
}

/* product */
.product-wrap {
	padding: 6.5rem 12.5rem;
}

.product{
	overflow: hidden;
	position: relative;
}

#product{
	overflow: hidden;
	position: relative;
}

#product canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.product-box {
	align-items: flex-end;
}

.product-title {
	position: absolute;
	left: 0;
	top: 0;
}

.product-title-T {
	font-size: 1.375rem;
	color: #255aa8;
}

.product-title-B {
	font-size: 2.5rem;
	color: #262626;
	margin: 0.5rem 0 1rem;
}

.product-title-M {
	font-size: 1.125rem;
	color: #666666;
}

.product-title-M a {
	display: block;
}

.product-title-M a span {
	margin-left: 1rem;
	transition: all .2s;
}

.product-title-M a span i {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 21px;
	background-color: #255aa8;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
}

.product-title-M a:hover {
	color: #255aa8;
}

.product-title-M a:hover span {
	margin-left: 20px;
}

.product-menu {
	width: 35%;
	font-size: 0;
}

.product-menu a {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.25rem;
	padding: 0 5%;
	background-color: #f3f4f8;
}

.product-menu a:hover,
.product-menu a.on {
	background: #255aa8;
	color: #ffffff;
	cursor: pointer;
}

.product-menu a .product-icon {
	margin: 0 5%;
	transition: all 0s;
	float: left;
}

.product-menu a p {
	float: left;
}

.product-menu a .product-icon i,
.product-menu a .product-arr,
.product-menu a .product-arr i {
	transition: all 0s;
}

.product-menu a .product-arr {
	margin: 0 5%;
	float: right;
}

.product-box .swiper {
	width: 65%;
}

.product-box .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	background: #000000;
}

.product-box,
.product-box a,
.product-box a .product-img,
.product-box a .product-img img {
	width: 100%;
	height: 100%;
}

.product-box a .product-img {
	position: relative;
	overflow: hidden;
}

.product-box .product-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-box .product-flex {
	display: flex;
	align-content: space-between;
	height: 100%;
	flex-wrap: wrap;
}

.product-box .product-flex .product-name {
	justify-content: space-between;
	color: #ffffff;
	font-size: 3rem;
	font-weight: normal;
	width: 100%;
	padding: 4% 6% ; 
}

.product-box .product-flex .product-name h5 {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: normal;
}

.product-box .product-flex .product-name span{
	font-size: 1.125rem;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 1.25rem 2.5rem;
}

.product-box .product-flex .product-name span i{
	margin-left: 1rem;
}

.product-box .product-flex .product-des {
	color: #ffffff;
	font-size: 1rem;
	width: 100%;
	padding: 4% 8% 5%;
}

.product-box .product-flex .product-des p{
	border-top: 1px solid rgba(255,255,255,.5);
	padding-top: 2rem;
}

.product-box .swiper-slide a:hover .product-img img{
	transform: scale(1.1);
	opacity: 0.8;
}

.product-box .swiper-button-next,
.product-box .swiper-button-prev{
	display: none;
}
.product-box .swiper-button-next.on,
.product-box .swiper-button-prev.on{
	display: block;
}

@media screen and (max-width:1600px) {
	.product-wrap {
		padding: 6rem;
	}

}

@media screen and (max-width:1200px) {
	.product-title {
		position: inherit;
	}
	.product-box{
		margin-top: 2rem;
	}
	.product-menu {
		display: none;
	}
	.product-box .swiper {
		width: 80%;
	}
	.product-box {
		position: relative;
	}
	.product-box .swiper-button-next, 
	.product-box .swiper-rtl .swiper-button-next {
	    background: url(../images/page/icon-arrR.png) no-repeat left top;
	    width: 57px;
	    height: 57px;
		left: inherit;
	    right: 0;
	}
	.product-box .swiper-button-next:after,
	.product-box .swiper-rtl .swiper-button-prev:after {
		content: '';
	}

	.product-box .swiper-button-prev, 
	.product-box .swiper-rtl .swiper-button-next {
	    background: url(../images/page/icon-arrL.png) no-repeat left top;
	    width: 57px;
	    height: 57px;
		right: inherit;
		left: 0;
	}
	
	.product-box .swiper-button-prev:after,
	.product-box .swiper-rtl .swiper-button-next:after {
		content: '';
	}
	
	.product-title-T {
	    font-size: 14px;
	}
	
	.product-title-B{
		font-size: 20px;
	}
	
	.product-title-M{
		font-size: 16px;
	}
	
	.product-box .swiper-slide a .product-img img{
		opacity: 0.8;
	}
	
	.product-box .product-flex .product-name h5 {
		font-size: 20px;
		line-height: 2;
	}
	
	.product-box .product-flex .product-name span {
	    padding: 0.5rem 1.5rem;
		font-size: 14px;
	}
	
	.product-box .product-flex .product-des {
	    font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	.product-wrap {
		padding: 3rem 3rem 4rem;
	}
	
	.product-box .swiper-button-next,
	.product-box .swiper-rtl .swiper-button-prev{
		zoom: 0.8;
		top: inherit;
		bottom: 0;
		left: inherit;
		right: 50%;
		transform: translateX(120%);
	}
	
	.product-box .swiper-button-prev,
	.product-box .swiper-rtl .swiper-button-next {
	   zoom: 0.8;
	   top: inherit;
	   bottom: 0;
	   right: inherit;
	   left: 50%;
	   transform: translateX(-120%);
	}
	
	.product-box {
		padding-bottom: 15%;
	}
	
	.product-box .swiper {
		width: 100%;
	}
	
	.product-box .swiper-slide a{
		display: block;
		background: #255aa8;
	}
	
	.product-box .product-txt{
		position: inherit;
		padding: 6%;
	}
	.product-box .product-flex .product-name{
		padding: 0 0 5%;
	}
	.product-box .product-flex .product-des{
		padding: 0;
	}
}

@media screen and (max-width: 600px){
	.product-box .swiper-button-next,
	.product-box .swiper-rtl .swiper-button-next,
	.product-box .swiper-button-prev,
	.product-box .swiper-rtl .swiper-button-next {
	   zoom: 0.6;
	}
}


/* news */
.news-wrap{
	overflow: hidden;
}
.news {
	background: #f3f4f8 url(../images/news-bg.jpg) no-repeat bottom center;
	padding: 6rem;
}

.news .news-title {
	text-align: center;
}

.news .news-title-T {
	font-size: 3.75rem;
	color: #255aa8;
	line-height: 1.5;
	font-family: Montserrat;
	font-weight: bold;
}

.news .news-title-B {
	font-size: 1.875rem;
	color: #000000;
	line-height: 1.5;
}
.news .news-box {
	margin-top: 40px;
}

.news .news-menu {
	border: 1px solid #999999;
	border-radius: 50px;
}

.news .news-menu a {
	display: inline-block;
	padding: 0.75rem 3.25rem;
	cursor: pointer;
	color: #333333;
	border-radius: 40px;
	font-size: 1.25rem;
	transition: all 0s;
	text-align: center;
}

.news .news-menu a.on,
.news .news-menu a:hover {
	background-color: #255aa8;
	color: #fff;
}

.news .swiper{margin-top: 3rem;}

.news-list-left {
	width: 30%;
	overflow: hidden;
	height: 30rem;
}

.news-list-left a{
	background-color: #ffffff;
	display: block;
	padding: 2rem;
	height: 100%;
	position: relative;
}

.news-list-left .news-img{
	height: 65%;
	overflow: hidden;
}

.news-list-left .news-img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.news-list-left a:hover img {
	transform: scale(1.1);
}

.news-list-left .news-text{
	height: 35%;
}

.news-list-left .news-text h5 {
	font-size: 1.625rem;
	height: 6rem;
	line-height: 1.3;
	font-weight: normal;
	padding: 1rem 0;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}

.news-list-left a:hover .news-text h5 {
	color: #255aa8;
}

.news-list-right {
	width: 100%;
}

.news-list-right ul {
	display: flex;
	flex-wrap: wrap;
	/*align-content: stretch;*/
	/*justify-content: space-between;*/
	height: 32rem;
	margin-top: -2rem;
	align-content: stretch;
}
.news-list-right ul li {
	float: left;
	width: 33.33%;
	height: 50%;
}

.news-list-right ul li a {
	display: block;
	padding: 2rem 0 0 2rem;
	height: 100%;
}

.news-list-right .news-text{
	background: rgba(255,255,255,0.7);
	height: 100%;
	padding: 1.5rem 2rem;
	position: relative;
}

.news-list-right .news-text h5 {
	font-size: 1.625rem;
	font-weight: normal;
	height: 5rem;
	line-height: 1.5;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list-right .news-text p {
	font-size: 1rem;
	color: #888888;
	height: 3rem;
	line-height: 1.5;
	margin-top: 0.5rem;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-box .news-date {
	position: absolute;
	bottom: 1rem;
	left: 2rem;
	transition: all .3s;
	font-size: 1.125rem;
	color: #666666;
	font-family: Montserrat;
}

.news-list-right li a:hover h5 {
	color: #255aa8;
}

.news-list-right li a:hover .news-date:before {
	animation: liner2 .5s ease-in-out;
	opacity: 1;
}

.news-list-left .news-text .news-date span{
	transition: all .2s;
	margin-left: 0;
}

.news-list-right li a .news-date i ,
.news-list-left .news-text .news-date i{
	opacity: 0;
	display: none;
	transition: all .2s;
}
.news-list-left a:hover .news-date i,
.news-list-right li a:hover .news-date i {
	opacity: 1;
	display: inline-block;
}
.news-list-left a:hover .news-text .news-date span,
.news-list-right li a:hover .news-date span{
	transition: all .2s;
	margin-left: 2rem;
}

@media screen and (max-width: 1200px){
	.news .news-menu a {
		font-size: 14px;
	}
	.news-list-right .news-text h5{
		font-size: 16px;
	}
	.news-list-right .news-text p{
		font-size: 14px;
		height: 4rem;
	}
}

@media screen and (max-width: 768px){
	.news {
		padding: 3rem;
	}
	
	.news-box .swiper .flex {
		display: block;
	}
	
	.news-box .swiper .flex .news-list-left,
	.news-box .swiper .flex .news-list-right{
		width: 100%;
	}

	.news-box .swiper .flex .news-list-right ul{
		display: block;
	}
	
	.news-list-right ul li{
		width: 100%;
		height: auto;
	}
	
	.news-list-right ul li a {
	    padding: 2rem 1rem 0 1rem;
	}
	
	.news-list-right .news-text{
		padding: 1.5rem 2rem 5rem;
	}
	
	.news-list-right ul{margin: 0 -1rem; }
	
	.news-list-left .news-img{
		height: 70%;
	}
	
	.news-list-left .news-text{
		height: 30%;
	}
}

@media screen and (max-width: 450px){
	.product-wrap {
	    padding: 3rem 2rem 4rem;
	}
	
	.news {
	    padding: 3rem 2rem;
	}
	
	.news .news-menu {
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.news .news-menu a {
		padding: 1rem 0;
		width: 33%;
	}
}

