@charset "UTF-8";
.rich-editor-style * {
    background-color: transparent !important;
    border: 0 !important
}

.rich-editor-style img {
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto !important
}

body {
    background-color: #f0f2f5
}

.index-header2 {
    height: 120px;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    position: relative;
    z-index: 5
}

.index-header2 .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-header2 .content:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-header2 .content .mark-name {
    float: left;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    max-width: 550px
}

.index-header2 .content .mark-name h4 {
    height: 36px;
    line-height: 36px;
    color: #252525;
    font-size: 32px;
    margin-bottom: 7px;
    margin-top: 30px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-header2 .content .mark-name h6 {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #565656;
    letter-spacing: 2px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-header2 .content .search-box {
    float: right;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 636px
}

.index-header2 .content .search-box:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-header2 .content .search-box .top {
    height: 42px;
    line-height: 42px;
    border: 1px solid #00bcd8;
    margin-top: 39px;
    position: relative
}

.index-header2 .content .search-box .top:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-header2 .content .search-box .top .box {
    float: left;
    font-size: 0;
    height: 42px;
    line-height: 42px
}

.index-header2 .content .search-box .top .box img {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-top: 14px
}

.index-header2 .content .search-box .top .box input {
    display: inline-block;
    width: 480px;
    padding: 13px 7px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 42px
}

.index-header2 .content .search-box .top .box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box input:-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box input::-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box input:-ms-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box textarea:-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box textarea::-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top .box textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.index-header2 .content .search-box .top button {
    float: right;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    height: 100%;
    width: 96px;
    font-size: 16px;
    color: #fff;
    background-color: #00bcd8
}

.index-header2 .content .search-box .top button:hover {
    background: #11c5e0
}

.index-header2 .content .search-box .top .showKeywords {
    font-size: 12px;
    color: #565656;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 50;
    top: 54px;
    left: 0;
    width: -webkit-calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: calc(100% - 96px);
    background-color: #fff;
    border-top: 0;
    display: none;
    max-height: 286px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    padding: 7px 16px
}

.index-header2 .content .search-box .top .showKeywords li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-header2 .content .search-box .top .showKeywords li:hover {
    color: #00bcd8
}

.index-header2 .content .search-box .top .showKeywords li:last-child {
    text-align: right
}

.index-header2 .content .search-box .hot-words {
    font-size: 12px;
    color: #979c9b;
    margin-top: 6px;
    max-width: 636px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    height: 24px
}

.index-header2 .content .search-box .hot-words:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-header2 .content .search-box .hot-words li {
    float: left;
    padding: 0 15px;
    line-height: 24px;
    position: relative;
    cursor: pointer
}

.index-header2 .content .search-box .hot-words li:first-child {
    padding-left: 0
}

.index-header2 .content .search-box .hot-words li:last-child:after {
    width: 0;
    height: 0
}

.index-header2 .content .search-box .hot-words li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    top: 6px;
    background-color: #979c9b;
    right: 0
}

.index-header2 .content .search-box .hot-words li:hover {
    color: #00bcd8
}

.index-swiper {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 420px !important;
    overflow: hidden;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.index-swiper .index-swiper-banner {
    height: 100%;
    background-color: #0c3974;
    position: relative;
    z-index: 5
}

.index-swiper .index-swiper-banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.index-swiper .index-swiper-banner a img {
    width: 100%;
    height: 100%
}

.index-swiper .index-swiper-banner .index-pagination {
    position: absolute;
    z-index: 20;
    bottom: 24px;
    width: 100%;
    text-align: center;
    height: 4px
}

.index-swiper .index-swiper-banner .index-pagination .swiper-pagination-switch {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-swiper .index-swiper-banner .index-pagination .swiper-pagination-switch:first-child {
    margin-left: 0
}

.index-swiper .index-swiper-banner .index-pagination .swiper-active-switch {
    background-color: rgba(0, 188, 216, .6);
    margin-bottom: 0
}

.index-swiper .left-nav {
    height: 100%;
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 8;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    bottom: 0
}

.index-swiper .left-nav:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-swiper .left-nav .business-classify {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0
}

.index-swiper .left-nav .business-classify:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-swiper .left-nav .business-classify li {
    background-color: #292e2e;
    padding: 18px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
    height: 105px;
    background-color: rgba(8, 12, 16, .6);
    position: relative
}

.index-swiper .left-nav .business-classify li:after {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 228px;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: ''
}

.index-swiper .left-nav .business-classify li:last-child:after {
    width: 0;
    height: 0;
    background-color: transparent
}

.index-swiper .left-nav .business-classify li:hover {
    background-color: rgba(255, 255, 255, .1)
}

.index-swiper .left-nav .business-classify li:hover h6 a {
    color: #e6232a
}

.index-swiper .left-nav .business-classify li:hover:after {
    width: 0;
    height: 0;
    background-color: transparent
}

.index-swiper .left-nav .business-classify li h6 {
    height: 18px;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 12px
}

.index-swiper .left-nav .business-classify li h6 a {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.index-swiper .left-nav .business-classify li div {
    margin-top: 6px;
    max-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.index-swiper .left-nav .business-classify li div:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-swiper .left-nav .business-classify li div a {
    color: #fff;
    float: left;
    line-height: 26px;
    height: 26px;
    font-size: 13px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 12px;
    color: rgba(255, 255, 255, .8)
}

.index-swiper .left-nav .business-classify li div a:hover {
    color: #e6232a
}

.index-swiper .left-nav .show-list {
    width: 958PX;
    background-color: #fff;
    height: 418px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 4px 0 rgba(29, 28, 26, .1);
    -moz-box-shadow: 0 2px 4px 0 rgba(29, 28, 26, .1);
    box-shadow: 0 2px 4px 0 rgba(29, 28, 26, .1);
    border: 1px solid transparent;
    border-right: 0;
    border-left: 0;
    border-right: 0;
    padding: 24px 0;
    font-size: 0;
    position: absolute;
    left: 241px;
    top: 1px;
    display: none
}

.index-swiper .left-nav .show-list .warp {
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-swiper .left-nav .show-list ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-swiper .left-nav .show-list ul li {
    display: inline-block;
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    page-break-inside: avoid;
    vertical-align: top;
    margin-left: 40px;
    width: 430px;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-swiper .left-nav .show-list ul li > h6 {
    max-width: 430px;
    height: 32px;
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #252525;
    padding-right: 40px
}

.index-swiper .left-nav .show-list ul li > h6 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #252525
}

.index-swiper .left-nav .show-list ul li > h6 a:hover {
    color: #e6232a
}

.index-swiper .left-nav .show-list ul li .links {
    font-size: 0;
    max-width: 430px
}

.index-swiper .left-nav .show-list ul li .links a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 16px;
    font-size: 13px;
    color: #252525;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-swiper .left-nav .show-list ul li .links a:hover {
    color: #e6232a
}

.index-products {
    width: 100%;
    background-color: #fff;
    padding-bottom: 24px
}

.index-products .warp {
    width: 1200px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-products .warp .recommend {
    width: 100%
}

.index-products .warp .recommend > h6 {
    height: 42px;
    line-height: 42px;
    padding-top: 6px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #292e2e
}

.index-products .warp .recommend .list {
    overflow: hidden;
    height: 116px
}

.index-products .warp .recommend .list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-products .warp .recommend .list li {
    width: 288px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin-right: 16px;
    border: 1px solid #ddd;
    padding: 14px 16px 16px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-products .warp .recommend .list li:hover {
    background-color: #f60;
    border-color: #f60
}

.index-products .warp .recommend .list li:hover > a > h6 {
    font-weight: 700;
    color: #fff
}

.index-products .warp .recommend .list li:hover > a > h6 span {
    color: #fff
}

.index-products .warp .recommend .list li:hover > a > p {
    color: rgba(255, 255, 255, .6)
}

.index-products .warp .recommend .list li:hover > a > p span {
    color: #fff
}

.index-products .warp .recommend .list li:hover > div p b {
    color: #fff
}

.index-products .warp .recommend .list li:hover > div p span {
    color: #fff
}

.index-products .warp .recommend .list li:hover > div a {
    background-color: rgba(255, 255, 255, .4);
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.index-products .warp .recommend .list li:hover > div label {
    color: rgba(255, 255, 255, .6)
}

.index-products .warp .recommend .list li:nth-child(n+4) {
    margin-right: 0
}

.index-products .warp .recommend .list li > a {
    display: block;
    width: 100%;
    height: auto
}

.index-products .warp .recommend .list li > a > h6 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    color: #292e2e;
    display: inline-block;
    max-width: 100%
}

.index-products .warp .recommend .list li > a > h6 span {
    font-size: 12px;
    color: #f54743;
    margin-left: 5px
}

.index-products .warp .recommend .list li > a > p {
    height: 16px;
    line-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    color: #979c9b;
    display: inline-block;
    max-width: 100%
}

.index-products .warp .recommend .list li > a > p span {
    color: #f60
}

.index-products .warp .recommend .list li > div {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 16px;
    height: 28px;
    width: 256px
}

.index-products .warp .recommend .list li > div:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-products .warp .recommend .list li > div p {
    float: left;
    max-width: 170px;
    height: 100%;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

.index-products .warp .recommend .list li > div p span {
    color: #f60;
    font-size: 16px
}

.index-products .warp .recommend .list li > div p b {
    font-weight: 700;
    font-size: 18px;
    color: #f60
}

.index-products .warp .recommend .list li > div p label {
    color: #979c9b;
    text-decoration: line-through;
    margin-left: 7px
}

.index-products .warp .recommend .list li > div a {
    cursor: pointer;
    float: right;
    height: 100%;
    width: 80px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-products .warp .recommend .list li > div a strong {
    font-weight: 400;
    position: relative
}

.index-products .warp .recommend .list li > div a:hover {
    background-color: rgba(255, 255, 255, .5)
}

.index-products .warp .recommend .list li > img {
    position: absolute;
    right: -3px;
    top: -2px;
    width: 42px;
    height: 42px
}

.index-recommend .warp {
    width: 1200px;
    margin: 0 auto
}

.index-recommend .warp:nth-child(n+2) {
    margin-top: 20px
}

.index-recommend .warp > h6 {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all
}

.index-recommend .warp .content:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-recommend .warp .content .left-explain {
    float: left;
    height: 446px;
    width: 192px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center
}

.index-recommend .warp .content .left-explain > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}

.index-recommend .warp .content .left-explain > a img.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0
}

.index-recommend .warp .content .left-explain > a img.logo-img {
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 10;
    margin-top: 148px
}

.index-recommend .warp .content .left-explain > a > h3 {
    position: relative;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0 20px
}

.index-recommend .warp .content .left-explain > a > p {
    position: relative;
    z-index: 10;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0 20px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .6)
}

.index-recommend .warp .content .list-warp {
    float: left;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    width: 1008px;
    min-height: 446px
}

.index-recommend .warp .content .list-warp:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-recommend .warp .content .list-warp > li {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    height: 446px
}

.index-recommend .warp .content .list-warp > li .top-title {
    position: relative;
    width: 100%;
    height: 98px;
    overflow: hidden
}

.index-recommend .warp .content .list-warp > li .top-title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 37px
}

.index-recommend .warp .content .list-warp > li .top-title a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-recommend .warp .content .list-warp > li .top-title a h4 {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 24px;
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #252525;
    padding: 0 20px
}

.index-recommend .warp .content .list-warp > li .top-title a h4 span:after {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    vertical-align: middle;
    border-top: 1px solid #292e2e;
    border-right: 1px solid #292e2e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.index-recommend .warp .content .list-warp > li .top-title a p {
    position: relative;
    z-index: 10;
    padding: 0 19px;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 40px;
    line-height: 18px;
    margin-top: 10px;
    color: #979c9b
}

.index-recommend .warp .content .list-warp > li .middle-data {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0
}

.index-recommend .warp .content .list-warp > li .middle-data > li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 116px;
    padding: 14px 20px 16px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff
}

.index-recommend .warp .content .list-warp > li .middle-data > li:last-child:after {
    border-color: #fff
}

.index-recommend .warp .content .list-warp > li .middle-data > li:not(:last-child):after {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ''
}

.index-recommend .warp .content .list-warp > li .middle-data > li:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    border-color: #dfdfdf
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div a {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div a:hover {
    background: #f60;
    color: #fff
}

.index-recommend .warp .content .list-warp > li .middle-data > li > a {
    display: block;
    max-width: 100%;
    height: auto
}

.index-recommend .warp .content .list-warp > li .middle-data > li > a > h6 {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    color: #292e2e
}

.index-recommend .warp .content .list-warp > li .middle-data > li > a > p {
    display: inline-block;
    max-width: 100%;
    height: 16px;
    line-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    color: #979c9b
}

.index-recommend .warp .content .list-warp > li .middle-data > li > a > p span {
    color: #f60
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 16px;
    height: 28px;
    width: 295px
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div p {
    float: left;
    max-width: 200px;
    height: 100%;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div p span {
    color: #f60;
    font-size: 16px
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div p b {
    font-weight: 700;
    font-size: 18px;
    color: #f60
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div p label {
    color: #979c9b;
    text-decoration: line-through;
    margin-left: 7px
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div a {
    cursor: pointer;
    float: right;
    height: 100%;
    width: 80px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-recommend .warp .content .list-warp > li .middle-data > li > div a strong {
    font-weight: 400;
    position: relative
}

.index-recommend .warp .content .list-warp > li .middle-data > li > img {
    position: absolute;
    right: -3px;
    top: -2px;
    width: 42px;
    height: 42px
}

.index-custom-case {
    margin-bottom: 60px
}

.index-custom-case .warp {
    width: 1200px;
    margin: 0 auto
}

.index-custom-case .warp > h6 {
    font-size: 16px;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 4px;
    padding-right: 16px;
    height: 56px;
    line-height: 58px
}

.index-custom-case .warp .case-swiper .tabs {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.index-custom-case .warp .case-swiper .tabs:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-custom-case .warp .case-swiper .tabs a {
    display: block;
    float: left;
    width: 200px;
    height: 48px;
    line-height: 44px;
    color: #252525;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    border-top: 3px solid #292e2e;
    background-color: #eee
}

.index-custom-case .warp .case-swiper .tabs a.active {
    border-color: #00bcd8;
    color: #00bcd8;
    background-color: #fff
}

.index-custom-case .warp .case-swiper .index-case-swiper {
    height: 328px;
    background-color: #fff;
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide {
    height: 100%;
    padding: 24px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide > div {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 279px;
    margin: 0 6px;
    height: 100%;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide > div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide > div img {
    display: block;
    width: 100%;
    height: 100%
}

.index-custom-case .warp .case-swiper .index-case-swiper .swiper-slide > div h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    height: 60px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 18px;
    cursor: default;
    padding: 0 24px
}

.screen-warp {
    width: 1200px;
    margin: 0 auto
}

.screen-warp .breadcrumbs {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

.screen-warp .breadcrumbs a {
    position: relative;
    color: #979c9b
}

.screen-warp .breadcrumbs a:after {
    display: inline-block;
    content: '';
    margin: 0 5px;
    margin-bottom: 2px;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 1px solid #979c9b;
    border-right: 1px solid #979c9b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.screen-warp .breadcrumbs a:last-child:after {
    width: 0;
    height: 0;
    border: 0
}

.screen-warp .breadcrumbs a:hover {
    color: #00bcd8
}

.screen-warp .screen-choose-btn {
    border-bottom: 1px solid #ededed;
    background-color: #fff
}

.screen-warp .screen-choose-btn:last-child {
    border: 0
}

.screen-warp .screen-choose-btn > div {
    font-size: 0;
    padding: 18px 10px;
    padding-bottom: 12px
}

.screen-warp .screen-choose-btn > div span:hover {
    background: rgba(16, 187, 184, .1) !important;
    color: #e6232a !important
}

.screen-warp .screen-choose-btn > div > a {
    display: inline-block;
    vertical-align: top
}

.screen-warp .screen-choose-btn > div > a span {
    vertical-align: top
}

.screen-warp .screen-choose-btn > div p {
    display: inline-block;
    max-width: 1108px
}

.screen-warp .screen-choose-btn > div a {
    display: inline-block
}

.screen-warp .screen-choose-btn > div a span {
    display: inline-block;
    margin: 0 12px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 14px;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    max-width: 1108px;
    cursor: pointer
}

.screen-warp .screen-choose-btn > div a span.active {
    background: rgba(255, 102, 0, .08);
    color: #f60
}

.screen-warp .screen-choose-btn > div a span:hover {
    color: #f60
}

.screen-warp .screen-show-content {
    display: block
}

.screen-warp .screen-show-content .screen-result-list {
    margin-bottom: 20px
}

.screen-warp .screen-show-content .screen-result-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.screen-warp .screen-show-content .screen-result-list li {
    margin-top: 16px;
    width: 288px;
    height: 328px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    margin-right: 16px;
    border: 1px solid #eee;
    -webkit-transition: all .5s easey;
    -o-transition: all .5s easey;
    -moz-transition: all .5s easey;
    transition: all .5s easey
}

.screen-warp .screen-show-content .screen-result-list li:nth-child(5n) {
    margin-right: 0 !important
}

.screen-warp .screen-show-content .screen-result-list li:hover {
    -webkit-box-shadow: 0 3px 6px 0 #dbdbdb;
    -moz-box-shadow: 0 3px 6px 0 #dbdbdb;
    box-shadow: 0 3px 6px 0 #dbdbdb;
    border-color: #f60
}

.screen-warp .screen-show-content .screen-result-list li:hover > .info > a h6 {
    color: #f60
}

.screen-warp .screen-show-content .screen-result-list li:hover > .info .click-link a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    background-color: #f60;
    color: #fff
}

.screen-warp .screen-show-content .screen-result-list li > a {
    display: block;
    width: 100%;
    height: 192px
}

.screen-warp .screen-show-content .screen-result-list li > a img {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 192px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
    border-bottom: 1px solid #dadce0
}

.screen-warp .screen-show-content .screen-result-list li > div {
    height: 135px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #fff;
    padding: 14px 16px 16px;
    position: relative
}

.screen-warp .screen-show-content .screen-result-list li > div > a {
    display: block;
    width: 100%
}

.screen-warp .screen-show-content .screen-result-list li > div > a > h6 {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #252525;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.screen-warp .screen-show-content .screen-result-list li > div > a > p {
    line-height: 20px;
    max-height: 40px;
    font-size: 12px;
    color: #979c9b;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link {
    width: 256px;
    margin: 0 auto;
    position: absolute;
    bottom: 16px;
    left: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link p {
    float: left;
    max-width: 175px;
    height: 100%;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link p span {
    color: #f60
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link p b {
    font-weight: 700;
    font-size: 18px;
    color: #f60
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link p label {
    color: #979c9b;
    text-decoration: line-through;
    margin-left: 7px
}

.screen-warp .screen-show-content .screen-result-list li > div .click-link a {
    cursor: pointer;
    float: right;
    height: 100%;
    width: 80px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #e6232a !important;
    background-color: transparent;
    border: 1px solid #e6232a !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.show-no-result {
    margin-top: 104px;
    margin-bottom: 160px;
    text-align: center
}

.show-no-result p {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #979c9b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.header-warp {
    height: auto
}

.retrieve-result-body {
    background-color: #fff
}

.retrieve-result-body .main-menu {
    display: none;
    padding-bottom: 20px
}

.retrieve-result-body .show-no-result {
    margin-top: 120px;
    margin-bottom: 250px
}

.retrieve-result-body .show-no-result p {
    margin-top: 15px
}

.retrieve-search {
    height: 120px;
    width: 100%;
    background-color: #f0f2f5;
    position: relative;
    z-index: 5
}

.retrieve-search .search-box {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 39px;
    margin: 0 auto;
    width: 636px
}

.retrieve-search .search-box:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.retrieve-search .search-box .top {
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    border: 1px solid #00bcd8;
    position: relative
}

.retrieve-search .search-box .top:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.retrieve-search .search-box .top .box {
    float: left;
    font-size: 0;
    height: 42px;
    line-height: 42px
}

.retrieve-search .search-box .top .box img {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-top: 14px
}

.retrieve-search .search-box .top .box input {
    display: inline-block;
    width: 480px;
    padding: 13px 7px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 42px
}

.retrieve-search .search-box .top .box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box input:-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box input::-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box input:-ms-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box textarea:-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box textarea::-moz-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top .box textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #c2c6cc
}

.retrieve-search .search-box .top button {
    float: right;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    height: 100%;
    width: 96px;
    font-size: 16px;
    color: #fff;
    background-color: #00bcd8
}

.retrieve-search .search-box .top button:hover {
    background-color: #11c5e0;
    filter: alpha(opacity=50);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.retrieve-search .search-box .top .showKeywords {
    font-size: 12px;
    color: #565656;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 50;
    top: 54px;
    left: 0;
    width: -webkit-calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: calc(100% - 96px);
    background-color: #fff;
    border-top: 0;
    display: none;
    max-height: 286px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    padding: 7px 16px
}

.retrieve-search .search-box .top .showKeywords li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.retrieve-search .search-box .top .showKeywords li:hover {
    color: #00bcd8
}

.retrieve-search .search-box .top .showKeywords li:last-child {
    text-align: right
}

.retrieve-search .search-box .hot-words {
    font-size: 12px;
    color: #979c9b;
    margin-top: 6px;
    max-width: 636px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    height: 24px
}

.retrieve-search .search-box .hot-words:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.retrieve-search .search-box .hot-words li {
    float: left;
    padding: 0 15px;
    line-height: 24px;
    position: relative;
    cursor: pointer
}

.retrieve-search .search-box .hot-words li:first-child {
    padding-left: 0
}

.retrieve-search .search-box .hot-words li:last-child:after {
    width: 0;
    height: 0
}

.retrieve-search .search-box .hot-words li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    top: 6px;
    background-color: #979c9b;
    right: 0
}

.retrieve-search .search-box .hot-words li:hover {
    color: #00bcd8
}

.retrieve-tabs-title {
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 1200px;
    margin: 0 auto;
    font-size: 0
}

.retrieve-tabs-title .title {
    display: inline-block;
    height: 100%;
    line-height: 42px;
    padding: 0 14px;/*padding: 0 28px;*/
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.retrieve-tabs-title .title:hover {
    border-color: #e6232a;
    color: #e6232a
}

.retrieve-tabs-title .title.active {
    border-color: #e6232a
}

.retrieve-tabs-title .title span {
    color: #e6232a
}

.retrieve-result-list {
    display: block;
    width: 1200px;
    margin: 0 auto
}

.retrieve-result-list .list {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.retrieve-result-list .list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 100%
}

.retrieve-result-list .list li:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.retrieve-result-list .list li:hover .text a h6 {
    color: #e6232a
}

.retrieve-result-list .list li .text {
    width: 492px;
    float: left;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.retrieve-result-list .list li .text > a {
    display: block;
    width: 100%;
    height: 100%
}

.retrieve-result-list .list li .text > a h6 {
    height: 20px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #252525;
    padding-right: 20px
}

.retrieve-result-list .list li .text > a h6 span {
    color: #f60
}

.retrieve-result-list .list li .text > a p {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: #565656;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 10px
}

.retrieve-result-list .list li .price {
    float: left;
    max-width: 300px;
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 720px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.retrieve-result-list .list li .middle-area {
    float: left;
    max-width: 300px;
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 10px;
}

.retrieve-result-list .list li .price span {
    color: #f60;
    font-size: 20px
}

.retrieve-result-list .list li .price span label {
    font-size: 16px
}

.retrieve-result-list .list li .price span label .iconfont {
    font-size: 18px
}

.retrieve-result-list .list li .price span.oldprice {
    margin-left: 10px;
    font-size: 12px;
    color: #979c9b;
    text-decoration: line-through
}

.retrieve-result-list .list li .sub-btn {
    float: right;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #f60;
    line-height: 34px;
    height: 36px;
    width: 120px;
    text-align: center;
    color: #f60;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.retrieve-result-list .list li .sub-btn:hover {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.retrieve-result-list .list li .sub-btn:hover strong:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.retrieve-result-list .list li .sub-btn strong {
    font-weight: 400
}

.retrieve-result-list .list li .sub-btn strong:after {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    width: 6px;
    height: 6px;
    margin-left: 3px;
    vertical-align: middle;
    border-top: 1px solid #e6232a;
    border-right: 1px solid #e6232a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.retrieve-result-list .goods {
    display: block
}

.retrieve-result-list .result {
    display: block
}

.retrieve-result-list .setmeal-lists {
    display: none
}

.retrieve-result-list .setmeal-lists .setmeal li > a.sub-btn {
    border-color: transparent
}
