﻿@charset "utf-8";
/* CSS Document */
.index-wrap {
    background: #fff; /*#f0f0f0*/
    padding: 20px 0 40px
}

.swBanner {
    width: 1180px;
    margin: 0 auto;
    height: 397px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.banContain {
}

.banList {
    position: relative
}

    .banList li {
        float: left;
        width: 1180px;
    }

.swBanner .banBot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/default/banbot-bg.png") repeat-x
}

    .swBanner .banBot h4 {
        font-size: 14px;
        color: #fff;
        padding: 0 20px
    }

.swBanner .small-d {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 100%;
}

    .swBanner .small-d a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 5px;
        background: url("../images/default/small-dbg.png") no-repeat -45px center
    }

        .swBanner .small-d a.curr, .swBanner .small-d a:hover {
            background-position: 0px center
        }

.swBanner .banB {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px
}

.swBanner .leftB {
    background: url("../images/home/leftB.png") no-repeat center;
    left: 0px
}

.swBanner .rightB {
    background: url("../images/home/rightB.png") no-repeat center;
    right: 0px
}

.swBanner .banB:hover {
    opacity: 0.8;
}

.index-main {
    width: 1180px;
    margin: 0 auto;
}

.sort-contain {
    background: #fff;
    margin-bottom: 20px;
    width: 1180px;
    float: left;
}

.sort-hd {
    padding-bottom:25px;
}

    .sort-hd li {
        float: left;
        width: 20%;
    }

        .sort-hd li:first-child a {
            border-left: none
        }

        .sort-hd li a {
            display: block;
            height: 50px;
            background: #B22222; /*#f7f8fa*/
            line-height: 50px;
            text-align: center;
            font-size: 18px;
            color: #fff; /*#53628c*/
            border-right: none;
        }

            .sort-hd li a.cur {
                background: #fff; /*#fff*/
                border-top: 3px solid #53628c;
                height: 50px;
                line-height: 50px
            }

            .sort-hd li a:hover {
                background: #F0F8FF; /*#fff*/
                color: black; /*#53628c*/
            }

.sortBody {
}

.sort-it {
    display: none
}


.sortList {

    margin-top:20px;
}

    .sortList li {
        background: #fafbfc;
        padding: 25px 5px; /*padding: 25px 20px;*/
    }

        .sortList li.l-odd {
            background: #fff;
            /*margin-bottom:30px;*/
        }

.sortList a {
    display: block;
    position: relative;
    height: 150px
}

    .sortList a:last-child {
        height: 175px;
    }

.sortList .imgC {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;/*219 220*/
    height: 146px;
    overflow: hidden
}

    .sortList .imgC img {
        transition: all 0.3s ease 0s
    }

.sortList .imgT {
    padding: 0 12px 0 245px;
    height: 150px;
    font-size:12px;
}

    .sortList .itit {
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e6eb;
       width:85%;
    }

    .sortList .itit h4 {
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        font-size: 14px;
        color: #53628c;
    }

    .sortList .itit .i-data {
        font-size: 12px;
        color: #a0a3ab;
        font-family: Microsoft YaHei
    }

    .sortList .imgD {
        position: relative;
        padding-top: 10px;
        text-align: left;
        font-size: 12px;
    }

    .sortList .imgD p {
        line-height: 21px;
        font-size: 12px;
        color: #777;
        width:85%;
        text-align:left;
    }

    .sortList .imgD .d-btn {
        margin-top: 14px;
        text-align: right
    }

        .sortList .imgD .d-btn span {
            display: inline-block;
            width: 90px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            border: 1px solid #dcdcde;
            font-size: 12px;
            color: #798095;
            margin-right: 25px
        }

.sortList a:hover .imgD .d-btn span {
    background: #606e90;
    color: #fff;
    border-color: #606e90
}

.sortList a:hover .imgC img {
    transform: scale(1.35)
}

