﻿@media only screen and (max-width: 1000px)  
{

}


@media only screen and (max-width: 600px)  
{

#left 
{  
    width:100%;
}

#right
{
    display:none;
}
.home-banner-left
{
    display:none;
}
.home-banner-right
{
    display:none;
}
.home-body-start
{
    display:none;
}
.home-index
{
    margin-left:0px; 
    margin-right:0px
}

body
{
    font-size:75%;
}
.page
{
    width:320px;
    margin-left: auto;
    margin-right: auto;
}
.home-search
{
    border-color:Blue; 
    border-style:solid; 
    border-width:1px; 
    height:30px;
    max-width:290px;
    margin-top:25px; 
    margin-bottom:25px; 
    background-color:rgb(246,246,246);
}
.home-search-input
{
    border:0px; 
    vertical-align:top; 
    height:28px; 
    max-width:130px; 
    margin:0px; 
    padding:0px;
}
.home-product-category
{
    display:inline-block; 
    max-width:320px; 
    height:480px; 
    margin-bottom:5px; 
    margin-top:5px;
    margin-left:0px;
    margin-right:0px; 
    padding:0px; 
    border-style:solid; 
    border-width:1px; 
    border-color:#999999
}
.home-product-category-image
{
    height:52%; 
    width:53%; 
    margin:0px; 
    padding:0px;
    text-align:center;
    vertical-align:middle;  
    opacity:0.9;
}
.home-product-image
{
    text-align:center; 
    float:left; 
    width:290px; 
    height:290px; 
    padding:5px
}
.home-product-category-list
{
    float:right; width:46%;
    margin:0px; 
    padding:0px;
}
/* store start */
#store-main
{
    margin-left:0px;
    margin-right:0px;
}
.store-banner
{
    max-width:100%; 
    height:75px; 
}
.store-banner-image
{
     max-width:300px; 
}
.product-content
{
     max-width:295px;
}
.product-image
{
    max-width:100px; 
    max-height:100px;
   /* border-radius:8px;
    -moz-border-radius:8px; 
    background-color: White;*/
    
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    /*max-width:160px; 
    max-height:160px;*/
}
.image-contain
{
    width:100px;
    height:100px;
    position:relative;
}
.store-banner-operate
{
    top:5px; 
    left:160px;
}
.store-left
{
    display:none;
}
.store-menu-right
{
     max-width:295px; 
}
.store-menu-left
{
    max-width:295px;
}
.store-search-input
{
    max-width:130px;
    height:28px;
    border:0px; 
    vertical-align:top; 
    margin:0px; 
    padding:0px;
}
.store-document-image
{
    max-height:290px; max-width:290px; margin:0px; padding:5px;
}
.store-list
{
    height:100px; width:98px; text-align:center; vertical-align:middle; display:inline-block; list-style-type:none; padding-bottom:5px; padding-right:5px;
}
.store-image
{
    width:95px; 
    height:30px;
   /* border-radius:8px;
    -moz-border-radius:8px; 
    background-color: White;*/
}
/*store end */

.product-description-image
{
    float:left; 
    max-width:300px; 
}
.product-description-main-image
{
    max-width:100%; 
    max-height:100%;
}

.product-list
{
height:180px; width:100px; text-align:center; vertical-align:top; display:inline-block; list-style-type:none;
}

.mobile-hide
{
    display:none;
}

.display-label,
.editor-label,
.form-left
{
    margin: 1em 0 0 1em;
    float:left;
    width:100%;
    text-align:left;
}

.display-field,
.editor-field,
.form-right
{
    margin:1em 0 0 3em;
    float:left;
    width:100%;
    text-align: left;
}

/* Product Start*/
.product-form-image
{
    float:left;
    position:relative;
    width:100%; 
    height:465px; 
    vertical-align:middle; 
    text-align:center
}

.product-form-description
{
    float:left;
    width:100%;  
    margin:0px;
    padding:0px;
    margin-left:5px;
}
/* Product End */

.only-web
{
    display:none;
}

.news-layout-body
{
    margin-left:0px; margin-right:0px;
}
.news-detail-image
{
    max-width:100%;
}

}