<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
.sliderbox {
	width: 1385px;
	height: 450px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.arrow-btn {
	display: inline;
	width: 60px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 170px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(arrow-left-light.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CC2020;
}
#btn-left {
	float: left;
	margin-left: 0px;
	background-position: 0 0;
	margin-right: 10px;
		background-repeat: no-repeat;
	background-position: center center;
}
#btn-left.dasabled {
	background-color: #CCC;
	background-position: center center;
}
#btn-right {
	float: right;
	cursor: pointer;
	background-color: #CC2020;
	background-image: url(arrow-right-light.png);
	background-position: center center;
}
#btn-right.dasabled {
	background-color: #CCC;
	background-position: center center;
}
.slider {
	width: 1250px;
	overflow: hidden;
	position: relative;
	height: 450px;
	float: left;
}
.slider ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1800px;
	height: 418px;
	list-style: none;
}
.slider li {
	float: left;
	width: 415px;
	height: 450px;
}
.slider li h3 {
	font-size: 22px;
	background-color: #fff;
	height: 132px;
	width: 383px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-top: 20px;
	background-image: url(hline.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
}
.slider li h3 span {
	width: 165px;
	display: inline-block;
	border: 1px solid #cc2020;
	background-color: #cc2020;
	margin-top: 34px;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	}

.slider li h3:hover {
	background-color: #FFFFFF;
}
.slider a {
	display:block;
	text-decoration:none;
	color:#073a5e;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}
.slider img {
	width: 385px;
	display: inline-block!important;
	height: 260px
}
.i-title-box{
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.i-title{
	padding: 0 60px;
	text-align: center;
	width: auto;
	margin: 0 auto;
	background-image: url(i_title1.png),url(i_title2.png);
	background-position: left center ,right center;
	background-repeat: no-repeat;
	display: inline-block;
	max-width: 100%;
}
.i-title p{
font-size: 26px;
    color: #6C6C6C;
    line-height: 1.125;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;}
.i-title h3{
	font-size: 32px;
	color: #cc2020;
	line-height: 1.33;
}
</pre></body></html>