<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*CSS reset*/
body{padding:0;margin:0;}
fieldset,img{border:0;}
a{text-decoration:none;outline:none;}
a:hover{text-decoration:underline;}
li{list-style:none;}

/*首页*/
.index_show{position: relative;z-index: 2;width: 100%;background: #fff;}
.bxslider{height: 350px;overflow: hidden;width: 100%;}
.bxslider li{width: 100%;height: 350px;overflow: hidden;}
.bxslider .item1{background: url(../images/slider1.png) center 0 no-repeat;}
.bxslider .item2{background: url(../images/slider1.png) center 0 no-repeat;}
.bxslider .item3{background: url(../images/slider1.png) center 0 no-repeat;}
.bx-controls{display: none;}
#bx-pager{position: absolute;left: 90%;bottom: -6px;z-index:10;margin-left: -90px;background: url(../images/shadow1.png) 0 bottom no-repeat;padding-bottom: 6px;}
#bx-pager a{float: left;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 20px;background: #fff;color: #999;font-family: "宋体";}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{position: relative;background: #B05618;color: #fff;}
#bx-pager .active::before{content: '';position: absolute;top:-10px;left: 15px;border: 5px solid transparent;border-bottom: 5px solid #B05618;}

.over-text{
	width:150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

#demo14 .picture,#demo15 .picture{
	width:181px !important;
	height:156px !important;
}</pre></body></html>