
/*//////*/
/*Header*/
/*//////*/

.header{
	-webkit-transform: translateZ(0);
	position:fixed;
	height:60px;
	width:100%;
	z-index:99999;
	top:0px;
	background-color:rgba(255,255,255,1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
}

.active-item{
	color:#de374f!important;	
}

#showMenu{
	position:absolute;
	z-index:9999;
	width:50px;
	height:50px;
	left:0px;
	top:0px;
	line-height:60px;	
	text-align:center;
	color:#1f1f1f;
	font-size:14px;
}

#pageLogo img{
	position:relative;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
}

#openMail{
	position:absolute;
	z-index:99999;
	width:60px;
	height:60px;
	right:0px;
	top:0px;
	line-height:60px;
	text-align:center;
	color:#1f1f1f;
	font-size:16px;
}

/*Thumbnails Columns*/

.one-half-responsive{
    padding:20px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.product-show-up{
	background:#c2142d;
}

.product-show-up img{
    float:left;
    width:32%;
}

.product-show-up strong{
    float:left;
    width:58%;
    margin:10px 5% 0;
    color:#fff;
    font-size:18px;
}

.product-show-up p{
    float:left;
    width:58%;
    height:54px;
    margin:5px 5% 0;
    color:#fff;
    line-height:18px;
    overflow:hidden;
}

.product-show-down{
	padding:7px 0 0 0;
}

.product-show-down ul{
	list-style:none;
}

.product-show-down ul li{
	list-style:none;
    float:left;
    width:32%;
}

.product-show-down ul li:nth-child(2){
    width:32%;
    margin:0 2%;
}

.product-show-down ul li img{
	width:100%;
}
.product-show-down ul li strong{
    position:relative;
    display:block;
    margin:-22px 0 0 0;
	width:100%;
    color:#fff;
    text-align:center;
    line-height:22px;
    background:rgba(0,0,0,0.5);
}

.advantage-show{
	color:#fff;
	position:absolute;	
	z-index:999;
	margin-top:220px;
	padding:0 30px;
    width:100%;
}

.advantage-show ul{
	list-style:none;
}

.advantage-show ul li{
	list-style:none;
    float:left;
    width:23.5%;
    margin:0 2% 0 0;
}

.advantage-show ul li:last-child{
    margin:0;
}

.advantage-show ul li img{
	width:80%;
    margin:0 auto;
}

.advantage-show ul li span {
    display:block;
    font-size: 12px;
    width: 60px;
    height: 60px;
    border-radius:60px;
    text-align: center;
    margin:0 auto;
    border:2px solid #fff;
}

.advantage-show ul li span em {
    color: #fff;
    font-size:25px;
    line-height: 60px;
}

.advantage-show ul li strong{
    display:block;
    margin:10px 0 0 0;
	width:100%;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    line-height:22px;
}


.contact-show{
    padding:0 0 20px 0;
	color:#454545;
	z-index:999;
}

.contact-show ul{
	list-style:none;
}

.contact-show ul li{
	list-style:none;
    float:left;
    width:100%;
    padding:0 0 10px 0;
}

.contact-show ul li img{
    float:left;
	width:4%;
    margin:0 3% 0 0;
}
.contact-show ul li i{
    float:left;
	width:4%;
    margin:0 3% 0 0;
    color:#333;
}

.contact-show ul li strong{
    float:left;
	width:93%;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}
.contact-show ul li a{
    color:#454545;
}

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
    position:relative;
    width:100%;
    height:70px;
}

.thumb-left a{
	display:block;
	text-align:right;
}
.thumb-left span.left{
    position:absolute;
	width:100px;
}
.thumb-left img{
	width:100px;
	height:70px;
	float:left;
}
.thumb-left span.right{
    position:absolute;
	width:100%;
    padding:0 0 0 110px;
    box-sizing:border-box;
}
.thumb-left span.right strong {
    display:block;
    width:100%;
    height:43px;
	color:#333;
	font-size:17px;
    line-height:22px;
    overflow:hidden;
}
.thumb-left span.right em {
	float:left;
    width:60%;
    color:#999;
	font-size:12px;
	font-style:normal;
}
.thumb-left span.right em:last-child{
    width:40%;
	text-align:right;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
	line-height:30px;
}


