﻿body
{
	
}
body,ul,ol,dl,caption,pre,p,blockquote,input,textarea
{
	font-family:"Lucida Grande",Arial,"PMingLiU","Lucida Sans Unicode",Verdana,sans-serif,Tahoma,;
	font-size:12px;
	padding:0;
	margin:0;
}
a { text-decoration:none;color:Maroon;}
ul {list-style-type:none;}
ol {list-style-type:none;}
button {cursor:pointer;}
img {border:none}

.clear  {clear:both;}
.hidden {display:none;}
.no_hidden {display:block;}
.fright 
{
	float:right;
}
.fleft
{
	float:left;
}


.wrapper {position:relative;width:980px;margin:0 auto;background:#FFF;border-left:1px solid #F0F0F0;border-right:1px solid #F0F0F0;}
.mainpage {width:920px;height:auto!important; min-height:1015px; height:1005px;margin:0 auto;overflow:hidden;position:relative;}


.header .content{width:921px;margin:0 auto;position:relative;height:100px;}
#toptop
{
	width:980px;
	margin:0 auto;
	height:36px;
	background-color:#F8F8F8;
}
#toptop a
{
	text-decoration:none;
}
#toptop li
{
	float:left;
	margin:8px 5px;
}
.sright
{
	height:20px;
	float:right;
	margin:3px;
	display:block;
	position:relative;
}
.sright span
{
	position:relative;
	top:3px;
}
#logodiv {width:244px;height:98px;background:url(images/logo.gif) no-repeat center center;float:left;margin:3px 0 0 0;}
#bigmenu 
{
	float:right;
}
#bigmenu img
{
	border:none;
	width:90px;
	height:90px;
}
#mainmenu
{
	width:921px;
	margin:0 auto;
}

/***************************************************menu start****************************************************************/
ul.topnav {   
    list-style: none;   
    padding: 0 20px;   
    margin: 0;   
    float: left;   
    width: 920px;   
    background: #222;   
    font-size: 1.1em;   
    font-weight:600;
    background: url(images/topnav_bg.gif) repeat-x;  
    
}   
ul.topnav li {   
    float: left;   
    margin: 0;   
    padding: 0 15px 0 0;   
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}   
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 .blues
{
	background: url(images/w.gif) repeat-x;
	float:right;
	width:80px;
	text-align:center;
	height:35px;
	overflow:hidden;
}
ul.topnav .blues a
{
	margin:0 0 0 10px;
	float:none;
}
ul.topnav .blues a:hover
{
	background: url(images/topnav_hover1.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;   
    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;   
}  
/***************************************************menu end****************************************************************/
/***************************************************main start**************************************************************/
.simple_link
{
	border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	width:480px;
	height:auto!important; min-height:44px; height:40px;
	float:left;
	margin:8px 5px 0 0;
	line-height:20px;
}
.simple_link tr
{
	height:22px;
}
.link_type{width:60px;font-weight:600;color:Maroon; line-height:23px;}
.link_type img{margin:2px 4px 3px 4px; float:left;}
.link_link{width:180px;}
.link_link a{margin:3px 3px;text-decoration:none;color:#000;}

/******slider********/
#slider 
{
    width: 480px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top:8px;
	background:url(images/AJAX.gif) no-repeat center center;
}
#sliderContent{
    width: 480px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	background:url(images/AJAX.gif) no-repeat center center;
}
.sliderImage{
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 480px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage strong{font-size:15px;}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 220px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 220px;
}
/******slider end*******/
.link_sli
{
	width:480px;
	float:left;
	position:relative;
	height:380px;
	overflow:hidden;
}
.middle_tip
{
	width:117px;
	height:377px;
	background:url(images/in.gif) no-repeat center center;
	position:absolute;
	left:450px;
	top:40px;
	z-index:3;
}
.middle_tip img
{
	width:56px;
	height:67px;
}
#middle_tip_content
{
	width:60px;
	height:280px;
	position:relative;
	top:56px;
	left:47px;
}
#middle_tip_content tr{height:66px;}
#middle_tip_content td{width:60px;text-align:center;}


.righttab
{
	width:346px;
	height:370px;
	float:right;
	border:1px solid #F0F0F0;
	background-color:#ffffff;
	margin:8px 0;
	overflow:hidden;
	color:Maroon;
}
.righttab table{margin:6px;float:left;}
.righttab tr{height:20px;}
.righttab td{width:100px;}
.ggs1{width:346px;height:52px;background:url(images/gg/sjcz.gif) no-repeat center center;margin:0 auto;}
#tabs 
{
	margin:3px 8px 5px 8px;
	width:330px;
	height: 230px;
	border: 1px solid #F66900;
	overflow: hidden;
	
}
#tabs ul
{
	width:330px;
	height:24px;
	margin:0 auto;
}
#tabs li
{
	float:left;
	width:94px;
	height:20px;
	margin:0px 0px 0 0px;
	background:url(images/tabbtn1.gif) repeat-x center center;
	text-align:center;
	line-height:20px;
	border-right: 1px solid #5b5b5b;
	border-bottom:none;
	border-top:none;
}
#tabs li a{color:White;width:94px;height:20px;display:block; outline:none;}
#tabs div{width:320px;height:202px;margin:5px 5px 0 5px;overflow:hidden;}
#tabs div div{overflow:hidden;width:310px;height:190px;}
#list2 dt { height:20px;background:url(images/no.gif) no-repeat center center;text-align:center;font-weight:500; line-height:20px;}
#list2 .lili1 {
	color:Silver;
}
#list2 .lili2 {
	color:Silver;
}
#list2 .lili3 {
	color:Silver;
}
#list2 dd {width:300px; height: 152px; overflow: hidden;left:-26px;position:relative;background-color:#F8F8F0;}
#list2 dd div{width:300px;height:142px;margin:6px 0;}
#weatherdiv {width:478px;height:58px;margin:15px 0 0 0;float:left;position:absolute;top:340px;left:0px;overflow:hidden;border:1px solid #F66900;background-color:#F8F8F0;}
#weatherdiv table{width:470px;margin:5px;}
#weatherdiv tr{height:18px;}
#weatherdiv td{text-align:left;}
#weatherdiv td a:hover{ text-decoration:underline;}
.contents
{
	width:920px;
	height:auto!important; min-height:700px; height:690px;
	margin:10px 0;
	position:absolute;
	top:405px;
	left:0;
	
}
/***************  news left  *******************/
.left_tab
{
	width:564px;
	margin:8px 3px 8px 0;
	float:left;
	}
