@charset "utf-8";

.wrapper {
	padding-top: 0;
}

section {
	clear: both;
}

.banner-i {
	position: relative;
}

.banner-i img {
	width: 100%;
}

.banner-i * {
	height: 100%;
}

.banner-i img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
	max-width: inherit;
	object-position: top;
}

.banner-i .slick-dots {
	height: auto;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 0;
	text-align: left;
	max-width: 1730px;
	padding: 0 15px;
	margin: auto;
}

.banner-i .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	height: auto;

}

.banner-i .slick-dots li button {
	width: 40px;
	height: 7px;
	border-radius: 100px;
	font-size: 0;
	box-shadow: 0 0 0;
	padding: 0;
	cursor: pointer;
	background: rgba(221, 221, 221, 0.5);
	border: none;
}

.banner-i .slick-dots li.slick-active button {
	background: #6E8EC1;
}


/*首頁產品*/
.product-sect .slider {
	background: #0d0d0d;
}

.product-sect .item {
	float: left;
}

.product-sect .item .pic {
	position: relative;
	overflow: hidden;
}

.product-sect .item .pic img {
	-webkit-transition: all 0.3s ease-out 125ms;
	-moz-transition: all 0.3s ease-out 125ms;
	-ms-transition: all 0.3s ease-out 125ms;
	-o-transition: all 0.3s ease-out 125ms;
	transition: all 0.3s ease-out 125ms;
	opacity: 0.5;
}

.product-sect:hover .item .pic img {
	opacity: 0.5;
}

.product-sect .item:hover .pic img {
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-sect .item .cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 60;
	font-size: 0;
}

.product-sect .item .text {
	position: absolute;
	bottom: 15%;
	left: 10%;
}

.product-sect .item .name {
	height: 114px;
	color: #fff;
	width: 243px;
	max-width: 90%;
	text-align: left;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-sect .item .more {
	margin-top: 25px;
	display: block;
	background: #00A95C;
	width: 100px;
	line-height: 30px;
	height: 26px;
	color: #fff;
	font-family: 'Khula', sans-serif;
	font-weight: 800;
	transition: all ease 0.8s;

}

.product-sect .item:hover .more {
	background: #F8C715;
	color: #000;
}

.product-sect .slide-count-wrap {
	text-align: center;
	font-family: 'Khula', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 18px;
	padding: 18px 0;
}

.product-sect .slide-count-wrap .current {
	color: #D2201E;
}

.product-sect .slick-arrow {
	background: none;
	width: 98px;
	height: 16px;
	font-size: 0;
	border: none;
	z-index: 5;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.product-sect .slick-arrow:before {
	content: '';
	display: inline-block;
	background: url(../images/index/al.png);
	width: 78px;
	height: 16px;
	transition: all 0.3s ease;
	float: right;
}

.product-sect .slick-next:before {
	background: url(../images/index/ar.png);
	background-position: right;
	float: left;

}

.product-sect .slick-arrow:hover:before {
	width: 98px;
}

.about-logo {
	width: 84.882%;
}

.about-sect {
	display: flex;
	background: url(../images/index/b4.jpg) center no-repeat;
	justify-content: space-between;
	padding: 0 0 2.5% 0;
}

.about-sect .left {
	width: 67%;
	padding: 0 50px 0 8%;
	position: relative;
}

.about-sect .left:before {
	content: '';
	max-width: 1258px;
	width: 100%;
	height: 160px;
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: 0;
	background: url(../images/index/fbg.png) center no-repeat;
	background-size: contain;
}

.about-sect .left .con {
	background-size: cover;
	box-sizing: content-box;
	max-width: 700px;
	margin-bottom: 5%;
}

.about-sect .left .con .txtbox {
	padding: 10% 0 0 0;
	position: relative;
	z-index: 1;
}

.about-sect .left .con .top {
	margin-bottom: 7%;
}

.about-sect .left .con .text {
	max-width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 1.9;
	position: relative;
	max-height: 95px;
	overflow: hidden;
	padding: 0 100px 0 0;
}

.about-sect .left .con .text .more {
	border: solid 1px #000000;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-family: Khula;
	color: #000000;
	font-weight: 600;
	position: absolute;
	top: calc(50% - 40px);
	right: 0;

}

.about-sect .left .catalog {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.about-sect .left .catalog .pic {
	max-width: 378px;
	box-shadow: 20px 20px 30px rgb(0 0 0 / 45%);
}

.about-sect .left .catalog .txtbox {
	flex-grow: 2;
	padding: 2% 10% 2% 4%;
	background: -moz-linear-gradient(left, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0) 100%);
	background: linear-gradient(to right, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3555555', endColorstr='#00555555', GradientType=1);
}

.about-sect .left .catalog .txtbox .title {
	font-size: 36px;
	color: #FFF;
}

.about-sect .left .catalog .txtbox .txt {
	font-size: 18px;
	color: #CCCCCC;
	margin-bottom: 20px;
}

.about-sect .left .catalog .txtbox .more {
	color: #F8C715;
	font-weight: bold;
	font-family: Khula;
	position: relative;
	padding: 20px 0;
	display: inline-block;
}

.about-sect .left .catalog .txtbox .more:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -50%;
	height: 1px;
	background: #DDDDDD;
}

.about-sect .tag {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #D4221E;
	font-size: 72px;
	margin: 0;
	line-height: 1.45;
	padding-right: 50px;
}

.about-sect .right .more {
	line-height: 40px;
	height: 40px;
	border: solid 1px #234B7E;
	display: block;
	font-family: Khula;
	text-align: center;
	transition: all ease 0.3s;
	color: #234B7E;
}

.about-sect .right .more:hover {
	background: #FFFFFF;
}

.about-sect .right {
	color: #fff;
	width: calc(35% - 50px);
	max-width: 600px;
	margin-right: 50px;
	background: rgba(110, 142, 193, 0.8);
}

.about-sect .right .con {
	position: relative;
	/* padding-top: 118px; */
	box-sizing: content-box;
}

.about-sect .right .con:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 118px;
}

.about-sect .right .title {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 72px;
	margin: 0;
	line-height: 1.1;
	position: relative;
	padding: 5% 13% 5%;
}

.about-sect .right .il {
	padding: 10px;
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}

.about-sect .right .name {
	font-size: 24px;
	margin: 35px auto;
	font-weight: normal;
}

.about-sect .right .top {
	position: relative;
}

.about-sect .right .top .item {}

.about-sect .right .bottom {
	position: absolute;
	bottom: 0;
	z-index: 5;
}

.about-sect .right .bottom:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	/* height: 379px; */
	background: #D5231E;
	bottom: 20.5%;
}

