/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
  	min-width:1000px;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}


button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

/* 必要布局样式css */
.module-banner{
}

.module-banner-box {
    width: auto;
    margin: 0 auto;

}

.module-banner-head {
	display:block;
	height:40px;
	line-height:40px;
	margin:20px auto;
	border-bottom:1px dashed #7D7D7D;
    max-width: 1180px;
}
.module {
    float: left;
    width: 280px;
	background:#0070AA;
    position: absolute;
    z-index: 1;
}


.module > ul > span{
	display:block;
	margin:20px;
	height:50px;
	line-height:50px;
	padding-bottom:10px;
	border-bottom:2px solid #FFFFFF;
	color:#FFFFFF;
}

.module > ul > li{
	cursor:pointer;
    margin:20px;
	height:50px;
	font-size:0.9em;
    line-height: 50px;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
}

.module > ul > li:hover{
	color:#C9BCA1;
}

.module > ul > li > a{
	color:#FFFFFF;
	float:right;
}
.module > ul > li > a:hover{
	color:#C9BCA1;
}

.module-banner-tab-list-box {
    float: right;
    width: 900px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
	margin-top:-20px;
    position: relative;
    width: 100%;
    padding-left: 300px;
}

.module-banner-tab-list-box >ul{
	
  background:#FBFBFB;
  padding:5px;
}

.module-tab-box-ma {
    width: 100%;
	margin-left:10px;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.module-banner-tab-list-box .module-tab-box-ma .module-as{
	width:100%;
	overflow:hidden;
}

.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li{
	float:left;
	width:32%;
	margin-left:10px;
}
.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li:active{
	color:red;
}
.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li >img{
	width:100%;
}

.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li:nth-child(4){
	margin-top:10px;
}
.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li:nth-child(5){
	margin-top:10px;
}
.module-banner-tab-list-box .module-tab-box-ma .module-as > ul > li:nth-child(6){
	margin-top:10px;
}
.module-banner-tab-list-box .module-tab-box-ma > li > span{
	display:block;
	margin-top:20px;
	line-height:25px;
}
 




















