﻿@charset "utf-8";
@import url('//at.alicdn.com/t/font_1282266_h7aj8ogmpkq.css');
/**
   [XLOVE] (C)2010-2099 OELOVE.COM Inc.
   遵义携购科技
   微信：13595261078
*/
body {
    font-size: 14px;
    font-family: "Microsoft Yahei",arial,"Hiragino Sans GB","Hiragino Sans GB W3",宋体,simsun;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    background: #EDEFF5;
}

html, body, div, iframe, p, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, label, button, a {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei",arial,helvetica,sans-serif;
    outline: none;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, form {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft Yahei",arial,"Hiragino Sans GB","Hiragino Sans GB W3",宋体,simsun;
}

img {
    border: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff0d53;
    text-decoration: none;
}

a:active {
    color: #666;
    text-decoration: none;
}

.clear {
    clear: both;
}

i, em, s {
    font-style: normal;
}

a, texterea, input {
    outline: none;
}



.clear {
    clear: both;
}

img:not([src]), img[src=""] {
    opacity: 0;
}

html[xmlns] .clearfix {
    display: block;
}

.clearfix {
    zoom: 1;
}

ul, li {
    list-style: none;
}

.main_box, .frameW, .crumbs_box {
    width: 1200px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

img {
    vertical-align: top;
}

button {
    border: none;
    background: none;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, .bold {
    font-weight: bolder;
}

h1, .font1 {
    font-size: 24px;
}

h2, .font2 {
    font-size: 18px;
}

h3, .font3 {
    font-size: 16px;
}

h4, .font4 {
    font-size: 14px;
}

h5, .font5 {
    font-size: 12px;
}

.font6 {
    font-size: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

img {
    border: 0px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, .underline {
    text-decoration: none;
}

.default, a.default:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
/**=透明层**/
.overlay {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: 0.6;
    opacity: .6 !important;
}
/**省略号 注入相应的宽度**/
.text-overflow {
    width: 200px;
    height: 20px;
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
    /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.mt10 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.over {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.b {
    width: 1200px;
    margin: 50px auto 120px;
    overflow: hidden;
}

    .b li {
        width: 23%;
        float: left;
        margin: 1%;
    }

        .b li img {
            height: 100%;
        }

        .b li div {
            text-align: center;
        }

        .b li p {
            color: #6d6d6d;
            border-top: 1px solid #ccc;
            margin-top: 5px;
            padding-top: 5px;
            font-size: 14px;
        }
/*分页*/
/*样式1*/
.cn_page {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

    .cn_page a {
        display: inline-block;
        background: #fff;
        margin: 0px 2px;
        padding: 0px 10px;
        border: 1px solid #d3d3d3;
    }

        .cn_page a._current, .cn_page a:hover {
            background: #ff0d53;
            border: 1px solid #ff0d53;
            color: #fff;
        }

    .cn_page span {
        display: inline-block;
    }

/*样式2*/
.page1 {
    padding-top: 30px;
}

.pagecode {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

    .pagecode a {
        display: inline-block;
        padding: 0px 10px;
        border: 1px solid #fff;
        margin: 0px 2px;
        line-height: 28px;
        height: 28px;
        border-radius: 2px;
        background: #fff;
    }

        .pagecode a.on, .pagecode a:hover {
            background: #ff0d53;
            color: #fff;
            border: 1px solid #ff0d53;
        }

/*内容筛选分类*/
.listtype {
    margin: 0px;
    padding: 0px;
}

    .listtype h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        border-bottom: 2px solid #ebebeb;
        margin-bottom: 15px;
        margin-top: 10px;
    }

        .listtype h3 span {
            display: inline-block;
            border-bottom: 2px solid #f00;
        }

    .listtype a {
        display: inline-block;
        font-size: 14px;
        width: 46%;
        text-align: center;
        line-height: 35px;
        margin: 0px 4px 15px 2px;
        display: inline-block;
        text-align: center;
        margin: 0px 2px 15px 2px;
        display: inline-block;
        line-height: 34px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        border: 1px solid #dedede;
        background: #f8f8f8;
    }

        .listtype a.current, .listtype a:hover {
            background-image: linear-gradient(160deg, #ff517c 20%,#ff003e 80%);
            color: #fff;
            border: 1px solid #ff0d53;
        }

/*下拉选项*/

div.select {
    float: left;
    position: relative;
    margin: 0px 6px;
    border-radius: 2px;
}

    div.select span {
        display: inline-block;
        padding: 0px 25px 0px 10px;
        line-height: 36px;
        height: 36px;
        position: relative;
        z-index: 0;
        border: 1px solid #dbdbdb;
        background: #fff;
        border-radius: 2px;
        font-size: 15px;
    }

div.select_input {
    width: 100%;
    position: relative;
}

    div.select_input .input_wrap {
        position: relative;
    }

        div.select_input .input_wrap span {
            width: 100%;
            height: 35px;
            padding-right: 30px;
            padding-left: 10px;
            cursor: pointer;
            display: block;
            line-height: 35px;
            border: 1px solid #e6e6e6;
            background-color: #fff;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            color: #999;
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
        }

            div.select_input .input_wrap span.current {
                color: #333;
            }

        div.select_input .input_wrap .triangle {
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -3px;
            cursor: pointer;
            border: 6px solid transparent;
            border-top-color: #c2c2c2;
        }

    div.select_input .list {
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 1000;
    }

        div.select_input .list ul {
            padding: 8px 0;
            border: 1px solid #ebebeb;
            box-sizing: border-box;
            background: #fff;
            max-height: 300px;
            overflow-y: auto;
            margin-top: 4px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }

    div.select_input ul li {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 10px;
        line-height: 36px;
        color: #666;
        cursor: pointer;
    }

        div.select_input ul li:hover {
            background: #ff0d53;
            color: #fff;
        }

        div.select_input ul li.current {
            background: #ff0d53;
            color: #fff;
        }
/*内容主题*/
.marry_toptitle {
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

    .marry_toptitle span {
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

        .marry_toptitle span i {
            display: inline-block;
            border-bottom: 3px solid #ff0d53;
            position: absolute;
            left: 50%;
            width: 20px;
            margin-left: -10px;
            bottom: 0px;
        }