.about-sect .slick-list {}


.about-sect .right .top .item .il {
	position: relative;
	z-index: 5;
}

.about-sect .right .top .item .pic {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 13.35%;
	box-shadow: 20px 20px 30px rgb(0 0 0 / 45%);
}

.about-sect .right .top .item .pic .bg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 0;
	filter: blur(10px);
}

.about-sect .right .top .item .pic .bg img {
	width: calc(100% + 20px);
	height: auto;
}

.about-sect .right .top .item .pic>img {
	max-width: 440px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-out 125ms;
	-moz-transition: all 0.3s ease-out 125ms;
	-ms-transition: all 0.3s ease-out 125ms;
	-o-transition: all 0.3s ease-out 125ms;
	transition: all 0.3s ease-out 125ms;
	z-index: 2;
}

.about-sect .right .top .item:hover .pic>img {}

.about-sect .right .arrow {
	float: right;
	width: 100%;
	position: absolute;
	text-align: center;
	right: 0px;
}

.about-sect .right .arrow:before {
	content: '';
	width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	bottom: -10px;
	display: block;
	background: #fff;
}

.about-sect .right .arrow .slick-arrow {
	width: 58px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: none;
}

.about-sect .right .arrow .slick-arrow:before {
	content: '';
	display: block;
	background: url(../images/index/pl.png);
	width: 20px;
	height: 30px;
}

.about-sect .right .arrow .slick-next:before {
	background: url(../images/index/pr.png);

}

.about-sect .right .arrow .slick-arrow:hover:before {
	background-position: bottom;
}

