body{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    min-width: 940px;
    background-color: white;
    /*padding-bottom: 30px;*/
}

a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}

button{
    outline:none !important;
}
button:focus {outline:0;} /*for IE*/
button::-moz-focus-inner {border-color: transparent;} /*for mozilla*/

.position-relative{
    position: relative;
}

.page-area{
    width: 940px;
    margin: 0 auto;
}

/* 顶部 */
.top{
    width: 100%;
    margin: 0 auto;
}

.top images{
    width: 100%;
}

/* 第一部分 */
.area-title{
    padding: 20px 0;
    font-weight: bold;
    font-size: 23px;
}

.menu-list{
    margin-bottom: 20px;
}

.menu-one{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
    width: 33%;
    letter-spacing: 5px;
    padding-bottom: 10px;
}

.menu-one.active:after{
    position: absolute;
    left: 35%;
    bottom: 0;
    display: inline-block;
    content: " ";
    width: 30%;
    height: 3px;
    background: url("../images/bottom-line.jpg") center repeat-x;
    background-size: cover;
}

a.menu-one,a.menu-one:hover{
    color: black !important;
}

.type-top{
    width: 100%;
}

.project-type-list{
    margin-top: 30px;
}

.project-type-one{
    display: inline-block;
    width: 47%;
    height: 216px;
    margin-bottom: 30px;
}

.project-type-one .one-left,.project-type-one .one-right{
    display: inline-block;
    width: 49%;
    height: 100%;
}

.project-type-one:nth-child(2n){
    float: right;
}

.project-type-one:nth-child(2n+1){
    float: left;
}

.one-left img{
    width: 100%;
    height: 100%;
}

.one-right{
    padding: 10px 20px;
    border-top: 2px solid #f0f2f5;
    border-bottom: 2px solid #f0f2f5;
}

.type-name{
    font-size: 19px;
    padding-bottom: 20px;
}

.type-details{
    position: relative;
    display: block;
    background-color: #00c2ca;
    color: white;
    padding: 5px;
}

.type-details .arrow-go{
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
}

.area-2{
    margin-bottom: 20px;
}