@media (min-width:768px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}

/*Content Heading*/
/*///////////////*/

.content-strip{
	margin-bottom:30px;	
}

.content-strip h4{
	color:#fff;
	position:absolute;
    width:100%;
	z-index:9999;
	text-transform:uppercase;
	margin:30px 0 0;
    font-size:18px;
    text-align:center;
}

.content-strip{
	
}

.content-strip p{
	color:#fff;
	position:absolute;	
	z-index:999;
	margin-top:68px;
	padding:0 30px;
	opacity:0.7;
    overflow:hidden;
    max-height:145px;
}

.content-strip .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-strip i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
}

.content-strip img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
}

@media (min-width:768px){
	.content-strip{
		max-height:140px;	
	}
	
	.content-strip h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-strip p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-strip i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}

/*///////*/
/*Heading*/
/*///////*/

.summary{
	width:100%;
    padding:30px;
    background:#f0f0f0;
}

.page-heading h3{
	text-align:center;
    font-size:18px;
	font-weight:bold;
}

.page-heading p{
    color:#333;
	font-size:14px;
	font-weight:300;
	margin-bottom:10px;
}

.page-heading a{
	text-align:center;
    color:#fff;
	font-size:14px;
    background:#c2142d;
    line-height:35px;
}
.page-heading a:hover{
    color:#fff;
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}

.small-text{
	display:block;
	margin-top:-10px;
	color:#e34e47;
	margin-bottom:10px;	
}


/*Footer*/

.footer-text{
	text-align:center;
	font-size:12px;
	opacity:0.8;
}

.footer-icons{
	width:225px;
	margin:0 auto;
	padding-bottom:30px;	
}

.footer-icons a:hover{
	color:#fff;	
}

.footer-icons a{
	font-size:12px;
	width:35px;
	height:35px;
	border-radius:30px;
	text-align:center;
	float:left;	
	margin-left:5px;
	margin-right:5px;
}

.footer-facebook-icon{
	background-color:#3B5998;
	color:#FFFFFF;
	line-height:35px;
}

.footer-twitter-icon{
	background-color:#4099FF;
	color:#FFFFFF;
	line-height:35px;	
}

.footer-google-icon{
	background-color:#d34836;
	color:#FFFFFF;
	line-height:36px;	
	font-size:14px!important;
}

.footer-home-icon{
	background-color:#3b5998;
	color:#fff;
	line-height:35px;
}

.footer-weixin-icon{
	background-color:#27ae60;
	color:#fff;
	line-height:35px;
}

.footer-link-icon{
	background-color:#d34836;
	color:#fff;
	line-height:35px;	
}

.footer-phone-icon{
	background-color:#4099ff;
	color:#fff;
	line-height:36px;	
	font-size:14px!important;
}

.footer-up-icon{
	background-color:#8e44ad;
	color:#fff;
	line-height:33px;
	font-size:15px!important;	
	padding-left:1px;
}

