@charset "utf-8";
/*-----------------------------------
|	开发时间2021.01.31
|	base.css
|	网页头部、页脚、基础样式、清除默认样式
--------------------------------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea{font-family: "Microsoft YaHei"; color:#444444;}
img[data-original]{max-width: 100%;max-height:100%;background: url(/static/pc/images/error_01.gif) no-repeat 50% 50%;}
h1, h2, h4, h5, h6 { font-size: 100%;font-weight: normal; }
em, i { font-style: normal; }
fieldset, img { border: 0; }
img { font-size: 0; }
ul, ol,li { list-style: none; }
a { text-decoration: none; outline: none;}
:focus { outline:0;}
.clear { clear: both; display: block; height: 0; overflow: hidden;font-size: 0;}
button, input, select, textarea { font-size: 100%; outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong,b{font-weight:bold;}
ins{ text-decoration: none }
/*------ 网页头部 ------*/
header{
	width:100%;
	min-width: 1200px;
	background:#fff;
	margin:0 auto;
}
header .header_top_base{
	width:100%;
	background:#f9f9f9;
}
header .header_top{
	width:1200px;
	margin:0 auto;
	height:50px;
	font-size:18px;
	letter-spacing:1px;
	color:#3e413e;
}
header .top_left{
	float:left;
	padding:8px 0;
}
header .top_left em{
	color:#0099FF;
	font-weight:600;
}
header .top_right{
	float:right;
	padding:8px 0;
}
header .top_right a{
	margin:0 6px;
	color:#666;
	letter-spacing:0;
}
header .top_right b{
	color: #e60000;
	font-size: 24px;
}
header .header_main{
	width:1200px;
	margin:28px auto;
}
header .logo{
	float:left;
}
header .logo img{
	width: 236px;
	
}
header .header_right_img{
	float:right;
}
header .search_box{
	width:500px;
	height:80px;
	margin:0 368px;
	position:relative;
	top:12px;
}
header .search_box form{
	width:100%;
	height:40px;
	background:#0099FF;
}
header .search_box input[type=text]{
	float:left;
	width:406px;
	height:40px;
	padding:0 6px;
	border:2px solid #0099FF;
	color:#999;
	font-size:14px;
}
header .search_box input[type=submit]{
	float:right;
	width:78px;
	height:40px;
	background:#0099FF;
	border:2px solid #0099FF;
	color:#fff;
	cursor:pointer;
}
header .search_box .hot_search{
	margin:8px 0;
	color:#909090;
	font-size:12px;
}
header .search_box .hot_search a{
	margin-right:8px;
	color:#909090;
}
/*------ 导航栏 ------*/
header .header_nav_base{
	width:100%;
	min-width:1200px;
	height:41px;
	background:#0099FF;
}
header .header_nav{
	width:1200px;
	height:41px;
	margin:0 auto;
}
header .header_nav .nav_left_list{
	float:left;
	width:215px;
}
header .header_nav .nav_left_list:hover>ul{
	display:block;
}
header .header_nav .nav_left_list h2{
	background:url(/2index/static/pc/images/nav_left_list_bg.png) no-repeat;
	text-align:center;
	padding:10px 0;
	color:#fff;
	/* border-left:1px solid #978568; */
	-webkit-box-shadow:4px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow:4px 2px 5px rgba(0, 0, 0, 0.1);
}
header .header_nav .nav_left_list ul{
	display:none;
	-webkit-box-shadow:4px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow:4px 2px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	background: #fff;
	width:215px;
	height:400px;
	z-index:999;
}
header .header_nav .nav_left_list ul li{}
header .header_nav .nav_left_list ul li a{
	display:block;
	width:163px;
	height:auto;
	padding:13px 0 14px 50px;
	border:1px solid #e3e3e3;
	color:#666;
	background:url(/2index/static/pc/images/nav_left_list_ico.jpg) no-repeat;
}
header .header_nav .nav_left_list ul li a:hover{
	border-left:4px solid #01af63;
	width:161px;
}
header .header_nav .nav_left_list ul li:nth-of-type(1) a{background-position:20px 16px}
header .header_nav .nav_left_list ul li:nth-of-type(2) a{background-position:20px -26px}
header .header_nav .nav_left_list ul li:nth-of-type(3) a{background-position:20px -72px}
header .header_nav .nav_left_list ul li:nth-of-type(4) a{background-position:20px -116px}
header .header_nav .nav_left_list ul li:nth-of-type(5) a{background-position:20px -160px}
header .header_nav .nav_left_list ul li:nth-of-type(6) a{background-position:20px -204px}
header .header_nav .nav_left_list ul li:nth-of-type(7) a{background-position:20px -250px}
header .header_nav .nav_left_list ul li:nth-of-type(8) a{background-position:20px -293px}
header .header_nav .nav_main_list{
	float:left;
	margin-left:30px;
}
header .header_nav .nav_main_list ul{}
header .header_nav .nav_main_list ul li{
	display:inline;
}
header .header_nav .nav_main_list ul li a{
	display:inline-block;
	text-align:center;
	width:140px;
	padding:10px 0;
	color:#fff;
}
header .header_nav .nav_main_list ul li a:hover,header .header_nav .nav_main_list ul li a.on{
	background:#0088EE;
}
/*------ 面包屑导航 ------*/
.position{
	padding:25px 0;
	font-size:14px;
}
.position ul li{
	display:inline;
	padding:0 6px;
	color:#999;
}
.position ul li:nth-of-type(1){
	padding:0;
	
}
.position ul li a,.position ul em{
	color:#999;
}
/*------ 友情链接板块 ------*/
.flink{width:1200px;margin:10px auto;background:#fff;}
.flink .apply_flink{float:right;line-height:12px;padding-right:14px;}
.flink .apply_flink a{color:#333;font-size:12px;}
.flink .slideTxtBox{width:100%;padding:20px 0 10px 0;border:1px solid #ddd;text-align:left;}
.flink .slideTxtBox .hd{height:30px; line-height:30px;border-bottom:1px solid #ddd;  position:relative; }
.flink .slideTxtBox .hd ul{float:left; position:absolute; left:20px; top:-1px; height:32px;}
.flink .slideTxtBox .hd ul li{float:left; padding:0 15px; line-height:18px;cursor:pointer;font-size:18px;color:#404040}
.flink .slideTxtBox .hd ul li.on{height:30px;  background:#fff; border-bottom:2px solid #e60000;}
.flink .slideTxtBox .bd ul{padding:15px;  zoom:1;  }
.flink .slideTxtBox .bd li{display:inline-block;padding:0 10px;margin:6px 0;height:16px; line-height:14px;font-size:14px;border-left:1px solid #ededed; }
.flink .slideTxtBox .bd li:nth-of-type(1){border:0; }
.flink .slideTxtBox .bd li a{color:#696969;}
.flink .slideTxtBox .bd li .date{float:right; color:#999;  }
/*------ 页脚 -------*/
footer{
	width:100%;
	min-width: 1200px;
	background:#262626;
	margin-top:20px;
	font-size:12px;
}
footer .footer_main{
	width:1200px;
	margin:0 auto;
	padding: 30px 0;
	text-align:center;
}
footer .footer_main ul li{
	display:inline-block;
	padding:0 15px ;
	margin-bottom:16px;
	line-height:12px;
	border-left:1px solid #555;
}
footer .footer_main ul li:nth-of-type(1){border:0;}
footer .footer_main ul li a{
	color:#555;
}
footer .footer_powerby p{
	padding-top:4px;
}
footer .footer_powerby a{
	display:block;
	color:#555;
	margin:10px 0;
}
footer .footer_bottom_ico{
	margin-top:16px;
}
footer .footer_bottom_ico img{
	opacity: 0.5;
	margin:0 6px;
}
footer .footer_bottom_ico img:hover{
	opacity: 1;
}
footer a:hover{color:#fff!important;}

