body{
    background-color: #fff;
}
/*头部开始*/
header{
    width: 100%;
    height: 270px;
    background:  no-repeat center;
}
.head{
    width: 91%;
	height: 190px;
    margin: 0 auto;
    overflow: hidden;
	min-width:1024px;
}
.head .logo{
	width: 34%;
    float: left;
    margin-top: 30px;
}
.head .logo img{
    width: 100%;
    float: left;
}
.head .search{
    float: right;
    margin: 60px 50px 0 0;
    width: 22%;
    height: 55px;
    border: 1px solid #6a957c;
	border-radius: 5px;
    /*box-sizing: border-box;*/
}

.head .search span{
	float: left;
    font-size: 18px;
    color: #fff;
    padding: 17px 5%;
}
.head .search .btn_txt{
    float: left;
    width: 63%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: transparent;
}
.head .search .btn_so{
    float: right;
	margin-right: 18px;
    width: 13%;
    height: 56px;
	line-height: 56px;
    font-size: 16px;
	color: #fff;
    background-color: transparent;
}
/*.btn_txt:before{*/
    /*content:;*/
/*}*/
.clear{
    /*clear: both;*/
}
/*头部结束*/
/*导航开始*/
.nav{
    width: 91%;
	height:48px;
    margin: 0 auto;
    position: relative;
	min-width:1024px;
}
.nav ul{
	height: 50px;
	overflow: hidden;
    margin-bottom: 26px;
	
 }
.nav ul>li{
    float: left;
    font-size: 24px;
    /*font-weight: 600;*/
    padding-left: 2%;
	width: 10%;
    margin: 0;
    padding: 0;
	height: 50px;
	
}
.nav ul>li:first-child{
    padding-left: 0;
}
.nav ul >li>a{
    color: #fff;
}
.nav_a li a:hover{
    /*color: #0b4021;*/
}

.nav .curbgg{
    background:  no-repeat center;
    height: 10px;
    position: absolute;
    bottom: 0;
    width: 68px;
    left: 0px;
}
.nav .cls {
    clear: both;
}
@media (max-width: 1305px) {
	.head .search .btn_so{width: 11%;font-size:12px;}
	.nav ul>li{ font-size:20px;}
	
	
}

@media (max-width: 1042px) {
	.nav ul>li{ font-size:18px;}
	
}

/*导航结束*/
.active{
	background:  no-repeat bottom;
}

.loading{
	width: 20%;
	float: right;
    text-align: right;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}
#pae a{
    width: 30%;
	padding-right: 20px;
}

#pae a:hover {
    color: #036cb4;
	text-decoration: underline;
	cursor: pointer;
}

.none-loading {
    font-size: 14px;
    color: #333;
    width: 100%;
    margin: 35px 0 !important;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    text-align: center;
}
input{outline:none;}