@charset "utf-8";
#banner {
    width: 100%;
    display: inline-block;
    *zoom: 1;
}

#banner:before,
#banner:after {
    content: "";
    display: table;
}

#banner:after {
    clear: both;
}

#banner img {
    margin: 0px auto;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

#banner .wmuSlider {
    height: 100%!important;
    position: relative;
    overflow: hidden;
}

#banner .wmuSlider .slider_img {
    display: block;
    text-align: center;
    height: 100%;
}

#banner .wmuSliderPrev,
#banner .wmuSliderNext {
    text-indent: -30000px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin: -40px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
}

#banner .wmuSliderPrev {
    background: url("../images/index_btnleft.png") no-repeat;
    background-size: 100% 100%;
    left: 30px;
}

#banner .wmuSliderNext {
    background: url("../images/index_btnright.png") no-repeat;
    background-size: 100% 100%;
    right: 30px;
}

#banner .wmuSlider .bdbd {
    position: absolute;
    bottom: 20px;
    height: 6px;
    left: 50%;
    margin-left: -22px;
}

#banner .wmuSlider .bdbd ul {
    *zoom: 1;
}

#banner .wmuSlider .bdbd ul:before,
#banner .wmuSlider .bdbd ul:after {
    content: "";
    display: table;
}

#banner .wmuSlider .bdbd ul:after {
    clear: both;
}

#banner .wmuSlider .bdbd ul li {
    float: left;
    *display: inline;
    overflow: hidden;
    text-indent: -30000px;
    margin: 0 3px;
}

#banner .wmuSlider .bdbd ul li a {
    display: block;
    width: 22px;
    height: 4px;
    background: #FFF;
}

#banner .wmuSlider .bdbd ul li .wmuActive {
    background: #0574bb;
}

.index-search {
    width: 84%;
    margin: 0 auto;
}

.aboutus {
    width: 100%;
    background: #FFF;
    padding: 60px 0 0 0;
    text-align: center;
}

.aboutus .about-tit {
    position: relative;
    font-size: 90px;
    color: #43443e;
    line-height: 110px;
    display: inline-block;
}

.aboutus .about-tit span {
    color: #0574bb;
}

.aboutus .about-tit:after {
    content: "";
    background-color: #43443e;
    width: 40px;
    display: inline-block;
    position: absolute;
    height: 5px;
    left: 73px;
    top: 0;
}

.aboutus .about-hr {
    width: 1200px;
    height: 25px;
    margin: 0 auto 250px auto;
    border-bottom: 1px solid #ccc;
}

.aboutus .container {
    width: 100%;
    height: 550px;
    padding-top: 1px;
    margin-bottom: 120px;
    position: relative;
    background: url("../images/index_aboutbg.jpg") repeat-y top center;
}

.aboutus .container-store {
    width: 1200px;
    *zoom: 1;
    position: absolute;
    top: -220px;
    left: 50%;
    margin-left: -600px;
}

.aboutus .container-store:before,
.aboutus .container-store:after {
    content: "";
    display: table;
}

.aboutus .container-store:after {
    clear: both;
}

.aboutus .container-store img {
    float: left;
    *display: inline;
}

.aboutus .container-store .corner-block {
    position: absolute;
    right: 0;
    top: 0;
    background: #f4f4f4;
    width: 26px;
    height: 20px;
    border-top: 3px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
}

.aboutus .txt-box {
    width: 564px;
    height: 370px;
    position: relative;
    margin-top: 20px;
    float: left;
    *display: inline;
    background: #f4f4f4;
}

.aboutus .txt {
    width: 465px;
    height: 260px;
    overflow: hidden;
    margin: 20px 0 0 56px;
    color: #c0c0c0;
    text-align: left;
}

.aboutus .txt h3 {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    color: #43443e;
    line-height: 80px;
}

.aboutus .txt h3:after {
    content: "";
    background-color: #43443e;
    width: 80px;
    display: inline-block;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0px;
}

.aboutus .txt p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 18px 0 0 0;
}

.aboutus .txt-button {
    display: block;
    width: 160px;
    height: 34px;
    margin-left: 56px;
}

.aboutus .btn-left {
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #FFF;
    background: #232323;
    float: left;
    *display: inline;
}

.aboutus .btn-right {
    background: #3e3e3e;
    width: 40px;
    height: 34px;
    float: left;
    *display: inline;
    position: relative;
}

.aboutus .btn-right:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 13px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    border-right: 9px solid transparent;
    transform: rotate(90deg);
}

