/* //////////////////////////// 公共样式 ///////////////////////////// */

/* 头部内容 */
.header { 
	width:100%; 
	height:176px;
	z-index:999;
	background-color: #fff;
}

.headerCont {
	height: 176px;
}
/*logo + search*/
.website_logo {
	padding: 35px 0 15px;
	float: left;
}

.website_search {
	padding: 53px 0 20px;
	float: right;
}
.website_icon {
	margin: 0 3px 8px 0;
	text-align: right;
}
.website_ct {
	margin-right: 5px;
}
.search_input {
	width: 225px;
	height: 26px;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #7b7b7b;
}

.search_input .input_input {
	padding-left: 12px;
	vertical-align: middle;
	width: 180px;
	height: 24px;
	border: 0;
	outline: 0;
}

.search_input .search_btn {
	vertical-align: middle;
	padding: 5px 3px;
	width: 16px;
	height: 16px;
}


/*导航内容*/
.navbar {
	width: 100%;
	height: 45px;
	z-index: 999;
	background-color: #d0111b;
}
.nav_menu>li {
	position: relative;
	float: left;
	padding: 0 35px;
	line-height: 45px;
	z-index: 999;
}
.nav_menu>li>a {
	display: block;
	font-size: 20px;
	color: #fff;
	/*font-weight: bold;*/
}
.nav_menu>li:hover {
	background-color: #bd0f19;
}
.nav_menu .sub_nav_content {
	display: none;
	padding: 32px 50px 50px 28px;
	position: absolute;
	top: 45px;
	left: 0;
	
	box-shadow: 1px 1px 6px 1px rgba(206, 199, 199, 0.6);
	background-color: #fff;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ccffffff, endcolorstr=#ccffffff); */
}
.sub_nav_menu {
	overflow: hidden;
}
.sub_nav_icon {
	position: absolute;
	top: -11px;
	left: 63px;
}
.sub_nav_item {
	float: left;
}
.sub_nav_img {
	float: right;
	width: 330px;
	height: 200px;
}
.sub_nav_item li {
	margin-right: 30px;
	padding: 0 20px 0 10px;
	border-bottom: 1px solid #e1e1e1;
}
.sub_nav_ul li {
	float: left;
}
.sub_nav_item li a {
	font-size: 16px;
	color: #666;
}
.sub_nav_item li:nth-child(2n) {
	margin-right: 0;
}
.sub_nav_ul li:hover a {
	color: #d0111b;
}
.nav_menu .sub_nav_01, .nav_menu .sub_nav_03 {
	width: 698px;
}
.sub_nav_01 .sub_nav_item, .sub_nav_03 .sub_nav_item {
	width: 330px;
}
.sub_nav_01 .sub_nav_item li, .sub_nav_03 .sub_nav_item li {
	width: 120px;
}
.sub_nav_01 .sub_nav_img {
	padding: 25px 0px;
}

.nav_menu .sub_nav_02 {
	width: 635px;
}
.sub_nav_02 .sub_nav_item {
	width: 268px;
}
.sub_nav_02 .sub_nav_item li, 
.sub_nav_04 .sub_nav_item li,
.sub_nav_05 .sub_nav_item li,
.sub_nav_06 .sub_nav_item li {
	width: 88px;
} 

.nav_menu .sub_nav_04 {
	width: 488px;
}
.sub_nav_04 .sub_nav_img {
	padding: 18px 0 0;
}

.nav_menu .sub_nav_05 {
	left: -75px;
	width: 488px;
}
.sub_nav_05 .sub_nav_icon {
	left: 137px;
}

.nav_menu .sub_nav_06 {
	left: -228px;
	width: 488px;
}
.sub_nav_06 .sub_nav_icon {
	left: 290px;
}


/* 页面banner图 */
.article_banner {
	overflow:hidden;
	z-index:1;
	position:relative;
	position:fixed;
	_position:relative; 
	top:176px;
	display:block;
	z-index:-11; 
	left:0;
	width: 100%;
	height:230px
}


/* 当前位置 */
.curpage {
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
	border-bottom: 1px solid #ddd;
}
.curpage a {
    font-size: 16px;
    color: #000;
}


/* 细览型页面 */
.H1Title {
	padding-top: 22px;
    font-size: 26px;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.article_time_line {
	margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 38px;
    text-align: center;
}
.article_time_line a.active {
    color: red;
}
.article_detail_desc {
    color: #333333;
    font-size: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    /* font-family: "Microsoft Yahei", "宋体"; */
    font-family: "仿宋";
    line-height: 38px;
}
.article_detail_desc img {
    max-width: 100%;
    height: 100%;
}



