@charset "utf-8";
/* search */
ul, li, form, h1, h2, h3, h4, h5, h6, img, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style-type: none;
}
.search {
	background: #ffffff;
	line-height: 40px;
	float: none;
	width: 96%;
	margin: 0px auto;
	padding:0px 2%;
	letter-spacing:0.5px;
	font-size:18px;
}
.search div{
	float:left;
}
.blmnu {
	width: 29%;
	float: left;
	text-indent: 5%;
	/* border-top: 1px solid #CCCCCC;*/
}
.blmnu li{
	width: 100%;
    /*border-bottom: 1px solid #CCCCCC;*/
    /*border-right: 1px solid #CCCCCC;*/
}
.box {
	width: 41%;
	float: left;
    /*border-top: 1px solid #CCCCCC;
	margin-bottom:200px;*/
}
.box li {
	width: 100%;
	float: left;
    /*border-bottom: 1px solid #CCCCCC;*/
    /*border-right: 1px solid #CCCCCC;*/
}
.bao {
	width: 30%;
	/*float: left;*/
    /*border-top: 1px solid #CCCCCC;*/
	position: fixed;
	left: 69.5%;
	top:231px;
}
.bao li {
	width: 100%;
	float:left;
    /*border-bottom: 1px solid #CCCCCC;*/
    /*border-right: 1px solid #CCCCCC;*/
}
#tijiao {
	float: none;
	width: 100%;
	margin: 0 auto 200px auto;
	text-align: center;
	height: 115px;
	padding-top:20px;
	overflow: hidden;
}
#tijiao input {
	line-height: 35px;
	font-size:18px;
	height: 35px;
	width:20%;
	padding:0px;
}
.login-form input[type="reset"] {
    text-transform: capitalize;
    background: #ff9c00;
    color: #FFFFFF;
    padding: .7em 2em;
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    -webkit-appearance: none;
}
/*®Ø*/
.search input {
	-webkit-appearance: none;
	/*position: relative;*/
	width: 20px;
	height: 20px;
	margin-top: 10px;
	background-color: #d8d8d8;
	border: solid 2.5px #b2b2b2;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 30px;
	background-clip: padding-box;
	display: inline-block;
}
.search input:focus {
	outline: 0 none;
	outline-offset: -2px;
}
.search input:checked {
	background-color: #ff6400;
	border: solid 3px #d8d8d8;
}
.search input:checked:before {
	display: inline-block;
	margin-top: 0px;
	margin-left: 2px;
	/*font-family: iconfont;*/
	content: "\e667";
	color: #ff6400;
	font-size: 14px;
}
.search input:disabled {
	background-color: #d9d9d9;
	border: solid 2px #d9d9d9;
}
.search input:disabled:before {
	display: inline-block;
	margin-top: 1px;
	margin-left: 2px;
	/*font-family: iconfont;*/
	content: "\e667";
	color: #ff6400;
	font-size: 18px;
}
.search label {
	vertical-align: middle;
    display: block;
	width:30px;
	padding-left:5px;
	float:left;
}