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(/http/www.tmvan.com/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;
}
/*灰色-默认*/
.c_grey
{
    color: #666666;
}
.c_grey a:link, .c_grey a:visited
{
    color: #666666;
    text-decoration: none;
}
.c_grey a:hover
{
    text-decoration: underline;
    color: #666666;
}
/*黑色*/
.c_black
{
    color: #000000;
}
.c_black a:link, .c_black a:visited
{
    color: #000000;
    text-decoration: none;
}
.c_black a:hover
{
    text-decoration: underline;
    color: #000000;
}
/*白色*/
.c_white
{
    color: #FFFFFF;
}
.c_white a:link, .c_white a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.c_white a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
/*红色*/
.c_red
{
    color: #FF0000;
}
.c_red a:link, .c_red a:visited
{
    color: #FF0000;
    text-decoration: none;
}
.c_red a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
/*浅蓝色*/
.c_blue
{
    color: #0893BE;
}
.c_blue a:link, .c_blue a:visited
{
    color: #0893BE;
    text-decoration: none;
}
.c_blue a:hover
{
    text-decoration: underline;
    color: #0893BE;
}
.page
{
    width: 100%;
    text-align:center;
    margin:20px 0px 15px 0px;
}
.page .c1
{
    width: 30px;
    height:30px;
    margin: 0px 4px;
    padding: 5px 10px;
    background-color:#037DA2;
    border: 1px solid #ddd;
    line-height: 14px;
    color:#ffffff;
    cursor:pointer;
}
.page .a1
{
    width: 30px;
    height:30px;
    margin: 0px 4px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 14px;
    cursor:pointer;
}
.page .a1:hover
{
    border: 1px solid #A8A8A8;
}
.page a,a:hover
{
    text-decoration:none;
    color:#666;
}
/*通用*/
.one250
{
    width:250px;
}
.one250 .title
{
   width:240px;/*250px*/
   height:35px;
   background:url(/http/www.tmvan.com/images/one250_title.gif) no-repeat;
   line-height:35px;
   color:#666666;
   font-size:14px;
   font-weight:bolder;
   padding-left:10px;
}
.one250 .content
{
   width:230px;/*250px*/
   background:url(/http/www.tmvan.com/images/one250_contentbg.gif) repeat-y;
   padding:5px 10px;
   line-height:20px;
}
.one250 .bottom
{
   width:250px;
   height:1px;
   background:url(/http/www.tmvan.com/images/one250_bottom.gif) no-repeat;
}
.ad250
{
   width:250px;
   overflow:hidden;
}
/* TOP */
#top
{
    width: 1000px;
    height:125px;
}
#top .l
{
    float: left;
    width: 450px;
    height:25px;
    line-height: 23px;
}
#top .r
{
    float: right;
    text-align: right;
    width: 400px;
    height:25px;
    line-height: 23px;
}
#top .logo
{
    float:left;
    width:255px;
    height:55px;
    vertical-align:middle;
    margin-top:20px;
}
#top .search
{
    float:left;
    width:500px;
    height:55px;
    margin:20px 30px 0px 50px;
}
#top .attent
{
    float:right;
    width:150px;
    height:55px;
    margin:15px 0px 0px 0px;
    text-align:center;
    line-height:30px;
    font-size:14px;
    font-weight:bolder;
}
#top .attent a
{
    height: 30px;
    width: 80px;
    overflow: hidden;
    line-height: 30px;
    background: #0B94BF;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight:bolder;
    display:inline-block;
}

/* Menu */
#menubar
{
	width:1000px;
	height:40px;
    line-height:40px;
}
#menubar ul.menu li
{
	list-style: none; 
	float:left;
	font-size:14px;
    width:111px;
    height:40px;
    text-align:center;
    font-weight:bolder;
}
#menubar ul.menu li a 
{
    color:#FFFFFF; 
    text-decoration:none; 
	width:111px;
	height:40px;
    line-height:40px; 
    display:block;
    position: relative;
}
#menubar ul.menu li i.new {
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(/http/www.tmvan.com/images/icon_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(/http/www.tmvan.com/images/icon_hot.gif) no-repeat 0 0;
    position: absolute;
    right: 5px;
    top: -5px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}
#menubar .children ul
{
    width:250px;
    display:none; 
    position:relative;
    top:0px;
	left:0px;
    z-index:99999;
}
#menubar .children ul li
{
	font-size:12px;
    font-weight:normal;
    text-align:left;
}
#menubar .children ul li a 
{
    color:#FFFFFF; 
    text-decoration:none; 
    line-height:40px; 
    display:block;
    width:111px;
	height:40px;
    background-color:#0B94BF;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    text-align:center;
}
#menubar ul li a:hover 
{
    background-color:#047DA3;
}
#menubar .current
{
	float:left;
	font-size:14px;
    width:111px;
    height:40px;
    text-align:center;
    background-color:#047DA3;
    font-weight:bolder;
}
/* MAIN */
#main
{
    width: 1000px;
    padding:10px 0px;
}
/* Advantage */
#advantage
{
    width:100%;
    height: 90px;
    background-color:#f4fcff;
}
#advantage .container
{
    width: 1000px;
}
#advantage .item
{
    width:25%;
    display: inline;
    float: left;
    margin-top:15px;
    height: 62px;
    background: url("/Images/advantage_icon.png") no-repeat;
}
#advantage .item dl
{
    padding-left: 50px;
    margin:0;
}
#advantage .item dd
{
    padding-top:8px;
    margin:0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
#advantage .advant1{
    width:27%;
    background-position: 0px 0px;
}
#advantage .advant2{
    width:25%;
    background-position: 0px -63px;
}
#advantage .advant3{
    width:25%;
    background-position: 0px -125px;
}
#advantage .advant4{
    width:23%;
    background-position: 0px -188px;
}
/* FOOT */
#foot
{
    width:100%;
    line-height:25px;
    text-align:center;
    padding:10px 0px;
    color:#909090;
    border-top: 2px solid #0B94BF;
}
#foot a:link, #foot a:visited
{
    color: #909090;
    text-decoration: none;
}
#foot a:hover
{
    text-decoration: underline;
    color: #909090;
}
/* 右侧滚动 */
#sroll_right
{
    position:fixed;
    right:0;
    bottom:0;
    width:36px;
    height:36px;
}
#sroll_right a
{
    display: inline-block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-indent: 36px;
    float: left;
    color: #fff;
    cursor: pointer;
}
#sroll_right a.top
{
    background: url(/http/www.tmvan.com/images/sroll_top.gif) no-repeat;
    display:none;
}
#sroll_right a.top:hover
{
    background: url(/http/www.tmvan.com/images/sroll_top_current.gif) no-repeat;
}
#link {
    width: 1000px;
    border-top: 1px solid #0B94BF;
    line-height: 22px;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}