.tj-hd {
    height: 50px;
    background: #505e81;
    padding: 0 20px;
    position: relative
}

    .tj-hd h4 {
        font-size: 18px;
        color: #fff;
        line-height: 50px;
    }

    .tj-hd .area-sort {
        position: absolute;
        right: 20px;
        top: 2px;
        height: 48px;
    }

.area-sort a {
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    margin-right: 1px
}

    .area-sort a.cur, .area-sort a:hover {
        background: #fff;
        color: #53628c;
    }

.tj-main {
    padding: 15px 20px 20px;
    background: #fff;
}

.t-Item {
    display: none
}

.sex-sort {
    position: relative;
    border-bottom: 1px solid #f5f7fa;
    height: 40px;
}

    .sex-sort a.more-B {
        position: absolute;
        right: 0px;
        bottom: 10px;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        border: 1px solid #b9c2da;
        font-size: 12px;
        color: #3d5699;
        background: #f5f7fa
    }

    .sex-sort li {
        float: left;
        margin-right: 25px
    }

        .sex-sort li.cur a, .sex-sort li a:hover {
            border-bottom: 2px solid #53628c;
            color: #53628c
        }

        .sex-sort li a {
            display: block;
            font-size: 16px;
            color: #94969c;
            line-height: 39px;
            text-align: center;
            padding: 0 20px
        }

            .sex-sort li a i {
                display: inline-block;
                margin-right: 5px;
                vertical-align: middle
            }

        .sex-sort li .ic-male {
            width: 14px;
            height: 16px;
            background: url("../images/default/ic-male.png") no-repeat center
        }

        .sex-sort li .ic-female {
            width: 11px;
            height: 16px;
            background: url("../images/default/ic-female.png") no-repeat center
        }

        .sex-sort li .ic-mixed {
            width: 19px;
            height: 16px;
            background: url("../images/default/ic-mixed.png") no-repeat center;
        }

.sexItem {
    display: none
}

.sch-row {
}

.row1 {
    background: #fff;
}

.row2 {
    background: #fafbfc;
}

.sch-item {
    float: left;
    width: 25%;
    height: 100px;
    padding: 25px 0px
}

    .sch-item a {
        position: relative;
        display: block
    }

    .sch-item .sch-logo {
        position: absolute;
        top: 0px;
        left: 10px;
        width: 100px;
        height: 100px;
    }

    .sch-item .sch-intr {
        padding-left: 125px
    }

.sch-intr h4 {
    font-size: 14px;
    color: #53628c;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.sch-intr h6 {
    font-size: 12px;
    color: #616266;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    overflow: hidden
}

.sch-intr .btn-detial {
    margin-top: 20px
}

    .sch-intr .btn-detial span {
        display: inline-block;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #dcdcde;
        font-size: 14px;
        color: #798095;
    }

.sch-item a:hover .sch-intr .btn-detial span {
    background: #606e90;
    color: #fff;
    border-color: #606e90
}

.other {
    background: #fff;
    padding: 30px 20px
}

.other-item {
    float: left;
    width: 25%;
    text-align: center;
}

    .other-item a {
        display: block;
        border-left: 1px dotted #ccc
    }

    .other-item:first-child a {
        border: none
    }

    .other-item a img {
        margin-right: 12px;
    }

    .other-item .otxt {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        text-align: left;
    }

.otxt h6 {
    font-size: 16px;
    color: #53628c;
}

.otxt span {
    font-size: 12px;
    color: #a3a5aa;
}

.other-item a:hover img {
    opacity: 0.8
}

.other-item a:hover .otxt span {
    color: #53628c
}

.offer {
    background: #fff;
    height: 430px;
    position: relative;
    margin: 20px 0;
}

