@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 {
    overflow-x: hidden
}

@media only screen and (max-width: 1200px) {
    body {
        overflow: auto
    }

    .hot-product, .recommend-warp, .service-case {
        overflow: hidden
    }

    .service-case {
        overflow: hidden
    }
}

.entrance-warp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    background-color: rgba(40, 43, 52, .9);
    z-index: 2
}

.entrance-warp > ul {
    width: 1200px;
    margin: 0 auto;
    line-height: 26px
}

.entrance-warp > ul:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.entrance-warp > ul li {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: -webkit-calc(100% / 5);
    border-left: 1px rgba(255, 255, 255, .06) solid
}

.entrance-warp > ul li:last-child {
    border-right: 1px rgba(255, 255, 255, .06) solid
}

.entrance-warp > ul li:hover {
    background-color: rgba(255, 255, 255, .03)
}

.entrance-warp > ul a {
    display: block;
    padding: 30px 25px;
    color: #a0a3a8
}

.entrance-warp > ul h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.entrance-warp > ul p {
    height: 52px;
    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
}

.slogan-warp {
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px
}

.guagua-page-title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #252525
}

.guagua-page-title > img {
    margin-bottom: 10px
}

.guagua-page-title > h3 {
    font-size: 24px;
    line-height: 45px
}

.guagua-page-title > p {
    font-size: 16px
}

.guagua-page-title + .home-service {
    padding-top: 60px
}

.home-solution-warp {
    min-width: 1200px;
    background-color: #373d41
}

.home-solution-main {
    position: relative;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    height: 420px;
    max-height: 420px;
    padding: 0 120px
}

.home-solution-main .prev-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px
}

.home-solution-main .prev-next.prev {
    left: 0
}

.home-solution-main .prev-next.prev > a {
    left: 0
}

.home-solution-main .prev-next.next {
    right: 0
}

.home-solution-main .prev-next.next > a {
    right: 0
}

.home-solution-main .prev-next > a {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 50px;
    background-color: rgba(0, 0, 0, .4)
}

.home-solution-main .prev-next > a > i {
    font-size: 28px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
    color: #fff
}

.home-solution-slide > li {
    width: calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: -webkit-calc(100% / 5);
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff
}

.home-solution-slide > li.active .solution-type-shade {
    background-color: rgba(49, 209, 233, .9)
}

.home-solution-slide > li.active .solution-type-shade > div {
    padding-top: 0
}

.home-solution-slide > li.active .solution-type-shade a, .home-solution-slide > li.active .solution-type-shade p {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.home-solution-slide > li.active .solution-type-shade a:hover {
    color: #fff
}

.solution-type {
    float: left;
    position: relative;
    text-align: center;
    background-color: #373d41;
    overflow: hidden
}

.solution-type > img {
    width: 100%;
    height: 100%
}

.solution-type-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(31, 35, 37, .6)
}

