﻿
/*========== Info group ===========  */

.group_home
{
    float:left;
    width:100%
}

.group_title
{
    float:left;
    width:100%;
    height:29px;
    box-shadow: 0 2px 2px rgba(191,191,191,0.4);
    background:url(../images/group_bg.png) repeat-x;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0
}

.group_content
{
    float:left;
    width:100%;
}

.group_icon
{
    float:left;
    width:16px;
    height:16px; 
    margin:6px 0 0 7px;
    background:url(../images/icon_group.png) no-repeat;
}

.group_caption
{
    float:left;    
    padding:7px 0 0 10px;
    
}

.group_caption a
{
    font-weight:bold;
    color:#b45204;
    text-decoration:none;
}

.group_caption a:hover
{    
    text-decoration:underline;
}

.info_item
{
    float:left;
    width:306px;
    text-align:justify;
    margin-left:4px;
    margin-right:14px;
    margin-top:14px;
}

.info_img
{
    margin:0 10px 0 0;
    float:left;
    padding-top:2px
}

.info_img img
{
    width:130px;
    height:120px;
    border-style:solid;
    border-color:#d7d7d7;
    border-width:1px;
}

.info_title
{    
    text-align:left;
    margin-bottom:5px;
}

.info_title a
{
    color:#313131;
    font-weight:bold;
    line-height:18px;
    text-decoration:none;
    text-align:justify;
}

.info_introduc
{
    line-height:17px;
    color:#141414;
    text-align:justify;
    margin-right:2px;
    height:70px
}

/*========== Product - Service ===========  */

.product_item
{
    text-align:center;
    float:left;
    width:170px;
    height:130px;
    margin:15px 20px 0px 20px;
}

.product_item_video
{
    text-align:center;
    float:left;
    width:210px;
    height:176px;
    margin:15px 0px 0px 0px;
}

.product_item a
{
    text-decoration:none;
    color:#313131;
}

.product_item_video a
{
    text-decoration:none;
    color:#313131;
}

.product_text
{
    font-weight:bold;
    margin-top:8px;
    width:130px;
    margin-left:20px;
}

.product_text_video
{
    font-weight:bold;
    margin-top:8px;
    width:170px;
    margin-left:20px;
    text-align:left;
}

.product_item img
{
    width:90px;
    height:90px;
    border:none
}

.product_item_video img
{
    width:172px;
    height:120px;
    border:none
}
