*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #000;
}

#header{
	width: 100%;
	height: auto;
	background-color: #a39fa0;
	float: left;
}

.wp{
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.header-left{
	width: 40%;
	height: auto;
	float: left;
}

.header-left img{
	width: 100%;
}

.header-right{
	width: 50%;
	height: auto;
	float: right;
	margin-top: 10px;
}

.header-right li{
	list-style: none;
	width: 25%;
	float: left;
}

.header-right li img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.searCH{
	position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
}

.search-bar{
	background-color: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 1px;
    border-bottom: #cfcfcf solid 1px;
}

.srchBar{
	position: relative;
}

.srchBar .input {
    margin-right: 49px;
    height: 30px;
    
    -webkit-box-shadow: 0px 1px 2px 0px #888888 inset;
    -moz-box-shadow: 0px 1px 2px 0px #888888 inset;
    box-shadow: 0px 1px 2px 0px #888888 inset;
    background-color: #fff;
}

.srchBar .input .srchTypeSel {
    margin: 3px 0 1px 3px;
    width: 55px;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f7f6f6',endcolorstr='#d7d6d6',gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f7f6f6',endcolorstr='#d7d6d6',gradientType=0);
    background: -o-linear-gradient(top, #f7f6f6, #d7d6d6);
    background: -moz-linear-gradient(top, #f7f6f6, #d7d6d6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f6f6), to(#d7d6d6) );
    border: solid 1px #E0E0E0;
}

.srchTypeSel a{
	text-decoration: none;
	color: #000;
	text-align: center;
	display: block;
}

.srchKeywordInput{
	margin-left: 63px;
}

.srchKeywordInput input {
    height: 27px;
    border: none;
    margin-top: 2px;
    padding-left: 10px;
    width: 85%;
}

.srchTypeText2 li{
	width: 100%;
	
}

.srchButton {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
    height: 28px;
    width: 37px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f7f6f6',endcolorstr='#e5e5e5',gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f7f6f6',endcolorstr='#e5e5e5',gradientType=0);
    background: -o-linear-gradient(top, #f7f6f6, #e5e5e5);
    background: -moz-linear-gradient(top, #f7f6f6, #e5e5e5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f6f6), to(#e5e5e5) );
    border: solid 1px #C8C8C8;
}

.srchButton .srchIcon{
	width: 17px;
    height: 16px;
    background-size: 17px 16px;
    margin: 5px 10px;
    background-image: url();
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/*header end*/
/*classify*/
#classify{
	width: 0;
	height: 100%;
	position: fixed;
    z-index: 1;
    top: 0;
    right: 0;

	background-image: url("../images/win-clas-bg.png");
}

.class-l{
	width: 20%;
	height: auto;
	float: left;
	
}

.class-l .classify-btn{
	width: 35px;
	height: 35px;
	display: block;
	background-image: url("../images/win1.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
	margin-top: 15px;
}

.classify-txt li{
	width: 100%;
	height: auto;
	list-style: none;
	padding: 5px 0 5px 15px;
	background: url(../images/Level-bg.png) bottom left repeat-x;
    word-wrap: break-word;
    word-break: break-all;

}

.classify-txt li i{
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	background-image: url("../images/win2.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2px;
}

.class-r{
	width: 80%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #d1d1d1;
	z-index: 999;
	background-image: url("../images/clas-lr-bg2.png");

}

.classify-title{
	padding: 15px;
}

.classify-title span{
	display: block;
	width: 95%;
	color: #fff;
	line-height: 35px;
	background-color: #787878;
	padding-left: 5%;
}

/*classify end*/
/*main*/
#main{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

.main-nav{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	float: left;
}

.m-n-l{
	width: 30%;
	height: auto;
	float: left;
}

.news-title{
	background-color: #e9e9e9;
	padding: 10px;
	font-size: 14px;
	width: 50%;
	float: left;
}

.bg{
	width: 12px;
	height: 39px;
	display: inline-block;
	background-image: url("../images/info.png");
	background-position: 0px 0px;
	float: left;
}

.m-n-r{
	width: 25%;
	height: auto;
	float: right;
}

.m-btn{
	background-color: #ededed;
    border: 1px solid #ccc;
    width: 55px;
    height: 23px;
    line-height: 23px;
    display: block;
    float: right;
    padding: 0 0 0 25px;
    margin: 7px 10px 0 0;
    border-radius: 2px;
    position: relative;
    color: #8a8a8a;
    font-size: 12px;
}

.m-btn:hover #classify{
	display: block;
}

.cia-ico{
	width: 25px;
	height: 25px;
	background-image: url("../images/info.png");
	background-repeat: no-repeat;
	background-position: 0px -133px;
	display: inline-block;
	float: left;
	position: absolute;
	left: 6px;
}

.main-content{
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
}

.main-content img{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto

}

/*main end*/
/*foorter*/

#foorter{
	width: 100%;
	height: auto;
	background-color: #E4DFDF;
	float: left;
}

.foot-title{
	width: 100%;
	height: auto;
	background-color: #C5C3C3;
	padding: 10px 0;
	float: left;
}

.foot-left{
	width: 20%;
	color: #035ebc;
	text-align: center;
	font-size: 14px;
	float: left;
}

.foot-right{
	width: 30%;
	height: auto;
	float: right;
	color: #035ebc;
	font-size: 14px;
}

.foot-right i{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 10px;
	background-image: url("../images/top3.png");
	background-size: cover;
	background-repeat: no-repeat;

}

.foot-bottom{
	width: 100%;
	height: auto;
	padding: 20px 0;
	float: left;
}

.foot-bottom p{
	text-align: center;
	font-size: 14px;
}