.solution-type-shade > div {
    padding: 100px 0 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-type-shade a, .solution-type-shade p {
    filter: alpha(opacity=50);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.solution-type-shade img {
    width: 56px;
    height: 56px
}

.solution-type-shade i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 28px auto 30px
}

.solution-type-shade h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.solution-type-shade .describe, .solution-type-shade p {
    line-height: 26px;
    color: #fff;
    margin: 20px 20px 30px;
    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
}

.solution-type-shade a {
    display: block;
    margin: 0 auto;
    width: 120px;
    line-height: 36px;
    color: #fff;
    border: 1px #fff solid
}

.solution-specialist-item {
    float: left;
    height: 100%
}

.solution-specialist-item > a {
    position: relative;
    display: block;
    float: left;
    color: #fff;
    height: 100%
}

.solution-specialist-item > a:hover {
    color: #fff
}

.solution-specialist-item > a > .img-warp {
    background-color: #fff;
    overflow: hidden
}

.solution-specialist-item > a > .img-warp img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.solution-specialist-item > a > label {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    line-height: 20px;
    padding: 0 5px;
    background: rgba(49, 209, 233, .44);
    color: #fff;
    font-size: 12px
}

.solution-specialist-item > a:hover .solution-specialist-detail {
    background-color: #11c5e0
}

.solution-specialist-item > a:hover .solution-specialist-detail > label {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.solution-specialist-item > a:hover .solution-specialist-detail > p {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.solution-specialist-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #272a33;
    padding: 15px 28px 25px;
    text-align: center;
    white-space: normal;
    line-height: 20px
}

.solution-specialist-detail > h5 {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px
}

.solution-specialist-detail > h5:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: rgba(255, 255, 255, .2)
}

.solution-specialist-detail > label {
    font-size: 12px;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.solution-specialist-detail > p {
    margin-top: 10px;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    height: 60px
}

.swiper-sub-animation {
    overflow: hidden;
    height: 100%
}

.home-service {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 15px
}

.home-service:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.home-service > li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer
}

.home-service > li > .img-warp {
    margin: 0 auto 10px;
    width: 48px;
    height: 48px
}

.home-service > li > .img-warp + .img-warp {
    display: none
}

.home-service > li.active > .img-warp {
    display: none
}

.home-service > li.active > .img-warp + .img-warp {
    display: block
}

.home-service > li img {
    width: 100%;
    height: 100%
}

.home-service > li > p {
    line-height: 26px;
    color: #252525
}

.home-service-detail {
    display: none;
    position: relative;
    background-color: #f5f5f6;
    min-width: 1200px;
    padding: 30px 0
}

.home-service-detail > .triangle {
    display: block;
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f5f5f6 transparent
}

.home-service-detail > .inner-box {
    width: 1200px;
    margin: 0 auto
}

.home-service-detail > .inner-box:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.home-service-detail h4 {
    padding: 10px 20px;
    font-size: 16px;
    color: #252525;
    font-weight: 700
}

.service-setmeal {
    width: 33%;
    float: left
}

.service-setmeal > li {
    display: block;
    margin: 0 0 40px;
    text-align: left;
    color: #9c9ea1;
    line-height: 26px
}

.service-setmeal > li > h5 {
    font-size: 18px;
    color: #252525;
    font-weight: 700
}

.service-setmeal > li > p {
    padding: 5px 0 13px
}

.service-setmeal > li > .btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 25px;
    border: 1px #373d41 solid;
    color: #252525
}

.service-setmeal > li > .btn:hover {
    border-color: #00bcd8;
    color: #00bcd8
}

.service-list-box {
    width: 67%;
    float: left
}

.service-list-box > ul > li {
    width: calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2)
}

.home-service-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.home-service-list > li {
    display: block;
    float: left;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3)
}

.home-service-list a {
    display: block;
    padding: 10px 20px;
    line-height: 26px
}

.home-service-list a > h5 {
    color: #252525
}

.home-service-list a > p {
    font-size: 12px;
    color: #9c9ea1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 26px
}

.home-service-list a:hover {
    position: relative;
    background-color: #fff;
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1)
}

.home-service-list a:hover > h5 {
    color: #00bcd8
}

.home-service-list a:hover:after, .home-service-list a:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px
}

.home-service-list a:hover:before {
    right: 20px;
    border-color: transparent transparent transparent #373d41
}

.home-service-list a:hover:after {
    right: 21px;
    border-color: transparent transparent transparent #fff
}

.trading-box {
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto
}

.trading-list {
    padding-top: 60px
}

.trading-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.trading-list > li {
    display: block;
    float: left;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    text-align: center;
    line-height: 26px;
    padding: 25px 0 5px
}

.trading-list .more, .trading-list .trading-list-warp {
    display: block;
    margin: 0 57px
}

.trading-list .more > img, .trading-list .trading-list-warp > img {
    max-width: 200px;
    max-height: 60px;
    margin-bottom: 20px
}

.trading-list .more > h5, .trading-list .trading-list-warp > h5 {
    color: #373d41;
    font-size: 20px;
    font-weight: 700
}

.trading-list .more:hover h5, .trading-list .trading-list-warp:hover h5 {
    color: #11c5e0
}

.trading-list .more .trading-tag, .trading-list .trading-list-warp .trading-tag {
    padding: 5px 0;
    color: #9c9ea1;
    height: 78px;
    overflow: hidden
}

.trading-list .more .trading-tag > a, .trading-list .trading-list-warp .trading-tag > a {
    position: relative;
    display: inline;
    padding: 0 10px
}

