﻿* {
    /*-webkit-touch-callout:none;
    -webkit-user-select:none;
    user-select:none;*/
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

.family-zh {
    font-family: '微软雅黑',"Helvetica Neue",Helvetica,sans-serif !important;
}

.family-en {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a, a:hover {
    outline: none !important;
    color: #333;
}

address, cite, dfn, em, var {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none !important;
}

.header,
.header > .mbNav,
.header > .logo,
.header > .toolbar,
.sidebar {
    border: 0px solid gray;
}

/*index end*/
.swiper-button-next, .swiper-button-prev {
    top: 22px;
    width: 70px;
    height: 100%;
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.swiper-pagination {
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}





.swiper-opacity {
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
/*index edn*/

/**===============第三方插件重写**/
/*.fancybox-close {
    display:none !important;
}*/
.lg-actions {
    display: none;
}
/**===============第三方插件重写end**/

/**===============公共样式**/
.mg-l-minus-15 {
    margin-left: -15px;
}

.no-mg-l {
    margin-left: 0px;
}

.no-mg-r {
    margin-right: 0px;
}

.pd-l-r-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding-r-l {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}

.no-margin-r-l {
    margin-left: 0px;
    margin-right: 0px;
}

.no-margin {
    margin: 0px;
}

.clearfix {
    clear: both;
}

/**===============公共样式**/
#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 333;
    padding: 20px 5px;
    max-height: 90px;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.8em;
    background-color: #fff;
}

#page-container,
.header {
    max-width: 1368px;
}


#page-container {
    position: relative;
    padding-top: 100px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 90px;
}
/*===============顶部*/
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 333;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0px 15px;
    background-color: #fff;
}

    .header > .mbNav,
    .header > .logo,
    .header > .toolbar {
        height: 90px;
        line-height: 90px;
    }

    /*mbNav*/
    .header > .mbNav {
        position: relative;
        z-index: 3;
        float: left;
        display: none;
    }

        .header > .mbNav > .mbNav-icon {
            position: relative;
            z-index: 1000;
            height: 100%;
        }

            .header > .mbNav > .mbNav-icon > .t,
            .header > .mbNav > .mbNav-icon > .m,
            .header > .mbNav > .mbNav-icon > .b {
                border-radius: 3px;
                -webkit-transition: all 0.6s;
                -moz-transition: all 0.6s;
                -o-transition: all 0.6s;
                transition: all 0.6s;
                background-color: black;
                width: 30px;
                height: 2px;
            }

            .header > .mbNav > .mbNav-icon > .t {
                -webkit-transform: translate(0px,27px);
                -moz-transform: translate(0px,27px);
                -ms-transform: translate(0px,27px);
                transform: translate(0px,27px);
            }

            .header > .mbNav > .mbNav-icon > .m {
                -webkit-transform: translate(0px,32px) rotate(0deg);
                -moz-transform: translate(0px,32px) rotate(0deg);
                -ms-transform: translate(0px,32px) rotate(0deg);
                transform: translate(0px,32px) rotate(0deg);
            }

            .header > .mbNav > .mbNav-icon > .b {
                -webkit-transform: translate(0px,37px);
                -moz-transform: translate(0px,37px);
                -ms-transform: translate(0px,37px);
                transform: translate(0px,37px);
            }

            .header > .mbNav > .mbNav-icon > .t.active,
            .header > .mbNav > .mbNav-icon > .m.active {
                background-color: #fff;
                -webkit-transform: translate(0px,34px) rotate(45deg);
                -moz-transform: translate(0px,34px) rotate(45deg);
                -ms-transform: translate(0px,34px) rotate(45deg);
                transform: translate(0px,34px) rotate(45deg);
            }

            .header > .mbNav > .mbNav-icon > .t.active {
                opacity: 0;
            }

            .header > .mbNav > .mbNav-icon > .b.active {
                background-color: white;
                -webkit-transform: translate(0px,32px) rotate(135deg);
                -moz-transform: translate(0px,32px) rotate(135deg);
                -ms-transform: translate(0px,32px) rotate(135deg);
                transform: translate(0px,32px) rotate(135deg);
            }

        .header > .mbNav > #mbNav {
            display: none;
            position: fixed;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            z-index: 999;
            padding-top: 70px;
            padding-left: 42px;
            padding-right: 42px;
            background-color: rgba(0,0,0,.9);
        }

            .header > .mbNav > #mbNav > ul {
            }

                .header > .mbNav > #mbNav > ul > li {
                    height: 45px;
                    line-height: 45px;
                }

                    .header > .mbNav > #mbNav > ul > li > a {
                        padding: 5px 0px;
                        color: #fff;
                    }