.news-sect {
	display: flex;
	position: relative;
	padding: 6% 0 5%;
	background: rgb(241, 243, 255);
	background: -moz-linear-gradient(top, rgba(241, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(241, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(241, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3ff', endColorstr='#ffffff', GradientType=0);
}

.news-sect:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 280px;
	background: url(../images/index/nbg.png) center top no-repeat;
}

.news-box {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}

.news-box .title {
	text-align: center;
	font-size: 36px;
	color: #224B7E;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	margin: 0 0 2.5% 0;
}

.news-box .title:before,
.news-box .title:after {
	content: '';
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #6E8EC1;
	position: relative;
	top: -12px;
	margin: 0 10px;
}

.news-box .list-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 5%;
}

.news-box .item {
	width: 33.333333%;
	padding: 0 10px;
}

.news-box .item .list {
	max-width: 460px;
	margin: 0 auto;
}


.news-box .pic {
	position: relative;
}

.news-box .pic:before {
	content: '';
	position: absolute;
	border: #FFF 1px solid;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	z-index: 2;
}

.news-box .text {
	position: relative;
}

.news-box .text .date {
	background: #6e8ec1;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	max-width: 220px;
	width: 100%;
	display: block;
	padding: 5px 0;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -110px;
}

.news-box .text .name {
	margin: 0;
	padding: 30px 0 0 0;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}

.news-box .item .list:hover .text .name {
	color: #234B7E;
}

.news-box .more {
	color: #6E8EC1;
	border: #6E8EC1 1px solid;
	padding: 10px;
	max-width: 450px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.about-sect .right .top .item .pic:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35, 75, 126, 0.8);
	z-index: 2;
}

@media screen and (max-width: 1510px) {
	.product-sect .item .name {
		height: 96px;
		width: 225px;
		font-size: 27px;
	}

	.about-sect .right .title {
		font-size: 50px;
	}

	.about-sect .right .name {
		font-size: 18px;
	}

	.about-sect .right .top .item {}

	.news-box .title {
		font-size: 35px;
		margin: 0 0 17px;
	}

	.news-box .title span:before {
		height: 28px;
		top: 14px;
		width: 226px;
	}

	.news-box .text {
		padding-right: 4%;
		padding-left: 4%;
	}

	.news-box .name {
		font-size: 15px;
		margin: 5px 0 8%;
	}

	.catlogues-box .text .tag {
		font-size: 26px;
	}

	.banner-i .slick-dots {
		bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.about-sect {
		flex-wrap: wrap;
		background: none;
	}

	.about-sect .left,
	.about-sect .right {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.product-sect .item .name {
		font-size: 20px;
		width: 168px;
		height: 75px;
	}

	.about-sect .right .name {

		margin-bottom: 20px;
	}

	.about-sect {
		flex-wrap: wrap;
	}

	.about-sect .left,
	.about-sect .right {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.about-sect .left {
		margin: 0 0 20px 0;
		padding: 10px;
	}


	.about-sect .left .con {
		height: auto;
	}

	.about-sect .left {
		padding-top: 0;
	}

	.about-sect .left .catalog {
		flex-wrap: wrap;
	}

	.about-sect .left .catalog .pic {
		margin-bottom: 20px;
	}

	.about-sect .left .catalog .txtbox {
		background: none;
	}

	.about-sect .left .catalog .txtbox .title {
		color: #000;
	}

	.about-sect .left .con .top {
		margin-right: 0%;
	}

	.about-sect .right .top .item {
		display: block;
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-sect .right .con:before {
		display: none;
	}

	.about-sect .slick-list {
		padding: 0;
	}

	.about-sect .right .title {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.about-sect .right .top .item .il {
		margin-right: 0;
	}

	.about-sect .right .top .item {
		max-width: 600px;

	}

	.about-sect .right .top .item .pic {
		float: none;
		top: 0;
		margin-top: 20px;
		width: 100%;
		box-shadow: 0 0 0;
	}

	.about-sect .right .arrow {
		float: none;
		width: 100%;
		bottom: auto;
		right: 0;
		top: 100%;
		max-width: 600px;
		left: 0;
	}

	.about-sect .right .bottom {
		position: relative;
		margin-top: 100px;
	}

	.about-sect .right .con {
		height: auto;
		padding-bottom: 0;
	}

	.about-sect .left .con {
		width: 100%;
	}


}

@media screen and (max-width: 1000px) {
	.news-sect {
		flex-wrap: wrap;
	}

	.news-box {
		width: 100%;
	}

	.catlogues-box {
		width: 100%;
		position: relative;
	}

	.catlogues-box .item .pic img {
		width: 100%;
	}

	.news-box .item {
		display: block;
	}

	.news-box .pic {
		width: 100%;
	}

	.news-box .text {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.news-box .list-box {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.news-box .item {
		width: 100%;
		margin: 0 0 7% 0;
	}
}