
.list-bread {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #656565;
}
.list-bread a {
  color: #657180;
  transition: color .2s ease-in-out;
}
.list-bread a:hover {
  color: #ffa568;
}
.list-bread span {
  margin: 0 2px;
}

.header-wrap {
  padding: 35px 0;
  background: #fff;
}
.header-wrap .ivu-select-item-selected, .header-wrap .ivu-select-item-selected:hover {
  background: #ff8e42;
}

.header2 {
	border:none;
	background:#fff;
  width: 1200px;
  margin: 0 auto;
  height: 70px;
}
.header2 .logo {
  float: left;
  margin-left: 40px;
}
.header2 .logo img {
  width: 156px;
  height: 59px;
  display: block;
}
.header2 .search {
  float: left;
  margin-left: 145px;
}
.header2 .hot-line {
  float: right;
  margin-right: 10px;
}
.header2 .search-box {
  height: 45px;
}
.header2 .search-box .select-type{
	width:80px;
	float:left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #657180;
    font-size: 14px;
    line-height: normal;
    position: relative;
}

.select-type .ivu-select-selection {
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 0px;
    border: 2px solid #ff8e42;
    border-color: #ff8e42 !important;
    border-right: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
        position: relative;
}

.select-type .ivu-select-selection {
    display: block;
    box-sizing: border-box;
    outline: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.select-type .ivu-select-selected-value {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 24px;
    text-align: center;
}

.select-type .ivu-select-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    font-size: 14px;
    color: #9ea7b4;
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a9a9a9;
}

.select-type .ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ivu-select-visible .ivu-select-arrow-down {
    transform: rotate(180deg);
}


@keyframes ivuSlideUpOut {
    0% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(.8);
    }
}



.select-type .ivu-select-dropdown {
	width: 80px; 
	left: 0px; 
	top: 42px; 
	transform-origin: center top 0px;
    max-height: 240px;
    overflow: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    position: absolute;
    z-index: 900;
    transform-origin: center top 0px;
}

.slide-up-leave-active {
    animation-timing-function: ease-in-out;
}

.slide-up-leave-active {
    animation-name: ivuSlideUpOut;
    animation-play-state: running;
}

.slide-up-appear, .slide-up-enter-active, .slide-up-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused;
}



.select-type .ivu-select-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #657180;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.select-type .ivu-select-item:hover{
	
}
.ivu-select-item-focus, .ivu-select-item:hover {
    background: #f3f3f3;
}

.select-type .ivu-select-item-selected,.select-type  .ivu-select-item-selected:hover {
    color: #fff;
    background: rgba(255,142,66,.9);
}

.header-wrap .ivu-select-item-selected{
    background: #ff8e42;
}

.select-type .ivu-select-dropdown {
    padding: 0;
}

.select-type .ivu-select-item-focus, .ivu-select-item:hover {
    background: #f3f3f3;
}
.header2 .search-box .select-type select{
	cursor:pointer;
    width: 100%;
    height: 42px;
    border: 2px solid #ff8e42;
    border-right: none;
    text-align: CENTER;
    padding-left: 14px;
    outline: none;
}

.header2 .search-box input {
  width: 390px;
  height: 14px;
  line-height: 14px;
  padding: 12px 10px;
  outline: none;
  font-size: 14px;
  color: #333;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #ff8e42;
  float: left;
}
.header2 .search-box button {
  cursor: pointer;
  border: none;
  float: left;
  width: 90px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ff8e42;
  outline: none;
}
.header2 .search-box button i {
  display: inline-block;
  vertical-align: -3px;
  width: 15px;
  height: 15px;
  background: url("../../../images/common/icon_search.png") no-repeat;
}
.header2 .hot-words {
  margin-top: 5px;
  margin-left: 10px;
}

.header2 .hot-words .hot-words-list{
	display: none;
}

.header2 .hot-words a {
  margin: 8px;
  color: #666;
}
.header2 .hot-words a:hover {
  color: #f60;
}
