@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
        margin: 0 auto
    }
}


@media screen and (max-width: 640px) {
    .m-header .m-logo {
        width: 150px;
        margin: 8px auto
    }

    .m-header .m-logo img {
        width: 150px;
        margin: 0 auto
    }

    .m-header .am-offcanvas-bar {
        width: 320px;
        background: #383d61
    }

    .m-header .am-icon-bars {
        font-size: 30px;
        color: #262626
    }

    .m-header {
        padding: 10px 0;
        background: #fFF
    }

    .am-menu-offcanvas1 .am-menu-nav > li > a:focus, .m-header .am-menu-offcanvas1 .am-menu-nav > .am-open > a, .m-header .am-menu-offcanvas1 .am-menu-nav > li > a:hover {
        background-color: #383d61 !important;
        color: #fff;
        outline: 0
    }

    .m-header .am-menu-offcanvas1 .am-menu-sub {
        background-color: #383d61 !important
    }

    .m-header .am-menu-sub {
        padding: 0
    }

    .m-header .am-menu-sub li {
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        padding-left: 36px
    }

    .m-header .am-menu-offcanvas1 .am-menu-nav > li > a {
        color: #fff
    }

    .m-header .am-menu-sub li a {
        color: rgba(255, 255, 255, .3);
        text-shadow: none !important
    }

    .m-header .nav-icon::before {
        margin-left: -14px;
        margin-right: 5px
    }

    .m-header .nav-icon-globe::before {
        content: "\f0ac"
    }

    .m-header .nav-share-contain {
        height: 44px;
        line-height: 44px;
        text-indent: 9px;
        padding: 0;
        position: relative;
        color: #ccc;
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
    }
}


.section {
    /*padding-top: 50px;*/
}

.section .section--header .section--title {
    font-size: 40px;
    font-weight: 300;
    text-align: center
}

.section .section--header .section--description {
    font-size: 20px;
    line-height: 30px;
    color: #9b9b9b;
    text-align: center;
    margin: 13px 0 0
}

@media screen and (max-width: 640px) {
    .section {
        padding: 50px 0 !important
    }

    .section .section--header {
        padding: 0 15px
    }

    .section .section--header .section--title {
        font-size: 30px !important
    }

    .section .section--header .section--description {
        font-size: 15px;
        line-height: 32px
    }

    .section--description {
        font-size: 16px
    }
}

.contact_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 138px 0 48px;
    margin: 30px
}

.contact_card .contact_card--icon {
    position: absolute;
    font-size: 56px;
    display: block;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #59bcdb
}

.contact_card .contact_card--title {
    font-size: 20px;
    display: inline-block
}

.contact_card .contact_card--text {
    padding: 0 0 10px;
    color: #969696;
    font-size: 16px;
    line-height: 23px
}

.contact_card .contact_card--text a {
    color: #969696
}

.contact_card .am-btn-secondary {
    background-color: transparent;
    color: #59bcdb;
    border-color: #59bcdb;
    border-width: 2px;
    padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
    background-color: #59bcdb;
    color: #fff
}

