/*通用CSS样式表.*/
/*通用全局设定*/
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}

input,select,textarea{font-size:100%;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:500;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:500;}

fieldset,img {border:0;}
abbr,acronym{border:0;font-variant:normal;}

table{border-collapse:collapse;border-spacing:0;}
th{text-align:inherit;}

iframe{display:block;}

del {text-decoration:line-through;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
ins,a {text-decoration:none;}

q:before,q:after {content:'';}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}

body{font-family:Arial,Helvetica,sans-serif;}

/*重设 HTML5 标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
audio,canvas,video {display:inline-block;*display:inline;*zoom:1;}

/*组件设定-MODULE SETTING*/
/**显示状态**/
.ms-none{display:none;}
.ms-block{display:block;}
.ms-inblock{display:inline-block;}	

/**清除浮动**/
.ms-cf:before, .ms-cf:after {content:"";display:table;}
.ms-cf:after {clear:both;}
.ms-cf {zoom:1;}

/**浮动**/
.ms-fl{float:left;}
.ms-fr{float:right;}

/**定位**/
.ms-pa{position:absolute;}
.ms-pr{position:relative;}
.ms-pf{position:fixed!important;}

/**文本**/
.ms-tl{text-align:left}
.ms-tc{text-align:center}
.ms-tr{text-align:right}

/**换行**/
.ms-noWrap{white-space:nowrap;overflow:hidden;}
.ms-wrap{overflow:hidden;word-wrap:break-word;word-break:break-all;}

/**边框**/
.ms-noBor{border:none!important}


/**图片轮换1**/
.ui-header-slideWrap{margin:0 auto;overflow:hidden;}
.ui-header-indexSlide{height:100%;position:relative;overflow:hidden;border-bottom:1px solid #fff;}
.ui-header-indexSlide ul li{float:left;width:100%;}
.ui-header-indexSlide ul li img{width:100%;height:100%;}
.ui-header-indexSlide ul li .info{width:100%;height:25px;background:rgba(0,0,0,.5);color:#fff;line-height:25px;text-indent:8px;font-size:14px;font-weight:700;position:absolute;bottom:0;left:0;text-shadow:1px 1px rgba(0,0,0,.8)}
.ui-header-indexSlide .dot-group{position:absolute;right:10px;bottom:6px;}
#change_img{left: 0;top: 0;width:100%;height:100%;position: absolute;overflow:hidden;-webkit-backface-visibility: hidden;}
#change_img_nav{position: absolute; height: 10px; bottom:6px;right: 0px;margin-left:-31px;}
#change_img_nav ul{height: 10px;float:right;position: static;}
#change_img_nav_ul > li{ text-indent: -9999em;width: 8px;height: 8px;-webkit-border-radius: 4px;border-radius: 4px;background: #fff;overflow: hidden;margin-right: 10px;float:left;}
#change_img_nav_ul > li.active {background: #f60;}
/**图片轮换**/
/* @END 
	------------------------------------------------------------------------------**/	