.zhuangxiu-left{
    width: 216px;
    height: 870px;
    background: url("../images/bg-01.jpg") center no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.zx-menu-one{
    display: block;
    color: #898989 !important;
    padding: 10px 0px 10px 20px;
    font-size: 15px;
}

.zx-menu-one.active{
    color: white !important;
    background: url("../images/bg-02.png") center;
    background-size: 100% 100%;
}

.zhuangxiu-right{
    width: 710px;
    height: 870px;
    background-color: #f0f5f5;
    padding: 20px 28px;
}

.zx-list{
    width: 100%;
}

.zx-list-one{
    display: inline-block;
    width: 200px;
    height: 125px;
}

.zx-list-one img{
    width: 100%;
    height: 100%;
}

.zx-list-one:nth-child(3n+1){
    margin-right: 11px;
}

.zx-list-one:nth-child(3n+2){
    margin-left: 11px;
    margin-right: 11px;
}

.zx-list-one:nth-child(3n){
    margin-left: 11px;
}

.zx-name{
    position: relative;
    color: #404040;
    padding: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.zx-name span{
    position: absolute;
    top: 9px;
    right: 5px;
}

.page{
    text-align: center;
    margin: 20px auto;
}

.pagination{
    text-align: center;
}

.pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul>li{
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px;
    list-style: none;
    background-color: white;
}

.pagination ul>li a{
    display: block;
    padding: 5px 10px;
    color: #898989 !important;
}

.pagination ul>li.active{
    background-color: #00c2ca;
}

.pagination ul>li.active a{
    color: white !important;
}

.icon-1{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url("../images/icon-1.png") center no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.icon-2{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url("../images/icon-2.png") center no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/* 子分类，类型一 */
.map{
    padding: 20px 0;
}
.map a{
    color: black !important;
}

.type-img{
    display: inline-block;
    width: 210px;
    height: 210px;
}

.type-introduce{
    display: inline-block;
    width: 680px;
    height: 210px;
    padding-left: 15px;
    padding-top: 80px;
    background: url("../images/bg-03.png") center no-repeat;
    background-size: cover;
}

.type-introduce .child-type-name{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.type-introduce-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #a7a7a7;
}

.search-menu{
    margin-top: 30px;
    background-color: #707070;
    padding-top: 20px;
    border-radius: 2px;
}

.search-menu-one-1{
    display: inline-block;
    padding: 10px 100px;
    margin-left: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e6e6e6;
    color: #707070;
}

.search-menu-one-1.active{
    background-color: white;
    color: #007a7f;
}

.search-menu-one-1 .caret{
    margin-top: -3px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.search-condition{
    padding: 0 20px 20px 20px;
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.reset-search{
    margin-top: 10px;
}

.search-condition-name{
    display: inline-block;
    width: 20%;
    font-weight: bold;
    font-size: 15px;
}

.search-condition-show{
    display: inline-block;
    width: 78%;
}

.search-condition-check{
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.search-condition-check:last-child{
    border-bottom: none;
    padding-bottom: 0 !important;
}

.search-condition-show-one{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-condition-show-one.active{
    display: inline-block;
    border: 1px solid #00c2ca;
    border-radius: 20px;
    color: #00c2ca;
}

.search-condition-show-one .close{
    display: none;
    position: absolute;
    top: -5px;
    right: -3px;
    background-color: #00c2ca;
    color: white;
    opacity: 1;
    padding: 3px;
    border-radius: 50%;
    font-weight: normal;
    font-size: 15px;
    height: 16px;
    line-height: 6px;
}

.search-condition-show-one.active .close{
    display: inline-block;
    z-index: 999;
}

.product-list{
    margin: 30px 0;
}

.product-list-one{
    display: inline-block;
    width: 175px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 12px;
    vertical-align: top;
}

.product-list-one:nth-child(5n){
    margin-right: 0;
}

.product-list-one img{
    display: block;
    width: 175px;
    height: 175px;
}

.tg1,.tg2,.tg3{
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}

.tg1{
    width: 52px;
    background: url("../images/tg1.png") center no-repeat;
    background-size: 100% 100%;
}

.tg2{
    width: 62px;
    background: url("../images/tg2.png") center no-repeat;
    background-size: 100% 100%;
}

.tg3{
    width: 52px;
    background: url("../images/tg3.png") center no-repeat;
    background-size: 100% 100%;
}

.product-list-one-title{
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: black;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.product-list-one-introduce{
    font-size: 12px;
    color: #a0a0a0;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-list-one-price{
    margin: 10px 0;
    padding: 5px 0;
    color: white;
    background-color: #00c2ca;
    text-align: center;
}

.product-list-one-colors p{
    color: #888888;
    margin-bottom: 5px;
}

.color-block{
    display: inline-block;
    width: 22px;
    height: 12px;
    margin-right: 10px;
}

.icon-new{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/icon-3.png") center no-repeat;
    background-size: cover;
}

.product-list-one .icon-new{
    position: absolute;
    left: 0;
    top: 0;
}

.series .search-menu-one-1{
    padding: 10px 50px !important;
}

.series-list{
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f0f5f5;
    margin-bottom: 30px;
}

.series-list-one{
    padding: 30px 10px 20px 10px;
    background-color: white;
    margin-bottom: 10px;
}


.series-list-one-info{
    position: relative;
    display: inline-block;
    width: 375px;
}

.series-list-one-info .icon-new{
    position: absolute;
    top: 0;
    left: 0;
}

.series-list-one-info img{
    width: 100%;
}

.series-list-one-info .intros{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
    color: #a0a0a0;
    font-size: 13px;
}

.series-title{
    font-size: 17px;
    font-weight: bold;
    color: #434343;
    padding-bottom: 10px;
}

.series-tips{
    display: inline-block;
    padding: 5px 10px;
    background: url("../images/bg-04.png") center no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

.series-list-one-list{
    width: 510px;
}

.series-project-one{
    position: relative;
    display: inline-block;
    width: 160px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.series-list-one:last-child{
    margin-bottom: 0;
}

.series-project-one:nth-child(3n+2){
    margin: 0 10px;
}

.series-project-one > img{
    width: 160px;
    height: 160px;
}

.series-project-one > p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #434343;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.series-project-one > div{
    color: #a0a0a0;
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}

.series-project-one .price{
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 5px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #eb6100;
    color: white;
}

.type-2-bg{
    background: url("../images/bg-05.png") center no-repeat;
}

.type2-kind-all{
    margin-top: 20px;
}

.all-one{
    display: inline-block;
    width: 49%;
}

.all-one:nth-child(2n){
    float: right;
}

.all-one:nth-child(2n+1){
    float: left;
}

.type2-name-area{
    position: relative;
}

.name-num{
    height: 42px;
    line-height: 42px;
    background: url("../images/bg-06.jpg") right no-repeat;
    background-size: contain;
    font-size: 21px;
    font-weight: bold;
    color: #a0a0a0;
}

.name-area{
    position: absolute;
    top: -6px;
    right: 8px;
    background: url("../images/bg-05.jpg") center no-repeat;
    background-size: 100% 100%;
    color: white;
    padding: 10px 20px;
}

.type2-pro-area{
    padding: 10px 20px 0 20px;
}

.type2-pro-one{
    display: inline-block;
    width: 90px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: black;
}

.type2-pro-one p{
    padding: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.type2-pro-one:nth-child(4n){
    margin-right: 0;
}

.type2-pro-one img{
    width: 90px;
    height: 90px;
}

.type2-products-one{
    margin-top: 10px;
}

.type2-products-title{
    color: white;
    font-size: 25px;
    text-align: right;
    padding: 20px;
    background: url("../images/bg-08.jpg") center no-repeat;
    background-size: 100% 100%;
}

.type2-product-introduce{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px 50px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.type2-product-introduce .itro-img{
    float: left;
    width: 375px;
    height: 200px;
}

.type2-product-introduce .itro-word{
    display: inline-block;
    float: right;
    width: 430px;
    height: 200px;
    overflow: hidden;
}

.type2-product-introduce .itro-arrow{
    padding-top: 20px;
}

.type2-product-lists{
    padding: 40px 120px 20px 120px;
    background-color: #f0f5f5;
}

.type2-product-lists-one{
    position: relative;
    display: inline-block;
    width: 320px;
    margin-bottom: 30px;
}

.type2-product-lists-one:nth-child(2n){
    float: right;
}

.type2-product-lists-one:nth-child(2n+1){
    float: left;
}

.type2-product-lists-one img{
    width: 320px;
    height: 320px;
}

.type2-product-lists-one > div{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-color: white;
    text-align: center;
    padding: 10px 0;
}

.type2-product-lists-one .product-detail{
    margin-top: 10px;
}

.type2-product-lists-one .price{
    position: absolute;
    top: 10px;
    right: 0px;
    display: inline-block;
    padding: 5px 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #eb6100;
    color: white;
}

/* 产品详情 */
.details-info{}

.details-info-img{
    width: 500px;
    height: 500px;
    border: 1px solid #e6e6e6;
}

.details-info-introduce{
    position: relative;
    width: 420px;
    height: 500px;
}

.details-name{
    height: 40px;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.details-info-introduce-content{
    box-sizing: border-box;
    width: 100%;
    height: 410px;
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-bottom: 10px;
}

.details-info-introduce-content::-webkit-scrollbar {
    display:none
}

.details-info-introduce-info{
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #bcbcbc;
    border-bottom: 1px solid #e6e6e6;
}

.tg-size-2{
    width: 70px !important;
    height: 26px !important;
    line-height: 26px !important;
}

.details-info-introduce-body{
    margin-top: 10px;
}

.details-info-introduce-body img{
    max-width: 100% !important;
}

.details-info-colors p{
    margin-bottom: 5px;
}

.detail-link{
    padding: 10px 0;
}

.mar-top-10{
    margin-top: 20px;
}

.title-1{
    padding: 10px 0;
    font-weight: bold;
    margin-top: 20px;
}

.title-1:before{
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #00c2ca;
}

.line-1{
    width: 100%;
    height: 5px;
    background-color: #f0f5f5;
}

.details-contents{
    margin-bottom: 20px;
}

.details-contents img{
    max-width: 100% !important;
}

.details-info-introduce .price{
    position: absolute;
    top: -10px;
    right: 0px;
    display: inline-block;
    padding: 5px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #eb6100;
    color: white;
}

.details-xinghao{
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
}

.xing1{
    display: inline-block;
    vertical-align: bottom;
}

.same-area{
    padding: 20px 0 5px 0;
    background-color: #f0f5f5;
    margin-bottom: 30px;
}

.title-type-1{
    display: inline-block;
    padding: 10px 20px;
    background-color: #00c2ca;
    color: white;
    margin: 0 auto;
    border-radius: 20px;
}

.details-mar{
    margin-right: 5px !important;
}

.pad-left-5{
    padding-left: 17px !important;
}

.title-2{
    color: black;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.title-3{
    padding: 5px;
    background-color: #00c2ca;
    color: white;
    margin-top: 5px;
}

.price-block{
    display: inline-block;
    padding: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #eb6100;
    color: white;
}

.product-list-one .price-block{
    position: absolute;
    top: 10px;
    right: 0px;
}

.product-price-list{
    margin: 20px 0;
}

.product-price-list .product-list-one{
    width: 220px;
}

.product-price-list .product-list-one img{
    width: 220px;
    height: 220px;
}

.mar-top-20{
    margin-top: 20px !important;
}

.mar-bottom-0{
    margin-bottom: 0;
}

.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide{
    position: relative;
}

.banner-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    color: white;
    text-align: center;
    background-color: rgba(0,0,0, 0.5);
}

.zx-details{
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 30px 0;
}

.zx-title-font{
    font-size: 15px;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.zx-left,.zx-right{
    width: 49%;
    padding: 30px;
}

.details-line{
    margin-bottom: 10px;
}

.zx-detail-font{
    color:#959595;
    margin-right: 10px;
}

.link-one{
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}

.link-one-title,.link-buton{
    width: 50%;
}

.link-buton .detail-link{
    padding: 10px;
    color: black;
    background-color: #f4f4f4;
}

.product-list .tips{
    height: 22px;
}
