footer {
    clear:both;
	height:50px;
    padding:10px 0 0 0;
}
footer ul {
	width:100%;
	position:fixed;
	bottom:0px;
	height:50px;
    margin:0;
    border-top:1px solid #e4e4e4;
	background:#fff;
    z-index:999;
    opacity:1;
    box-sizing: border-box;
}
footer li {
	width:20%;
    float:left;
    padding:5px 0 0 0;
    list-style:none;
}
footer li a {
	display:block;
    padding:5px 0 0 0;
    color:#666;
    font-size:11px;
    font-weight:bold;
    font-family:'Roboto', sans-serif;
    text-align:center;
    box-sizing: border-box;
    line-height: 18px;
}
footer li a:hover{
	color:#022e99;
	transition:all 1ms ease;
}
footer li a.current {
    color:#022e99;
}
footer li a .footer-icon {
    display:block;
    font-size: 22px;
    margin-top: 2px;
    width: 30px;
    margin:0 auto;
    text-align:center;
}
/*footer li a span {
	display:block;
    width:25px;
    height:25px;
    margin:0 auto;
    font-size:10px;
    text-align:center;
    background-image:url(../images/footer-icon.png);
    background-repeat:no-repeat;
    background-size:50px,50px;
}*/
/*footer li a h5 {
    padding:0 0 0 0;
    color:#999;
    font-size:11px;
    font-weight:bold;
    font-family:'Roboto', sans-serif;
    text-align:center;
    box-sizing: border-box;
    line-height: 18px;
}
footer li a.current h5 {
    color:#f00;
}*/
/*footer li.item-1 a span {
    background-position:0 0;
}
footer li.item-1 a.current span {
    background-position:-25px 0;
}
footer li.item-1 a.current h5 {
    color:#74c847;
}
footer li.item-2 a span {
    background-position:0 -25px;
}
footer li.item-2 a.current span {
    background-position:-25px -25px;
}
footer li.item-2 a.current h5 {
    color:#74c847;
}
footer li.item-3 a span {
    background-position:0 -50px;
}
footer li.item-3 a.current span {
    background-position:-25px -50px;
}
footer li.item-3 a.current h5 {
    color:#74c847;
}
footer li.item-4 a span {
    background-position:0 -75px;
}
footer li.item-4 a.current span {
    background-position:-25px -75px;
}
footer li.item-4a.current h5 {
    color:#74c847;
}
footer li.item-5 a span {
    background-position:0 -100px;
}
footer li.item-5 a.current span {
    background-position:-25px -100px;
}
footer li.item-5 a.current h5 {
    color:#74c847;
}*/



/*Quote Slider*/

.quote-slider h4{
	font-size:16px;
	font-weight:300;	
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}

/* page
-----------------------------------------------------------------*/	
#page {
    padding:20px 0;
    color:#333;
    font-size:16px;
    line-height:24px;
	}
#page p {
	line-height: 28px;
	margin-bottom: 20px;
	font-size:16px;
	letter-spacing:0px;
}
#page img {
	max-width:100%;
    height:auto;
	}

/* article_show
-----------------------------------------------------------------*/	
#article_show {
    padding:20px 0;
	}
#article_show .article_show_title {
	color:#000;
	font-size:24px;
    font-weight:bold;
    line-height:28px;
	}
#article_show .article_show_info {
	display:block;
	padding:7px 0 0 0;
	color:#a1a1a1;
	}
#article_show .article_show_info strong{
	opacity:0.5;
	color:#666666;
	display:inline-block;
	font-size:11px;
    font-weight:normal;
    line-height:11px;
    margin-right:10px;	
    padding-right:10px;	
    border-right:solid 1px #cacaca;	
}

#article_show .article_show_info strong:last-child{
    margin-right:0;	
	padding-right:0;
    border-right:none;
}
#article_show .article_show_content {
	display:block;
	padding:10px 0 0;
    color:#333;
    font-size:16px;
    line-height:28px;
	}
#article_show .article_show_content p {
	line-height: 28px;
	margin-bottom: 20px;
	font-size:16px;
	letter-spacing:0px;
	}

#article_show .article_show_content img {
	max-width:100%;
    height:auto;
	}

/* photo
-----------------------------------------------------------------*/	
#photo {
    padding:20px 0;
    font-size:16px;
    line-height:24px;
	}
#photo ul {
    list-style:none;
}
#photo ul li {
    list-style:none;
	width:50%;
	float:left;
	padding:0 5px 0 0;
    box-sizing:border-box;
}
#photo li:nth-child(2n+0) {
	padding:0 0 0 5px;
	}
#photo li span {
    height: 162px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    display: -webkit-box;    /*容器为旧伸缩盒*/
    -webkit-box-align: center; /*设置旧伸缩盒对齐方式*/
    display: flex;            /*容器为伸缩盒*/
    align-items: center;  /*纵轴方向上的对齐方式设置为居中*/
}
#photo li span img{
    max-width:100%;
    max-height: 150px;
    margin:0 auto;
}
/*#photo li a
{
    float: left;
    display: table-cell;
    width: 100%;
    height: 150px;
    padding: 5px;
    border: 1px solid #ddd;
    line-height: 251px;
    text-align: center;
    *display: block;
    overflow: hidden;
    vertical-align: middle;
    background:#fff;
    text-align:center;
}

#photo li a img
{
    vertical-align: middle;
    border: 0;
    max-width:100%;
    max-height: 150px;
}*/