.trading-list .more .trading-tag > a:after, .trading-list .trading-list-warp .trading-tag > a:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 3px;
    display: block;
    width: 1px;
    height: 13px;
    background-color: #dee1e9
}

.trading-list .more .trading-tag > a:first-child:after, .trading-list .trading-list-warp .trading-tag > a:first-child:after {
    display: none
}

.information-warp {
    min-width: 1200px;
    background-color: #f5f5f5
}

.information-main {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0
}

.information-list {
    overflow: hidden;
    padding: 65px 0 35px;
    line-height: 26px
}

.information-list > li {
    display: block;
    float: left;
    width: 380px;
    margin: 0 10px
}

.information-list > li:first-child, .information-list > li:nth-child(2), .information-list > li:nth-child(3) {
    border: 1px #d8dbe4 solid;
    width: 378px;
    margin-bottom: 15px
}

.information-list > li:first-child:hover, .information-list > li:nth-child(2):hover, .information-list > li:nth-child(3):hover {
    -moz-box-shadow: 0 0 12px 0 rgba(114, 132, 145, .2);
    -webkit-box-shadow: 0 0 12px 0 rgba(114, 132, 145, .2);
    box-shadow: 0 0 12px 0 rgba(114, 132, 145, .2)
}

.information-list a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.information-list a > .img-warp {
    width: 378px;
    height: 170px
}

.information-list a img {
    width: 100%;
    height: 100%
}

.information-list a > p {
    padding: 0 20px;
    line-height: 58px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #fff;
    color: #252525
}

.home-btn-box {
    text-align: center
}

.home-module-btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #fbfbfb;
    border: 1px #373d41 solid;
    line-height: 36px;
    padding: 0 33px
}

.home-publicity-warp {
    min-width: 1200px;
    background: url(/statics/xdw/images/home_img_bigslogen.png) no-repeat center
}

.home-publicity {
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0;
    color: #fff;
    font-size: 24px;
    text-align: center
}

.home-nationwide-warp {
    background-color: #f5f5f5;
    min-width: 1200px
}

.home-nationwide {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 40px
}

.home-service-firm {
    width: 1200px;
    margin: 0 auto
}

.service-firm-list {
    padding: 40px 0 60px
}

.service-firm-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.service-firm-list > li {
    display: block;
    float: left;
    width: calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: -webkit-calc(100% / 5);
    height: 44px;
    line-height: 44px;
    margin: 20px 0
}

.service-firm-list > li > img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    max-width: 100%;
    margin: 0 10px
}

.tag-hot {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 2px 5px;
    padding: 2px 5px 2px 7px;
    background-color: #f05431;
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    margin-left: 5px
}

.tag-hot:before {
    content: '';
    position: absolute;
    display: block;
    left: -3px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 3px 0;
    border-color: transparent #f05431 transparent transparent
}

.map-content {
    width: 820px;
    height: 645px;
    margin: 50px auto;
    background: url(/statics/xdw/images/mapimg.png) no-repeat 15px 0
}

.map-mb-normal {
    padding-bottom: 0 !important
}

.nav-banner {
    width: 1200px;
    margin: 19px auto 0;
    overflow: hidden
}

.product-menu {
    position: relative;
    width: 240px;
    height: 567px;
    float: left;
    background-color: #fff;
    z-index: 98
}

.product-menu > label {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #f60;
    font-size: 14px
}

.product-menu > a {
    line-height: 44px;
    display: block;
    text-align: center;
    color: #f60;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.product-menu > a:hover {
    color: #fff;
    background: #f60
}

.product-menu-list {
    height: 493px;
    width: 241px;
    overflow-y: auto
}

.product-menu-list > li {
    display: block
}

.product-menu-list > li:hover > label {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: -7px 0 10px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: -7px 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: -7px 0 10px 1px rgba(0, 0, 0, .1);
    background: #fff
}

.product-menu-list > li:hover > label > h4 {
    color: #f60
}

.product-menu-list > li:hover .product-menu-detail, .product-menu-list > li:hover .product-menu-warp {
    display: block
}

