@charset "utf-8";
/*
index.css 首页样式
*/

*{ margin:0; padding:0; list-style:none; white-space:normal;word-break:break-all;}
body{ background-color:#FFFFFF; font-size:12px; color:#333333; font-family:Arial, Helvetica, sans-serif}
img{ border:0}

a:link {color: #333; text-decoration: none;}
a:visited {text-decoration: none; color: #666;}
a:hover {text-decoration: underline; color: #333;}
a:active {text-decoration: none; color: #333;}


.header,.main,.footer{ width:1002px; margin:0 auto 0 auto;}

/*header 网站头部*/
.header{ height:123px; background:url(../images/index_top.jpg) no-repeat 0 0; position:relative;}
.header .logo{ position:absolute; top:28px; left:50px; width:453px; height:77px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/logo.png");background:url(../images/logo.png) no-repeat 0 0 !important; background:none; text-indent:-9999px;}

.header .tnav{ position:absolute; top:60px; right:55px; width:241px; height:22px; background:url(../images/top_nav.gif) no-repeat 0 0;}
.header.tnav ul{ margin-left:18px;}
.header .tnav li{ display:inline; color:#909091; line-height:22px;}
.header .tnav li a{ margin:0 11px 0 10px; color:#909091;}
.header .tnav li a:hover{ color:#35498e;}

.header .top_text{ width:200px; height:16px; position:absolute; top:90px; right:60px; color:#909091;}


.main{ height:351px; background:url(../images/index_mid.jpg) no-repeat 0 0; position:relative;}
.main .fla{ position:absolute; top:4px; left:48px;}



.footer{ height:146px; background:url(../images/index_di.jpg) no-repeat 0 0; position:relative;}

.footer .nav{ width:116px; height:29px; position:absolute; top:40px; right:80px;}
.footer .nav a{ display:block; width:116px; height:29px; background:url(../images/jr.gif) no-repeat 0 0; text-indent:-9999px;}
.footer .nav a:hover{ display:block; width:116px; height:29px; background:url(../images/jr_1.gif) no-repeat 0 0;}

.footer .copy{ position:absolute; top:90px; line-height:24px; color:#666;}
.footer .copy p{ text-indent:60px; line-height:24px;}

