.heading{
	width: 60%;
	height: 58px;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	padding-top: 14px;
	box-sizing: border-box;
}
.myBtn,.foundBtn{
	width: 116px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #e4e4e4;
	text-align: center;
	background: white;
	float: left;
	margin-right: 10px;
}
.myBtn:hover,.foundBtn:hover{
	color:white;
	background:rgb(227,9,17);
	border: 1px solid rgb(227,9,17);
}
.changeBtn{
	width: 76px;
	height: 36px;
	background: white;
	float: right;
	display: flex;
}
.changeBtn div:hover{
	opacity: 0.5;
    background-color:red;
    cursor:pointer;
}
.changeBtn .classical{
	background: red;
	display: inline-block;
	width:50%;
	padding: 6px;
	
}
.changeBtn .normal{
	background: white;
	display: inline-block;
	width:50%;
	padding: 6px;
}
.heading span{
	font-size:20px;
	margin-right: 50px;
}
.serchBox{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 30px 0px 16px 0px;
}
.serchType{
	width:20%;
	height:32px;
	position: relative;
}
.serchType input[type="button"] {
    height: 36px;
    width: 100%;
    margin: 0px 0px;
    background: white;
}
.serchInput {
    width: 80%;
    height: 36px;
}
.serchInput input{
	margin: 0px 0px;
	box-sizing: border-box;
	width: 100%;
	margin-left: -1px;
}
.serchXiala {
    width: 80px;
    background:white;
    display:none;
    border: 1px solid #c7c7c7;
}
.serchXiala li{
   height:32px;
   line-height: 32px;
   cursor: pointer;
}
.serchXiala li:hover{
	background:red;
	color:white;
}

.chinese .selectresult {
    display: none;
    position: absolute;
    top: 89px;
    left: 79px;
    background-color: white;
    border: 1px solid #c7c7c7;
    width: 318px;
    text-align: left;
    z-index: 22;
    max-height: 300px;
    overflow: auto;
}
.heading button img{
	width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}
.sanj {
    left: 60px;
    top: 18px;
}
.imgdown {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}
.sanj {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555555;
}
.imgup {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}
.body-center-right{
	width: 100% !important;
}
@media screen and (max-width: 1520px) {
    .heading {
       width:80%;
    }
}
@media screen and (max-width: 1050px) {
    .heading {
       width:100%;
    }
}