.center_content {
    height: calc(100vh - 138px);
    /*background-image: url(/static/common/images/bg2.jpg);*/
    /*background-image: url("/static/common/images/history/bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    overflow-y: auto;
}

.about-container {
    margin-top: 10px
}

.about-container .our-company-text {
    padding: 4px 45px 0 0
}

.about-container .our-company-text h3 {
    font-size: 20px;
    margin: 0 0 13px
}

.about-container .our-company-text p {
    font-size: 15px;
    color: #969696;
    line-height: 23px;
    margin: 15px 0 0
}

.about-container .our-company-text p:first-of-type {
    margin-top: 0
}

.about-container .our-company-quote .our-company-img img {
    width: 100%
}

.about-container .our-company-quote .our-company-brief {
    font-size: 15px;
    color: #969696;
    line-height: 23px;
    padding: 45px 0 0;
    position: relative
}

.about-container .our-company-quote .our-company-brief:before {
    content: "\f10d";
    font-size: 20px;
    color: #59bcdb;
    display: block;
    position: absolute;
    top: -5px;
    left: -3px
}

.about-container .our-company-quote .our-company-quote_author strong {
    display: block;
    padding: 15px 0 0
}

.about-container .our-company-quote .our-company-quote_author span {
    display: block;
    font-size: 14px;
    color: #969696
}

.section_divider {
    height: 1px;
    background: #e9e9e9;
    border: 0;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 1170px
}

.our-mission .our_mission--item {
    position: relative;
    margin-top: 30px
}

.our-mission .our_mission--item .our_mission--item_media {
    border-radius: 3px;
    overflow: hidden
}

.our-mission .our_mission--item .our_mission--item_media img {
    width: 100%;
    vertical-align: top
}

.our-mission .our_mission--item .our_mission--item_title {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    margin: 24px 0 9px
}

.our-mission .our_mission--item .our_mission--item_body p {
    font-size: 15px;
    line-height: 23px;
    color: #969696;
    margin: 0
}

.our-mission .our_mission--item .our_mission--item_body ul {
    list-style: none;
    margin: 10px 0 0;
    padding-left: 0
}

.our-mission .our_mission--item .our_mission--item_body ul:first-child {
    margin-top: 0
}

.our-mission .our_mission--item .our_mission--item_body ul li {
    position: relative;
    color: #969696;
    margin-top: 5px;
    font-size: 15px;
    font-style: italic
}

.our-mission .our_mission--item .our_mission--item_body ul li:before {
    content: "\f178";
    color: #59bcdb;
    margin-left: 8px
}

.product2-main .am-g .am-u-md-3 {
    text-align: center;
    margin-top: 50px
}

.product2-main .am-g .am-u-md-3 h3 {
    font-size: 18px
}

.product2-main .am-g .am-u-md-3 p {
    font-size: 14px
}

.product2-banner {
    background: url(/static/common/images/site/product1-banner.jpg);
    background-size: cover;
    padding: 100px 0
}

.product2-banner .container {
    text-align: center;
    color: #fff
}

.product2-banner .container h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 13px 0 0;
}

.product2-banner .container p {
    font-size: 36px
}

@media screen and (max-width: 640px) {
    .product2-banner {
        margin: 10px 0
    }

    .product2-banner .container h2 {
        font-size: 20px
    }

    .product2-banner .container p {
        font-size: 18px
    }
}

.product2-service .product2-service-title {
    text-align: center;
    font-size: 40px
}

.product2-service .product2-service-title h2 {
    position: relative
}

.product2-service .product2-service-title h2 img {
    position: absolute;
    top: 5px
}

.product2-service .product2-service-content .product2-info .am-g {
    margin-top: 30px
}

.product2-service .product2-service-content .product2-info .am-g:nth-child(1) {
    margin-top: 0
}

.product2-service .product2-service-content .product2-info h3 {
    font-size: 18px;
    margin-bottom: 0
}

.product2-service .product2-service-content .product2-info p {
    font-size: 14px;
    color: #9b9b9b
}

.product2-service .product2-content-img {
    text-align: center
}

@media screen and (max-width: 640px) {
    .product2-service .product2-content-img img, .product2-service .product2-info img {
        width: 100%
    }

    .product2-service .product2-service-title {
        font-size: 30px
    }

    .product2-service .product2-content-img {
        margin: 30px 0
    }
}

.product3-show-container .product3-show-box {
    padding: 0 40px;
    margin-top: 50px
}

.product3-show-container .product3-show-box .am-g {
    background: #fbfbfb;
    padding-right: 0
}

.product3-show-container .product3-show-box .am-g .am-u-md-6 {
    padding: 0
}

.product3-show-container .product3-show-box .product3-show-img {
    position: relative
}

.product3-show-container .product3-show-box .product3-show-img:hover .product3-img-mask {
    display: block
}

.product3-show-container .product3-show-box .product3-show-img .product3-img-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: none
}

.product3-show-container .product3-show-box .product3-show-img .product3-img-mask i {
    color: #fff;
    background: #34c1e4;
    padding: 12px 16px;
    border-radius: 50%;
    position: relative !important;
    margin-top: 100px
}

.product3-show-container .product3-show-box .product3-show-img img {
    width: 100%
}

.product3-show-container .product3-show-box .product3-show-content {
    color: #9b9b9b;
    padding: 60px 24px 0
}

.product3-show-container .product3-show-box .product3-show-content h3 {
    font-size: 18px;
    font-weight: 400
}

.product3-show-container .product3-show-box .product3-show-content p {
    font-size: 14px
}

@media screen and (max-width: 640px) {
    .product3-show-container .product3-show-content {
        padding: 60px 20px 0 !important
    }
}

.m120 {
    padding-left: 1.5em;
}

.m120 li {
    margin-top: 10px;
    list-style-type: disc;
    margin-left: 15px;
    color: #989898;

}

.m120 a {
    font-size: 15px;
    color: #989898;
}

.search {
    margin-top: 100px;
}

.search1 {
    margin-top: 10px;
}

/**
 * 条件
 */
.map-item > li {
    border: 1px solid #eee;
    background: #FAFAFA;
}

.map-item .map-left {
    width: 100px;
    font-weight: bold;
    line-height: 50px;
}

.map-item > li,
.map-item .map-left {
    line-height: 50px;
}

.map-brand-container,
.map-brand-container .map-left {
    line-height: 66px !important;
}

.map-item .map-right {
    width: calc(100% - 100px);
    background: #fff;
}

.map-item .map-right .text-tips {
    color: #888;
    text-align: center;
}

.map-item .map-right a {
    text-decoration: none;
}

.map-remove-submit {
    color: #e23f36;
    cursor: pointer;
}

.map-images-text-items ul,
.map-text-items ul {
    padding: 15px 48px 0 15px;
    overflow-y: hidden;
}

.map-images-text-items {
    height: 66px;
}

.map-text-items {
    height: 56px;
}

.map-images-text-items ul li {
    float: left;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eee;
    width: 124px;
    height: 36px;
    margin: 0 15px 15px 0;
    line-height: 36px;
}

.map-images-text-items ul li,
.map-text-items ul li {
    border-radius: 2px;
    cursor: pointer;
}

.map-images-text-items ul li img {
    height: calc(100% - 4px);
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    max-width: 100%;
}

.map-text-items ul li {
    float: left;
    margin: 0 15px 15px 0;
    line-height: 20px;
    padding: 2px 10px;
    border: 1px solid transparent;
}

.map-images-text-items ul li.active,
.map-text-items ul li.active {
    border: 1px solid #e23f36;
}

.map-images-text-items ul li.active,
.map-text-items ul li.active {
    color: #e23f36;
    font-weight: bold;
}

.map-item > li:first-child {
    line-height: 36px;
}

.map-item .map-more-submit {
    position: absolute;
    top: 15px;
    right: 10px;
    height: 20px;
    line-height: 20px;
    color: #999;
    cursor: pointer;
}

#search-map .am-offcanvas-bar {
    background: #fff;
}

