#detail_top{
    margin-top: 60px;
    height: 492px;
}
#detail_photos{
    width: 735px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 536px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-white{
    background-size: 12px 44px;
    width: 12px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 419px;
    width: 100%;
}
#gallery-thumbs-container{
    position: absolute;
    top: 356px;
    width: 683px;
    padding: 17px 26px;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}
.gallery-thumbs {
    height: 103px;
    box-sizing: border-box;
    width: 686px;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    background-color: black;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#introduction{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 443px;
    margin-left: 20px;
}
#introduction_title{
    font-size: 25px;
    color: #005739;
    font-weight: bold;
    padding-bottom: 25px;
    line-height: 30px;
    border-bottom: 1px dashed #e6e6e6;
}
#product_style,#creative_style{
    font-size: 16px;
    color: #373737;
    line-height: 26px;
    margin-top: 20px;
}
#product_style span,#creative_style span{
    font-weight: bold;
}
#consultation_btn{
    font-size: 18px;
    font-weight: bold;
    background-color:#005739;
    color: white;
    padding: 10px 0px;
    width: 172px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
#support_btn{
    background-image: url("../img/productdetail/support-icon.png");
    background-repeat: no-repeat;
    background-position: 37% center;
    background-size: 20px 20px;
    background-color:#005739;
    color: white;
    padding: 10px 0px;
    padding-left: 82px;
    font-size: 16px;
    font-weight: bold;
    width: 91px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
#detail_bottom{
    margin-top: 42px;
}
#left{
    display: inline-block;
    width: 226px;
    vertical-align: top;
}
#right{
    width: 1200px;
    display: inline-block;
    vertical-align: top;
}
#degisn{
    padding: 18px 24px;
    border: 5px solid #d8d8d8;
}
.degsin-li{
    width: 100%;
}
#degisn_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #373737;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
#degisn_icon{
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
#degisn_title strong{
    color: #a40019;
}
.degsin-li input{
    width:calc(100% - 5px);
    background: transparent;
    border:1px solid #e5e4e4;
    padding-left:5px;
    padding-right:0px;

}
#submit{
    width: 147px;
    height: 30px;
    border-radius: 30px;
    background-color: #a40019;
    color: white;
    line-height: 30px;
    cursor: pointer;
    margin: auto;
    text-align: center;
}
#circle{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
#rank{
    margin-top: 27px;
    border: 2px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 0px;
    color: #191919;
    text-align: left;
    border-bottom-color: #00593d ;
}
#rank_title{
    margin: 12px 13px;
    font-size: 13px;
}
#rank_list{
    padding: 24px 17px;
    padding-top: 0px;
}
#rank_list a{
    color: #191919;
}
#rank_list li{
    margin-top: 8px;
}
.small_icon{
    width: 64px;
    height: 49px;
    margin-bottom: 9px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.rank_right{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    font-size: 12px;
}
.item_title{
    font-size: 13px;
    display: block;
    width: 100px;
}
.item_hot_value span{
    font-weight: bold;
    color: #a40019;
}
#rank hr{
    height: 0px;
    display: inline-block;
    vertical-align: top;
    margin: 0px;

}
#green{
    color: #00593d;
    width: 30%;
    border-top: 2px solid #00593d;
}
#gray{
    width: 70%;
    border-top: 2px solid #d8d8d8;
}
#product_menu{
    width: 100%;
    background: #f2f2f2;
    height: 58px;
    font-size: 18px;
    color: #888888;
    text-align: left;
}
.product_menu{
    position: fixed;
    top: 0px;
    width: 1200px!important;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 22;
}
.product_li{
    width: 145px;
    line-height: 58px;
    color: #888888;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.product_active{
    border-bottom: 2px solid #005739;
    background-color: #dfdfdf;
}
#product_details{
    margin-top: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 673px;
    position: relative;
}
#details_panel{
    padding: 50px 60px;
    width: 278px;
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(148,127,133,0.5);
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
    margin-left: 108px;
    position: absolute;
    top: 390px;
}
.details_panel_title{
    font-size:36px ;
    color: #006442;
    line-height: 45px;

}
.divider_line{
    width: 265px;
    height: 18px;
    border-top: 1px dashed #cacaca;
    margin-top: 18px;
}
#details_panel_feature,#details_panel_pattern{
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 35px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#details_panel_introduction{
    font-size: 14px;
    color: #3b3b3b;
    line-height: 30px;
    margin-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_title{
    text-align: left;
    margin: 0px 0 36px 0;
    padding-top: 100px;
}
.product_title_en{
    color: #006442;
    font-size: 33px;
    font-weight: bold;
}
.product_title_cn{
    color: #3b3b3b;
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
}
#paramater_img{
    width: 310px;
    height: 493px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: top;
}
#paramater_text{
    width: 836px;
    color: #3b3b3b;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    margin-left: 42px;
    height: 493px;
    margin-top: 20px;

}
#paramater_text tr td:nth-child(1){
    color: #006442;
    width: 190px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#paramater_text tr td:nth-child(2){
    min-width: 600px;
    margin-left: 2px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    padding-left: 46px;
	text-align: left;
}
#paramater_text tr{
    min-height: 49px;
}
#paramater_text tr td{
    border-bottom: none;
    height: 49px;
    line-height: 19px;
    display: table-cell;
    vertical-align: middle;
}
#paramater_text tr:nth-child(odd) td{
    background-color: #e6e6e6;
}#paramater_text tr:nth-child(even) td{
    background-color: white;
}
ul li{
    list-style: none;
}
#product_img_deatils{
    width: 100%;
    font-size: 0px;
}
.product_deatils{
    background-color: #81ac9d;
    padding: 30px;
}
.detail_left{
    width: 64%;
    display: inline-block;
    vertical-align: top;
}
.detail_text_part{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.detail_img_part{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
#hardware{
    margin-top: 17px;
}
#lacquer_surface .detail_text_part{
    width: 333px;
    background-image: url("../img/productdetail/arrow-right.png");
    height: 295px;
    padding-right: 18px;
}
#hardware .detail_text_part{
    width: 333px;
    background-image: url("../img/productdetail/arrow_left.png");
    height: 295px;
    padding-left: 18px;
}
#lacquer_surface .detail_img_part,#hardware .detail_img_part{
    width: 51%;
    height: 292px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin-left: 3px;
}


