@charset "utf-8";
/* CSS Document */

.fl{ float:left;}
.fr{ float:right;}

.top-middle{ float:left; width:20%; text-align:center;}
.top-left{ float:left; width:40%;}
.top-left .txt1-en a{ display:inline-block; margin-right:20px;}
.top-right{ float:left; width:40%; text-align:right;}
.top-ricon{ margin-right:7px; font-size:12px;}
.top-right .rbox{ display:inline-block; margin-left:20px;}

/*搜索框*/
.header-button {
	border:none;
	background:none;
	position:relative;
	z-index:11;
	cursor: pointer;
}
#toggle-search {
    background-position: -40px 0;
}
#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 80px;
    width: 230px;
    max-height: 0;
    overflow: hidden;
}
#search-form.open {
    max-height: 36px;
	z-index:999;
}
#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 36px;
	border:none;
	color:#000;
}
#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}