﻿@charset "utf-8";
/*全局*/
html {
    font-size: 14px;
    line-height: 1.428;
}

body, div, section, article, header, nav, footer, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span, img, form, fieldset, legend, input, button, textarea, blockquote, th, td, menu, figure, dir, sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: "微软雅黑","Helvetica Neue",Tohoma;
    background: #f5f5f5;
    color: #444;
    font-size: 100%;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #666;
}

button, a, input {
    outline: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /*兼容IE6*/
}

ul, li {
    list-style-type: none;
}

.hide {
    display: none;
}

* {
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.Rdown {
    width: auto;
}

/*首页*/
.contain {
    width: 1202px;
    margin: 0 auto;
}

.vipnews {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}

    .vipnews .zixun {
        float: left;
        font-size: 12px;
        color: #4d4d4d;
        font-weight: bold;
        padding-left: 20px;
        background: url(../images/zixun.png) no-repeat center left;
    }

    .vipnews .vipnews-list {
        width: 1000px;
        position: absolute;
        left: 80px;
    }

        .vipnews .vipnews-list li {
            width: 500px;
            height: 40px;
            float: left;
            font-size: 12px;
            white-space: nowrap; /*禁止换行*/
            overflow: hidden;
            text-overflow: ellipsis; /*文字超出时用省略号代替*/
        }

            .vipnews .vipnews-list li a {
                color: #4d4d4d;
            }

    .vipnews .more {
        float: right;
        font-size: 12px;
        color: #8c8c8c;
    }


.vipbanner {
    height: 500px;
    background: url(../images/bg.jpg) no-repeat center;
    border-radius: 10px;
}

.vipsearch {
    position: relative;
}

    .vipsearch select {
        top: 25px;
        left: 65px;
        position: absolute;
        border: none;
        width: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #343434;
    }

    .vipsearch input.viptext1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-top: 20px;
        background: #fff url(../images/search.png) no-repeat left center;
        background-position: 20px;
        padding: 0 295px 0 180px;
        color: #343434;
    }

    .vipsearch input.viptext {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-top: 20px;
        background: #fff url(../images/search.png) no-repeat left center;
        background-position: 20px;
        padding: 0 295px 0 60px;
        color: #343434;
    }

    .vipsearch img {
        position: absolute;
        right: 210px;
        top: 35px;
    }

    .vipsearch .vipsubmit {
        font-size: 24px;
        color: #fff;
        width: 178px;
        height: 58px;
        text-align: center;
        background: #ff6f00;
        position: absolute;
        right: 0;
        top: 21px;
        cursor: pointer;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.list {
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
    box-sizing: content-box;
}

    .list .list-title {
        padding: 15px 25px;
        font-size: 18px;
        color: #646464;
        border-bottom: 1px solid #e5e5e5;
    }

        .list .list-title .more {
            float: right;
            font-size: 12px;
            color: #8c8c8c;
            margin-top: 8px;
        }

        .list .list-title .select {
            color: #8c8c8c;
            font-size: 14px;
            margin-left: 25px;
        }

.listul li {
    width: 241px;
    height: 300px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
}

    .listul li:nth-of-type(5n) {
        border-right: 0;
    }

    .listul li .jingxuan {
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 10;
    }

    .listul li h5 {
        font-size: 30px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .listul li h5 span {
            font-size: 20px;
        }

    .listul li p {
        text-align: left;
        color: #afafaf;
        margin-top: 15px;
        height: 60px;
        overflow: hidden;
    }

    .listul li .price {
        font-size: 24px;
        color: #ec1414;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .listul li .price .now-price {
            font-size: 14px;
            color: #333;
        }

        .listul li .price .rmb {
            font-size: 14px;
        }

    .listul li .buy {
        display: block;
        width: 170px;
        height: 40px;
        line-height: 40px;
        color: #4d4d4d;
        background: #eeeeee;
        border: 1px solid #e5e5e5;
        margin: 0 auto;
        border-radius: 4px;
        margin-top: 20px;
    }

.listx {
    padding: 15px 25px;
}

    .listx h5 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        color: #666;
    }

    .listx p {
        color: #646464;
    }

/*底部*/
.bottom {
    width: 100%;
    height: 315px;
    background: #333333;
    margin-top: 40px;
}

    .bottom .bottomx {
        width: 1200px;
        height: 235px;
        margin: 0 auto;
        padding: 30px 0 0 57px;
    }

.bottom-m {
    display: none;
}
.bottomx .contact  ul li{
    float: left;
    width: 160px;
    text-align: center;
    margin-left: 22px;
}
.bottomx .contact  ul li img{
    width: 150px;
    height: 150px;
    background: #fff;
    border:5px solid #fff
}

.bottomx .contact  ul li p{ color: #fff; margin-top: 10px;}

.jjr {
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    color: #eee;
    margin-bottom: 5px;
    width: 35px;
}

.jjrx {
    float: left;
    margin-bottom: 5px;
}

.ewm {
    margin-top: 30px;
    padding-right: 70px;
    float: left;
   
}

.tel {
    float: left;
    padding: 17px 0 17px 40px;
    margin-left: 68px;
    border-left: 1px solid #636363;
}

    .tel .telx {
        font-size: 24px;
        color: #f5f5f5;
        width: 230px;
        padding-left: 55px;
    }

        .tel .telx h5 {
            font-size: 14px;
        }

.kefu {
    background: url(../images/tel.png) center left no-repeat;
}

.qiye {
    background: url(../images/qq.png) center left no-repeat;
    margin-top: 20px;
}

.bottom .bottoms {
    background: #434343;
    height: 80px;
    padding: 25px 0;
    text-align: center;
}

    .bottom .bottoms p {
        color: #979797;
        font-size: 12px;
    }


.retop {
    width: 50px;
    height: 50px;
    background: url(../images/retop.jpg) no-repeat center;
    position: fixed;
    left: 85%;
    top: 90%;
    cursor: pointer;
}

.mvipbanner {
    width: 100%;
    display: none;
}

.mfooter {
    display: none;
    width: 100%;
    height: 90px;
    padding-top: 25px;
    font-size: 14px;
    background: #434343;
    color: #979797;
    text-align: center;
    margin-top: 20px
}

.bottom-right {
    line-height: 80px;
    vertical-align: middle;
    float: right;
    text-align: right;
}

.btn-orange {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 1rem;
    font-size: 0.5rem;
    background: #ff7200;
    color: #fff;
    font-size: 20px;
}

/*所有hover效果***************************************************************/
@media only screen and (min-width:769px) {
    .vipnews .vipnews-list li a:hover {
        color: #ff7200;
        text-decoration: underline;
    }

    .listul li:hover {
        box-shadow: 0 0 38px rgba(0,0,0,.08) inset;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
    }

        .listul li:hover > h5 {
            color: #ff7200;
            transition: all .15s ease;
        }

        .listul li:hover > .buy {
            background: #fe8431;
            color: #fff;
            transition: all .15s ease;
            border: 1px solid #fe8431;
        }

    .retop:hover {
        background: url(../images/retop2.jpg) no-repeat center;
    }
}

.current-location {
    height: 60px;
    line-height: 60px;
    color: #646464;
    font-size: 12px;
}

    .current-location a {
        color: #3a58ad;
    }

        .current-location a:hover {
            color: #ff7200;
        }

/*自适应样式*********************************************************************/
@media only screen and (min-width:320px) and (max-width: 768px) {

    .bottom-right {
        width: 100%;
        text-align: center;
    }

    .layout .side-navtit li.zhuanti-none, .layout .tip {
        display: block;
        margin: 10px 10px 0 10px;
    }

    .current-location {
        padding-left: 10px;
        line-height: 40px;
        height: auto;
    }

    .contain {
        width: 100%;
    }

        .contain .sxx img {
            padding: 0 10px 0 10px;
            width: 100%;
            height: auto;
        }

    .vipnews {
        display: none;
    }

    .vipbanner {
        display: none;
    }

    .mvipbanner {
        padding: 0 10px 0 10px;
        display: block;
    }

    .list {
        margin: 10px 10px 0 10px;
    }


    .listul li {
        width: 50%;
        height: auto;
    }

        .listul li p {
            height: 35px;
        }

        .listul li:nth-of-type(5n) {
            border-right: 1px solid #e5e5e5;
        }

        .listul li:nth-of-type(2n) {
            border-right: 0;
        }

        .listul li .buy {
            width: 90%;
        }

    .listul li {
        padding: 20px 10px 15px 10px;
    }

        .listul li h5 {
            font-size: 18px;
            font-weight: bold;
        }

            .listul li h5 span {
                font-size: 15px;
            }

        .listul li p {
            text-align: center;
        }

        .listul li .price {
            font-size: 18px;
            font-weight: bold;
        }

    .bottom {
        display: none;
    }

    .bottom-m {
        display: block;
        height: auto;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        float: left;
        font-size: 12px;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }

    .midian-more {
        width: auto;
        margin: 10px 10px 0 10px;
    }

    .mfooter {
        display: block;
    }

    .retop {
        width: 40px;
        height: 40px;
        background: url(../images/moblie_top.png) no-repeat center;
        background-size: cover;
        left: auto;
        right: 10px;
        z-index: 999999;
        margin-left: 0;
    }

    .vipsearch {
        margin-left: 10px;
        padding-right: 10px;
    }

        .vipsearch select {
            left: 8px;
            height: 30px;
            width: 80px;
            line-height: 30px;
            font-size: 14px;
            background: #fff;
        }

        .vipsearch input.viptext1 {
            height: 40px;
            line-height: 40px;
            padding: 0 156px 0 90px;
            background: #fff;
        }

        .vipsearch input.viptext {
            height: 40px;
            line-height: 40px;
            padding: 0 166px 0 60px;
        }

        .vipsearch img {
            height: 24px;
            position: absolute;
            right: 98px;
            top: 30px;
        }

        .vipsearch .vipsubmit {
            font-size: 18px;
            color: #fff;
            width: 80px;
            height: 39px;
            text-align: center;
            background: #ff6f00;
            position: absolute;
            right: 10px;
            top: 20px;
            cursor: pointer;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .vipresult {
        margin-left: 10px
    }
}

@media only screen and (min-width:320px) and (max-width: 350px) {
    .listul li {
        width: 100%;
    }

    .listul li {
        margin-left: 0;
        border-left: 0;
        border-right: 0;
    }
}

.vipresult {
    margin-top: 10px;
}
