<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbp-fwslider {
position: relative;
overflow: hidden;
height: 260px;
margin: 20px 0 0 0;
}
.cbp-fwslider ul {
margin: 0;
padding: 0;
white-space: nowrap;
list-style-type: none;
}
.cbp-fwslider ul li {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
float: left;
display: block;
margin: 0;
padding: 0;
}
.cbp-fwslider ul li &gt; a,
.cbp-fwslider ul li &gt; div {
display: block;
text-align: center;
outline: none;
}
.cbp-fwslider ul li &gt; a img {
border: none;
display: block;
margin: 0 auto;
width: 960px;
}
.cbp-fwslider nav span {
position: absolute;
top: 134px;
width: 33px;
height: 58px;
background: #f4930e;
color: #fff;
font-size: 0px;
text-indent: -9999px;
text-align: center;
margin-top: -50px;
line-height: 57px;
cursor: pointer;
font-weight: normal;
}
.cbp-fwslider nav span:hover {
background: #ebebeb;
color: #f4930e;
}
.cbp-fwslider nav span.cbp-fwnext {
width: 33px;
height: 58px;
background: url(../img/arrow_r.png);
right: 2%;
}
.cbp-fwslider nav span.cbp-fwprev {
width: 33px;
height: 58px;
background: url(../img/arrow_l.png);
left: 2%;
}
.cbp-fwdots {
position: absolute;
bottom: 0px;
white-space: nowrap;
text-align: center;
width: 100%;
}
.cbp-fwdots span {
display: inline-block;
width: 12px;
height: 12px;
background: #555;
margin: 4px;
border-radius: 50%;
cursor: pointer;
}
.cbp-fwdots span:hover {
background: #999;
}
.cbp-fwdots span.cbp-fwcurrent {
background: #159839;
}
section#main_slide{
background:#fff;
}
.m01{
width:960px;
height:537px;
margin:0 auto;
position:relative;
background:url(../img/main02.jpg) no-repeat;
}
.m02{
width:960px;
height:537px;
margin:0 auto;
position:relative;
background:url(../img/main04.jpg) no-repeat;
}
.m_copy{
position: absolute;
top: 105px;
left: 0;
}
.m_btn{
position: absolute;
top: 325px;
left: 0;
}
.l00{
background: #fff;
}
.l01{
background: #fff;
}
#tooltip{
border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
text-align: center;
color: #fff;
background: #f1880b;
position: absolute;
z-index: 100;
padding: 10px 15px 10px 15px;
}
#tooltip:after /* triangle decoration */{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #f1880b;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
#tooltip.top:after{
border-top-color: transparent;
border-bottom: 10px solid #f1880b;
top: -20px;
bottom: auto;
}
 #tooltip.left:after{
left: 10px;
margin: 0;
}
#tooltip.right:after{
right: 10px;
left: auto;
margin: 0;
}</pre></body></html>