#search-map .am-offcanvas-bar:after {
    background: transparent;
}

#search-map .am-offcanvas-content,
#search-map .am-offcanvas-content a {
    padding: 0;
    color: #333;
}

@media only screen and (min-width: 640px) {
    .map-images-text-items ul li:hover,
    .map-text-items ul li:hover {
        border: 1px solid #e23f36;
    }

    .map-images-text-items ul li:hover,
    .map-text-items ul li:hover,
    .map-remove-submit:hover {
        color: #e23f36;
        font-weight: bold;
    }

    .map-item .map-more-submit:hover {
        color: #666;
    }

    #search-map {
        display: block;
        position: relative;
        background: transparent;
        z-index: 0;
        margin-top: 5px;
    }

    #search-map .am-offcanvas-bar {
        position: relative;
        overflow-y: hidden;
        transition: none;
        transform: none;
        width: auto;
    }
}

@media only screen and (max-width: 1025px) {
    #search-map {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 641px) {
    #search-map .am-offcanvas-bar {
        width: 85%;
    }

    #search-map .am-offcanvas-content {
        padding: 0;
    }

    .map-item {
        margin-top: 0;
    }

    .map-item > li {
        border: 0;
        background: #f0f0f0;
    }

    .map-item .map-left,
    .map-item .map-right {
        float: none;
        width: 100%;
    }

    .map-item .map-right {
        background: #fff;
    }

    .map-item .map-left {
        line-height: 36px !important;
    }

    .map-item > li:first-child {
        border-bottom: 2px solid #e1e1e1;
    }

    .map-images-text-items ul, .map-text-items ul {
        padding: 15px 15px 0 15px;
    }

    .map-item .map-more-submit {
        top: 7px;
    }
}