.search-wrap {
    margin-top: 5px;
    height: 32px;
    line-height: 32px;
}

    .search-wrap #mbSearchLink {
        color: #fff;
    }

    .search-wrap #mbSearchForm {
        display: none;
        border-bottom: 1px solid #888;
    }

    .search-wrap .search-icon,
    .search-wrap .search-input,
    .search-wrap .search-btn {
        border: 0px;
        color: #fff;
        padding: 0px;
        background-color: transparent;
    }

    .search-wrap .search-icon {
        cursor: pointer;
        padding-right: 10px;
    }

    .search-wrap .search-input {
        width: 100%;
        padding-left: 10px;
    }

    .search-wrap .search-btn {
    }
/*mbNav end*/

/*logo*/
.header > .logo {
    float: left;
    width: 200px;
    overflow: hidden;
}

    .header > .logo img {
        width: 100%;
        max-width: 200px;
    }
/*logo end*/

/*toolbar*/
.header > .toolbar {
    position: relative;
    z-index: 2;
    float: right;
}

    .header > .toolbar > ul {
        margin: 0px;
        padding: 0px;
    }

        .header > .toolbar > ul > li,
        .header > .toolbar > ul > li > a {
            color: #999;
        }

        .header > .toolbar > ul > li {
            float: right;
            text-align: center;
        }

            .header > .toolbar > ul > li > a {
                display: block;
                padding: 0px 5px;
            }

            .header > .toolbar > ul > li:first-child > a {
                padding-right: 0px;
            }

            .header > .toolbar > ul > li > a:hover,
            .header > .toolbar > ul > li > a.active {
                color: #333;
            }
/*toolbar end*/

/*pc search*/
.pc-search-wrap {
    display: none;
    position: absolute;
    top: 27px;
    left: 500px;
    right: 120px;
    height: 30px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}

    .pc-search-wrap .search-icon,
    .pc-search-wrap .search-input,
    .pc-search-wrap .search-btn {
        padding: 0px;
        border: 0px;
        border-radius: 0px;
        background-color: transparent !important;
    }

    .pc-search-wrap .search-icon {
    }

    .pc-search-wrap .search-input {
        padding-left: 5px;
        width: 100%;
    }

    .pc-search-wrap .search-btn {
        display: block;
        font-size: 12px !important;
    }

        .pc-search-wrap .search-input:hover,
        .pc-search-wrap .search-input:focus,
        .pc-search-wrap .search-btn:hover,
        .pc-search-wrap .search-btn:focus {
            border: 0px !important;
            background-color: transparent !important;
            outline: none !important;
        }
/*pc search end*/


/*===============顶部 end*/


/*===============菜单栏*/
.sidebar {
    position: fixed;
    top: 93px;
    left: inherit;
    bottom: 0px;
    z-index: 222;
    padding-left: 0px;
    width: 200px;
    height: 100%;
}

    .sidebar > ul {
        margin: 0px;
        padding: 0px;
    }

        .sidebar > ul > li {
            height: 28px;
            line-height: 28px;
        }

            .sidebar > ul > li > a {
                display: block;
                color: #333;
                font-size: 1.2em;
            }

                .sidebar > ul > li > a.active,
                .sidebar > ul > li > a:hover {
                    font-weight: 700;
                }

                .sidebar > ul > li > a:first-child {
                    /*padding-top:0px;*/
                }