.offercon {
    height: 430px;
    width: 1180px;;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

.offerleft {
    width: 36%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 10px 30px;
}

.offerright {
    width: 700px;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
}

.offercon h2 {
    color: #505e81;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.offercon em {
    font-size: 12px;
    margin: 8px 0;
    display: inline-block;
    color: #505e81;
}
/*.offercon em:first-of-type{color:#28b7e5}
.offercon em:last-of-type{color:#337ab7;}*/
.offercon .em1:after {
    content: "";
    background: #505e81;
    font-weight: bold;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
}

.offerleft .offerleftbot {
    width: 200px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.offerleft .offerlefttop .offerleftbot p {
    width: 200px;
}

.offerleft .offer-item {
    margin: 10px;
}

    .offerleft .offer-item .offerlefttop {
        display: block;
        width: 350px;
    }

        .offerleft .offer-item .offerlefttop img {
            margin: 10px 0;
            display: inline-block;
        }

.offerleft .offer-list span {
    color: #505e81;
    font-weight: bold
}

.offerleft .offer-list p {
    color: #777;
    font-size: 14px;
}

.offerleft .offerlefttop p {
    width: 350px;
    margin: 5px 0;
}

.swoffer {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 430px;
}

.offerleftcon {
    margin-bottom: 80px;
}

    .offerleftcon .offer-ft {
    }

.offerright .offerrightcon {
    position: relative;
    padding: 30px 0 10px;
}

.offerright .offerright-t {
    font-size: 14px;
    padding: 5px 16px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    border-bottom: none;
}
    /*.offerright .offerright-t:nth-of-type(1){background: #26abd9;color:#fcfcfc;}*/
    .offerright .offerright-t img {
        float: right;
        line-height: 30px;
        height: 15px;
        display: none;
    }

.offerright .offerright-b {
    height: 270px;
    width: 668px;
    position: absolute;
    top: 70px;
    right: 30px;
    overflow-y: scroll;
    display: none;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.offerright .offerright-bitem {
}

    .offerright .offerright-bitem li {
        padding: 5px 0;
    }
    /*.offerright .offerright-bitem li:nth-of-type(1){background: #26abd9;color:#fcfcfc;position: fixed;top: 35px;width: 500px;font-weight: bold;}*/
    .offerright .offerright-bitem span {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

        .offerright .offerright-bitem span:nth-of-type(1) {
            width: 25%;
        }

        .offerright .offerright-bitem span:nth-of-type(2) {
            width: 48%;
        }

        .offerright .offerright-bitem span:nth-of-type(3) {
            width: 25%;
        }

    .offerright .offerright-bitem a {
        color: #222222;
    }

.commnets {
    float: left;
    margin-left: 10px;
    width: 310px;
    background: #ffffff;
}

.clear {
    clear: both;
}

.commnets-hd {
    background: #5d6a94;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fffaff;
}

    .commnets-hd h2 {
        background: url("../images/pinglun.png") no-repeat left center;
        padding-left: 40px;
        margin-left: 10px;
    }

.comments-bd {
    margin: 20px;
    font-size: 14px;
    color: #818181;
    overflow: hidden;
    height: 410px;
}

    .comments-bd li {
        margin: 0 0 30px;
    }

    .comments-bd .commnets-name {
        margin: 10px 0;
        text-align: right;
    }


.fanghua {
    width: 1180px;;
    margin: 20px auto;
    background: #ffffff;
}

    .fanghua .fanghuacon h2 {
        background: url("../images/fanghua.png") no-repeat 10px center;
        background-color: #5d6a94;
        height: 52px;
        padding-left: 55px;
        line-height: 52px;
        color: #ffffff;
        font-size: 18px;
    }

    .fanghua ul {
        width: inherit;
    }

    .fanghua li {
        float: left;
        width: calc(100% /3);
    }

        .fanghua li .left {
            display: inline-table;
            padding: 0;
            vertical-align: bottom;
            overflow: hidden
        }

            .fanghua li .left img {
                margin-left: 20px;
            }

        .fanghua li .right {
            display: inline-block;
            margin-top: 20px;
        }

            .fanghua li .right h3 {
                color: #3d3d3d;
                font-size: 16px;
                font-weight: bold;
                margin: 10px 0;
                line-height: 25px;
            }

            .fanghua li .right a {
                display: inline-block;
                padding: 8px 10px;
                background: #9f1a49;
                font-size: 14px;
            }

        .fanghua li p {
            color: #303030;
            font-size: 14px;
            margin: 15px 30px 20px;
        }

