/* CSS Document */
*{ margin:0px auto; padding:0px;}
body{ width:100%; color:#333; font-size:16px; font-family: "宋体"; line-height:30px; background:#f0f0f0 url(../images/banner.jpg) no-repeat 50% 35px;}
img{ border:none;}
.clear{ clear:both;}
ul,li,form {margin: 0px; padding:0px;}
ul,li {list-style: none; float:left; }
.fl{ float:left;}
.fr{ float:right;}

a:link{text-decoration:none; color:#333; }
a:visited{text-decoration:none; color:#333;}
a:hover{text-decoration: underline; color:#01468d;}

A.more:visited {color: #01468d;text-decoration:none;}
A.more:link {color: #01468d;text-decoration:none;}
A.more:hover {color:#333;text-decoration: underline;}

#header{ background-color:#01468d; height:26px; border-bottom:1px #fff solid; text-align:center; padding-top:8px;}
#header a{ color:#fff; text-decoration:none;}
#header a:hover{ color:#eadd05; text-decoration: underline;}
.h{	color:#fff;	line-height:16px;}

.w1024{ width:1024px; margin:0px auto; padding-top:321px;}

.foot{ width:100%; margin:0px auto; background:url(../images/foot-line.jpg) repeat-x left top; padding:40px 0px 10px 0px; text-align:center; float:left; margin-top:20px;}
.zhizuo{ width:1000px; margin:0px auto; text-align: center; color:#01468d; font-family:"微软雅黑"; font-size:18px; font-weight:bold;  height:35px; line-height:35px; border:#01468d 2px dashed;}
.zhizuo span{ padding: 0px 15px;}
.foot_menu{ width:1024px; margin:0px auto; padding-top:10px;}


/****************高清大图******************/ 
.flexslider {margin: 0 0 0; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 60px; margin: -30px 0 0; display: block; background: url(../images/microsalon_LR.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width:110px; position: absolute; bottom:10px; right:5px; text-align: center; }
.flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 7px; height: 7px; display: block; background: #c0c0c0; cursor: pointer; text-indent: -9999px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #999; }
.flex-control-paging li a.flex-active { background: #efb21d; cursor: default; }
/****************高清大图******************/