.product-menu-list > li > label {
    display: block;
    padding: 10px 15px;
    line-height: 26px
}

.product-menu-list > li > label > h4 {
    color: #181818;
    font-size: 14px
}

.product-menu-list > li > label > h4 .iconfont {
    font-size: 12px;
    position: relative;
    top: -.5px
}

.product-menu-list > li > label > .list {
    position: relative;
    font-size: 0;
    margin: 0 -7.5px;
    line-height: 22px
}

.product-menu-list > li > label > .list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #9c9ea1;
    margin: 0 7.5px
}

.product-menu-list > li > label > .list a:hover {
    color: #f60
}

.product-menu-list > li > label > .list a:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #eee
}

.product-menu-list > li > label > .list a:last-child:after {
    display: none
}

.product-menu-list > li > label > .list a.recommend {
    color: #f60
}

.product-menu-list > li > label > .list:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    border-bottom: 1px #eee solid
}

.product-menu-warp {
    padding-left: 18px;
    position: absolute;
    display: none;
    width: 470px;
    left: 223px;
    top: 0;
    bottom: 0
}

.product-menu-warp .product-menu-detail {
    position: relative;
    display: block;
    left: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.product-menu-detail {
    position: absolute;
    display: none;
    padding: 20px 24px;
    width: 470px;
    left: 230px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    -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)
}

.product-menu-detail > .list {
    float: left;
    width: 50%;
    line-height: 28px
}

.product-menu-detail > .list a {
    color: #9c9ea1;
    font-size: 12px;
    line-height: 26px
}

.product-menu-detail > .list a:hover {
    color: #f60
}

.product-menu-detail .title {
    font-size: 14px;
    color: #181818;
    font-weight: 700;
    line-height: 35px
}

.product-menu-detail .fast-ent {
    position: relative;
    width: 140px;
    padding: 15px 19px 55px;
    margin-top: 10px;
    border: 1px #e5e5e5 solid
}

.product-menu-detail .fast-ent:hover {
    border-color: #f60
}

.product-menu-detail .fast-ent > p {
    color: #9b9b9b;
    line-height: 22px;
    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: 44px;
    margin-bottom: 5px
}

.product-menu-detail .fast-ent > a {
    color: #f60
}

.product-menu-detail .fast-ent > a:hover {
    text-decoration: underline
}

.product-menu-detail .fast-ent .ent-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 66px;
    height: 66px
}

.product-menu-detail .fast-ent .ent-icon > img {
    max-width: 100%;
    max-height: 66px
}

.peoduct-main {
    margin-left: 260px
}

.product-slide {
    margin-bottom: 20px;
    height: 320px;
    overflow: hidden
}

.product-slide li a {
    display: block
}

.product-slide li img {
    width: 940px;
    height: 320px
}

.product-slide .banner-dot {
    bottom: 40px;
    text-align: left;
    padding: 0 40px
}

.product-recommend:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.product-recommend > .activity {
    overflow: hidden;
    float: left;
    width: 681px;
    background-color: #fff
}

.product-recommend > .activity > a {
    position: relative;
    display: block;
    float: left;
    width: 266px;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    padding: 5px 0;
    text-align: center
}

.product-recommend > .activity > a:hover h3 {
    color: #f60
}

.product-recommend > .activity > a:last-child:after {
    display: none
}

.product-recommend > .activity > a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 196px;
    background-color: #eee;
    right: 0;
    top: 50%;
    margin-top: -98px
}

.product-recommend > .activity div, .product-recommend > .activity h3 {
    padding: 0 35px
}

.product-recommend > .activity h3 {
    font-size: 18px;
    color: #181818;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-recommend > .activity .describe {
    color: #9c9ea1;
    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: 44px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 22px;
    word-wrap: break-word;
    word-break: break-all
}

