*{
    padding: 0;
    margin: 0;
    font-family: "microsoft YaHei";
    box-sizing: border-box;
    outline: none;
}
a{text-decoration:none;/*color: #4c4c4c;*/color: #666;}
/* em{font-style:normal} */
ul li{list-style:none}
img{border:0;}
/* i,em {
	font-style: normal;
} */
label {
	margin-bottom: 0; 
     font-weight: normal; 
}
h1,h2,h3,h4,h5,h6,p,img,div,ul ,li,dd,dl,dt,body {
	margin: 0;
	padding: 0;
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
/* list-style-type:就是控制列表符号的意思 上面的disc就是圆点 下面的decimal就是阿拉伯数字 开始以为这样就可以了，结果一浏览还是一样不会显示列表符号，最后才发现需要加上这一句
list-style-position:就是控制列表位置的意思 inside是列表缩进的意思 因为之前把外边距和内边距都设成0像素了 所以一定要加上这一句 才能恢复到默认 */
ul{/* list-style-type:disc; */ list-style-position:inside;} 
ol{list-style-type:decimal; list-style-position:inside;}  
/* ol>li{
	list-style:inside
} */
body{
	min-width: 1200px;
}
#header{
	background: #fff;
	min-width: 1200px;
	height:102px;
}
#header>img{
	width: 100%;
	display: block;
}
#header>div{
	width: 1200px;
	height:100px;
	margin:0 auto;
}
.header-left>a{
	display: inline-block;
	padding-top: 31px;
	margin: 0px 25px;
}
.header-left>div{
	border-left:1px solid #c5c5c5;
	margin-top: 31px;
}
.header-left>div>p{
	font-size: 16px;
	padding-left: 16px;
	color:#595959;
}
.header-left>div>span{
	display: inline-block;
	padding-left: 16px;
	font-size: 12px;
	color:#595959;
}
.header-right{
	margin-top: 39px;
}
.header-right>:nth-child(n){
	display: inline-block;
	margin:0px 5px;
	font-size: 16px;
	color:#595959;
}
.header-search{
	position: relative;
	top:33px;
	height:36px;
	right:13px;
}
.header-search>input{
	height:36px;
	width:0px;
	box-sizing: border-box;
	font-size: 14px;
	transition: width 1s;
	border: none;
}
.header-search>span{
	width:36px;
	height:36px;
	background:#fff url("../images/search-o.png") no-repeat center center;
	position: relative;
	right:1px;
}
.header-search:hover>input{
	width: 300px;
	border: 1px solid #d5d5d5;
	padding-left: 30px;
}
.header-search:hover>span{
	background:#ff6100 url("../images/search-w.png") no-repeat center center;
}
#footer{
	background: #fff;
	padding-bottom: 20px;
}
#footer>div{
	width:1200px;
	margin:0 auto;
}
#footer>hr{
	width:100%;
}
#footer>div:first-child>a{
	float: left;
	font-size: 16px;
	margin:25px 0px 25px 70px;
}
#footer>div:first-child>a>img{
	position: relative;
	top:3px;
}
#footer>div:last-child{
	font-size: 12px;
	color:#999;
	text-align: center;
	padding-top: 20px;
}

.body-main{
	background-repeat:no-repeat;
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	position: relative;
}
.body-main:before{
	content: "";
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
	background: #000;
	opacity: 0.2;
	z-index: 10;
}
.on{
	background: linear-gradient(to bottom,#ffa166 0% ,#ff731c 100%);
	color: #fff!important;
	border:none!important;
	z-index: 50;
}
.body-main>div{
	width: 1200px;
}
.nav{
	position: relative;
	height:100px;
	z-index: 50;
	margin:0 auto;
	margin-top: 50px;
}
.nav>div{
	position:absolute;
	width:100%;
	height:100%;
	background: #fff;
	opacity: 0.4;
	border-radius: 7px;
}
.nav>ul>a{
	float: left;
	width:100px;
	height:100px;
	box-sizing: border-box;
	border-left:1px solid #999;
	border-right:1px solid #999;
	position: relative;
	z-index: 20;
	text-align: center;
}
.nav>ul>a:first-child{
	margin-left: 240px;
}
.nav>ul:after{
	content: "";
	display: block;
	clear: both;
}
.nav>ul>a.on{
	width:120px;
	height:120px;
	position: relative;
	top:-10px;
}
.nav>ul>a>img{
	height:36px;
	position: relative;
	top:15px;
}
.nav>ul>a.on>img{
	top:25px;
}
.nav>ul>a>p{
	position: relative;
	top:20px;
	/*font-size: 16px;*/
	font-size: 14px;
}
.nav>ul>a.on>p{
	top:30px;
}
.main{
	margin:0 auto;
	margin-top: 60px;
}
.main>div{
	float: left;
	box-sizing: border-box;
}
.main:after{
	content: "";
	display: block;
	clear: both;
}
.main-left{
	width: 300px;
	position: relative;
	top:45px;
	z-index: 100;
}
.main-right{
	width:900px;
	z-index: 50;
	position: relative;
}
.main-left>div{
	width:300px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #666;
	margin-bottom: 1px;
}
.main-left>div:before{
	content: "";
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
	background: #fff;
	opacity: 0.6;
	z-index: -10;
}
.main-left>div.on{
	width:335px;
	height:125px;
	line-height: 125px;
}
.main-left>div.on:before{
	background: linear-gradient(to bottom,#ffa166 0% ,#ff731c 100%);
}
.main-left>p{
	background:#000;
	width: 100%;
	height:1px;
	position: relative;
}
.main-right{
    border-radius: 15px;
}
/* 滚动条样式修改 */
    
    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
    }
    ::-webkit-scrollbar-button,
    ::-webkit-scrollbar-button:vertical {
      display: none;
    }
    ::-webkit-scrollbar-track,
    ::-webkit-scrollbar-track:vertical {
      background-color: black;
	  -webkit-border-radius: 2em;
	          -moz-border-radius: 2em;
	          border-radius: 2em;
    }
    ::-webkit-scrollbar-track-piece {
      background-color: #e9ebf1;
    }
	/* 滚动模块 */
    ::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb:vertical {
      margin-right: 12px;
      background-color: #d5d8de;
	  -webkit-border-radius: 2em;
	          -moz-border-radius: 2em;
	          border-radius: 2em;
    }
    ::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:vertical:hover {
      background-color: #c2c5cd;
    }
    ::-webkit-scrollbar-corner,
    ::-webkit-scrollbar-corner:vertical {
      background-color: #535353;
    }
    ::-webkit-scrollbar-resizer,
    ::-webkit-scrollbar-resizer:vertical {
      background-color: #ff6e00;
    }
/* 个人中心 会员到期时间样式 */
.userDateList{
	position: absolute;
	bottom: 110px;
	width: 100%;
	padding: 0 5px 10px;
}
.userDateList:after{
	content: "";
	display: block;
	clear: both;
}
.dateItem{
	/* width: 33.33%; */
	font-size: 12px;
}