/*===============菜单栏 end*/


/*===============主体内容*/
.main {
    margin-left: 200px;
    display: grid;
    overflow-x: hidden;
}
/*===============主体内容 end*/


/*---首页---*/
.indexSlide.swiper-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    height: 500px;
    max-width: 1168px;
    -webkit-transition: height 0.7s;
    -moz-transition: height 0.7s;
    -o-transition: height 0.7s;
    transition: height 0.7s;
    overflow: hidden;
}

    .indexSlide.swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
    }

    .indexSlide.swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .indexSlide.swiper-container .swiper-slide img {
            display: none;
        }
/*---首页end---*/

/*---详细页---*/
.pager > li > a {
    border: 0px !important;
}

    .pager > li > a:hover,
    .pager > li > a:focus {
        background-color: #fff;
        color: #999;
    }

.swiper-container {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 30%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 1;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
/**文章相册**/
.album-box .album-big-photo {
    margin-left: 3px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .album-box .album-big-photo > a {
        display: block;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .album-box .album-big-photo > a:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        .album-box .album-big-photo > a > img {
            width: 100%;
            height: auto;
            /*max-height: 350px;*/
            display: none;
        }

.album-box > .albtm-thumbnail-photo {
    margin-left: -3px;
}

    .album-box > .albtm-thumbnail-photo > ul {
    }

        .album-box > .albtm-thumbnail-photo > ul > li {
            overflow: hidden;
            float: left;
            width: 158.5px;
            height: 98.5px;
            padding: 0px 0px 2px 2px;
        }

            .album-box > .albtm-thumbnail-photo > ul > li > a {
                display: inline-block;
                width: 100%;
                height: 98px;
                line-height: 98px;
                background-size: cover;
                background-position: center;
                overflow: hidden;
            }

                .album-box > .albtm-thumbnail-photo > ul > li > a > img {
                    width: 100%;
                    height: 100%;
                    display: none;
                }
/**手机大图浏览**/
.mb-large {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}

    .mb-large .large-tools {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        padding: 0px 5px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /*border-bottom:1px solid #ddd;*/
    }

        .mb-large .large-tools li {
            float: right;
            width: 30px;
            text-align: center;
        }

            .mb-large .large-tools li a {
                display: block;
                font-size: 2em;
                line-height: 34px;
                color: #666;
            }

                .mb-large .large-tools li a:hover {
                    color: #333;
                }

    .mb-large .large-img-box {
        position: absolute;
        top: 41px;
        right: 0px;
        bottom: 41px;
        left: 0px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        /*border:1px solid red;*/
    }

        .mb-large .large-img-box .large-img {
            max-width: 100%;
            max-height: 100%;
            /*padding-top:0px;*/
        }

    .mb-large .large-pager {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        /*border-top:1px solid #ddd;*/
    }
/**手机大图浏览 end**/

#album .albtm-item {
    padding: 0px;
    padding-left: 3px;
    padding-bottom: 3px;
}

#album .thumbnail {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
    text-align: center;
    max-width: 100%; /*400px;*/
    height: 120px;
    border-radius: 0;
    border: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}

    #album .thumbnail > a {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        #album .thumbnail > a:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.fancybox-skin {
    padding: 0px !important;
}

.fancybox-overlay {
    background-image: none; /*去掉原来的背景图片*/
    background-color: rgba(255,255,255,.95);
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0px;
    z-index: 8050;
    text-align: center;
    right: auto !important;
    left: 0px !important;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: 0px !important;
        padding: 4px 10px;
        background: rgba(0, 0, 0, 0.6) !important;
        border-radius: 0px !important;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        line-height: normal !important;
        white-space: nowrap;
        left: 0px;
        bottom: 0px;
        font-size: .8em;
        font-weight: initial;
    }

