/*顶部*/

.topnav-common .zhucegif {
    width: 73px;
    height: 22px;
    background: url('../img/index-zhuce.gif') no-repeat;
    display: block;
    position: absolute;
    left: 77.3%;
    top: 30px;
    z-index: 1;
}

#top-navigate {
    position: relative;
}
.topnav-common {
    background: #f3f3f3;
    color: #777777;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.topnav-common a {
    color: #777777;
}

.topnav-common a:hover {
    color: #ff5600;
}

.topnav-common .topnav-ora,
.topnav-common .topnav-ora:hover {
    color: #ff5600;
}

.topnav-white {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.topnav-con {
    position: relative;
    min-width: 850px;
    height: 38px;
    line-height: 38px;
}

.topnav-iconphone {
    display: block;
    width: 16px;
    height: 15px;
    float: left;
    margin-top: 12px;
    background: url('../img/common-nav.png') no-repeat 0 -185px;
}

.topnav-phone {
    width: 100px;
    height: 38px;
    float: left;
    position: relative;
    padding-left: 9px;
    cursor: pointer;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.topnav-white .topnav-phone {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.topnav-phone:hover {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.topnav-arrow {
    background: url('../img/common-nav.png') no-repeat 83px -14px;
}

.topnav-phone:hover.topnav-arrow {
    background-position: 83px -41px;
}

.topnav-phone-detail {
    width: 100px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: absolute;
    background: #fff;
    z-index: 999999;
    top: 38px;
    left: -1px;
    display: none;
}

.topnav-phone:hover .topnav-phone-detail {
    display: block;
}

.topnav-phone-detail .topnav-phone-d-t {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    padding-left: 10px;
}

.topnav-phone-detail .topnav-phone-d-img {
    line-height: 0;

}
.topnav-phone-d-img img {
    width: 100px;
    height: 100px;
}


.topnav-menu .topnav-arrow {
    padding-right: 16px;
    background-position: 48px -14px;
}

.topnav-menu li {
    position: relative;
    padding: 0 5px 0 10px;
    float: left;
}

.topnav-menu .topnav-menu-con {
    padding-right: 10px;
}

.topnav-menu .iconfont {
    display: block;
    background: url('../img/common-nav.png') no-repeat;
    width: 20px;
    height: 15px;
    float: left;
    margin-top: 11px;
    background-position: 0 0;
}

.topnav-list-haschild {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    cursor: pointer;
}

.topnav-white .topnav-list-haschild {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.topnav-list-haschild:hover {
    background-color: #ffffff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.topnav-list-childcon {
    border: solid 1px #e9e9e9;
    border-top: none;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    display: none;
}

.topnav-list-childcon {
    width: 190px;
    padding: 9px 0 3px 0;
    position: absolute;
    left: -1px;
}

.topnav-list-childcon dl {
    padding-left: 12px;
    line-height: 1.5;
    font-size: 12px;
}

.topnav-list-childcon dl dt {
    cursor: auto;
    color: #111;
}

.topnav-list-childcon dl dd {
    float: left;
    padding: 4px 16px 6px 0;
}

.topnav-usercenter:hover .topnav-arrow {
    background-position: 48px -41px;
}

.topnav-usercenter:hover .topnav-usercenter-con,
.topnav-usercenter:hover .topnav-navigation-con {
    display: block;
}

.topnav-usercenter .topnav-navigation-con {
    width: 145px;
}
/*顶部e*/
/*搜索e*/
.wrap-index {
    width: 1200px;
    margin: 0 auto;
}
.index-searach {
    background-color: #fff;
}

.search-bar {
    padding: 20px 0 27px 0;
}

.index-logo {
    float: left;
    width: 332px;
    padding: 12px 0 0 0;
}

.index-logo-img {
    display: block;
}

.search-con {
    float: left;
}

.search-condition {
    margin: 0 0 4px 0;
    padding-left: 6px;
}

.search-condition-item {
    float: left;
    position: relative;
    margin-right: 30px;
    color: #555;
    cursor: pointer;
}

.search-condition-item:hover,
.search-condition-item.act {
    color: #ff6700;
}

.search-condition-item::after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #f3efec;
    position: absolute;
    top: 3px;
    right: -15px;
    cursor: default;
}

.search-condition-item:last-child::after {
    display: none;
}

.search-frame-input {
    display: block;
    float: left;
    width: 486px;
    height: 40px;
    padding-left: 10px;
    border: 2px solid #ff6700;
    border-right: 0;
}

.search-frame-btn {
    display: block;
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 16px;
    color: #fff;
    background: -o-linear-gradient(left, #ff9900, #ff6700);
    background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#ff6700));
    background: linear-gradient(to right, #ff9900, #ff6700);
    cursor: pointer;
}

.search-entry {
    float: right;
}

.search-entry-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 9px;
    color: #555;
    text-align: center;
}

.index-nav-category {
    float: left;
    width: 184px;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    background: -o-linear-gradient(left, #ff9900, #ff6700);
    background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#ff6700));
    background: linear-gradient(to right, #ff9900, #ff6700);
    font-size: 16px;
    color: #fff;
}
.index-nav-category a{
    color: #fff;
}
.index-nav-category .iconfont {
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
}

.index-nav-list {
    float: left;
    padding-left: 28px;

}
.index-nav-list li.current{
    background: -o-linear-gradient(left, #ff9900, #ff6700);
    background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#ff6700));
    background: linear-gradient(to right, #ff9900, #ff6700);
    color: #fff;
}
.index-nav-list li.current a{
    color: #fff;
}
.index-nav-item {
    float: left;
    padding: 0 32px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    position: relative;
}

.index-nav-redpoint::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ff3333;
    position: absolute;
    top: 7px;
    right: 20px;
}

.index-nav-new::after {
    content: '';
    width: 24px;
    height: 14px;
    background: url(../img/icon-nav-new.png) no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
}
/* 搜索框e */
/* 悬浮搜索s */
.index-float-condition .iconfont {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 0;
    right: 12px;
    padding-left: 10px;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index-float-search {
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, 0.8);
    box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, 0.8);
    text-align: center;
    position: fixed;
    top: -60px;
    z-index: 3;
    -webkit-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

.index-float-search-show {
    top: 0;
}

.index-float-logo {
    display: inline-block;
    margin-right: 135px;
}

.index-float-logo-img {
    height: 32px;
}

.index-float-sbox {
    display: inline-block;
    width: 700px;
    height: 34px;
    /*margin-top: 7px;*/
    padding-top: 10px;
}

.index-float-sbox-l {
    float: left;
    width: 620px;
    height: 34px;
    border: 2px solid #ff6700;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index-float-condition {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    padding-left: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

.index-float-condition-auto {
    height: auto;
    background: #f9f9f9;
}

.index-float-condition .iconfont {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 0;
    right: 12px;
    padding: 0px;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.index-float-condition-auto .iconfont {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.index-float-condition-item {

    background-color: #f9f9f9;
}

.index-float-condition-item:last-of-type {
    border-bottom: 1px solid #eee;
}

.index-float-condition-item:hover {
    color: #ff6700;
}

.index-float-input {
    float: left;
    display: block;
    width: 514px;
    height: 30px;
    padding-left: 10px;
    border: 0;
}

.index-float-btn {
    display: block;
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: 0;
    font-size: 16px;
    color: #fff;
    background: -o-linear-gradient(left, #ff9900, #ff6700);
    background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#ff6700));
    background: linear-gradient(to right, #ff9900, #ff6700);
    cursor: pointer;
}
.index-footer-code img{
    width: 100px;
    height: 100px;
}

/* 悬浮搜索e */