﻿@charset "utf-8";
/* CSS Document */

/*  #content 首页content内部样式
--------------------------------------*/
.bg{
    background-image:url(../../images/products/bg_products.gif);
    background-repeat:repeat-y;
    background-position:20px 0px;
}
.bg_02{
    background-image:url(../../images/products/bg_products_02.gif);
    background-repeat:repeat-y;
    background-position:20px 0px;
}

/*  右侧上部banner条
--------------------------------------*/
.h1_in1{
    background-image:url(../../images/products/in1.jpg);
}
.h1_in2{
    background-image:url(../../images/products/in2.jpg);
}
.h1_in3{
    background-image:url(../../images/products/in3.jpg);
}


/*  Business Overview style
--------------------------------------*/
.jianjie{
    margin-top:12px;
}
.jianjie h2{
    color:#003399;
    font-size:12px;
    /*font-weight:normal;*/
    margin-bottom:12px;
}
.jianjie p{
    line-height:22px;
    margin:0px 0px 12px 0px;
    text-align:justify;
}
.jianjie ul{
    margin-left:20px;
    margin-bottom:12px;
}
.jianjie li{
    padding-left:0px;
    line-height:20px;
    /*list-style:decimal;*/
    list-style:disc;
}


/*james edit 0913*/
.pt{
    background:url(../../images/products/pt_07.jpg) 100% 100% no-repeat;
    min-height:350px;
    height:auto!important;
    height:350px;
    padding:10px 0px;
}

.gj_head{
    padding-bottom:12px;
    color:#1eb9ee;
}
.gj_head p{
    line-height:24px;
    text-indent:2em;
}
.gj_head a{
    color:#1eb9ee;
}
.gj_head a:hover, .gj_head .current{
    color:#003399;
}
.gj_head .current{
    color:#003399;
    font-weight:bold;
}

.pt_body{
    border:1px solid #e6e6e6;
    background-color:#f4f4f4;
    width:520px;
    padding:15px 20px;
    line-height:24px;
    min-height:320px;
    height:auto!important;
    height:320px;
    backgournd: #666;
    filter:alpha(opacity=80); /*IE*/
    -moz-opacity:0.8; /*MOZ , FF*/
    opacity:0.8; /*CSS3, FF1.5*/
    font-family:Arial, Helvetica, sans-serif;
}
.pt_body ul{
    margin-bottom:12px;
}
.pt_body p{
    text-align:justify;
    margin-bottom:12px;
}
