<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hc-banner {
	margin: 0;
	width: 100%;
	/*height: calc(100vh - 94px);*/

	/*overflow: hidden;*/
	position: relative;
	background: #2a2f35;
}
.banner-container {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	height:60%;
	max-width:100%;
}
.hc-banner-context {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.banner-container .banner-container-title1 {
	
}
.banner-container .banner-container-title2 {

}
.banner-container .banner-container-title3,
.banner-container .banner-container-title4 {

}
.banner-container .banner-container-title3 {
	position: absolute;
	right: 0;
}
.banner-container .banner-container-title1 .cie {
	font-size: 34px;
	letter-spacing: 3px;
}
.banner-container .banner-container-title1 .cie span {
	font-size: 48px;
}
.banner-container .banner-container-title2 .egl {
	font-size: 16px;
	letter-spacing: 2px;
}
.banner-container .banner-container-title3 .cie,
.banner-container .banner-container-title4 .cie {
	font-size: 48px;
	letter-spacing: 3px;
	color: #f9003e;
}
.banner-container .banner-container-title3 .egl {
	font-size: 22px;
	letter-spacing: 2px;
	color: #3e3a39;
}
.banner-container .banner-container-title4 .egl {
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 300;
}
.swiper-container {
	width: 100%;
	height:calc(100vh - 100px);
	min-height:300px;
}
.bannerhover{
	display: inline-block;
/*	border:1px solid red;*/
	width:100%;
	height:100%;
}
.swiper-slide {
/* 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;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
/*banner绠ご鍒嗛〉*/
.banner-bottom{
	width:100px;
	height:35px;
	margin:0 auto;
	position:relative;
	bottom:35px;
	z-index:999;
}
.swiper-button-next,.swiper-button-prev{
	position:absolute;
	width: 7px;
    height: 12px;
    background-size: 7px 12px;
    top:30%;margin-top:-1px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/right_icon3.png);
    right: 0px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/left_icon3.png);
    right: auto;
    left: 0px;

}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	color:#fff;
}
#index-footer {
	background: #2a2f35;
	overflow: hidden;
	position: relative;
}
#foot .footer-one {
	display: flex;
}
#foot .footer-zero {
	display: none;
}

#index-newlist div div {
	background: #2a2f35;
}

#index-newlist dl {
	padding: 10px 0px 15px;
}
#index-newlist div div:hover,
#index-newlist div div.activered {
	background: #f9003e;
}
#index-newlist div a,
#index-newlist div span {
	color: #fff;
}
#index-newlist div div dl dt a h3 {
	font-size: 18px;
	line-height: 2;
}
#index-newlist div div dl dd a.title {
	display: flex;
}
#index-newlist div div dl dd a.title,
#index-newlist div div dl dd a.desc {
	font-size: 14px;
	/* line-height: 1.5; */
	color: #fff;
}
#index-newlist div div dl dd a.title i {
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#index-newlist div div dl dd a.title .icon-1 {
	float: left;
	background: url(../images/new-icon1.png) no-repeat center center;
	background-size: 100%;
}
#index-newlist div div dl dd a.title .icon-2 {
	width: 40px;
	height: 50px;
	float: left;
	background: url(../images/new-icon2.png) no-repeat center center;
	background-size: 100%;
}
#index-newlist div div dl dd a.title .icon-3 {
	float: left;
	background: url(../images/new-icon3.png) no-repeat center center;
	background-size: 100%;
}
#index-newlist div div dl dd a.title span {
	margin-left: 10px;
	line-height: 50px;
	font-size: 16px;
}
@media screen and (min-width: 1000px){

}
@media screen and (max-width: 999px){


}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#index-newlist div div {
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {

}
@media screen and (min-width: 480px) and (max-width: 767px) {
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#index-newlist {
		overflow: auto;
		position: absolute;
		bottom: 0;
	}
	#index-newlist dl {
		padding: 5px;
	}
	#index-newlist div div dl dt a h3 {
		font-size: 16px;
	}
	#index-newlist div div dl dd a.title i {
		width: 20px;
		height: 20px;
	}
	#index-newlist div div {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 766px) {
	.hc-banner{
		top:40px;
		margin-bottom: 5px;
	}
	.swiper-button-next, .swiper-button-prev{
		 background-size: 7px 12px; 
	}
	.banner-container {
		display: none;
	}
	.swiper-container {
		width: 100%;
		height:100%;
		min-height:230px;
	}
	.swiper-container {
		/*overflow: hidden;*/
		/*height:320px;*/
	}
	.swiper-container .swiper-wrapper .swiper-slide{
		height:230px;
		background-size: cover;
		background-position: center;
	}
	#foot .footer-one {
		display: none;
	}
	#foot .footer-zero {
		display: block;
		padding: 30px 0 0 0;
		width: 100%;
	}
	#foot .footer-zero .zero-container {
		width: 25%;
		float: left;
		padding: 5px;
	}
	#foot .footer-zero .zero-container img {
		width: 70%;
		height: auto;
		padding: 0 0 10px 0;
		margin: 0;
	}
	#foot .footer-zero .zero-container p {
		color: #fff;
		font-size: 12px;
	}
	#foot .footer-two,
	#foot .footer-three {
		padding: 20px 0;
	}
	#foot .footer-two h3 {
		text-align: center;
		line-height: 2.6;
	}
	#foot .footer-two p {
		text-align: left;
		padding: 5px 20px;
	}
	#foot .footer-two h3:before,
	#foot .footer-three h3:before {
		position: absolute;
		display: block;
		content: '';
		width: 30%;
		border-top: 1px solid #fff;
		opacity: 0.3;
		top: 42.5px;
		left: 15px;
	}
	#foot .footer-two h3:after,
	#foot .footer-three h3:after {
		position: absolute;
		display: block;
		content: '';
		width: 30%;
		border-top: 1px solid #fff;
		opacity: 0.3;
		top: 42.5px;
		right: 15px;
	}
	#foot .footer-three div {
		padding: 15px 0 10px;
	}
}
</pre></body></html>