html,body{
    font-family: 'Microsoft JhengHei', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*font-family: 'Open Sans','Helvetica Neue',Arial,'Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif;*/
    color: #fff;
    background-color: #FFFFFF;
}
.war{
	width: 90%;
	/*min-width: 1000px;*/
    margin: 0 auto;
}

/*header-----------------------------------------------------------------*/
header{
    z-index: 1000;
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    position: fixed;
	color: black;
    top: 0;
    left: 0;
}
.topBar{
	/*width: 1000px;*/
    position: relative;
	background: #FFFFFF;
}
nav{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
@media screen and (max-width: 1150px){
#nav{
	display: none;
}
}
.nav_ul{
	overflow: hidden;
}
.nav_ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	font-size: 18px;
	cursor: pointer;
	color: #eee;
}
.nav_ul li:hover{
	color: black;
}

/*content-----------------------------------------------------------------------------------------*/
.content{
	margin-top: 70px;
	height: auto;
	width: 100%;
}
.content_war{
    margin: 20px auto;
    /*color: #666;*/
}
.content_list{
	height: auto;
    background-color: #6495ED;
	border-radius: 5px;
	/*padding: 10px;*/
	margin-bottom: 20px;
	/*box-shadow: 1px 1px 5px #ccc;*/
}
.content_list_title{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid black;
}
.content_list_main{
	height: auto;
	padding: 10px 0;
	overflow: hidden;
}
.main_classify{
	height: auto;
	overflow: hidden;
	line-height: 22px;
}
.main_classify_name{
	height: 36px;
	margin: 5px 0;
	line-height: 36px;
	float: left;
	width: 150px;
	color: 	#000000;
	text-align: center;
	background-color: #6495ED;
	border-radius: 3px 0 0 3px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.main_classify_war{
	overflow: hidden;
	/*padding: 10px;*/
	font-size: 24px;
}
.main_classify_war a{
	float: left;
	/*首字母大写*/
	text-transform:capitalize;
}
.main_classify_war:hover{
	/*background-color: #FF0000;*/
}
.main_classify_list{
	color: 	#000000;
	line-height: 46px;
	padding: 0 10px;
	float: left;
	font-size: 16px;
}
.main_classify_list:hover{
	color: 	#FF0000;
	font-size: 18px;
	font-weight: bold;
	background-color: #6495ED;
}
.link_me{
	width: 25%;
	height: auto;
	float: left;
}
.link_me a{
	display: inline-block;
}

/*footer---------------------------------------------------------------------------------------*/
#footer{
	background: white;
	height: auto;
	/* min-width: 1000px; */
	bottom: 0;
	float: left;
	width: 100%;
}
.footer_war{
	padding: 20px 0 20px 0;
}
.message{
	text-align: center;
	line-height: 24px;
}
.declare{
	text-align: center;
	font-size: 18px;
	color: black;
	line-height: 30px;
	
}
.declare a{
	color: black;
}

aside{
	height: 40px;
	width: 40px;
	background: #666 url(../images/backTop.png);
	border-radius: 5px 0 0 5px;
	position: fixed;
	bottom: 20px;
	right: -40px;
	cursor: pointer;
}



/*TitleTip*/
#TitleTip {
    /*text-align: center;*/
    color: #fff;
    background: #000;
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    transform: translate(-50%);
    border-radius: 6px;
    max-width: 200px;
    /*font-family: Verdana,"Lantinghei SC","Hiragino Sans GB","Microsoft Yahei",Helvetica,arial,\5b8b\4f53,sans-serif;*/
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform:capitalize;
}
#TitleTip:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,.8);
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px
}
#TitleTip.top:after {
	border-top-color: transparent;
	border-bottom: 8px solid rgba(0,0,0,.8);
	top: -16px;
	bottom: auto
}

#TitleTip.left:after {
	left: 8px;
	margin: 0
}

#TitleTip.right:after {
	right: 8px;
	left: auto;
	margin: 0
}
.Icon-New{
			float: left;
		    color: black;
		    font-size: 10px;
		    margin-left: -8px;
			
		    /*<i class="Icon-New">NEW</i>*/
}
.Icon-Hot{
			float: left;
		    color: RED;
		    font-size: 12px;
		    margin-left: -8px;
			font-weight: bold;
		    /*<i class="Icon-New">NEW</i>*/
}
/*logo*/
.logo{
	width: 30px;
	margin: 10px 10px 10px 10px;
    height: 30px;
    float: left;
}
/*Top*/
.Tip{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 20px;
	background: #e74c3c;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}
.Tip a{
	color: #FFF;
    font-size: 15px;
}
/*Search*/
/*字体图标*/
.iconfont, [class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #b8c4ce;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
/*  -webkit-font-smoothing: none;
  -webkit-text-stroke-width: initial;
  -moz-osx-font-smoothing: initial;*/
}