@charset "utf-8";
/* CSS Document */

body{ font:13px/1.5 "宋体",Arial,Tahoma,Helvetica,sans-serif; color:#575757; background:url(../images/bg.gif) repeat-x;}
*{ margin:0; padding:0; list-style-type:none; border:0;}
a{ text-decoration:none;}
.pagebody{ width:1004px; margin:0 auto; } 

/*header*/
.header{ height:131px; }
.logo{ float:left; }
#rtop{ float: right; margin-top:28px; width:245px; text-align:right; }
#rtop ul li{ display:inline; color:#000; margin-right:10px; }
#rtop ul li a { color:#000; }
#rtop ul li a:hover{ color:#ffa200 }
#rtop ul li img { margin-top:15px;}

/*menu*/
.menu{ height:43px; margin-top:1px; }
/*.menu ul{ height:43px;}*/
.menu ul li { position:relative; display:inline; background:url(../images/mli.gif) right 0 no-repeat; height:43px; line-height:43px; padding: 15px 30px 15px 22px; z-index:100; }
.menu ul li a{ color:#249fcb; font-family:"微软雅黑"; font-size:16px; }
.menu ul li a:hover{ color:#5c5d57;}
.menulist1{ opacity:0.7; display:none; position:absolute; top:44px; left:-8px; background:#000; width:160px; text-align:center; }
.menulist1 ul li { line-height:35px; background:none; display:block; padding:0; width:160px; float:left; }
.menulist1 ul li a { color:#9f9f9f; font-family:"宋体"; font-size:14px; font-weight:normal; }
.menulist1 ul li a:hover { color:#6bceca; }

.menulist2{ opacity:0.7; display:none; position:absolute; top:44px; left:0px; background:#000; width:160px; text-align:center; }
.menulist2 ul li { line-height:35px; background:none; display:block; padding:0; width:160px; float:left; }
.menulist2 ul li a { color:#9f9f9f; font-family:"宋体"; font-size:14px; font-weight:normal; }
.menulist2 ul li a:hover { color:#6bceca; }

.menulist3{ opacity:0.7; display:none; position:absolute; top:44px; left:0px; background:#000; width:160px; text-align:center; }
.menulist3 ul li { line-height:35px; background:none; display:block; padding:0; width:160px; float:left; }
.menulist3 ul li a { color:#9f9f9f; font-family:"宋体"; font-size:14px; font-weight:normal; }
.menulist3 ul li a:hover { color:#6bceca; }

.menulist4{ opacity:0.7; display:none; position:absolute; top:44px; left:0px; background:#000; width:160px; text-align:center; }
.menulist4 ul li { line-height:35px; background:none; display:block; padding:0; width:160px; float:left; }
.menulist4 ul li a { color:#9f9f9f; font-family:"宋体"; font-size:14px; font-weight:normal; }
.menulist4 ul li a:hover { color:#6bceca; }

.menulist5{ opacity:0.7; display:none; position:absolute; top:44px; left:0px; background:#000; width:160px; text-align:center; }
.menulist5 ul li { line-height:35px; background:none; display:block; padding:0; width:160px; float:left; }
.menulist5 ul li a { color:#9f9f9f; font-family:"宋体"; font-size:14px; font-weight:normal; }
.menulist5 ul li a:hover { color:#6bceca; }



div.examples_body {
     width: 750px;
	 margin: 50px auto 0 auto;
	 clear: both;
	 overflow: hidden;
}
h2.title_name {
     font-family: normal Georgia,'Times New Roman',Times,serif;
	 font-weight: normal;
     font-size: 4em;
     padding: 50px 0 20px 0;
     text-align: center;
}
h2.title_name span {
	 font-family: normal Georgia,'Times New Roman',Times,serif;
     color: #AAA;
     font-size: 0.9em;
}
h2.title_name small {
     color: #AAAAAA;
     display: block;
     font-family: normal Verdana,Arial,Helvetica,sans-serif;
     font-size: 0.2em;
     letter-spacing: 1.0em;
     text-transform: uppercase;
}
div.examples_body h3 {
     color: #555;
     font-size: 130%;
	 padding-bottom: 15px;
	 margin-bottom: 15px;
}
p.demo_btn {
     width: 750px;
	 margin: 30px auto;
	 font-size: 0;
	 text-indent: -9999px;
	 clear: both;
	 overflow: hidden;
}
p.demo_btn a {
     width: 160px;
	 height: 41px;
	 float: right;
     background: url(../images/Download_Button.gif) no-repeat;
}
p.demo_btn a:hover {
     background: url(../images/Download_Button_o.gif) no-repeat;
}

/*--------------------------------------------*/
div.examples_body_wrap h3 {
     color: #f9f66d;
     font-size: 130%;
	 padding-bottom: 15px;
	 margin-bottom: 15px;
	 background: url(http://sunflowamedia.com/images/solid-line-news.gif) repeat-x bottom;
}
div.examples_body_wrap {
    width: 750px;
	margin: 50px auto 0 auto;
	clear: both;
}

ul.topnav {
	width: 100%;
	float: left;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 33px 0 30px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display: inline;
}
ul.topnav li a { 
	color:#249fcb;
	font-family:"微软雅黑"; 
	font-size:16px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}
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 { /*--Hover effect for trigger--*/
    background-position: center bottom; cursor: pointer;
}   
ul.topnav li ul.subnav { opacity: 0.7;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -10px;; top: 43px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
}
ul.topnav li ul.subnav li{
	height:35px; line-height:35px;
	text-align:center;
	background:none;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
}
html ul.topnav li ul.subnav li a {
	width: 145px;
	float: left;
	color:#ccc;
	background-color: #333;
	font-size: 14px;
	font-family:"宋体";
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #222;
	
}

/*mainbody*/
.mainbody{ width:1004px; margin:0 auto; }
.mainbody .news{ height:45px; overflow:hidden; margin-top:3px;}
h4{ float:left; margin: 18px 0 0 18px;}
marquee{ float:right; width:878px; }

/*newscroll*/
#nav {
MARGIN: 7px auto 0px; HEIGHT: 117px
}
#nav #hotnews {
BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 89px
}
#Scroll { float:left;
PADDING-LEFT: 17px;  
MARGIN:12px auto 0; 
WIDTH: 687px; 
COLOR: #c2130e; 
LINE-HEIGHT: 27px; 
HEIGHT: 27px; 
TEXT-ALIGN: left;
}

#Scroll A {
PADDING-RIGHT: 20px; PADDING-LEFT:20px; BACKGROUND: url(../images/ico.png) no-repeat 0px 0px; COLOR: #777777; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#Scroll A:hover{ color:#EA8C0D }
.news label { float:right; margin: 18px 0 0; }
.news label a{ color:#777;}
/*about us*/
.aboutus{ height:204px; overflow:hidden; background:url(../images/mainbg.jpg) repeat-y; margin-top:2px; }
.aboutus .ab_tit{ height:35px; background:url(../images/ab.png) no-repeat; margin:10px 0 0; }
.aboutus .details{ background:url(../images/abline.jpg) no-repeat left center;line-height: 30px; padding: 15px 26px 5px; }

.aboutus .details p{ text-align:justify; font-size:14px; }
#btn{ height:34px;}
#btn a{ display:block; background:url(../images/btn.jpg) no-repeat; width:127px; height:34px; float:right }
#btn a:hover{ background:url(../images/btnhv.jpg) no-repeat;}

/*bttoms*/
.bttoms{ background:url(../images/mainbg.jpg) repeat-y; height:197px; }
.botm_one{ margin-top:30px; box-shadow:0 0 3px #000; background:url(../images/box1.jpg) no-repeat; width:318px; height:140px; float:left; position:relative; }
.botm_two{ box-shadow:0 0 3px #000;  background:url(../images/box2.jpg) no-repeat; width:318px; height:140px;float:left; margin:30px 23px 0;}
.botm_thr { margin-top:30px; box-shadow:0 0 3px #000; background:url(../images/box3.jpg) no-repeat; width:318px; height:140px;float:left}
.botm_thr a{ color:#575757}
h2{ width:100px;margin: 15px 0 5px 152px;}
#thd{ float: right;
    line-height: 20px;
    text-align: justify;
    width: 168px;}
#thd p{ padding-right:8px}
#thd_t{ width:153px;float: right;
    line-height: 20px;
    text-align: justify;}
#thd_t a{ color:#575757}
.botm_thr #thd_t a:hover{ color:#099; text-decoration:underline}
#hh{ margin:15px 0 5px 165px}

.out{ z-index:100; display:none; background:url(../images/out.png) no-repeat; width:330px; height:196px; position:absolute; top:-40px; left:-4px; }
.out .out_tit{ color: #000000; font-size: 14px; font-weight: bold; margin: 20px 0 0 50px;}
#out_list ul li a{ color:#000; }
#out_list ul li a:hover{ color:#099}
#out_list ul li{ line-height:30px;}
#out_list #uu1{ float:left; margin: 15px 0 0 26px; }
#out_list #uu2{ float:left; margin: 15px 0 0 35px; }

/*banner*/
#photo_container { 
	width:1460px;
	height: 455px;
	margin: auto; *position:relative; *overflow:hidden;
	*width:1480px;
}

/*footer*/
.footer{ height:80px; text-align:center; }
.footer ul{ margin: 20px 0 0;}
.footer li{ color:#FFF; display:inline; }
