 @charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
    border:0px;}


.clear{ clear:both;}
#picBox{
	width: 978px;
	height: 363px;
	overflow: hidden;
	position: relative;}
#picBox ul#show_pic{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 363px;
	width: 4890px;
	position: absolute;} /*4900 5个图 那就是 宽度*5等于的数字 */
#picBox ul#show_pic li{
	float: left;
	margin: 0;
	padding: 0;
	height: 363px;}/*显示第一张图片之后的图片*/
#picBox ul#show_pic li img{
	display: block;}
#icon_num{
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 15px;
	font-family: "Times New Roman", Times, serif;}
#icon_num li{
	float: left;
	width: 15px;
	height: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin-right: 5px;
	margin-top: 0;
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;}
#icon_num li:hover,#icon_num li.active{
	background: url(../images/fb.jpg) no-repeat 0 0;
	color: #ca0000;}

.biaoti {
	height: 32px;
	font-size: 16px;
/*	font-weight: bolder; */
	color: #fff;
	font-family: "宋体";
	line-height: 37px;
	padding-left: 75px;
	float: left;
	font-weight: bold;}


.btm {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;}
.more {
	height: 32px;
	font-size: 12px;
	/*color: #711515;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 35px;
	padding-right: 20px;
	float: right;}

.img_list{
	background-color:#F6F6F6;
	text-align: center;
	border: 1px solid #CECECE;
	height: 118px;
	width: 129px;
	float: left;
	margin: 5px;
	padding-top: 8px;
	line-height: 30px;}
#contact_list a:link {
	color: #666666;
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;}
#contact_list a:visited {
	color: #666666;
	text-decoration: none;}
#contact_list a:hover {
	text-decoration: none;
	color: #FF6600;}
.img_list a:link {
	color: #666666;
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;}
.img_list a:visited {
	color: #666666;
	text-decoration: none;}
.img_list a:hover {
	text-decoration: none;
	color: #FF6600;}

/*more链接样式定义开始*/
.more a:link { 
	color:#F9F9F9; 
	text-decoration:none;}
.more a:visited { 
	color:#eee; 
	text-decoration:none;}
.more a:hover {
	 color:#ff9900; 
	 text-decoration:none;}

/*导航菜单链接样式定义开始*/
#menubar ul.menus {
	margin: 0 auto;
	width: 980px;
	height:40px;
	background-image: url(../images/menu_bg.jpg);
	box-shadow: #2A957C 0px 0px 6px;
	border-radius: 30px;}
#menubar ul.menus li {
	float: left;
	height: 40px;
	list-style: none;
	width: 88.5px;
	text-align: center;}/* 菜单项链接 */
#menubar ul.menus li a {
/*	padding: 2px 3px;  内边距 */
	color: #FFFFFF;
	text-decoration: none;
/*	font-weight: bold;*/
	font-size: 15px; 
	line-height: 40px;}
#menubar ul.menus li a:hover {
	text-decoration: none;
	color: #FF9900;}/* 当前菜单位置 */
#menubar ul.menus ul { 
	position:absolute;}

/*main_list类链接样式定义开始*/
.main_list a:link {
	color: #666666;
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;}
.main_list a:visited {
	color: #666666;
	text-decoration: none;}
.main_list a:hover {
	text-decoration: none;
	color: #FF6600;}

.img{
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;}
.searchtext{
	width: 220px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border: 1px solid #CECECE;}
.searchbutton{
	display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #7E5F05;
    color: #fff;
    cursor: pointer;}

#news .tubiao{
	width:455px;
	height:255px;
	margin-top:32px;}
#news .tubiao ul li{
	width:225px;
	height:125px;
	float:left;
	margin: 1px 1px;

	border-radius: 20px;
	transition: all 0.2s cubic-bezier(0.64, 0.18, 1, 1) 0s;}
#news .tubiao ul li:hover{
    transform:scale(0.8,0.8);
    box-shadow:#c6c6c6 0px 0px 10px;
    text-decoration: none;}