/*lg*/
.lg-hide-items .lg-toolbar {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
}

.lg-object .lg-image {
    height: 100% !important;
}

.lg-img-box {
    /*border:1px solid red;*/
}

.lg-outer .lg-img-box {
    position: relative;
    display: inline-block;
    height: auto !important;
    max-height: 100% !important;
}

.lg-backdrop {
    background-color: #fff;
}

#lg-counter,
.lg-toolbar .lg-icon,
.lg-toolbar .lg-icon:hover {
    color: #333;
}
.lg-outer .lg-img-wrap::before, 
.lg-outer .lg-item::before {
    content :"";
    display:block !important;
    height:0px !important;
    width:0px !important;
}
.lg-outer .lg-img-wrap {
    /*padding: 50px 0px;*/
}
.lg-img-wrap {
    padding-top:45px !important;
    padding-bottom:45px !important;
}
#lg-counter {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 9999;
    padding: 0px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /*border-top:1px solid red;*/
}
.lg-toolbar {
    background-color: #fff;
    height:45px !important;
    line-height:45px !important;
    /*border-bottom:1px solid red;*/
}
.lg-toolbar .lg-icon {
    height:45px!important;
}
.fancybox-nav span:before {
    content: "";
}

.fancybox-nav span {
    width: 27px;
    height: 35px;
    line-height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    -moz-background-size: 27px 35px;
    -webkit-background-size: 27px 35px;
    background-size: 27px 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.fancybox-prev:hover {
    background: -moz-linear-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
    /*适合 Chrome,Safari4+*/
    background: -webkit-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
    /*适合Chrome10+,Safari5.1+*/
    background: -webkit-linear-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
    /*适合Opera 11.10+*/
    background: -o-linear-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
    /*适合IE10+*/
    background: -ms-linear-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
    /*适合W3C*/
    background: linear-gradient(left,rgba(0,0,0,.05),rgba(0,0,0,0));
}

.fancybox-next:hover {
    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
    /*适合 Chrome,Safari4+*/
    background: -webkit-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
    /*适合Chrome10+,Safari5.1+*/
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
    /*适合Opera 11.10+*/
    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
    /*适合IE10+*/
    background: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
    /*适合W3C*/
    background: linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.05));
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: none;
}