.product-recommend > .activity .describe span {
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-recommend > .activity .describe span.active {
    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: 45px
}

.product-recommend > .activity .icon-warp {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.product-recommend > .activity .icon-warp > img {
    width: 80px;
    height: 80px
}

.login-ent {
    width: 240px;
    height: 227px;
    float: right;
    background-color: #fff;
    text-align: center
}

.login-ent .icon-warp {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.login-ent .icon-warp > img {
    width: 100%;
    height: 100%
}

.login-ent .login-ent-main {
    height: 225px
}

.login-ent .login-ent-main > .middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.login-ent .login-ent-main > .middle > p {
    padding: 0 10px;
    margin: 5px 0 20px;
    color: #181818;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.login-ent .login-ent-main .indexpage-Login, .login-ent .login-ent-main .indexpage-register {
    min-width: 60px !important
}

.login-ent .ent-btn-group > .guagua-btn {
    width: 60px
}

.login-ent .ent-hot {
    padding: 0 10px;
    line-height: 58px;
    border-top: 1px #ededed solid;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.login-ent .ent-hot > a {
    position: relative;
    color: #f60;
    font-size: 12px
}

.login-ent .ent-hot > a:hover {
    text-decoration: underline
}

.login-ent .ent-hot > a .iconfont {
    font-size: 12px
}

.login-ent .ent-hot > a span {
    position: relative;
    top: -15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    background-color: #f54743;
    padding: 0 2px;
    color: #fff;
    text-transform: uppercase
}

.login-ent .ent-hot > a span:after {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #f54743 transparent transparent #f54743
}

.login-ent .ent-hot .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -15px
}

.login-ent.logged .guagua-btn {
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    min-width: auto;
    width: auto
}

.recommend-warp {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.recommend-warp:before {
    content: '';
    display: block;
    width: 433px;
    height: 461px;
    position: absolute;
    top: -70px;
    left: -145px;
    background-image: url(/statics/xdw/images/bg_circle.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.main-title {
    line-height: 70px;
    font-size: 24px;
    text-align: left;
    color: #000;
    font-weight: 400
}

.main-title span {
    color: #9c9ea1;
    font-size: 12px;
    margin-left: 9px
}

.recommend-list {
    background-color: #fff
}

.recommend-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.recommend-list > li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 287px
}

.recommend-list > li .guagua-tag {
    background-color: #c14ab5;
    border-color: #c14ab5;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.recommend-list > 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)
}

.recommend-list > li:hover > a {
    display: block
}

.recommend-list > li:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e5e5e5
}

.recommend-list > li > .describe {
    margin: 10px 0 25px
}

.recommend-list > li > .describe h4 {
    line-height: 26px;
    max-height: 26px;
    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;
    color: #181818
}

.recommend-list > li > .describe p {
    line-height: 22px;
    color: #9c9ea1;
    font-size: 12px;
    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: 44px;
    height: 44px
}

.recommend-list > li > .list {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 15px
}

.recommend-list > li > .list p {
    color: #0f1200;
    max-width: 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
}

.recommend-list > li > .list .iconfont {
    color: #31c9df;
    font-size: 12px;
    margin-right: 4px
}

.recommend-list > li > .price > del {
    font-size: 12px;
    color: #9c9ea1
}

.recommend-list > li:nth-child(2) .guagua-tag {
    background-color: #ff5b14;
    border-color: #ff5b14
}

.recommend-list > li:nth-child(3) .guagua-tag {
    background-color: #14adf5;
    border-color: #14adf5
}

.recommend-list > li:nth-child(4) .guagua-tag {
    background-color: #0fc18a;
    border-color: #0fc18a
}

.recommend-list > li:nth-child(5) .guagua-tag {
    background-color: #149dff;
    border-color: #149dff
}

.service-case {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.service-case:before {
    content: '';
    display: block;
    width: 448px;
    height: 459px;
    position: absolute;
    bottom: -280px;
    right: -160px;
    background-image: url(/statics/xdw/images/bg_circle1.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.module-price {
    color: #f60;
    line-height: 26px
}

.module-price big {
    font-size: 20px
}

.module-link {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #f60;
    color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.module-link:hover {
    color: #fff
}

.service-case-main:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.class-module {
    width: 590px;
    float: left;
    margin: 0 10px
}

.class-module:first-child {
    margin-left: 0
}

.class-module:last-child {
    margin-right: 0
}

.class-module-head {
    height: 200px;
    position: relative
}

.class-module-head > img {
    width: 100%;
    height: 100%
}

.class-module-head > .describe {
    position: absolute;
    top: 25px;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 30px;
    color: #fff;
    overflow: hidden
}

.class-module-head > .describe > h4 {
    font-size: 18px;
    line-height: 40px
}

.class-module-head > .describe > div {
    line-height: 24px;
    font-size: 14px
}

.service-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.service-list > li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px #ededed solid;
    margin-top: -1px;
    border-right-width: 0;
    height: 206px
}

.service-list > li:nth-child(2n) {
    border-right-width: 1px
}

.service-list > li > .describe > h4 {
    font-size: 14px;
    color: #181818;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.service-list > li > .describe > div {
    color: #9c9ea1;
    line-height: 22px;
    font-size: 12px;
    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: 44px;
    margin-bottom: 30px
}

.service-list > li:hover a {
    display: block
}

.service-list > li .guagua-tag {
    border-color: #d8d8d8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #9c9ea1
}

.service-list .tag-group {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0
}

.hot-product {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    z-index: 1
}

.hot-product:before {
    content: '';
    display: block;
    width: 437px;
    height: 462px;
    position: absolute;
    bottom: 80px;
    left: -183px;
    background-image: url(/statics/xdw/images/bg_circle2.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.product-module:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.product-module + .product-module {
    margin-top: 12px
}

.product-module.hot .product-module-left {
    height: 565px
}

.product-module.on-sale .product-module-left {
    height: 414px
}

.product-module.expert .product-module-left {
    height: 260px
}

.product-module-left {
    position: relative;
    width: 302px;
    float: left
}

.product-module-left > img {
    width: 100%;
    height: 100%
}

.product-module-left > .describe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px;
    color: #fff
}

.product-module-left > .describe > h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

.product-module-left > .describe > div {
    line-height: 22px
}

.product-module-list {
    margin-left: 302px
}

.product-module-list > 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)
}

.product-module-list.recommend-list li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    height: 282.5px
}

.product-module-list.recommend-list li:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #e5e5e5
}

.product-module-list.recommend-list li:first-child:before, .product-module-list.recommend-list li:nth-child(2):before, .product-module-list.recommend-list li:nth-child(3):before {
    display: none
}

.product-module-list.recommend-list li:nth-child(3n):after {
    display: none
}

.product-module-list.recommend-list li > .describe {
    margin-bottom: 17px
}

.on-sale-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.on-sale-list > li {
    position: relative;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    display: block;
    float: left;
    padding: 0 20px;
    height: 414px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid
}

.on-sale-list > li:first-child {
    border-left: 0
}

.on-sale-list > li:hover > a {
    display: block
}

.on-sale-list > li .list {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 15px;
    max-height: 63px;
    overflow: hidden
}

.on-sale-list > li .list > p {
    color: #9c9ea1
}

.on-sale-list > li .list .iconfont {
    color: #31c9df;
    font-size: 12px;
    margin-right: 4px
}

.on-sale-list > li .price {
    border-top: 1px #ededed solid;
    padding: 10px 0;
    line-height: 24px
}

.on-sale-list > li .price > del {
    font-size: 12px;
    color: #9c9ea1
}

.on-sale-list .head-sale {
    line-height: 26px;
    padding: 15px 0;
    border-bottom: 1px #ededed solid
}

.on-sale-list .head-sale h4 {
    font-size: 14px;
    line-height: 26px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.on-sale-list .head-sale p {
    font-size: 12px;
    color: #9c9ea1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.on-sale-list .content-sale {
    padding: 10px 0 15px;
    height: 231px
}

.on-sale-list .content-sale > .iconfont {
    font-size: 14px;
    color: #b4b4b4;
    margin-bottom: 15px
}

.on-sale-list .content-sale > .iconfont + .content-sale-list .list {
    margin-bottom: 0
}

.on-sale-list .content-sale-list > h5 {
    color: #181818;
    line-height: 30px;
    font-size: 12px
}

.expert-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.expert-list > li {
    position: relative;
    display: block;
    float: left;
    padding: 14px 20px 16px;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    height: 260px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px #e5e5e5 solid
}

.expert-list > li:hover > a {
    display: block
}

.expert-list > li:first-child {
    border-left: 0
}

.expert-list > li > .describe {
    padding: 15px 0;
    line-height: 18px
}

.expert-list > li > .describe > h5 {
    line-height: 30px;
    font-size: 14px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.expert-list > li > .describe > div {
    font-size: 12px;
    color: #9c9ea1;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    height: 54px;
    margin-bottom: 10px
}

.expert-list .tag-group {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.expert-list .tag-group .guagua-tag {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #9c9ea1
}

.expert-list .expert-head {
    padding: 14px 0 18px;
    border-bottom: 1px #ededed solid
}

.expert-list .expert-head:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.expert-list .expert-head > .portrait {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

.expert-list .expert-head > .portrait > img {
    width: 100%;
    height: 100%
}

.expert-list .expert-head > .describe {
    margin-left: 58px;
    line-height: 24px;
    font-size: 0
}

.expert-list .expert-head > .describe h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #181818
}

.expert-list .expert-head > .describe h4 > span {
    display: inline-block;
    vertical-align: middle;
    color: #9c9ea1;
    position: relative;
    font-size: 12px;
    margin-left: 16px
}

.expert-list .expert-head > .describe h4 > span:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #999;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -7px
}

.expert-list .expert-head > .describe p {
    font-size: 12px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.serving-product-warp {
    background-color: #fff;
    min-width: 1200px;
    margin-top: 20px
}

.serve-data {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px #ededed solid
}

.serve-data:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.serve-data > .title {
    display: block;
    float: left;
    width: 250px;
    padding: 25px 0;
    font-size: 24px;
    color: #000;
    line-height: 42px
}

.serve-data > .list {
    padding: 30px 0;
    overflow: hidden;
    margin-left: 250px
}

.serve-data > .list li {
    display: block;
    float: left;
    width: 25%;
    text-align: right
}

.serve-data > .list label {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    color: #000;
    line-height: 70px
}

.serve-data > .list label:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 32px;
    height: 3px;
    background-color: #f60
}

.serve-data > .list p {
    font-size: 14px;
    color: #9c9ea1
}

.partner-list {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    max-height: 168px;
    overflow: hidden
}

.partner-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.partner-list > li {
    display: block;
    float: left;
    margin: 25px 50px
}

.partner-list > li:nth-child(5n-4) {
    margin-left: 0
}

.partner-list > li:nth-child(5n-4) a {
    text-align: left
}

.partner-list > li:nth-child(5n) {
    margin-right: 0
}

.partner-list > li:nth-child(5n) a {
    text-align: right
}

.partner-list > li a {
    display: block;
    width: 160px;
    height: 44px;
    cursor: text;
    text-align: center
}

.partner-list > li img {
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray
}

.nationwide-warp {
    min-width: 1200px;
    background-image: url(/statics/xdw/images/nationwide_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #181818
}

.nationwide-main {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    min-height: 400px
}

.nationwide-main:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.nationwide-left {
    display: block;
    float: left;
    width: 360px
}

.nationwide-left > .title {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px
}

.nationwide-left > .describe {
    line-height: 30px;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    margin-bottom: 40px
}

.nationwide-left > a {
    color: #f60;
    font-size: 16px
}

.nationwide-left > a:hover {
    text-decoration: underline;
    color: #f60
}

.nationwide-center {
    width: 790px;
    float: right
}

.nationwide-center > h3 {
    line-height: 40px;
    color: #f60;
    border-bottom: 2px rgba(255, 255, 255, .1) solid
}

.nationwide-center > h3 > span {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.nationwide-center > h3 > span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: #f60
}

.nationwide-center-list {
    padding: 10px 0 0;
    margin: 0 -20px
}

.nationwide-center-list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.nationwide-center-list > li {
    position: relative;
    display: block;
    float: left;
    margin: 0 20px
}

.nationwide-center-list > li a {
    line-height: 45px;
    color: #fff
}

.nationwide-center-list > li a:hover {
    color: #f60
}

.nationwide-center-list > li > .triangle {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #109aae transparent;
    border-width: 0 5px 6px 5px
}

.special-offer-warp {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    min-height: 140px
}

.special-offer-warp > img {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px
}

.special-offer-main {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.special-offer-main:hover {
    color: #fff
}

.special-offer-main > h3 {
    line-height: 50px;
    font-size: 24px
}

.nationwide-tip {
    position: absolute;
    width: 310px;
    background: url(/statics/xdw/images/tip_bg.jpg) repeat-y left top;
    padding: 15px
}

.nationwide-tip > span {
    position: absolute;
    display: block;
    border-color: #fff;
    border-style: solid;
    width: 8px;
    height: 8px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.nationwide-tip > span:first-child {
    border-width: 1px 0 0 1px;
    left: 6px;
    top: 6px
}

.nationwide-tip > span:nth-child(2) {
    border-width: 1px 1px 0 0;
    right: 6px;
    top: 6px
}

.nationwide-tip > span:nth-child(3) {
    border-width: 0 1px 1px 0;
    right: 6px;
    bottom: 6px
}

.nationwide-tip > span:nth-child(4) {
    border-width: 0 0 1px 1px;
    left: 6px;
    bottom: 6px
}

.nationwide-tip-list > li {
    padding: 5px 0;
    line-height: 24px;
    color: #fff
}

.nationwide-tip-list > li:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.nationwide-tip-list > li > label {
    display: block;
    float: left;
    width: 95px
}

.nationwide-tip-list > li > label .iconfont {
    font-size: 16px;
    color: #11c5e0;
    margin-right: 5px
}

.nationwide-tip-list > li > p {
    margin-left: 90px
}

.nav-banner {
    margin-bottom: 12px
}

.main-title {
    line-height: 46px;
    padding-bottom: 12px
}

.advertising-space {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0
}

.advertising-space:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

.advertising-space > li {
    display: block;
    width: 386px;
    height: 194px;
    float: left;
    margin: 0 10px
}

.advertising-space > li:first-child {
    margin-left: 0
}

.advertising-space > li:last-child {
    margin-right: 0
}

.advertising-space > li a {
    display: block;
    height: 100%;
    width: 100%
}

.advertising-space > li img {
    width: 100%;
    height: 100%
}

.advertising-space1 {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0
}

.advertising-space1 a {
    display: block;
    height: 100%;
    width: 100%
}

.advertising-space1 img {
    width: 100%;
    height: 100%
}

.product-module.hot .product-module-left {
    height: 516px
}

.product-module.hot li .price {
    margin-bottom: 15px;
    height: 46px
}

.product-module.solution .product-module-left {
    height: 400px
}

.product-module.solution .product-module-list.recommend-list li {
    height: 200px
}

.product-module.solution .product-module-list.recommend-list li h4 {
    color: #181818;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px
}

.product-module.solution .product-module-list.recommend-list li .describe {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    line-height: 20px;
    height: 60px;
    font-size: 12px;
    color: #999;
    margin-bottom: 30px
}

.product-module-left {
    width: 240px
}

.product-module-list {
    margin-left: 240px
}

.product-module-list.recommend-list li {
    overflow: hidden;
    height: 258px
}

.product-module-list.recommend-list li > .describe {
    margin-top: 0
}

.product-module-list.recommend-list li > .describe h4 em {
    font-style: normal;
    color: #181818;
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product-module-list.recommend-list li > .describe > p {
    margin-top: 5px
}

.product-module-list.recommend-list li .guagua-label {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 10px;
    background-color: #fff3eb;
    color: #f60;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 20px
}

.product-module-list.recommend-list li .tag-group {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product-module-list.recommend-list li .tag-group > .guagua-tag {
    border: 1px #d8d8d8 solid;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #999
}

.product-module-list.recommend-list li > .list {
    display: block;
    margin: 22px 0 15px
}

.product-module-list.recommend-list li > .list:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.product-module-list.recommend-list li > .list p {
    float: left;
    width: 50%
}

.product-module-list.recommend-list li > .list .iconfont {
    color: #f60
}

.expert-list .tag-group .guagua-tag {
    border-color: #f60;
    background-color: #fff6f0;
    color: #f60;
    max-width: 54px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.mark-tag {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 65px;
    height: 65px
}

.mark-tag img {
    width: 100%;
    height: 100%
}

.mark-tag + .describe h4 {
    padding-right: 20px
}

.favorable .product-module-list.recommend-list li > .describe > h4 + p {
    margin-top: 43px
}