﻿
/*
menu
*/
/*
a
{
     blr:expression(this.onFocus=this.blur());   /*    IE Opera  去掉点击时的虚线  */
   /* outline:none;      /*  FF Opera 去掉点击时的虚线   */
  /*  -moz-outline-style: none; 
    }
 */
ul.topnav
{
    list-style: none;
    padding: 0px 20px;
    margin: 1px 0px 0px 0px;
    float: left;
    width: 962px;
    background: #222;
    font-size: 1.3em;
    background: url(../Images/topnav_bg.gif) repeat-x;
    font-family:黑体;
    position: relative;
}
* html ul.topnav
{
    width: 982px;
}
ul.topnav li 
{
    float: left;
    margin: 0;
    padding: 0 11px 0 0;
    position: relative; /*--Declare X and Y axis base--*/
    z-index:24;
}
#endLi
{
    padding: 0;
    }
ul.topnav li a
{ 
    padding: 10px 5px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
}
ul.topnav li a:hover
{
    background: url(../Images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span
{
    /*--Drop down trigger styles--*/
    width: 17px;
    height: 35px;
    float: left;
    background: url(../Images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover
{
    background-position: center bottom;
    cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav
{
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 35px;
    background: #333;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 170px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: 1px solid #111;
    
    }
ul.topnav li ul.subnav li
{
    margin: 0;
    padding: 0;
    border-top: 1px solid #252525; /*--Create bevel effect--*/
    border-bottom: 1px solid #444; /*--Create bevel effect--*/
    clear: both;
    width: 170px;
}
html ul.topnav li ul.subnav li a
{
    float: left;
    width: 145px;
    background: #333 url(../Images/dropdown_linkbg.gif) no-repeat 10px center;
    padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover
{
    /*--Hover effect for subnav links--*/
    background: #222 url(../Images/dropdown_linkbg.gif) no-repeat 10px center;
}


/*tab*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}


.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* default styles
   -------------- */

body
{
    padding: 0;
    margin: 0;
    font: 10px normal Arial, Helvetica, sans-serif;
    background: #ddd url(../Images/main_bg.jpg) repeat;
    line-height: 1.5em;
    color: #454545;
}

a
{
    color: #4A8EBC;
    background: inherit;
}

a:hover
{
    color: #C3593C;
    background: inherit;
}

p
{
    margin: 0 0 5px 0;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

form
{
    margin: 0;
    float: left;
    margin-top: 30px;
    margin-left: -50px;
}

input.txt
{
    width: 160px;
    height: 16px;
    border-width: 1px;
    color: #808080;
}

input.button
{
    border: 0;
    height: 27px;
    width: 76px;
    background: #ABC43C url(button.gif) no-repeat;
    color: #FFF;
    font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login
{
    width: 150px;
    border: none;
    background: url(logininput.gif);
    padding: 4px;
}

/* layout
   ------ */

.content
{
    margin: 0px auto;
    width: 1002px;  
    background-color: #FFFFFF; 
    _position:relative;
}

.logo
{
    float: left;
    width: 300px;
    background-color: #FFFFFF;
}
* html .logo
{
    clear:right;
}

.header_right
{
    float: right;
    width: 702px;
    height: 89px;
    background-color: #FFFFFF;
}

.top_info
{
    width: 690px;
    margin: 12px 0 5px 0;
    padding: 0 5px 5px 0;
    text-align: right;
    background: #FFF url(dot.gif) repeat-x bottom;
    color: #444;
}

.top_info_right
{
    float: right;
    margin-top: 26px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.top_info_right a
{
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}


.slogan
{
    text-align: right;
    width: 160px;
}




.bar
{
    text-align: right;
    font-size: 1.1em;
    height: 30px;
}

.bar li
{
    padding: 0px 10px 8px 10px;
    color: #808080;
    background: #FFF;
    display: inline;
}

.bar li.active
{
    background: #FFF url(bar.gif) no-repeat center bottom;
    color: #C3593C;
    font-weight: bold;
    padding-bottom: 8px;
}

.bar a
{
    font-weight: bold;
    color: #4A8EBC;
    background: inherit;
}

#notice
{
    margin: 0 auto;
    width: 1002px;
    height: 30px;
    background-color: #FFFFFF;
    color: #000;
    clear: both;
}

#notice ul
{
	list-style:solid;
	width:700px;
}
#notice a
{
	 font-size: 12px;
    color: #993300;
    text-decoration:none;
	}

#notice .date
{
    padding-left: 10px;
    padding-top: 7px;
    font-size: 12px;
    color: #993300;
    float: left;
}

#notice .notice
{
    padding-top: 7px;
    padding-right: 10px;
    font-size: 12px;
    float: right;
    width: 800px;
    text-align: right;
}

#notice .notice li
{
    display: inline;
    padding-left: 10px;
    list-style: circle;
}

.grey
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ccc;
    background: inherit;
}

.search
{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    background: inherit;
}

.ad
{
    float: left;
    height: 136px;
    width: 1002px;
    background: #FFFFFF;
    /*background-image: url(../Images/Banner.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    margin: 0;   
}

* html .ad
{
    width:1019px;
    }

*+html #menu
{
    position:relative;
    z-index:25;
}

.corner
{
    background: #CCCCCC;
    margin: 5px;

  
}

#mainContent
{
    height: auto !important;
    height: 600px;
    min-height: 600px;
}

/* left side
   --------- */

.left
{
    float: left;
    width: 762px;
    background: #FFFFFF;
}

.lt
{
    height: 3px;
    color: #FFF;   
}

.lt1
{
	margin-top:-4px;
    width:100%;
    overflow:auto;
}


.lbox
{
    padding: 3px 12px;
    background: #FFFFFF;
    height: 290px;
    _overflow:hidden;    
}

.lbox a
{
    color: #FFFCD1;
    background: inherit;
}

.lbox h2
{
    color: #666666;
    background: #FFFFFF;
    float: right;
    text-align: center;
    width: 368px;
}

.lbox p
{
    width: 368px;
    float: right;
}
.lbox p a
{
    color: #666666;
    line-height: 25px;
    font-size: 14px;
}


.thumb
{
    float: left;
    width: 326px; /*border: 1px solid #d4d4d4;*/
    color: #fff;
    background: #FFFFFF;
    margin: 0 15px 15px 0;
    padding: 5px;
 
    
}

.thumb p
{
    margin: 0;
    padding: 3px;
    color: #FFF;
    background: #6e6e6e;
}

h2{
	font-size:12px;
}

#newsTitle{
	text-decoration:none;
	color:#993300;
	width:100%;
	
}

p.titletxt
{
 text-indent:2em;
 width:100%;
 
}
 p.titletxt a
{
	font-size:12px;
	text-decoration:none;
}


.lsbox
{
    background: #FFFFFF; /*height: inherit; 		width:inherit;*/
    height: 163px;
    _height: 164px;
    width: 366px;
    float: left;

}

.lsbox a
{
    color: #FFFCD1;
    background: inherit;
}

.lsboxcornerleft
{
    width: 366px;
    height: 163px;
    float: left; 
}
* html .lsboxcornerleft
{
    clear:left;
    }

.lsboxcornerright
{
    width: 366px;
    height: 163px;
    float: right;
}




* html .lsboxcornerright
{
    clear:right;
    }

.lgoodsbox
{
    background: #FFFFFF;
    height: inherit;
    _height: 146px;
    width: 748px;
}

.lgoodssbox a
{
    color: #FFFCD1;
    background: inherit;
}

.goodscorner
{
    height: 145px;
    float: left;
}

#goodstitle
{
    height: 25px;
    background-image: url(../Images/title_goods.jpg);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
}

#articleTitle1
{
    height: 25px;
    background-image: url(../Images/title_hotNews.JPG);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 3px;
     
}
.lsbox .moreCss,.topIndexNews .moreCss
{   
     font-size:12px; 
     text-decoration:none; 
     color:Gray; 
     float:right; 
     margin-right:10px; 
     margin-top:5px;
     background:none;
}

#articleTitle2
{
    height: 25px;
    background-image: url(../Images/title_down.jpg);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 3px;
}

#articleTitle3
{
    height: 25px;
    background-image: url(../Images/title_policy.jpg);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 3px;
}

#articleTitle4
{
    height: 25px;
    background-image: url(../Images/title_college.jpg);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 3px;
}

#historytitle
{
    height: 25px;
    width: 648px;
    background-image: url(../Images/title_history.jpg);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    float: left;
}

.lhistorybox
{
    background: #FFFFFF;
    height: inherit;
    width: 750px;
    height:160px;
    overflow:hidden;
}

.lgoodssbox a
{
    color: #FFFCD1;
    background: inherit;
}

	 
 .historyscorner
{
    height: 160px;
    float: left;
    
}

#historyContainer
{
	margin-left:5px;
	margin-right:5px;

	overflow:hidden;
}
	 
	 .history
	 {
	 	padding-top:5px;
		list-style-type: none;
		margin: 0;
		position: relative;
	 }
	 
	 .history img
	 {
	 	border:none;
	 }
	 



.rollBox
{
    width: 704px;
    overflow: hidden;
    padding: 12px 0 5px 6px;
}
.rollBox .LeftBotton
{
    height: 52px;
    width: 19px;
    background: url(../Images/goodsArrow.gif) no-repeat 11px 0;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 25px 0 0 0;
    cursor: pointer;
}
.rollBox .RightBotton
{
    height: 52px;
    width: 20px;
    background: url(../Images/goodsArrow.gif) no-repeat -8px 0;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 25px 0 0 0;
    cursor: pointer;
}
.rollBox .Cont
{
    width: 660px;
    overflow: hidden;
    float: left;
}
.rollBox .ScrCont
{
    width: 10000000px;
    overflow: hidden;
}
.rollBox .Cont .pic
{
    width: 132px;
    float: left;
    text-align: center;
}
.rollBox .Cont .pic img
{
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.rollBox .Cont .pic p
{
    line-height: 26px;
    color: #505050;
}
.rollBox .Cont a:link, .rollBox .Cont a:visited
{
    color: #626466;
    text-decoration: none;
}
.rollBox .Cont a:hover
{
    color: #f00;
    text-decoration: underline;
}
.rollBox #List1, .rollBox #List2
{
    float: left;
}


/* right side
   ---------- */

.right
{
    float: right;
    width: 240px;
    background: #FFFFFF;  
}
* html .right
{
    clear:left;
    }


.right a
{
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    background: inherit;
}


.rt
{
    background: #FFFFFF;
    color: #FFF;
    height: 5px;
}

.right_login
{
    font-size: 0.9em;
    background: url(../Images/login_bg.jpg);
    background-repeat: repeat-x;
    height: 160px;
}
.right_login p input
{
    vertical-align:middle;
}


#userlogin
{
    width: 61px;
    height: 18px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background-image: url(../Images/user_login.gif);
    background-repeat: no-repeat;
}

#userlogin p{
	color:#333333;
	font-size:12px;
	font-family:"黑体";
	font-weight:500;
}

.btn{
	padding-left:50px;
	padding-top:20px;
}

.btn input{
	padding-left:20px;
}

.star_team
{
    font-size: 0.9em;
    background: #FFFFFF;
    background-repeat:repeat-x;
    min-height:220px;
    height:auto;
    padding-bottom:5px;
}
.star_team a img
{
    margin-left:10px;
    margin-right:5px;
    }
.star_team a span
{
    line-height:20px;
    text-indent:15px;
    display:block;
    margin-left:10px;
    margin-right:8px;
}


.company_contact
{
    font-size: 0.9em;
    background: #FFFFFF;
	background-repeat:repeat-x;
	height:180px;
}

.company_contact ul{
	margin-top:5px;
}

.company_contact ul li{
	list-style-image:url(../Images/arrow.gif);
	list-style-position:inside;
	padding-left:6px;
	display:block;
}

.company_contact ul li a
{
    display:block;	
    padding-left:5px;
    height:18px;
    padding-top:5px;
    vertical-align:top;
    }


ul .right_articles
{
    list-style: url(../Images/arrow.gif);
    text-align: center;
    width: 270px;
}

li .right_articles
{
    list-style: url(../Images/arrow.gif);
    text-align: center;
}


.image
{
    float: left;
    margin: 0 9px 3px 0;
}

#contacttitle
{
    height: 20px;
    width: inherit;
    background-image: url(../Images/title_contact.gif);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding-top: 5px;
}


#teamtitle
{
    height: 20px;
    width: inherit;
    background-image: url(../Images/title_team.gif);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-top: 5px;
}

.business
{
    text-align: center;    
    margin-top: 4px;
}


/* link */

.link
{
    clear: both;
    margin: 5px;  
    text-align: center;
    line-height: 1.8em;
    color: #808080;
    background: #FFFFFF;
    float: left;
    height: 120px;
    width: 992px;
    _width: 1001px;
    background: #CCCCCC;  
    margin-top:20px;
}

#link
{
    background: #FFFFFF;
    height: inherit;
    *height: 100%;
}

#linktitle
{
    height: 20px;
    width: inherit;
    background-image: url(../Images/link_title.gif);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-top: 5px;
}

.link img
{
	border:none;
}

.link ul
{
	list-style:none;
}

.link li
{
	display:inline;
	padding-left:10px;
}

/* footer
   ------ */

.footer
{
    clear: both;
    text-align: center;
    line-height: 1.8em;
    color: #808080;
    background: #FFF url(dot.gif) repeat-x;
    padding: 8px 0;
}

.footer a
{
    color: #C3593C;
    background: inherit;
}


/*列表页样式*/
.Listleft
{
    float: left;
    width: 254px;
    background: #FFFFFF;
    border-width: 1px;
    border-color: #CCCCCC;
    margin: 0 0 5px 5px;
}

.ListTop
{
    background-image: url(../Images/sub_title_cate_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    height: 38px;
}

.ListItem
{
    background-image: url(../Images/sub_title_item_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    height: 35px;
}

.ListItemOver
{
    background-image: url(../Images/sub_title_item_bg_over.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    height: 35px;
}

ul.Listleft
{
    list-style: none;
}

.ListTop a
{
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体";
    width: inherit;
    text-align: center;
    padding-top: 13px;
    color: #333333;
    display: block;
    height: 22px;
    text-decoration: none;
}

.ListItem a
{
    font-size: 12px;
    font-weight: bold;
    font-family: "宋体";
    width: inherit;
    text-align: center;
    padding-top: 13px;
    height: 22px;
    color: #333333;
    display: block;
    text-decoration: none;
}

.Listright
{
    float: right;
    width: 725px;
    _width: 700px;
    background: #FFFFFF;
    margin: 0 8px 8px 0;
    border: 1px solid #CCCCCC;
    
}

.Listright a
{
    font-size: 14px;
    text-decoration: none;
    color: #666666;
}
.Listright p
{
    margin: 10px;
    line-height: 30px;
    font-size: 14px;
}

.navigation
{
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: "黑体";
    background-image: url(../Images/dot_nav.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.navigation p
{
    margin-left: 30px;
}

.navigation a
{
    padding: 0;
    font-size: 14px;
    font-weight: bolder;
    font-family: "黑体";
}

.Listright ul
{
    list-style: none;
}

.ListLi
{
   /* border-width:1px;
    border-style:solid;
    border-color:red;*/
    
    margin: 0 30px 0 20px;
  /*  list-style-image: url(../Images/arrow_list.gif);*/
   /* list-style: none;    */
    line-height: 35px;
    border-bottom: 1px dotted #666666;
    _overflow:hidden; 
}

.ListLiTitleDiv
{
 /*   border-width:1px;
    border-style:solid;
    border-color:red;*/
   
    width:90%;
    _width:88%;
    float:left;    
}
* html .ListLiTitleDiv
{
     vertical-align:bottom; height:25px; padding-top:10px;
}


.newsdate
{
   /* border-width:1px;
    border-style:solid;
    border-color:Blue;*/
    /*float: right;*/
    padding-right: 0px;
    font-size: 12px;   
}

.spliter2
{
    height: 4px;
    background-color: #CCCCCC;
    border-top: 1px;
    border-top-color: #666666;
    border-top-style: dotted;
    margin: 0 10px 10px 10px;
}

/* Pager */
.pager
{
    margin: 20px 20px 20px 0px;
    padding-right: 10px;
    float: right;
}

.pager .disabled
{
    border: 1px solid #ddd;
    color: #999;
    margin-top: 4px;
    padding: 3px; 
    text-align: center; 
    display:block;
    float:left;  
}

.pager .current
{
    background-color: #06c;
    border: 1px solid #009;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
    display:block;float:left;      
}
 

.pager span, .pager a
{
    margin: 4px 3px;
}

.pager a
{
    border: 1px solid #c0c0c0;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display:block;
    float:left;
}

/*新闻明细页面#c0c0c0*/

.newstitle
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.subnewstitle
{
    font-size: 12px;
    text-align: center;
    color: #999999;
}

.spliter
{
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #666666; 
    _overflow:hidden;
    float:right;  
    
}

.newscontent
{
    margin: 10px;
    line-height: 20px;
}

.newscontainer
{
    border: 1px solid #CCCCCC;
    margin: 10px auto;
    height: auto !important;
    height: 550px;
    min-height: 550px;
    
}


.topIndexNews
{
	list-style:none;	
	color:#666666;
	float:left;
	line-height:25px;
	width:100%;
}



.topIndexNews a
{
	color:#666666;
	text-decoration:none;
	 }

.indexNews
{
	list-style:none;
	margin-left:20px;
	color:#666666;
	float:left;
	line-height:25px;
	width:95%;
}
* html .indexNews
{
	margin-left:10px;	
}

.indexNews a
{
	color:#666666;
	text-decoration:none;
}

	 
.fmLeftDiv
{
	width:75%;float:left; 	
}

 
.newsDate
{
  float:right; padding-right:15px;
}
	 
.topIndexNews.newsDate
{
  float:right; padding-right:5px;
}

	

#newstab
{
    float:right;
    margin-right:20px;
    width:340px;
}

#newstab li
{
     height:27px;
     margin:0;
     display:block;
     list-style:none;
     text-align:center;
}

#news1Li
{
    background-image:url('../Images/Tab/CompanyNews.gif');
    background-repeat:no-repeat;
}
#news2Li
{
    background-image:url('../Images/Tab/PawnNews.gif');
     background-repeat:no-repeat;
}
#news3Li
{
    background-image:url('../Images/Tab/AssociationNews.gif'); background-repeat:no-repeat;
}
#news4Li
{
    width:88px;
    background-image:url('../Images/Tab/MideaNews.gif'); background-repeat:no-repeat;
}



#news1Li.ui-tabs-selected
{
    background-image:url('../Images/Tab/CompanyNewsSelected.gif');
}

#news2Li.ui-tabs-selected 
{
    background-image:url('../Images/Tab/PawnNewsSelected.gif');
}
#news3Li.ui-tabs-selected 
{
    background-image:url('../Images/Tab/AssociationNewsSelected.gif');
}
#news4Li.ui-tabs-selected 
{
    
    background-image:url('../Images/Tab/MideaNewsSelected.gif');    
}

#news1
{
	float:right;
	width:340px;   
    border-top:0;
    margin-right:10px;
    _height:100%;   
}
#news1 h2
{ width:100%; 
    }

	
#news2
{
	float:right;
	width:340px;
    border-top:0;    
    margin-right:10px;
    _height:100%;   
}



#news3
{
	float:right;
	width:340px;
    border-top:0;    
    margin-right:10px;
    _height:100%;   
}

#news4
{
	float:right;
	width:340px;
    border-top:0;    
    margin-right:12px;
    _height:100%;   
}

.pawnProductInfo1
{
   float:left;
   margin-left:10px;
   width:100%; 
}

.pawnProductName1
{
    text-align:center;
    padding-top:15px;    
}

.pawnProductPrice1
{
    font-size:10pt;
    font-weight:normal;
    padding-left:20px;    
}

.pawnProductIntroduction1
{
    width:100%;
    margin-top:10px; 
    text-align:left;   
    font-size:15px;
}

.categoryTitle
{
    width:100%;
    text-align:center; 
    padding-top:14px;   
}


img {border:0px}
.fpic{
	width:326px;
	height:304px;
	POSITION: relative;
}
#focpic{
	width:322px;
	height:240px;
	border:#ECC1A1 1px solid;
	position: absolute;
	FILTER: RevealTrans(duration = 1,transition=12);
	left: 1px;
	top: 1px;
}
.fpic div{
	Z-INDEX: 20;
	CURSOR:pointer;
	padding-top:4px;
	POSITION: absolute;
	TOP: 242px;
	WIDTH: 78px;
	HEIGHT: 58px;
}
.fpic img{
	width:78px;
	height:58px;
}
.fpic a:link img,.fpic a:visited img{
	padding:1px;
	border:#FFFFFF 1px solid;
}
.fpic a:hover img,.fpic a:active img{
	padding:1px;
	border:#4A8109 1px solid;
}
#tmb0 {LEFT: 0px;}
#tmb1 {LEFT: 82px;}
#tmb2 {LEFT: 164px;}
#tmb3 {LEFT: 246px;}

#newTitleDiv
{
    color:Gray; text-decoration:none;width:100%; height:20px;position:absolute;left:2px;top:220px;
 }

.rightJxzl
{  
    background: #FFFFFF;	
	height:180px;
	text-align:center;
	padding-top:5px;	
	vertical-align:middle;	
}
