@charset "utf-8";

*{
margin:0px;
padding:0px;
border:0px;
}

body{
font-size:12px;
line-height:20px;
font-family:Tahoma,Verdana,Arial;
color:#000;
text-align:left;
background-image:url('../img/bg/bg.jpg');
background-attachment:fixed;
}

img{
border:0px;
}

a, a:visited, a:link, a:active{
text-decoration:none;
cursor:pointer;
outline:medium none;
color:#000;
}

a:hover{
text-decoration:underline;
color:#C00;
}

.main{
text-align:center;
margin:20px auto;
width:970px;
}

.framework{
text-align:left;
float:left;
background-color:#FFF;
background-image:url('../img/bg/top.png');
background-repeat:no-repeat;
background-position:top center;
}

.box_top_left{
margin-top:15px;
padding:5px;
float:left;
width:300px;
height:40px;
font-size:20px;
text-align:center;
}

.box_top_right{
margin-top:5px;
float:right;
width:600px;
height:60px;
font-size:48px;
text-align:center;
}

.box_left_head{
float:left;
padding:5px;
width:305px;
text-align:center;
font-style:italic;
font-size:11px;
border-top:2px dotted #555;
}

.box_right_head{
float:right;
padding:5px;
width:600px;
border-top:2px dotted #555;
}

.box_left{
padding:5px;
margin-left:5px;
float:left;
width:300px;
height:500px;
overflow:hidden;
}

.box_right{
padding:5px;
float:right;
width:605px;
height:500px;
overflow:auto;
}

.bar{
float:left;
width:10px;
height:570px;
background-repeat:repeat-y;
background-image:url('../img/bg/slash.png');
}

.copyright{
float:left;
width:960px;
text-align:center;
padding:5px;
background-image:url('../img/bg/bottom.png');
background-repeat:no-repeat;
background-position:bottom center;
}

.left_item{
float:left;
margin-bottom:15px;
border-right:1px dashed #999;
border-bottom:1px dashed #999;
}

.item_ico{
padding:2px 5px 0px 0px;
float:left;
}

.item_head{
float:left;
border-bottom:1px solid;
}

.item_body{
float:left;
font-size:11px;
padding-left:1px;
padding-right:5px;
}

.box_style{
padding:10px;
margin-bottom:10px;
}

.box_style1{
background-color:#DDD;
}

.box_style2{
background-color:#FFF;
border:2px #DDD solid;
}

.brand_img{
float:left;
padding-right:5px;
}

.jump_top{
float:right;
}