.aboutus .btn-right:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 11px;
    width: 0;
    height: 0;
    margin: -1px 0 0;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #3e3e3e;
    border-right: 9px solid transparent;
    transform: rotate(90deg);
}

.aboutus .about-lists {
    width: 1200px;
    margin: 230px auto 0 auto;
    background: #f4f4f4;
    position: relative;
    *zoom: 1;
}

.aboutus .about-lists:before,
.aboutus .about-lists:after {
    content: "";
    display: table;
}

.aboutus .about-lists:after {
    clear: both;
}

.aboutus .about-lists .corner-block {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0574bb;
    width: 50px;
    height: 65px;
}

.aboutus .about-cols {
    padding: 20px 0 0 20px;
    *zoom: 1;
}

.aboutus .about-cols:before,
.aboutus .about-cols:after {
    content: "";
    display: table;
}

.aboutus .about-cols:after {
    clear: both;
}

.aboutus .about-col {
    float: left;
    *display: inline;
    width: 373px;
    /* height: 373px;*/
    margin: 0 20px 20px 0;
    position: relative;
}

.aboutus .about-col img {
    width: 373px;
    /*height: 373px;*/
}

.aboutus .about-col a {
    display: block;
    width: 100%;
    height: 100%;
}

.aboutus .about-col .col-floatbox {
    width: 313px;
    /*height: 313px;*/
    position: absolute;
    text-align: left;
    top: 30px;
    left: 30px;
    display: table;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.aboutus .about-col a:hover .col-floatbox {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.aboutus .col-float {
    vertical-align: middle;
    display: table-cell;
}

.aboutus .col-title {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    width: 233px;
    line-height: 22px;
    position: relative;
    margin: 0 40px;
    padding: 10px 0px;
}

.aboutus .col-title:after {
    content: "";
    background: #0574bb;
    width: 24px;
    display: inline-block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
}

.aboutus .col-txt {
    display: inline-block;
    width: 233px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 40px;
    color: #FFF;
}

@media (max-width:1200px) {
    .aboutus .about-hr {
        width: 604px;
    }
    .aboutus .container {
        height: 2000px;
    }
    .aboutus .container-store {
        width: 604px;
        margin-left: -302px;
    }
    .aboutus .txt-box {
        margin: 0 0 0 20px;
    }
    .aboutus .txt-box .corner-block {
        display: none;
    }
    .aboutus .about-lists {
        width: 806px;
        margin: 600px auto 0 auto;
    }
}

@media (max-width:806px) {
    .aboutus .container {
        height: 3460px;
    }
    .aboutus .about-lists {
        width: 413px;
        margin: 600px auto 0 auto;
    }
    .wmuSliderPrev {
        display: none !important;
    }
    .wmuSliderNext {
        display: none !important;
    }
}

@media (max-width:604px) {
    .aboutus .about-tit {
        font-size: 40px;
        line-height: 90px;
    }
    .aboutus .about-tit:after {
        width: 35px;
        left: 55px;
    }
    .aboutus .about-hr {
        width: 350px;
    }
    .aboutus .container {
        height: 3300px;
    }
    .aboutus .container-store {
        width: 350px;
        margin-left: -175px;
    }
    .aboutus .container-store img {
        float: left;
        *display: inline;
        width: 100%;
    }
    .aboutus .txt-box {
        width: 330px;
        margin: 0 0 0 10px;
    }
    .aboutus .txt-box .corner-block {
        display: none;
    }
    .aboutus .txt {
        width: 300px;
        height: 270px;
        overflow: hidden;
        margin: 20px 0 0 15px;
    }
    .aboutus .txt h3 {
        position: relative;
        font-size: 24px;
        font-weight: normal;
        color: #43443e;
        line-height: 40px;
    }
    .aboutus .txt-button {
        margin-left: 15px;
    }
    .aboutus .about-lists {
        margin: 440px auto 0 auto;
    }
}

@media (max-width:415px) {
    .aboutus .container {
        height: 3260px;
    }
    .aboutus .about-lists {
        width: 393px;
        margin: 440px auto 0 auto;
    }
    .aboutus .about-lists .corner-block {
        display: none;
    }
    .aboutus .about-cols {
        padding: 10px 0 0 10px;
    }
    .aboutus .about-col {
        margin: 0 10px 10px 0;
    }
}

@media (max-width:393px) {
    .aboutus .container {
        height: 600px;
    }
    .aboutus .about-lists {
        width: 375px;
        margin: 440px auto 0 auto;
    }
    .aboutus .about-cols {
        padding: 10px 0 0 1px;
    }
    .aboutus .about-col {
        margin: 0 1px 10px 0;
    }
}

.product {
    width: 100%;
    background: #FFF;
    text-align: center;
}

.product .product-tit {
    position: relative;
    font-size: 90px;
    color: #43443e;
    line-height: 110px;
    display: inline-block;
}

.product .product-tit span {
    color: #0574bb;
}

.product .product-tit:after {
    content: "";
    background-color: #43443e;
    width: 40px;
    display: inline-block;
    position: absolute;
    height: 5px;
    left: 70px;
    top: 0;
}

.product .product-hr {
    width: 1200px;
    height: 25px;
    margin: 0 auto 45px auto;
    border-bottom: 1px solid #ccc;
}

.product .container {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    background: #f4f4f4;
    position: relative;
}

.product .corner-block {
    position: absolute;
    right: 0;
    top: 0;
    background: #f4f4f4;
    width: 33px;
    height: 25px;
    border: 8px solid #FFF;
}

.product .product-itembox {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .slider_box {
    display: block;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product .slider_box img {
    display: block;
}

.product .wmuSliderPrev {
    display: none;
}

.product .wmuSliderNext {
    position: absolute;
    top: 305px;
    right: 55px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-indent: -30000px;
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
    background: url("../images/index_btnright.png") no-repeat;
    background-size: 100% 100%;
}

.product .bdbd {
    display: none;
}

.product .item-img {
    float: left;
    *display: inline;
    padding: 35px 40px;
}

.product .item-con {
    text-align: left;
    width: 490px;
    overflow: hidden;
    padding: 90px 30px 0 30px;
    float: left;
    *display: inline;
    position: absolute;
    top: 0px;
    left: 563px;
}

.product .item-con h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 38px;
    line-height: 60px;
    border-bottom: 1px solid #43443e;
    color: #43443e;
}

.product .item-desc {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #43443e;
    line-height: 26px;
    padding-top: 5px;
}

.product .item-txt {
    width: 100%;
    padding-top: 35px;
    line-height: 20px;
    font-size: 14px;
}

.product .item-txt span {
    display: block;
    vertical-align: top;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #c0c0c0;
    background: url("/images/m147/index_producticon.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .item-button {
    display: block;
    width: 160px;
    height: 40px;
    margin-top: 40px;
}

.product .btn-left {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    background: #0574bb;
    float: left;
    *display: inline;
}

.product .btn-right {
    background: #ff4d5e;
    width: 40px;
    height: 40px;
    float: left;
    *display: inline;
    position: relative;
}

.product .btn-right:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 13px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    border-right: 9px solid transparent;
    transform: rotate(90deg);
}

.product .btn-right:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 11px;
    width: 0;
    height: 0;
    margin: -1px 0 0;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #ff4d5e;
    border-right: 9px solid transparent;
    transform: rotate(90deg);
}

@media (max-width:1200px) {
    .product .slider_box img {
        display: block;
        width: 100%;
    }
    .product .product-hr {
        width: 645px;
    }
    .product .container {
        width: 645px;
        height: 800px;
    }
    .product .wmuSliderNext {
        top: 680px;
    }
    .product .item-con {
        width: 470px;
        overflow: hidden;
        padding: 0 40px;
        position: relative;
        left: 0px;
    }
}

@media (max-width:806px) {
    .product .product-tit {
        font-size: 70px;
        line-height: 90px;
    }
    .product .product-tit:after {
        width: 35px;
        left: 53px;
    }
}

@media (max-width:645px) {
    .product .product-tit {
        font-size: 50px;
        line-height: 70px;
    }
    .product .product-tit:after {
        width: 25px;
        left: 38px;
    }
    .product .product-hr {
        width: 350px;
    }
    .product .container {
        width: 100%;
    }
    .product .item-img {
        width: 88%;
        padding: 35px 6%;
    }
    .product .wmuSliderNext {
        top: 50%;
        right: 6%;
    }
    .product .item-con {
        width: 74%;
        overflow: hidden;
        padding: 60px 6% 0 6%;
    }
}

@media (max-width:415px) {
    .aboutus .about-col img {
        width: 265px;
        /* height: 373px; */
    }
    .product .product-tit {
        font-size: 40px;
        line-height: 60px;
    }
    .product .product-tit:after {
        width: 22px;
        left: 30px;
    }
}

@media (max-width:375px) {
    .product .wmuSliderNext {
        top: 40%;
        right: 6%;
    }
}

.hotsale {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    background: url("../images/index_hotsalebg.jpg") repeat-y top center;
}

.hotsale .hotsale-hr {
    width: 1200px;
    height: 70px;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #ccc;
}

.hotsale .hotsale-lists {
    width: 1200px;
    margin: 0 auto;
}

.hotsale .hotsale-lists ul {
    width: 1215px;
}

.hotsale .list-box {
    float: left;
    *display: inline;
    margin: 0 15px 15px 0;
    overflow: hidden;
}

.hotsale .list-box1 {
    width: 390px;
    height: 780px;
    background: #FFF;
}

.hotsale .list-box2 {
    width: 415px;
    height: 105px;
    text-align: center;
}

.hotsale .list-box3 {
    width: 415px;
    height: 660px;
    position: relative;
    background: #f0f0f0;
}

.hotsale .list-box3 .list-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hotsale .list-box4 {
    width: 365px;
    height: 225px;
    background: #0574bb;
    margin-top: -120px;
    display: table;
}

.hotsale .list-box5 {
    width: 365px;
    height: 540px;
    background: #FFF;
}

.hotsale .list-txt {
    width: 100%;
}

.hotsale .list-txt h4 {
    font-size: 28px;
    line-height: 40px;
    color: #43443e;
    padding: 25px 30px 0 30px;
    font-weight: normal;
}

.hotsale .list-txt p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 30px;
    color: #c0c0c0;
}

.hotsale .hotsale-tit {
    position: relative;
    font-size: 70px;
    color: #43443e;
    height: 105px;
    line-height: 105px;
    display: inline-block;
}

.hotsale .hotsale-tit span {
    color: #0574bb;
}

.hotsale .hotsale-tit:after {
    content: "";
    background-color: #43443e;
    width: 35px;
    display: inline-block;
    position: absolute;
    height: 4px;
    left: 60px;
    top: 0;
}

.hotsale .box4-txt {
    vertical-align: middle;
    display: table-cell;
    padding: 0 10%;
}

.hotsale .box4-txt span {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #FFF;
}

.hotsale .box4-button {
    margin-top: 20px;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

@media (max-width:1200px) {
    .hotsale .hotsale-hr {
        width: 820px;
    }
    .hotsale .hotsale-lists {
        width: 820px;
    }
    .hotsale .hotsale-lists ul {
        width: 835px;
    }
    .hotsale .list-box4 {
        width: 390px;
        height: 540px;
        background: #0574bb;
        margin-top: 0;
        display: table;
    }
    .hotsale .list-box5 {
        width: 415px;
        height: 540px;
        background: #FFF;
    }
    .hotsale .list-box5 .list-img {
        width: 365px;
        margin: 0 auto;
    }
}

@media (max-width:820px) {
    .hotsale .hotsale-hr {
        width: 415px;
    }
    .hotsale .hotsale-lists {
        width: 415px;
    }
    .hotsale .hotsale-lists ul {
        width: 430px;
    }
    .hotsale .list-box1 {
        width: 415px;
        height: 780px;
        background: #FFF;
        margin-top: 360px;
    }
    .hotsale .list-box1 .list-img {
        width: 390px;
        margin: 0 auto;
    }
    .hotsale .list-box2 {
        margin-top: -1140px;
    }
    .hotsale .list-box4 {
        width: 415px;
        height: 225px;
        margin-top: -1710px;
    }
    .hotsale .list-box5 {
        width: 415px;
        height: 540px;
        background: #FFF;
    }
}

@media (max-width:413px) {
    .hotsale .hotsale-lists {
        width: 100%;
    }
    .hotsale .hotsale-lists ul {
        width: 100%;
    }
    .hotsale .list-box1 {
        margin-right: 0;
    }
    .hotsale .list-box1 {
        width: 100%;
        height: 780px;
        background: #FFF;
        margin-top: 360px;
    }
    .hotsale .list-box1 .list-img {
        width: 100%;
    }
    .hotsale .list-box2 {
        width: 100%;
        margin-top: -1140px;
        text-align: center;
    }
    .hotsale .hotsale-tit {
        position: relative;
        font-size: 60px;
        color: #43443e;
        height: 105px;
        line-height: 105px;
        display: inline-block;
    }
    .hotsale .hotsale-tit span {
        color: #0574bb;
    }
    .hotsale .hotsale-tit:after {
        content: "";
        background-color: #43443e;
        width: 30px;
        display: inline-block;
        position: absolute;
        height: 4px;
        left: 50px;
        top: 0;
    }
    .hotsale .list-box3 {
        width: 100%;
    }
    .hotsale .list-box4 {
        width: 100%;
        height: 225px;
        margin-top: -1710px;
    }
    .hotsale .list-box5 {
        width: 100%;
        height: 540px;
        background: #FFF;
    }
}