/**
 * 条件指定品牌信息
 */
.brand-info .map-images-text-items {
    padding: 15px 15px 0 15px;
    height: 84px;
}

.brand-info .info-logo,
.brand-info .info-logo-empty {
    width: 150px;
    height: 54px;
    border: 1px solid #eee;
}

.brand-info .info-logo-empty {
    line-height: 46px;
}

.brand-info .info-right {
    width: calc(100% - 165px);
}

.brand-info .info-name,
.brand-info .info-desc {
    line-height: 16px;
}

.brand-info .info-desc {
    color: #999;
}

@media only screen and (min-width: 641px) {
    .brand-info .map-left {
        line-height: 84px !important;
    }
}

/**
 * 条件基础信息
 */
.map-base-tips {
    background: #FAFAFA;
    border-bottom: 1px solid #eee;
}

.map-base-tips .map-offcanvas-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 0;
    height: 30px;
    color: #666 !important;
    background-color: transparent;
    border-color: #eee;
}

/**
 * 导航
 */
.search-nav {
    position: relative;
}

.search-nav .am-sticky-placeholder .am-sticky {
    border-width: 0 1px 1px 1px;
}

@media only screen and (min-width: 640px) {
    .search-nav .am-sticky-placeholder {
        margin: 0 5px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .search-nav .am-sticky-placeholder {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .search-nav .sort-nav {
        border-width: 1px 0;
    }

    .search-nav .am-sticky-placeholder .am-sticky {
        border-width: 0 1px 1px 0;
    }
}

/**
 * 排序
 */
.sort-nav {
    padding: 0px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 30px;
    border: 1px solid #eee;
}

.sort-nav li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: inline;
    border-right: 1px solid #eee;
    width: auto;
    padding: 0px 20px;
}

.sort-nav li a {
    font-size: 12px;
    text-decoration: none;
}

.sort-nav li.active {
    background: #d93017;
}

.sort-nav li.active a {
    color: #fff;
}

@media only screen and (min-width: 640px) {
    .sort-nav a:hover,
    .sort-nav a:focus {
        color: #d93017;
    }
}

@media only screen and (max-width: 640px) {
    .sort-nav li {
        border-bottom: 1px solid #eee;
    }
}


/**
 * 商品列表
 */
.search-list .items {
    margin: 5px;
    border: 1px #e8e8e8 solid;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: white;
}

.search-list .items img {
    width: 100%;
}

.search-list .items .price strong {
    font-size: 14px;
}

.search-list .items .sales-count {
    color: #888;
}

.items .original-price {
    text-decoration: line-through;
    color: #666;
}

@media only screen and (min-width: 640px) {
    .search-container ul li:hover .items {
        -webkit-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, .4);
        box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, .4);
        border: 4px solid #d93017;
        -webkit-transition: border-color .2s ease-in;
        -moz-transition: border-color .2s ease-in;
        -ms-transition: border-color .2s ease-in;
        -o-transition: border-color .2s ease-in;
        transition: border-color .2s ease-in;
    }
}

@media only screen and (min-width: 1025px) {
    .search-list {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
}

@media only screen and (max-width: 1025px) {
    .search-pages-submit {
        margin: 0 auto;
        width: calc(100% - 10px);
    }
}