﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	FONT-STYLE: normal;
	FONT-WEIGHT:normal;
    background-color: White;
    background:url(/images/bg.gif) repeat-x;
    color: #666666;
}
ul,ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
img
{
    border: none;
}
p
{
    margin: 0px;
    padding: 0px;
}
div
{
    margin: 0 auto;
    _overflow: hidden;
}
a:link
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #666666;
}
a:active
{
    text-decoration: none;
}
input, select, textarea
{
    font-size: 12px;
    color: #5F5F5F;
    margin: 0;
    padding: 0;
}
input
{
    padding-top: 0px!important;
    *padding-top: 3px!important;
    _padding-top: 3px;
}
table 
{   
    border-collapse: collapse;
}  
.line
{
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}
.clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.between5
{
    width: 100%;
    height: 5px;
    clear: both;
}
.between10
{
    width: 100%;
    height: 10px;
    clear: both;
}
.between15
{
    width: 100%;
    height: 15px;
    clear: both;
}
.between20
{
    width: 100%;
    height: 20px;
    clear: both;
}
.font1
{
   font-size:12px;
}
.font2
{
   font-size:14px;
}
.font3
{
   font-size:18px;
}
.color1
{
    color: #666666;
}
.color1 a:link, .color1 a:visited
{
    color: #666666;
    text-decoration: none;
}
.color1 a:hover
{
    text-decoration: underline;
    color: #666666;
}
.color2
{
    color: #c41417;
}
.color2 a:link, .color2 a:visited
{
    color: #c41417;
    text-decoration: none;
}
.color2 a:hover
{
    text-decoration: underline;
    color: #c41417;
}
.color3
{
    color: #FFFFFF;
}
.color3 a:link, .color3 a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.color3 a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
.color4
{
    color: #000000;
}
.color4 a:link, .color4 a:visited
{
    color: #000000;
    text-decoration: none;
}
.color4 a:hover
{
    text-decoration: underline;
    color: #000000;
}
/* TOP */
#top
{
    width: 960px;
    height:70px;
}
#top .l
{
    float: left;
    width: 450px;
    height:70px;
    line-height: 23px;
    vertical-align:middle;
}
#top .l .logo
{
    float:left;
    width:153px;
    height:70px;
}
#top .l .homepage
{
    float:left;
    width:190px;
    height:20px;
    margin:50px 0px 0px 0px;
}
#top .r
{
    float: right;
    text-align: right;
    width: 180px;
    height:70px;
}

/* Menu */
#menubar
{
	width:960px;
	height:40px;
    line-height:40px;
}
#menubar ul.menu li
{
	list-style: none; 
	float:left;
	font-size:14px;
    width:96px;
    height:40px;
    text-align:center;
    font-weight:bolder;
}
#menubar ul.menu li a 
{
    color:#FFFFFF; 
    text-decoration:none; 
	width:96px;
	height:40px;
    line-height:40px; 
    display:block;
    position: relative;
}
#menubar ul.menu li i.new {
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(/images/new.gif) no-repeat 0 0;
    position: absolute;
    right: 5px;
    top: -5px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}
#menubar ul.menu li i.hot {
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(/images/hot.gif) no-repeat 0 0;
    position: absolute;
    right: 5px;
    top: -5px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}
#menubar .children ul
{
    width:96px;
    display:none; 
    position:relative;
    top:0px;
	left:0px;
    z-index:99999;
}
#menubar .children ul li
{
    height:30px;
	font-size:12px;
    font-weight:normal;
    text-align:left;
}
#menubar .children ul li a 
{
    color:#FFFFFF; 
    text-decoration:none; 
    line-height:30px; 
    display:block;
    width:94px;
	height:30px;
    background-color:#e20846;
    border:1px solid #ffffff;
    text-align:center;
}
#menubar .children ul li a:hover
{
    color:#ffffff;
    background:url();
    background-color:#ac0031;
}
#menubar ul li a:hover 
{
    color:#4d4d4d;
    background:url(/images/menu_current.gif);
}
#menubar ul.menu .current
{
	float:left;
	font-size:14px;
    width:96px;
    height:40px;
    text-align:center;
    background:url(/images/menu_current.gif) no-repeat;
    font-weight:bolder;
    color:#4d4d4d;
}
#menubar ul.menu .current a
{
    color:#4d4d4d;
}
#menubar ul.menu .current ul li a
{
    color:#ffffff;
}
#slide
{
    width:960px;
    height:200px;
}
/* MAIN */
#main
{
    width: 960px;
    padding:10px 0px;
}
#main ul li
{
    line-height: 24px;
    padding-left: 8px;
    background:url(/images/icon_01.gif) no-repeat 0 50%;
}
#left
{
    float:left;
    width:240px;
    margin-right:10px;
}
#left .service
{
    width:229px; /*240px*/
    height:204px;/*228px*/
    background:url(/images/service_bg.gif) no-repeat;
    overflow:hidden;
    padding:23px 1px 1px 10px;
}
#left .erweima
{
    width:220px;/*240px*/
    height:145px;/*155px*/
    background:url(/images/erweima_bg.gif) no-repeat;
    overflow:hidden;
    padding:5px 10px;
    text-align:center;
    overflow:hidden;
}
#left .erweima .tip
{
    color:#c41417;
    font-size:14px;
    font-weight:bolder;
    padding-bottom:5px;
}
#left .one
{
    width:240px;
}
#left .one .title
{
   width:230px;/*240px*/
   height:36px;
   background:url(/images/left_title.gif) no-repeat;
   line-height:36px;
   color:#333333;
   font-size:14px;
   font-weight:bolder;
   padding-left:10px;
}
#left .one .content
{
   width:220px;/*240px*/
   background:url(/images/left_contentbg.gif) repeat-y;
   padding:5px 10px;
   line-height:20px;
}
#left .one .bottom
{
   width:240px;
   height:1px;
   background:url(/images/left_bottom.gif) no-repeat;
}
#right
{
    float:left;
    width:710px;
}
#right .one
{
    width:710px;
}
#right .one .title
{
   width:700px;/*710px*/
   height:36px;
   background:url(/images/right_title.gif) no-repeat;
   line-height:36px;
   color:#333333;
   font-size:14px;
   font-weight:bolder;
   padding-left:10px;
}
#right .one .content
{
   width:690px;/*710px*/
   background:url(/images/right_contentbg.gif) repeat-y;
   padding:10px;
   line-height:20px;
   overflow-x:hidden;
}
#right .one .bottom
{
   width:710px;
   height:1px;
   background:url(/images/right_bottom.gif) no-repeat;
}
/* FOOT */
#foot
{
    width:960px;
    height:90px;/*100px*/
    line-height:20px;
    text-align:center;
    padding-top:10px;
    color:#909090;
}
#foot a:link, #foot a:visited
{
    color: #909090;
    text-decoration: none;
}
#foot a:hover
{
    text-decoration: underline;
    color: #909090;
}