/*#photo li img 
{
	width:100%;
}*/
#photo li h5 {
	width:100%;
    height:50px;
	color:#333;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	padding:10px 0 0 0;
}	
#photo_show {
	padding:20px 0 0;
	}
#photo_show img {
    max-width:100%;
	}
#photo_title {
	padding:0 0 15px;
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}
#photo_source {
	text-align:center;
	}
#photo_source img {
	width:100%;
	}
#photo_about {
	padding:20px 0;
    color:#333;
    font-size:16px;
	line-height:28px;
	}
#photo_near {
	float:left;
	width:630px;
	padding:10px 0 0 0;
	}
#photo_near .previous {
	float:left;
	}
#photo_near .next {
	float:right;
	}

/* guestbook
-----------------------------------------------------------------*/	
#guestbook {
    padding:30px 0 0;
    font-size:16px;
    line-height:24px;
	}



.pagination {
	clear:both;
	width:100%;
    padding:20px 0 0 0;
	font-size:12px;
	text-align:center;
	}
.pagination strong {
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 2px;
	border:1px solid #333;
	color:#fff;
    font-family:Arial;
	text-align:center;
	line-height:25px;
	background:#333;
	}
.pagination a {
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 2px;
	border:1px solid #dbdbdb;
	color:#333;
    font-family:Arial;
	text-align:center;
	line-height:25px;
	background:#fff;
	}
.pagination a:hover {
	border:1px solid #c1c1c1;
    color:#333;
	text-decoration:none;
	}
.pagination a.prev {
	width:60px;
	}
.pagination a.next {
	width:60px;
	}
.pagination a.first {
    width:45px;
	}
.pagination a.last {
    width:45px;
	}

.portfolio-one {
    padding-top:30px;
}

.portfolio-one-item {
    float:left;
    width:100%;
    padding-bottom:0px;
	margin-bottom:17px;
	display:block;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.portfolio-one a:nth-last-of-type(1) .portfolio-one-item {
    margin-bottom:0;
    border-bottom:none;
}

.portfolio-one-title{
	margin-bottom:10px;	
}

.portfolio-one-text {
    float:right;
    width:70%;
}

.portfolio-one-text .title{
	font-weight:500;
	margin-bottom:2px;	
    line-height:20px;
}

.portfolio-one-text .subtitle{
    padding:0 0 4px 0;
	font-style:normal;	
	font-size:11px;
	opacity:0.8;
}

.portfolio-one-text .subtitle strong{
	opacity:0.5;
	color:#666666;
	display:inline-block;
	font-size:11px;
    font-weight:normal;
    line-height:11px;
    margin-right:10px;	
    padding-right:10px;	
    border-right:solid 1px #cacaca;	
}

.portfolio-one-text .subtitle strong:last-child{
    margin-right:0;	
	padding-right:0;
    border-right:none;
}

.portfolio-one-text p.half-bottom{
	color:#666;
    line-height:18px;
}

.portfolio-one-detail{
	opacity:0.6;
	color:#666666;
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:0px;
	font-size:11px;	
}

.portfolio-one-links a{
	color:#666666;
	opacity:0.6;
}

.portfolio-one-links a:first-child{
	float:left;
	font-size:12px;	
}

.portfolio-one-links a:first-child i{
	padding-right:10px;	
}

.portfolio-one-links a:last-child{
	float:right;
	font-size:12px;	
}

.portfolio-one-details a{
	opacity:0.5;
	color:#666666;
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:10px;
	font-size:11px;
}

.portfolio-one-details a:first-child{
	padding-left:0px!important;	
}

.portfolio-one-details a:nth-child(2){
	border-left:solid 1px #cacaca;
	border-right:solid 1px #cacaca;	
}

.portfolio-one-links a:last-child i{
	padding-left:10px;	
}
.portfolio-one-image {
	float:left;
	width:28%;
    padding:3px 2% 0 0;
}
.portfolio-one-image a{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);	
	z-index:999;
	color:#FFFFFF;
	font-size:30px;
	opacity:0;
	transition:all 200ms ease;
}