#news_div1, #news_div2{height:204px;}
.left_tab_head
{
	width:564px;
	margin:0;
	height:24px;
	font-weight:600;
	font-size:14px;
	font-family:宋体;
	line-height:24px;
	color:White;
	background:#fff url(images/left_tab_head2.gif) no-repeat center center;
	text-align:left;
	overflow:hidden;
}
.left_tab_head label
{
	margin:0px 0 0 13px;
	float:left;
}
#scollnews
{
	float:right;
	width:300px;
	height:24px;
	line-height:24px;
	font-size:12px;
	margin:0 10px 0 0;
	text-align:right;
}
#scollnews a{text-decoration:underline;color:#FFD700;margin:0;width:300px;height:24px;display:block;}
.more
{
	float:right;
	margin:0 8px 0 0;
	position:relative;
	top:-10px;
}
.more a{color:Maroon;}
.left_tab_main
{
	width:562px;
	margin:0;
	height:180px;
	border:1px solid #F66900;
	border-top:none;
	background-color:#FAFAFA;
	overflow:hidden;
}
/***************  news right  *******************/
.right_tab
{
	width:346px;
	margin:8px 0 8px 3px;
	float:right;
	height:206px;
}
.right_tab_head
{
	width:346px;
	margin:0;
	height:24px;
	font-weight:600;
	font-size:14px;
	font-family:宋体;
	line-height:24px;
	color:White;
	background:#fff url(images/right_tab_head2.gif) no-repeat center center;
	text-align:left;
	
}
.right_tab_head label
{
	margin:0px 0 0 13px;
	float:left;
}
.right_tab_head span
{
	float:right;
	margin:0 8px 0 0;
}
.right_tab_head span a{color:White;}
.right_tab_main
{
	width:344px;
	margin:0;
	height:180px;
	border:1px solid #f66900;
	border-top:none;
	background-color:#FAFAFA;
	overflow:hidden;
}
.right_tab_main li a{color:Maroon;}
.right_tab_main li a:hover{color:#A8A8A8;}
.right_tab_main table{margin:3px auto;}
.right_tab_main tr
{
	height:24px;
}
.right_tab_main td
{
	width:170px;
	text-align:left;
	text-indent:30px;
	overflow:hidden;
}
.right_tab_main td img
{
	border:none;
	width:140px;
	height:36px;
}


#banner1
{
	border:none;
	position:absolute;
	top:290px;
	left:560px;
	display:none;
}
/* album */
.albumdiv
{
	width:180px;
	height:146px;
	background:url(images/album.gif) no-repeat center center;
	margin:13px 13px 13px 15px;
	float:left;
}
.albumdiv div
{
	width:154px;
	height:120px;
	margin:9px 7px;
}
.albumdiv img{width:154px;height:120px;margin:0;}
/* hot news main */
.hot_news
{
	width:323px;
	height:150px;
	margin:10px 8px;
	float:right;
}
.hot_news li
{
	list-style-type:decimal-leading-zero;
	width:320px;
	height:20px;
	overflow:hidden;
	margin:0;
}
.hot_news li a
{
	text-decoration:none;
	color:Maroon;
}
.hot_news li a:hover{ text-decoration:underline;}
.hot_news li a:link{color:Maroon;}
.hot_news li a:visited {}
.hot_news li a:active {}
/* collage */
.right_tab_main li
{
	width:342px;
	height:28px;
	margin:3px 0;
    border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	overflow:hidden;
}
.right_tab_main li img{float:right;}
.right_tab_main li a{ margin:0 3px 0 10px;line-height:28px}

/* collage */
#bbs,#services{height:240px;}
*+html #bbs{position:relative;top:3px;} 
*+html #services{position:relative;top:3px;}
.bbs_tab
{
	width:260px;
	height:200px;
	border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	margin:5px;
	overflow:hidden;
}
#bbs_left{float:left;}
#bbs_right{float:right;}
.bbs_tab li 
{
	list-style-type:disc;
	width:260px;
	height:20px;
	margin:0;
	overflow:hidden;
	line-height:20px;
	}
	
.bbs_tab li a
{
	text-decoration:none;
	color:Maroon;
	margin:0 0 0 12px;
}
.bbs_tab li a:hover{ text-decoration:underline;}
.bbs_tab li a:link{color:Maroon;}
.bbs_tab li a:visited {}
.bbs_tab li a:active {}
.bbs_tab span{margin:5px;color:Black;font-size:14px;font-weight:600;display:block;}

/* busin */
.buss
{
	width:920px;
	margin:0px 0;
	height:120px;
}
.buss img{margin:0;}
.buss_left_back
{
	float:left;
	margin:0;
	width:20px;
	height:207px;
	background:url(images/lefttab.gif) no-repeat center center;
}
.buss_left_back div
{
    width:14px;
    margin:40px auto;	
	font-size:14px;
	font-weight:600;
	color:Silver;
	line-height:30px;
}
.buss_right_back
{
	float:right;
	margin:0;
	width:20px;
	height:207px;
	background:url(images/righttab.gif) no-repeat center center;
}
.buss_main
{
	width:920px;
	height:120px;
	margin:0;
	/*background:url(images/AJAX.gif) no-repeat center center;*/
	overflow:hidden;
	float:left;
	text-align:center;
}
.showcard
{
	width:920px;
	height:130px;
	margin:8px auto;
	border:1px solid #F0F0F0;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	text-align:center;
	top:0px;
}
.showcard li
{
	float:left;
	width:150px;
	height:120px;
	margin:10px;
	display:block;
	text-align:center;
}
.showcard li span a
{
	
}
.liblank
{
	width:54px;
	height:120px;
	margin:0;
	display:block;
}
.showcard img
{
	width:142px;
	height:89px;
	border:none;
	margin:0 auto;
	margin-bottom:3px;
}
#carddiv
{
	margin:10px 0 0 0;
}
#bbsto a{color:Maroon;}
#bbsto a:hover{color:Black;}
.shangjia
{
	width:918px;
	height:212px;
	margin:8px auto;
	border:1px solid #d6d6d6;
	background-color:#e0e0e0;
	overflow:hidden;
	position:relative;
	text-align:center;
	color:Maroon;
}
.shangjiatop
{
	width:920px;
	height:24px;
	margin:0 0 4px 0;
	background:url(images/tabt2.gif) repeat-x;
	overflow:hidden;
}
.shangjianavt
{
	float:left;
	margin:0px 0 0 8px;
	line-height:24px;
	font-size:14px;
	font-weight:600;
	font-family:宋体;
	
}
.shangjianav
{
	width:460px;
	height:24px;
	margin:0;
	float:left;
	text-align:right;
	line-height:24px;
}
.shangjianav a
{
	margin:0 3px;
}
.shangjianav a:hover{text-decoration:underline;}
.hotsale,.likely
{
	width:226px;
	height:24px;
	margin:0px;
	float:left;
	text-align:left;
	line-height:24px;
	font-size:14px;
	font-family:宋体;
	font-weight:600;
	text-indent:8px;
}
.shangjiamain,.hotsalemain,.likelymain
{
	position:absolute;
	top:4px;
	background-color:White;
	height:168px;
	float:left;
}
.shangjiamain{width:460px;left:4px;overflow:hidden;}
.hotsalemain{width:222px;left:8px;text-align:center;overflow:hidden;}
.likelymain{width:222px;left:12px;}
.hotsalemain table{margin:2px 0 0 0;width:200px;}
.hotsalemain tr{height:26px;line-height:26px;overflow:hidden;}
.hotsalemain td{width:210px;height:26px;text-align:left;}
.hotsalemain td span{width:210px;height:16px;overflow:hidden;display:block; line-height:16px;}
.hotsalemain td img
{
	width:7px;	
	height:7px;
	border:none;
	margin:0 5px;
}
.likelymain table{margin:2px 0 0 0;width:200px;}
.likelymain tr{height:26px;line-height:26px;overflow:hidden;}
.likelymain td{width:210px;height:26px;text-align:left;}
.likelymain td span{width:210px;height:16px;overflow:hidden;display:block; line-height:16px;font-size:12px;text-align:left;}
.likelymain td img
{
	width:7px;	
	height:7px;
	border:none;
	margin:0 5px;
}
.likelymain span
{
	height:18px;line-height:18px;overflow:hidden;display:block;width:210px;text-align:center;font-size:12px;color:maroon;margin:5px 0 0 0;}
.shangjiamain span
{
	width:152px;
	height:84px;
	float:left;
	text-align:center;
	display:block;
	margin:5px 0 0 0;
}
.shangjiamain span div
{
	width:110px;
	height:70px;
	overflow:hidden;
	vertical-align:middle;
	margin:0 0 3px 0;
}
.shangjiamain span img
{
	border:none;
	width:110px;
}

/*                                              partner                                                   */
.partner
{
	width:920px;
	margin:8px auto;
	border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	overflow:hidden;
	height:auto!important; min-height:100px; height:100px;
	text-align:left;
	top:10px;
}

.partner table
{
	margin:5px;
}
.partner tr{height:40px;}
#text tr{height:20px;}
.partner td{width:100px;text-align:left;overflow:hidden;}
.partner td img
{
	width:88px;
	height:31px;
	margin:0;
	border:none;
}
.partner td span
{
	width:88px;
	height:16px;
	line-height:16px;
	margin:0;
	display:block;
	text-align:center;
}
.partner td span a
{
	color:Maroon;
}
/*                                               foot                                                     */
.footer
{
	width:920px;
	height:50px;
	margin:0 auto;
	margin-top:26px;
	text-align:center;
}
.footer a
{
	color:Black;
	width:80px;
	height:16px;
	line-height:16px;
}
.footer a:hover{ text-decoration:underline;}
.bazs
{
	width:200px;
}



h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 22px;
}

h4
{
	font-size: 1.3em;
}

.content1
{
	margin: 0 0px;
	position:absolute;
	top:90px;
	left:0px;
}

.content1 a
{
	color: #fff;
}


.content1 p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content1 p.linkage a { color: #fff; }

/*.content1 p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content1 p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#tabs_a2 p
{
	width:200px;
	height:22px;
	display:block;
	margin:5px 5px;
}
#tabs_3 span
{
	width:200px;
	height:16px;
	display:block;
	margin:5px;
}
#tabs_3 table
{
	width:300px;
	margin:0;
}
#tabs_3 td
{
	height:16px;
	text-align:center;
}
#tabs_3 td a:hover
{
	text-decoration:underline;
}
#tabs_3 th
{
	height:18px;
}
