* { margin:0; padding:0; list-style:none; }
body {
	font-size:12px;
	font-family:"微软雅黑";
	color:#58595b;
}
img { border:none; }
/*常用类*/
.layout_center { width:960px; margin:0 auto; }
.float_left { float:left; }
.float_right { float:right; }
.float_clear { clear:both; }
.red { color:red; }
.blue { color:blue; }
.gray { color:gray; }
.text_align_center { text-align:center; }
p { line-height:20px; }
a { color:#58595b; text-decoration:none; }
a:hover { color:#6cae1f; text-decoration:underline; }
.gro{ color:#7bb208; }
.gro:hover{
	color:#418d06;
}
/*头部*/
#top_main {
	height:107px;
	background-image: url(../image/common/top_main.jpg);
	background-repeat: repeat-x;
	 margin-bottom:10px;
}
#top { height:107px; position:relative;}
#logo { height:72px; width:295px; float:left; margin-top:15px; }
#top_menu {
	height:24px;
	width:430px;
	float:right;
	text-align:right;
	padding-top:40px;
	font-size:14px;
	color:#a2a2a2;
	line-height:24px;
}
#top_menu_left{
	float:right;
	padding-right:100px;
}



	
/*导航栏*/
#navigation_main { }
#navigation { height:153px; background:url(../image/common/navigation.jpg) no-repeat; padding-top:5px; }
#navigation .navigation_div{
	padding-left:5px;
	float:left;
	color:#FFF;
}
#navigation .navigation_div h5{
	font-size:12px;
	line-height:40px;
}
#navigation .navigation_div a{ color:#FFF }