.fancybox-next span {
    margin-right: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.fancybox-prev span {
    margin-left: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.fancybox-close {
    border-radius: 100%;
    background-color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    top: -17px;
    right: -17px;
}

    .fancybox-close i {
        color: #fff !important;
        font-size: 1.5em !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        text-align: center !important;
        display: block;
    }

        .fancybox-close i:before {
            content: "×" !important;
        }

.lg-outer .lg-item {
    background-position-y: calc(50% - 5px);
}

.lg-sub-html {
    display: none !important;
}

.lg-img-title {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    height: 22px;
    line-height: 22px;
    text-align: left;
    padding: 0px 15px;
    font-size: .8em;
    left: 0px;
    bottom: 0px;
    /*-moz-transition: top 0.6s;
    transition: top 0.6s;*/
    display: none;
}

.pagerWrap {
    padding: 0px;
    margin: 0px;
}

.article-box {
    margin-top: 15px;
    margin-left: -15px;
}

    .article-box > .panel {
        margin-top: 30px;
        border: 0px !important;
        background-color: #fff !important;
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    .article-box .panel-default {
    }

        .article-box .panel-default > .panel-heading,
        .article-box .panel-default > .panel-body {
            background-color: #fff;
            border: 0px;
            border-radius: 0px;
        }

        .article-box .panel-default > .panel-heading {
            padding: 0px;
            padding-top: 4px;
            margin-bottom: 28px;
        }

            .article-box .panel-default > .panel-heading > .panel-title {
                padding: 0px;
                display: inline-block;
                font-size: 18px !important;
                font-weight: bold;
            }

        .article-box .panel-default > .panel-body {
            padding: 0px;
        }

.pager .backhome > a {
    padding-top: 16px;
}

.pager .previous > a,
.pager .next > a {
    font-size: 2em;
}

.pager .previous > a, .pager .previous > span {
    padding-left: 0px;
}

.pager .next > a, .pager .next > span {
    padding-right: 0px;
}
/**产品属性 start**/
.property {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 23px 0px;
    display: inline-block;
}

    .property > h3 {
        font-weight: bold;
        font-size: 1.1em;
    }

    .property .property-item {
        margin: 10px 0px;
        font-size: .9em;
        color: #999;
    }

        .property .property-item > .field-name {
            width: 90px;
            /*padding-right:20px;*/
            white-space: nowrap;
        }


        .property .property-item > .field-name {
            font-weight: 600;
        }

        .property .property-item > .field-name,
        .property .property-item > .field-value {
            display: table-cell;
            vertical-align: top;
        }

        .property .property-item:first-child {
            margin-top: 0px;
        }

        .property .property-item:last-child {
            margin-bottom: 0px;
        }

.article_tools {
    position: fixed;
    top: 40%;
    right: 15px;
    display:none;
}

    .article_tools a {
        display: block;
        margin: 5px 0px;
        padding-top: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.4);
        color: #fff;
        text-align: center;
        -webkit-transition: transform .1s ease-out;
        -moz-transition: transform .1s ease-out;
        transition: transform .1s ease-out;
    }

    .article_tools .side-next.disabled {
        cursor:not-allowed;
    }
    .article_tools .side-previous i {
        margin-right: 2px;
    }

    .article_tools .side-next i {
        margin-left: 2px;
    }

    .article_tools .side-previous i,
    .article_tools .side-next i {
        margin-top: 1px;
    }

    .article_tools a:hover {
        -webkit-transform: rotate(0deg) scale(1.16);
        -moz-transform: rotate(0deg) scale(1.16);
        -ms-transform: rotate(0deg) scale(1.16);
        -o-transform: rotate(0deg) scale(1.16);
        transform: rotate(0deg) scale(1.16);
    }

    .article_tools > .list {
    }

/*---详细页end---*/

/*---关于我们---*/
#aboutBox {
    overflow: hidden;
    max-width: 620px;
}

    #aboutBox img {
        max-width: 100%;
    }
/*---关于我们 end---*/

