﻿@charset "utf-8";

/*全局样式*/

.mainBox {
	width: 1180px;
	margin: 0 auto;
	clear: both;
}

.clearBoth {
	clear: both;
}

.blank50 {
	height: 50px;
	display: block;
	clear: both;
}

.blank40 {
	height: 40px;
	display: block;
	clear: both;
}

.blank20 {
	height: 20px;
	display: block;
	clear: both;
}

.blank15 {
	height: 15px;
	display: block;
	clear: both;
}

.blank10 {
	height: 10px;
	display: block;
	clear: both;
}


/*头部*/
/*
.header_top{
height: 134px;
}
*/
.miniNav_box {
min-width: 1180px;
	height: 24px;
	line-height: 24px;
	background: url(../../images/index.files/mininav_bg.png);
}

.miniNav_box .right ul li {
	display: inline;
	margin-right: 8px;
}

.miniNav_box .right ul li a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "microsoft yahei";
}

.logo {
	width: 540px;
	height: 80px;
	margin: 42px 0 0 7px;
	background: url(../../images/index.files/logo.png) no-repeat;
}

.search {
	width: 435px;
	height: 36px;
	margin-top: 36px;
	margin-bottom: 8px;
	background: url(../../images/index.files/search_bg.png) no-repeat;
}

.search form input[type="text"] {
	width: 380px;
	height: 36px;
    line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
	outline: none;
	border: none;
	background: none;
}

.search form input[type="submit"] {
	width: 55px;
	height: 36px;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../../images/index.files/search_btn.png) 20px no-repeat;
}

.hot_word {
	padding-left: 5px;
}

.hot_word ul li {
	display: inline;
	font-size: 13px;
	color: #fff;
padding-right: 15px;
}

.hot_word ul li a {
	color: #fff;
}
.hot_word ul li a:hover {
    text-shadow: rgba(60,60,60,0.6) 2px 2px 2px;
}
.hot_news {
    position: relative;
	margin: 6px 0 5px 0;
}
.hot_news a.hot_news_title{
width: 95px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.hot_news .bd {
	padding-left: 100px;
	background: url(../../images/index.files/hot_news_ico.png) 0 no-repeat;
}

.hot_news .infoList li {
	height: 24px;
	line-height: 24px;
}

.hot_news .infoList li a {
	color: #fff;
	font-size: 13px;
}


/*主导航*/

.nav_box {
min-width: 1180px;
	height: 42px;
	line-height: 42px;
	background: url(../../images/index.files/nav_bg.png) repeat-x;
}

.nav {
	position: relative;
	z-index: 1;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	display: inline;
	border-right: #58a5fe solid 1px;
}

.nav .nLi.last {
	border-right: none;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 30px;
	font-size: 15px;
}

.nav .sub {
	display: none;
	left: 0;
	padding-top: 1px;
	top: 42px;
	position: absolute;
	background: url(../../images/index.files/nav_bg.png) 0 repeat-x;
	line-height: 42px;
}
.nav .sub.s3 {
	left: 390px;
}

.nav .sub.s4 {
	left: 175px;
}

.nav .sub.s5 {
    left: 925px;
}

.nav .sub.s6 {
    left: 910px;
}

.nav .sub li {
	float: left;
	color: #58a5fe;
	zoom: 1;
}

.nav .sub a {
	display: block;
	font-size: 15px;
	padding: 0 5px;
}

.nav .sub a:hover {
	background: url(../../images/index.files/nav_li_bg.png) repeat-x;
	color: #fff;
}

.nav .on h3 a {
	background: url(../../images/index.files/nav_li_bg.png) repeat-x;
	color: #fff;
}


/*标题*/

.title {
	position: relative;
	line-height: 40px;
	border-top: #999 solid 2px;
	border-bottom: #dee2e6 solid 1px;
}

.title ul.more_ul {
	position: absolute;
	right: 5px;
}

.title ul.more_ul li {
	background: url(../../images/index.files/more_ico.png) right no-repeat;
}

.title ul.more_ul li a {
	padding-right: 15px;
	font-size: 13px;
	color: #999;
}

.title ul.title_ul li {
	float: left;
	padding: 0 8px;
}

.title ul.title_ul li.hover {
	margin-top: -2px;
	border-top: #de1f1a solid 2px;
	background: url(../../images/index.files/title_arrow.png) right bottom 8px no-repeat;
}

.title ul.title_ul li.hover a {
	font-weight: bold;
}

.title ul.title_ul li a {
	color: #3f5ea0;
	font-size: 18px;
	background: url(../../images/index.files/title_line.png) left center no-repeat;
}

.title ul.title_ul li.first a {
	background: transparent;
}

.title ul.title_ul li.last {
	padding-left: 5px;
}

.title ul.title_ul li.last a {
	padding-left: 12px;
}


/*列表*/
.commonList_dot_ind_list li{
    position: relative;
	margin-bottom: 20px;
	line-height: 19px;
	padding-left: 20px;
	background: url(../../images/index.files/ico_dot.gif) left 6px no-repeat;
}
.commonList_dot_ind_list li:hover {
	background: url(../../images/index.files/ico_dot_hover.gif) left 6px no-repeat;
}
.commonList_dot_ind_list li a{
    width: 85%;
    display: inline-block;
}
.commonList_dot_ind_list li span{
    position: absolute;
    right: 0px;
    bottom: 0px;
	color: #333;
font-size: 14px;
}
.commonList_dot_ind_list li:hover span{
	color: #1556cb;
}



.commonList_dot li {
	line-height: 36px;
	padding-left: 20px;
	background: url(../../images/index.files/ico_dot.gif) left 14px no-repeat;
}

.commonList_dot li span.right {
	color: #333;
}

.commonList_dot li span.right {
	font-size: 14px;
}

.commonList_dot li:hover span.right {
	color: #1556cb;
}

.commonList_dot li:hover {
	background: url(../../images/index.files/ico_dot_hover.gif) left 14px no-repeat;
}

.commonList_dot_zt li {
	margin-bottom: 20px;
	line-height: 19px;
	padding-left: 20px;
	background: url(../../images/index.files/ico_dot.gif) left 6px no-repeat;
}

.commonList_dot_zt li:hover {
	background: url(../../images/index.files/ico_dot_hover.gif) left 6px no-repeat;
}


/*当前位置*/

.local_box {
	background: url(../../images/index.files/local_index.png) 0 0 no-repeat;
	padding-left: 25px;
}

.local_ul li {
	color: #999;
	float: left;
	font-size: 14px;
	padding-right: 10px;
}

.local_ul li a {
	color: #999;
}


/*页尾*/

.copyRight {
min-width: 1180px;
	background: #163262;
}

.copyRight .copyRight_top .copyRight_logo {
	width: 540px;
	height: 80px;
	margin-left: 10px;
	background: url(../../images/index.files/logo.png) no-repeat;
}

.copyRight .copyRight_top .right p {
	text-align: center;
	font-size: 14px;
	width: 625px;
height: 96px;
	color: #c2c2c2;
	line-height: 24px;
}
.copyRight .copyRight_bottom {
	padding: 0 60px;
	margin-top: 50px;
}

.copyRight .copyRight_bottom ul li {
	float: left;
	margin-right: 260px;
	font-size: 14px;
	color: #c2c2c2;
}
.copyRight .copyRight_bottom ul li a{
color: #c2c2c2;
}
.copyRight .copyRight_bottom ul li.last {
	margin-right: 0;
}