#navigation .navigation_div2{
	float:right;
	margin-right:30px;
	width:165px;
}
#navigation .navigation_div2 h1{
	font-size:24px;
	font-family: "黑体";
}
/*主体*/
#content_main {  }
#content { }
/*主体左侧*/
#left { float:left; width:209px; }
.left_title {  height:73px; line-height:73px; }
.left_body dl dt {
	line-height:25px;
	height:25px;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
.left_body dl dt.about_left_now{
	color:#6cae1f;
}
.left_body dl dt.about_left_now a{
	color:#6cae1f;
}
.left_bottom { height:10px; }
/*主体右侧*/
#right { float:right; width:737px; background:#fff; }
.right_title { height:30px; line-height:30px; padding:0 10px; background-color:#b7d867; margin-top:10px; }
.right_title_2 {
	height:20px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b7d867;
	border-left-color: #b7d867;
}
.right_title h2 { font-size:12px; color:#FFF; }
.right_body {
	background-color:#FFF;
	padding:10px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
}
.right_bottom { height:10px; }


/*版权信息*/
#footer{
	background-image: url(../image/common/body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#copyright_main { }
#copyright {
	height:67px;
	line-height:34px;
	text-align:center;
}
#copyright p{
	line-height:34px;
	_padding-top:8px;
	color:#FFF;
}
#copyright p a{
	color:#FFF;
}
/*产品相关*/
.products li { float:left; text-align:center; padding:4px; }
.products img { padding:4px; border:1px solid #999999; width:160px; height:114px; }
.products a:hover img { border:1px solid #BF006A; }
.products a { line-height:22px; }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:600px; }
.products_next { padding:5px; border:1px dashed #333; }
/*新闻相关*/
.news li { line-height:26px; border-bottom:1px dashed #999999; padding-left:10px; background:url(images/li_ico.jpg) left no-repeat; }
.news_title { text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.news_next { padding:5px;border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666; }
/*下载相关*/
.download li { line-height:26px; border-bottom:1px dashed #999999; padding-left:10px; background:url(images/li_ico.jpg) left no-repeat; }
.download_title { text-align:center; font-size:16px; padding:10px; }
.download_content { padding:10px; }
.download_next { padding:5px; border:1px dashed #333; }
.download_info { border-collapse:collapse; width:100%; margin-top:10px; }
.download_info th { padding:5px; border:1px solid #CCC; text-align:center; }
.download_info td { padding:5px; border:1px solid #CCC; }
/*通用频道*/
.common li { float:left; text-align:center; padding:4px; }
.common img { padding:4px; border:1px solid #999999; }
.common a:hover img { border:1px solid #CC0000; }
.common a { line-height:22px; }
.common_title { text-align:center; font-size:16px; padding:10px; }
.common_info { text-align:center; border:1px dashed #666; padding:10px; }
.common_img { text-align:center; padding:10px; }
.common_next { padding:5px; border:1px dashed #333; }
/*留言板*/
.guestbook { border-collapse:collapse; width:100%; margin-top:10px; }
.guestbook th { padding:5px; border:1px solid #CCC; text-align:center; }
.guestbook td { padding:5px; border:1px solid #CCC; }
input, textarea, select { border:1px solid #CCC; font-size:12px; padding:5px; }
textarea { width:480px; height:200px; background:url(images/pcfinal.jpg) center no-repeat; }
/*人才招聘*/
.recruitment { border-collapse:collapse; width:100%; margin-top:10px; }
.recruitment th { padding:5px; border:1px solid #CCC; text-align:center; }
.recruitment td { padding:5px; border:1px solid #CCC; }
/*分页*/
.pages { clear:both; padding:3px; text-align:center; }
.pages a{
	display:block;
	height:15px;
	line-height:15px;
	float:left;
	padding:5px;
	margin:5px;
	border: 1px solid #E4E4E4;
}
.pages a.active{
	color:#F00;
	font-weight: bold;
}



#movies_main{
	background-color:#f4f4f4;
	padding:20px 0 20px 0;
}
#movies_main #movies_top_left{
	float:left;
	width:587px;
}
#movies_main #movies_top_left h1{
	font-size:30px;
	color:#414141;
	font-weight: normal;
	line-height:50px;
}
#movies_main #movies_top_left p{
	font-size:12px;
	color:#686868;
	line-height:18px;
}
#movies_main #movies_top_right{
	float:left;
	width:200px;
	margin-left:60px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:96px;
	height:auto!important;  
height:80px;  
min-height:80px;  
}
#movies_main #movies_top_right p{
	color:#777777;
	font-size:16px;
}

#movies_main #movies_top_right h1{
	font-size:30px;
	color:#7bb208;
}
#movies_main #movies_top_right_a{
	margin-top:15px;
	height:29px;
	line-height:29px;
	background-image:url(../image/Movies/movies_top_right_a.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	width:77px;
	float:left;
}
#movies_main #movies_top_right_a2{
	margin-top:15px;
	height:29px;
	line-height:29px;
	background-image:url(../image/Movies/movies_top_right_a2.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	width:77px;
	float:right;
}
#movies_main #movies_top_right_a a,#movies_main #movies_top_right_a2 a{
	color:#FFF;
	font-size:14px;
}


#movies06{
	background-image:url(../image/Movies/movies06.jpg);
	background-repeat: repeat-x;
	height:36px;
}


#movies_main2{
	background-color:#e9e9e9;
	background-image:url(../image/Movies/movies03.jpg);
	background-repeat: repeat-x;
	padding-top:23px;
}
#movies_main_list_list{
	background-color:#e9e9e9;
	background-image:url(../image/Movies/movies03.jpg);
	background-repeat: repeat-x;
	padding-top:11px;
}
#movies_main2_list{
	padding:0;
	
}
#movies_main3_list{
	padding:0;
	background-color:#FFF;
}
.movies_main_list_li{
	width:231px;
	float:left;
	margin:4px 4px 20px 4px;
}


.movies_main_list_li2{
	width:150px;
	float:left;
}
.movies_main_list_li2_img{
	display: table-cell;
      vertical-align:middle;
 
     /*设置水平居中*/
     /* 针对IE的Hack */
      *display: block;
      *font-size:43px;/*约为高度的0.873，200*0.873 约为175*/
      *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
     width:150px;
      height:50px;
}
.movies_main_list_li2_img img{ 
vertical-align:middle;
 
}
.movies_main_list_li_5{
	width:150px;
	float:left;
	margin:21px;
	_margin:17px;
}
.movies_main_list_li_5_img{
	vertical-align:middle;
     /* 针对IE的Hack */
      *display: block;
      *font-size:43px;/*约为高度的0.873，200*0.873 约为175*/
      *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
     width:150px;
      height:50px;
}
.movies_main_list_li_5_img img,.movies_main_list_li_img img{
	vertical-align:middle;
}
.movies_main_list_li_img{
	vertical-align:middle;
     /* 针对IE的Hack */
      *display: block;
      *font-size:152px;/*约为高度的0.873，200*0.873 约为175*/
      *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
     width:231px;
      height:175px;
}
.movies_main_list_li_img_65{
	vertical-align:middle;
     /* 针对IE的Hack */
      *display: block;
      *font-size:56px;/*约为高度的0.873，200*0.873 约为175*/
      *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
     width:231px;
      height:65x;
}

.movies_main_list_li_title,.movies_main_list_li_5_title{
	height:31px;
	line-height:31px;
	padding:0 5px;
}
.movies_main_list_li_title h2,.movies_main_list_li_title  a,.movies_main_list_li_5_title h2,.movies_main_list_li_5_title h2 a{
	font-size:14px;
	color:#3e3a39;
	float:left;
}
.movies_main_list_li_5_title h2 a:hover,.movies_main_list_li_title  a:hover{
	color:#8fc41f;
}
.movies_main_list_li_title a.down{
	float:right;
	display:block;
	width:64px;
	margin-top:4px;
	height:23px;
	line-height:23px;
	background-image:url(../image/Movies/movies_main_list_li_title_a.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-family: "宋体";
	background-position: left center;
}
#movies_main3{
	padding-bottom:20px;
}
#movies_main2_list_list{
	padding:5px 0;
	background-color: #FFF;
}
#movies_main2_list_class{
	height:32px;
	line-height:32px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #d0d0d0;
	background-color: #fbfbfb;
}
#movies_main2_list_class span{
	padding:7px 10px;;
	height:32px;
	line-height:32px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
}
#movies_main2_list_class .now{
	padding:7px 10px;
	height:32px;
	line-height:32px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
	background-color:#FFF;
	font-weight: bold;
}
#movies_main2_list_class .now a{
	color:#969696;
	font-weight: bold;
}
#movies_main2_list_class span a{
	color:#666666;
	font-weight: bold;
}
#movies_main2_list_class span a:hover{
	color:#969696;
	font-weight: bold;
}


