<!--
.container{
    width:1160px;
    height:420px;
    margin:0 auto 0 auto;
}


/*菜单class*/
.Menubox {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 35px;
    width: 100%;
	margin:10px 0 0 0;
}

.Menubox ul{
margin:0px;
padding:0px;
}

.Menubox ul li{

float:left;
display:block;
cursor:pointer;
text-align:center;
color:#333;
font-size:18px;
padding:0 5px;
font-weight:bold;
font-family:"Microsoft Yahei";
}

.Menubox ul li.hover{
padding:0px 5px;
background:#fff;
color:#9c1d22;
font-weight:bold;
height:40px;
font-size:18px;
border-bottom:1px #000 solid;
background:url(/Images/tabxb.png) no-repeat 50% 100%;
}

.Contentbox{
clear:both;
margin:0;
border-top:none;
overflow:hidden;
padding:5px 0;
min-height:283px;

}
.contleft{
    width:56%;
    border-right:1px #cccccc dashed;
    padding-right:15px;
}
.contnews{
    height:110px;
    overflow:hidden;
}
.contnews dl dt{
    height:35px;
    line-height:35px;
}
.contnews dl dt a{
    font-size:16px;
    font-weight:bold;
    font-family:"Microsoft Yahei";
    color:#9f2f32;
}
.contnews dl dt a:visited{
    color:#9f2f32;
}
.contnews dl dt a:hover{
    color:#ff0000;
}
.contnews dl dd{
    color:#999999;
    text-indent:2em;
    line-height:20px;
}

.contright{
    width:41%;
}
.contright ul li{
    height:30px;
    line-height:30px;
}
.contright ul li span{
    font-size:14px;
    font-family:"Microsoft Yahei";
    color:#000000;
}
.contright ul li a{
    font-size:14px;
    font-family:"Microsoft Yahei";
    color:#000000;
}
.contright ul li a:visited{
    color:#000000;
}
.contright ul li a:hover{
    color:#ff0000;
}
/*公司简介*/
.tabnews{
    width:100%;
    overflow:hidden;
}
.tabnews_img{
    width:100%;
    height:240px;
}
.tabnews_img img{
    width:100%;
    max-height:240px;
}
.tabnews_tle{
    width:100%;
    height:40px;
    line-height:40px;
    letter-spacing:3px;
}
.tabnews_tle a{
    font-size:16px;
    font-weight:bold;
    color:#333333;
}
.tabnews_tle a:visited{
    color:#333333;
}
.tabnews_tle a:hover{
    color:#ff0000;
}
.tabnews_cont{
    text-indent:2em;
    line-height:20px;
    font-size:12px;
    color:#999999;
}