/*---联系我们---*/
.contactBox {
    margin-left: -15px;
}

    .contactBox > .item {
        /*border: 1px solid red;*/
        float: left;
        margin-bottom: 40px;
        /*max-width: 367px;
        overflow: hidden;*/
    }

        .contactBox > .item:last-child {
            /*margin-right:0px;*/
            /*padding-right:0px;*/
        }

        .contactBox > .item > .map {
            /*max-height: 225px;*/
            overflow: hidden;
            min-height: 200px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% auto;
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

            .contactBox > .item > .map > img {
                width: auto;
                height: auto;
                display: none;
            }

        .contactBox > .item > .info {
            /*padding-top: 25px;*/
        }

            .contactBox > .item > .info > .address {
            }

            .contactBox > .item > .info > .contact {
                padding-top: 20px;
            }
/*---联系我们 end---*/

/*相册列表*/
.phote-list {
    /*margin-left:-15px; 对应.phote-item的取反值*/
}

    .phote-list > .phote-item {
        padding: 0px;
        padding-left: 15px;
        padding-bottom: 15px;
    }

        .phote-list > .phote-item:first-child {
        }

        .phote-list > .phote-item > .thumbnail {
            display: block;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0px;
            text-align: center;
            max-width: 100%;
            height: 200px;
            border-radius: 0;
            border: 0px !important;
            padding: 0px !important;
            overflow: hidden;
        }

            .phote-list > .phote-item > .thumbnail > a {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                display: block;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

                .phote-list > .phote-item > .thumbnail > a:hover {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

            .phote-list > .phote-item > .thumbnail > .title {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                text-align: center;
                padding: 0px 5px;
                background-color: rgba(0,0,0,.5);
                color: #fff;
                height: 35px;
                line-height: 35px;
            }
/*lg*/
@media(min-width:1200px) {
    /*.phote-list > .phote-item:nth-child(3n-1){
        color:red !important;
    }
    .phote-list > .phote-item:nth-child(3n-2){
        color:green !important;
    }*/
    .phote-list > .phote-item:nth-child(3n) {
        /*padding-right:0px;*/
    }

}
/*md*/
@media(min-width:992px) and (max-width:1199px) {
    .phote-list > .phote-item:nth-child(3n) {
        /*padding-right:0px;*/
    }

}

@media(min-width:768px) and (max-width:991px) {
    .phote-list > .phote-item:nth-child(2n) {
        /*padding-right:0px;*/
    }
}

@media(max-width:767px) {
    .phote-list > .phote-item:nth-child(1n) {
        /*padding-right:0px;*/
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }

    .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }
    .swiper-button-next, .swiper-button-prev {
    background-size: 16px !important;
}
}
/*相册列表 end*/

/*===============媒体查询*/
@media(min-width:1024px) and (max-width:1368px) {
    .swiper-button-next {
        right:58px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width:calc( 100% - 48px );
    }

}
/*移动端尺寸*/
@media(max-width:1024px) {
    /*首页需要去掉左右边距*/
    #page-container.index {
        padding-left: 0px;
        padding-right: 0px;
    }

    #page-container {
        padding-top: 90px;
    }

    .header {
        height: 90px;
        line-height: 70px;
    }

    .sidebar {
        display: none;
    }

    .header > .mbNav,
    .header > .logo,
    .header > .toolbar {
        height: 70px;
        line-height: 70px;
    }

    .header > .mbNav {
        display: block;
    }

    .header > .logo {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

    .header > .toolbar > ul > li.search-mark,
    .header > .toolbar > ul > li.search {
        display: none;
    }

    .header > .pc-search-wrap {
        display: none !important;
    }

    .main {
        padding-right: 0px;
        margin-left: 0px;
    }

    #aboutBox {
        /*padding:0px 30px;*/
        padding: 0px;
        margin: 0px auto;
    }

    #article.article-box {
        padding-left: 15px;
    }

    .pagerWrap {
        padding: 0px 15px;
    }

    .lg-actions {
        display: none;
    }
}

@media(min-width:992px) {
    .property-wrap {
        padding: 0px;
        padding-left: 30px;
    }
}

@media(max-width:768px) {
    .header {
        padding: 0px 15px;
    }

        .header > .mbNav > #mbNav {
            padding-left: 42px;
            padding-right: 42px;
        }

    #aboutBox {
        padding: 0px 15px;
    }

    .indexSlide.swiper-container {
        height: 300px;
    }

    .contactBox > .item {
        padding-right: 0px;
    }
}

@media(max-width:500px) {
    #page-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    #footer {
        display: none;
    }

    .header > .logo img {
        max-width: 160px;
    }

    .header {
        padding: 0px 10px;
    }

        .header > .mbNav > .mbNav-icon > .t,
        .header > .mbNav > .mbNav-icon > .m,
        .header > .mbNav > .mbNav-icon > .b {
            width: 25px;
        }

        .header > .mbNav > #mbNav {
            padding-left: 32px;
            padding-right: 32px;
        }

    #aboutBox {
        padding: 0px 10px;
    }

    .indexSlide.swiper-container {
        height: 200px;
    }

    .contactBox {
        /*margin:0px;*/
    }

        .contactBox > .item {
            /*padding-left:0px;*/
            padding-right: 0px;
        }

            .contactBox > .item.col-xs-6 {
                max-width: 100% !important;
                width: 100%;
            }

            .contactBox > .item > .info {
                padding-left: 15px;
                padding-right: 15px;
            }
}
/*===============媒体查询 end*/