.detail_text_title{
    width: 100%;
    font-size: 33px;
    color: #006442;
    font-weight: bold;
    letter-spacing: 8px;
    display: block;
    line-height: 43px;
    margin-top: 41px;
}
.detail_text_brief{
    width: 100%;
    font-size: 24px;
    color: #383838;
    letter-spacing: 8px;
    display: block;
    line-height: 30px;
    margin-top: 16px;
}
.detail_text_introduction{
    width: 72%;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 1px;
    display: block;
    line-height: 22px;
    margin-left: 14%;
    text-align: left;
    margin-top: 14px;
}


.detail_right{
    width: 34%;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin-left: 14px;
    margin-top: 3px;
    height: 605px;
    position: relative;
}
.detail_right .detail_text_introduction{
    width: 100%;
    margin-left: auto;
}
.detail_right .detail_img_part{
    width: 100%;
    height: 356px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
#arrow_bottom{
    position: absolute;
    bottom: 360px;
}

.product_img{
    width: 50%;
    height: 271px;
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat ;
    display: inline-block;
    vertical-align: top;
}
.product_deatils_div{
    width: 50%;
    height: 271px;
    display: inline-block;
    vertical-align: top;
    font-family: HYRuiYiSongW;
    color: #3b3b3b;
}
.product_deatils_div_title{
    font-size:43px ;
    line-height: 55px;
    font-family: HYRuiYiSongW;
    margin-top: 70px;
}
.product_deatils_div_congfig{
    font-size:30px ;
    line-height: 40px;
    font-family: HYRuiYiSongW;
}
.product_deatils_div_text{
    font-size:18px ;
    line-height: 25px;
    font-family: "Microsoft Yahei", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}
.product_deatils_line:nth-child(odd) .product_deatils_div{
    text-align: right;
    padding-right: 50px;
    width: calc(50% - 50px);
}.product_deatils_line:nth-child(even) .product_deatils_div{
     text-align: left;
    padding-left: 50px;
     width: calc(50% - 50px);
}
 .product_deatils_line{
     width: 100%;
 }
 .details_images{
     width: 100%;
     height: auto;
     display: block;
 }