.portfolio-one-image a:hover{
	opacity:1;
	transition:all 200ms ease;	
	color:#FFFFFF;
}

.portfolio-one-image a i{
	width:30px;
	height:30px;
	position:absolute;	
	left:50%;
	margin-left:-15px;
	top:50%;
	margin-top:-13px;
}

.portfolio-one-image img{
    width:100%;
	margin-bottom:20px;
	padding-bottom:0px;	
}

#search {
    width:80%;
    height:35px;
    margin:20px 10% 0;
    background:#fff;
    z-index:2;
    border:1px solid rgba(0,0,0,.3);
    border-radius:3px;
}
#search input {
    width:80%;
    height:25px;
    margin:5px 10%;
    padding:0 0 0 20px;
    background:#fff;
	font-size:14px;
    background:url(../images/search.png) no-repeat left center;
	background-size:15px,15px;
    line-height:normal;
    
}
.search-count {
    width:100%;
    margin:10px 0 15px 0;
    padding:0 0 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.search-count strong {
    color:#c2142d;
}

/* index
-----------------------------------------------------------------*/
#banner {
    width:100%;
}

#container nav {
    width:100%;
    padding:10px 0 0px 0;
}
#container nav table{
    width:100%;
    border-collapse: collapse;
    border:none;
    background:none;
    text-shadow:none;
}
#container nav table td {
    padding:10px 0;
    border:none;
    text-align:center;
    background:none;
}
#container nav table td span {
    display:inline-block;
    width:70px;
    height:70px;
    border-radius:100px;
    margin:0 auto;
    color:#fff;
    /*background: -moz-linear-gradient(top, #fff 0%, #bdbcbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#bdbcbf));
    background: -webkit-linear-gradient(top, #fff 0%,#bdbcbf 100%);
    background: -o-linear-gradient(top, #fff 0%,#bdbcbf 100%);
    background: -ms-linear-gradient(top, #fff 0%,#bdbcbf 100%);
    background: linear-gradient(to bottom, #fff 0%,#bdbcbf 100%);*/
}
#container nav table td .item-1 span {
    background: #af5109;
}
#container nav table td .item-2 span {
    background: #388d97;
}
#container nav table td .item-3 span {
    background: #e49e00;
}
#container nav table td .item-4 span {
    background: #18a5dc;
}
#container nav table td .item-5 span {
    background: #67b045;
}
#container nav table td .item-6 span {
    background: #0d6791;
}
#container nav table td span i {
    width: 70px;
    font-size: 40px;
    text-align: center;
    line-height:70px;
}
#container nav table td span img {
    width:100%;
}
#container nav table td h3 {
    width:70px;
    margin:0 auto;
    padding:5px 0 0 0;
    color:#333;
    font-size:14px;
    font-weight:normal;
}

/* public scroll
-----------------------------------------------------------------*/
.scroll {
    
}

.scroll_box {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.scroll_wrap {
    overflow: hidden;
    position: relative;
}
.scroll_wrap li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.scroll_wrap li a {
    display: block;
    position: relative;
}
.scroll_wrap li a img {
    float:left;
    width:100%;
    height:auto;
}

.scroll_position {
    position:relative;
}
.scroll_position ul{
    position:absolute;
    top:-30px;
    width:100%;
    z-index: 400;
    text-align:center;
}
.scroll_position li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin:0 2px;
    border-radius: 8px;
    background: #fff;
}

.scroll_position li a {
    font-size: 0;
}

.scroll_position li.on {
    background-color: #ffd800;
}


/* scroller
-----------------------------------------------------------------*/	
#child-category {
	height: 40px;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    background:#fafafa
}

#scroller {
	position:fixed;
    z-index: 99999;
    top:60px;
	width: 5000px;
	height: 40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#scroller li {
    list-style: none;
	height: 40px;
	float: left;
    padding:0 20px;
	line-height: 40px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: #fafafa;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}
#scroller li:last-child {
	border-right: none;
}
#scroller li a {
    color:#333;
}
#scroller li a.current {
    color:#022e99;
}



