.main-top{
	margin-top: 200px;
}
.control-box,
.control-label{
	display: inline-block;
}
.control-box{
    color:#737373;
}
.control-label{
    font-size:16px;
    color:#1c6b46;
    font-weight:bold;
    padding:2px 0;
}
/***********************/
.breadcrumb.products{
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 16px 20px;
}
.breadcrumb.products li a{
    font-size: 21px;
    color: #0C594A;
    font-weight: normal;
}

.product-list {
    margin: 0 -10px;
}
.product-list > li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 55px;
}
.product-list > li a {
    max-width: 326px;
    margin: 0 auto;
}

.product-list .pic {
    position: relative;
    border:1px solid #DBDBDB;
}
.product-list > li .txt{
    color: #7A7A7A;
    font-size: 15px;
}
.product-list .product-name {
    display: inline-block;
    max-width: calc(100% - 10px);
    color: #0E594A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;  
    margin-top: 16px;
}
.product-list .down-box:after{
    content: '';
    display: block;
    clear: both;
}
.product-list .down-box{
    width: 100%;
    max-width: 326px;
    margin: 0 auto;
}
.product-list ul{
    width: 50%;
    float: left;
}
.down-name:before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 31px;    
    background: url(../images/products/down.png)no-repeat;
    vertical-align:middle;
    margin-right: 13px;
}
.product-list .down-name,
.down-name{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #444444;
}
.products-detail .down-box li{
    border-bottom: dotted 1px #E4E4E4;
    margin-bottom: 20px;
}
.products-detail .down-name{
    margin-bottom: 20px;
}
.products-info span + span {
    border-left: solid 1px;
    padding-left: 5px;
}
.products-info .price{
    border:none;
    color:#ca212c;
    font-weight:bold;
}
.inquiry-btn{
    width: 100%;
    background: #DDDDDD;
    display: block;
    text-align: center;
    padding: 3px 0;
    font-size: 20px;
    color: #525252;
    margin: 16px 0;
}
.inquiry-btn:hover{
    background: #666666;
    color: #FFF;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}


.thumbnails ul{
    margin: 0 -10px;
}
.thumbnails li{
    padding: 7px 9px;
}
.thumbnails li a{
    position: relative;
}
.thumbnails li a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    top: 0;
}
.thumbnails li.active a:after,
.thumbnails li a:hover:after{
    background: rgba(255,255,255,0);
}

.products-detail{
    max-width: 1217px;
    margin: 0 auto;
}
.products-detail .gallery{
    margin-bottom: 77px;
}
.products-detail .gallery:after{
    content: '';
    display: block;
    clear: both;
}
.products-detail .txt{
    float: right;
    width: 40%;
}
.products-detail .stage{
    float: left;
    width: 54.4%;
}


.product-name {
    font-size: 32px;
    margin-bottom: 15px;
}
.detail-title {
    background: url(../images/products/detail_title.jpg) no-repeat 30px 0;
    height: 30px;
    border-bottom: 1px solid #ddd;
    text-indent: -99999px;
    margin: 0 -30px 30px;    
}

.products-detail .title {
    color: #06594A;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: left;
    border-bottom:1px dashed #c1c1c1;
    margin-bottom: 15px;
    padding:0 0 15px;
}
.information{
    max-width: 660px;
    margin: 0 auto;
    font-size: 18px;
    color: #929292;
    line-height: 18px;
    margin-top: 36px;
    margin-bottom: 55px;
}

.information .information_tr{
    margin-bottom: 18px;
}
.information .information_tr:after{
    content: '';
    display: block;
    height: 0px;
    overflow: hidden;
    clear: both;
}
.information .information_tr .col-1{
    font-size: 18px;
    line-height: 18px;
    color: #929292;
    width: 292px;
    float: left;
    text-align: right;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    border-right:1px solid #333333;
}
.information .information_tr .col-2{
    font-size: 14px;
    line-height: 18px;
    color: #929292;
    width: 368px;
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;    
    padding: 0 20px;
}
@media screen and (max-width: 1050px) {
    .product-list {
        max-width: 1100px;
        margin: 0 auto;
    }
    .product-list li {
        width: 50%;
    }
}
@media screen and (max-width: 1280px) {
    .gallery{
        padding: 0px;
    }
    .gallery .nav_gallery{
        width: 60px;
    }
}
@media screen and (max-width: 1100px) {
    .product-list {
        max-width: 760px;
        margin: 0 auto;
    }
    .product-list li {
        width: 50%;
    }
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .gallery .thumbnails ul {
        max-width: 560px;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 1140px) {
.main-top{
	margin-top: 30px;
	margin-bottom:0px;
}
	.has-side .main-content .container {
    padding: 10px;
   
}
}
@media screen and (max-width: 767px) {
    .product-category,
    .product-name {
        font-size: 20px;
    }
    .product-list li {
        width: auto;
        float: none;
        padding: 0;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
    .information .information_tr{
        margin-bottom: 18px;
    }
    .information .information_tr .col-1{
       border: none;
       text-align: left;
       float: none;
        
    }
    .information .information_tr .col-2{
       text-align: left;
       float: none;
        margin-top: 6px;
    }
}
@media screen and (max-width: 570px) {
    .gallery .thumbnails li{
        width: 33.33%;
        padding: 2px;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
    
    .gallery .nav_gallery{
        display: none !important;
    }    
    
}
@media screen and (max-width: 380px) {
    .product-list ul{
        width: 100%;
        float: none;
    }
}