#index_main2{
	background-image:url(../image/index/index2.jpg);
	height:43px;
	margin:15px auto 20px auto;
	background-repeat: no-repeat;
}
#index_main2 div h1,#index_main2 div h1 a{
	font-size:13px;
	color:#609200;
	
}
#index_main2 div{
	float:left;
	height:52px;
	padding-top:20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:-2px;
	padding-top: 11px;
}
#index_main_21{
	background-image:url(../image/index/sina.png); 
	width:220px;
	margin-left:20px;
	_margin-left:10px;
	padding-left:72px;
	background-repeat: no-repeat;
}
#index_main_22{
	height:60px;
	background-image:url(../image/index/facebook2.png); 
	width:180px;
	margin-left:40px;
	padding-left:72px;
}
#index_main_23{
	background-image: url(../image/index/twitter-logo.png);
	width:150px;
	margin-left:50px;
	padding-left:86px;
}





#index_main3{
	background-image:url(../image/index/new.png);
	height:43px;
	margin:15px auto 20px auto;
	background-repeat: no-repeat;
}
#index_main3 div h1,#index_main3 div h1 a{
	font-size:20px;
	color:#609200;
}
#index_main3 div span{
	font-size:13px;
	color:#609200;
}


#index_main3 div{
	float:left;
	height:52px;
	padding-top:20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:-2px;
	padding-top: 7px;
}
#index_main_31{

	width:102px;
	padding-left:72px;
	background-repeat: no-repeat;
}
#index_main_32{
	height:60px;
	background-image:url(../image/index/facebook2.png); 
	width:180px;
	margin-left:40px;
	padding-left:72px;
}
#index_main_33{
	background-image: url(../image/index/twitter-logo.png);
	width:150px;
	margin-left:50px;
	padding-left:86px;
}






#index_main{
	background-image:url(../image/index/index.jpg);
	height:174px;
	margin:15px auto 20px auto;
	background-repeat: no-repeat;
}
#index_main div h1,#index_main div h1 a{
	font-size:20px;
	color:#609200;
}
#index_main div{
	float:left;
	height:52px;
	padding-top:20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:5px;
}

#index_main_1{
	background-image: url(../image/index/index_main_1.jpg);
	width:220px;
	margin-left:20px;
	_margin-left:10px;
	padding-left:72px;
}
#index_main_2{
	height:60px;
	background-image: url(../image/index/index_main_2.jpg);
	width:180px;
	margin-left:40px;
	padding-left:72px;
}
#index_main_3{
	background-image: url(../image/index/index_main_3.jpg);
	width:150px;
	margin-left:50px;
	padding-left:86px;
}
#index_main_4{
	background-image: url(../image/index/index_main_4.jpg);
	margin-left:20px;
	_margin-left:10px;
	padding-left:72px;
	width:120px;
}
#index_main_5{
	background-image: url(../image/index/index_main_5.jpg);
	margin-left:140px;
	padding-left:72px;
	width:180px;
}
#index_main_6{
	background-image: url(../image/index/index_main_6.jpg);
	margin-left:50px;
	padding-left:86px;
	width:110px;
}
	
.wrapper{
	position:absolute;
	top:40px;
	right:0px;
	width:100px;
	background-image: url(../image/common/top_main_right.jpg);
	background-repeat: no-repeat;
	text-align:left;
	background-color: #8fc41f;
	color:#fff;
}
.wrapper .rssfeed{
	color:#fff;
	cursor:hand;
}
.wrapper a{
	color:#fff;
}
.wrapper a:hover{
	color:#ffcf4d;
	text-decoration: none;
}

.wrapper ul li{list-style:none;}
.dropdown{position:relative;width:100px;}
.dropdown ul{display:none;text-align:center;border:1px solid #ddd;width:98px;padding:10px 0px  0 0px;}
.dropdown ul li{padding:5px 0;border-bottom:1px dotted #ddd;}
.dropdown ul li a{ color:#FFFFFF;}
.dropdown ul li a:hover{ color:#ffcf4d;}






#lian a{
	color: #FFF;
	text-decoration: none;
}
#lian a:hover{
	color: #F0F;
	text-decoration: none;
}

.lian a{
	color: #FFF;
	text-decoration: none;
}
.lian a:hover{
	color: #F0F;
	text-decoration: none;
}
