﻿@charset "utf-8";

/*=======全局公共样式部分======*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,cite,code,del,dfn,em,font,img,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	word-break: break-all;
	/* [disabled]word-wrap:break-word; */
}
ol,ul{list-style:none;}
:focus{outline:0;}

a:link,a:visited,a:active{ color:#333;text-decoration:none; -webkit-transition:all .2s linear;transition:all .2s linear;}a:hover{ color:#1387d8; text-decoration:underline; webkit-transition: .5s; transition: .5s;}
table{border-collapse:collapse;border-spacing:0;}
.fl{float:left;}.fr{float:right;}
.clear{clear:both;}
img{ vertical-align:middle;}
a.col_blue,.col_blue{ color:#3499e0;}
.col_ls{ color:#4cba05;}

.col_f00{ color:#d73a3d;}
.blue_col{ color:#0c7ed8;}
.col_999{ color:#999;}
.font12px{ font-size:12px;}
.clearfix:after { 
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: " "; 
    clear: both; 
    height: 0; 
} 

input,select{font-family:"微软雅黑","宋体";}

body{ background:url(../images/body_bg.jpg) #afc057 no-repeat top center;  font-size:14px; color:#3c3c3c; line-height:22px; font-family:"微软雅黑","宋体";}


.wid1200px{ width:1200px; margin:0 auto; }
.hei30px{ height:30px; line-height:30px; color:#fff; padding:5px 0; font-size:15px;}
.box a{ color:#fff;}


.logo_wid{ width:1200px; position:relative; margin:0 auto; height:42px; padding:20px 0 30px 0;}
.logo_wid img{ height:42px; width:auto;}

.search_box{ background:url(../images/ss_icon.png) #fff no-repeat 15px center;  height:40px; width:240px;  border-radius:20px; padding:0 15px; position:absolute; top:20px; right:0px; padding-left:45px;}

.search_box input.search_inp{ width:240px; height:38px; border:none; background:none; font-size:16px; color:#333;}
.search_box input.search_btn{ background:#f79e31; border-radius:20px; color:#fff; line-height:38px; font-size:16px; height:40px; width:75px; position:absolute; top:0px; right:0px; border:none; cursor:pointer;}
.search_box input.search_btn:hover{ background:#e58816;}

.nav{ background-color:#505e66; height:50px; border-bottom:1px solid #b9bec1;}
.nav ul li{ width:150px; float:left; height:50px; line-height:50px; text-align:center; font-size:19px;}
.nav ul li a{ color:#fff; text-decoration:none; display:block;}
.nav ul li a img{ margin-right:1px; margin-top:-2px;}


.tabD1 .tabB1, .tabD1 .tabB1:hover, .tabD2 .tabB2, .tabD2 .tabB2:hover, .tabD3 .tabB3, .tabD3 .tabB3:hover, .tabD4 .tabB4, .tabD4 .tabB4:hover, .tabD5 .tabB5, .tabD5 .tabB5:hover, .tabD6 .tabB6, .tabD6 .tabB6:hover, .tabD7 .tabB7, .tabD7 .tabB7:hover, .tabD8 .tabB8, .tabD8 .tabB8:hover, .tabD9 .tabB9, .tabD9 .tabB9:hover, .tabD10 .tabB10, .tabD10 .tabB10:hover{
	background-color: #f79e31;
	-webkit-transition: background-color .0s ease-out;
	transition: background-color .0s ease-out;
}
.tabD1 .on .tabB1, .tabD1 .on .tabB1:hover, .tabD2 .on .tabB2, .tabD2 .on .tabB2:hover, .tabD3 .on .tabB3, .tabD3 .on .tabB3:hover, .tabD4 .on .tabB4, .tabD4 .on .tabB4:hover, .tabD5 .on .tabB5, .tabD5 .on .tabB5:hover, .tabD6 .on .tabB6, .tabD6 .on .tabB6:hover, .tabD7 .on .tabB7, .tabD7 .on .tabB7:hover, .tabD8 .on .tabB8, .tabD8 .on .tabB8:hover, .tabD9 .on .tabB9, .on .tabD9 .tabB9:hover, .tabD10 .on .tabB10, .tabD10 .on .tabB10:hover{
	background-color: #f79e31;
	-webkit-transition: background-color .0s ease-out;
	transition: background-color .0s ease-out;
}


.nav ul li a:hover {
	background: #f79e31;
	color:#fff;

	text-decoration: none;
}



.botm{ height:66px; padding:10px 0; text-align:center; color:#fff; background:rgba(0,0,0,0.45); margin-top:22px;}


.links_botm{  line-height:24px;    width:1010px; margin:0 auto; font-size:14px; color:#fff; margin-bottom:10px; text-align:left; position:relative; }
.links_botm h2{ position:absolute; left:0px; top:0px; font-size:14px;}
.links_botm a{ color:#fff; margin-right:40px; display:inline-block;}

.links_botm .yq_titd{ background:#727b7f; width:160px; position:absolute; left:15px; top:0px; font-size:14px; height:37px; line-height:37px; text-align:center; font-weight:bold;}

.sel_fl{ width:220px; height:32px; margin:0 16px; }
.sel_fl select{ width:220px; border:1px solid #fff; background:none; text-indent:.5em; height:32px; color:#fff; font-size:14px; }
.sel_fl select option{ color:#333;}





/*分页样式*/
.pages { margin:0 auto; margin-top:15px;
}
.pages ul {
	float: left;
	position: relative;
	left: 50%;
}
.pages li {
	float: left;

	padding: 0 8px;
	color: #999;
	position: relative;
	right: 50%;
}
.pages li span.curpage {
	color: #d6dadb;
}
.pages li span.currecords {
	color: #d6dadb;
}
.pages li a {
	padding: 0 8px;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #d1d1d1;
	background: #fff;
	float: left;
}
.pages li.on {
	border: 1px solid #f79e31;
	background: #f79e31;
	color: #fff;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 0 3px;
	padding: 0 8px;
}
.pages li.dots {
	font-family: Tahoma;
	font-size: 14px;
}
.pages li a:hover {
	background: #fff;
	color: #f79e31;
	text-decoration: none;
	border: 1px solid #f79e31;
}
.pages li a.next, .pages li a.next:hover {
	border: 1px solid #d1d1d1;
	background: #fff;
	width: 70px;
	height: 26px;
	padding: 0;
}
.pages li a.pre, .pages li a.pre:hover {
	border: 1px solid #d1d1d1;
	background: #fff;
	width: 70px;
	height: 26px;
	padding: 0;
}
.pages li .skip_box {
	border: 1px solid #999;
	width: 22px;
	height: 20px;
	padding: 0;
	margin: 0 3px;
	line-height: 20px;
}
.pages li .skip_btn {
	border: 1px solid #d6dadb;
	background: #fff;
	width: 45px;
	height: 24px;
	text-align: center;
	margin: 0 0 0 5px;
}














