@charset "utf-8";

#main h2 {
margin-bottom: 3px;
margin-left: 1px;
}

#main .content {
float: left;
width: 524px;
margin-left: 14px;
_margin-left: 10px;
}
#main .content h3 {
clear: left;
margin: 30px 0 20px;
}
#main .content h4 {
margin-bottom: 20px;
font-size: 1.3em;
}
#main .content p {
margin-bottom: 30px;
}

#main .content img.chart {
margin-bottom: 50px;
}

#main .content .group {
margin-bottom: 10px;
background: #fff url(../img/index_bg_feature.png) left bottom no-repeat;
}
#main .content .feature {
float: left;
width: 255px;
margin-bottom: 10px;
}
#main .content .feature h4 {
margin-bottom: 0;
}
#main .content .feature p {
/*height: 10em;
overflow: auto;
margin: 0;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
padding: 10px 10px 10px 75px;
*/
margin: 0;
padding: 10px 10px 10px 75px;
}
#main .content .odd {
margin-right: 14px;
}
#main .content .feature .no1 {
background: transparent url(../img/index_bg_f1.png) 10px 10px no-repeat;
}
#main .content .feature .no2 {
background: transparent url(../img/index_bg_f2.png) 10px 10px no-repeat;
}
#main .content .feature .no3 {
background: transparent url(../img/index_bg_f3.png) 10px 10px no-repeat;
}
#main .content .feature .no4 {
background: transparent url(../img/index_bg_f4.png) 10px 10px no-repeat;
}

#main .content .reuqire {
padding-top: 30px;
}

#main .sidebar {
float: right;
width: 215px;
margin-right: 14px;
_margin-right: 10px;
}
#main .sidebar ul li {
margin-bottom: 10px;
}
#main .sidebar ul li img {
vertical-align: bottom;
}
#main .sidebar ul.services {
margin-bottom: 20px;
}
#main .sidebar ul.services li {
margin-bottom: 0;
}
#main .sidebar ul.services li a {
display: block;
height: 40px;
text-indent: -9999px;
}
#main .sidebar ul.services li span.index {
display: block;
height: 37px;
background: #fff url(../img/about_sidebar_index.png) left bottom no-repeat;
text-indent: -9999px;
}
#main .sidebar ul.services li a.pro {
background: #fff url(../../common/sidebar_advance_pro.png) left bottom no-repeat;
}
#main .sidebar ul.services li a.vod {
background: #fff url(../../services/img/services_sidebar_vod.png) left bottom no-repeat;
}
#main .sidebar ul.services li a.live {
background: #fff url(../../services/img/services_sidebar_live.png) left bottom no-repeat;
}
#main .sidebar ul.services li a.transit {
background: #fff url(../../services/img/services_sidebar_transit.png) left bottom no-repeat;
}
#main .sidebar ul.services li.current a.pro,
#main .sidebar ul.services li a.pro:hover {
background: #fff url(../../common/sidebar_advance_pro_over.png) left bottom no-repeat;
}
#main .sidebar ul.services li.current a.vod,
#main .sidebar ul.services li a.vod:hover {
background: #fff url(../../services/img/services_sidebar_vod_hover.png) left bottom no-repeat;
}
#main .sidebar ul.services li.current a.live,
#main .sidebar ul.services li a.live:hover {
background: #fff url(../../services/img/services_sidebar_live_hover.png) left bottom no-repeat;
}
#main .sidebar ul.services li.current a.transit,
#main .sidebar ul.services li a.transit:hover {
background: #fff url(../../services/img/services_sidebar_transit_hover.png) left bottom no-repeat;
}