* {
	margin: 0;
	padding: 0px;
}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	outline: none;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
iframe, frame, fieldset, img {
	border: 0 none;
}
a {
	color: #333333;
	text-decoration: none;
}
a img {
	border: none;
}
html {
	overflow-x: hidden !important;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*header*/
header {
	height: 107px;
	overflow: hidden;
}
.header_left {
	float: left;
	width: 385px;
	height: 48px;
	margin: 27px 0 0 0;
}
.header_left a {
	display: block;
	width: 100%;
	height: 100%;
}
.header_right {
	float: right;
	width: 254px;
}
.header_link {
	margin: 9px 0 0 0;
	color: #666666;
	text-align: right;
}
.header_link a {
	font-size: 12px;
	color: #666666;
	margin: 0 5px 0 5px;
}
.header_search {
	width: 100%;
	height: 30px;
	margin: 21px 0 0 0;
}
.header_search-input input {
	float: left;
	width: 195px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #176ddd;
	color: #666666;
	font-size: 12px;
	padding: 0 0 0 13px;
}
.header_search-button input {
	float: right;
	width: 44px;
	height: 30px;
	border: 1px solid #176ddd;
	background: #176ddd url(../../images/image/photo1.png) no-repeat center;
	background-size: 20px 20px;
}
/*nav*/
nav {
	height: 45px;
	background-color: #1069dc;
}
nav ul li {
	float: left;
	display: block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}
nav ul li ul {
	display: none;
	width: 150px;
	background-color: #0a6ed2;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 99999;
}
nav ul li ul li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
nav ul li:hover {
	background-color: #118bed;
}
nav ul li:hover ul {
	display: block;
}
.nav_current {
	background-color: #118bed;
}
/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_inner {
	width: 100%;
	height: 370px;
	position: relative;
}
.banner_img li {
	float: left;
	width: 100%;
	position: relative;
}
.control {
	width: 150px;
	position: absolute;
	top: 331px;
	left: 50%;
	margin-left: -40px
}
.control li {
	float: left;
	width: 30px;
	height: 4px;
	margin: 0 13px 0 0;
	background-color: #FFF;
	cursor: pointer;
}
.control li a {
	display: none;
}
.control li.current {
	background-color: #065dcc;
}
/*main*/
/*banner*/
.subpage_banner {
	display: block;
	width: 100%;
	height: 335px;
}
.subpage_sidebar {
	float: left;
	width: 248px;
}
.subpage_sidebar p {
	font-size: 20px;
	font-weight: bold;
}
.subpage_sidebar p span {
	margin: 0 0 0 13px;
	font-size: 14px;
}
.subpage_sidebar ul {
	margin: 20px 0 0 0;
}
.subpage_sidebar li a {
	display: block;
	width: 184px;
	height: 47px;
	line-height: 47px;
	background: url(../../images/image/photo18.jpg) repeat-x;
	padding: 0 32px 0 32px;
	margin: 0 0 2px 0;
	color: #FFF;
	font-weight: 500;
}
.subpage_sidebar li a span {
	float: right;
}
.subpage_sidebar li a:hover {
	background: url(../../images/image/photo19.jpg) repeat-x !important;
}
.sidebar_current {
	background: url(../../images/image/photo19.jpg) repeat-x !important;
}
.subpage_container {
	float: right;
	width: 723px;
}
.subpage_title {
	height: 19px;
	line-height: 19px;
	background: url(../../images/image/photo20.png) no-repeat left;
	background-position: 0px 0px;
	padding: 0 0 6px 26px;
	border-bottom: 1px solid #024cac;
	font-size: 16px;
	font-weight: 500;
}
.subpage_title span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #6c6c6c;
}
.subpage_title span a {
	color: #6c6c6c;
	margin: 0 2px 0 2px;
}
/*翻页*/
.flip {
	text-align: center;
	display: block;
	width: 100%;
	height: 31px;
	line-height: 31px;
	margin: 26px 0 0 0;
}
.flip a {
	padding: 5px 12px;
	border: 1px solid #c7c7c7;
	margin: 0 0 0 11px;
}
.flip a:hover {
	border: 1px solid #1069dc !important;
	background-color: #1069dc;
	color: #FFF;
}
.flip_current {
	border: 1px solid #1069dc !important;
	background-color: #1069dc;
	color: #FFF;
}
.flip_empty {
	border: 1px solid #FFF !important;
}
.flip a.flip_empty:hover {
	background-color: #FFF !important;
	border: 1px solid #FFF !important;
	color: #333333 !important;
}
/*footer*/
footer {
	margin: 20px 0 0 0;
	height: 95px;
	background-color: #065dcc;
	overflow: hidden;
}
.footer_link {
	text-align: center;
	margin: 22px 0 0 0;
	color: #FFF;
}
.footer_link a {
	color: #FFF;
	margin: 0 12px 0 12px;
}
.footer_copyright {
	color: #FFF;
	text-align: center;
	margin: 13px 0 0 0;
}
/*保定交通建设投资集团有限公司—首页*/
/*小图banner、集团要闻*/
.home_page_sectionOne {
	margin: 20px 0 0 0;
}
/*小图banner*/
.sectionOne_left {
	float: left;
	width: 638px;
	height: 564px;
	position: relative;
	overflow: hidden;
}
.mod_focus_pic {
	display: block;
	width: 638px;
	height: 478px;
}
.mod_focus_pic li, .mod_focus_pic a, .mod_focus_pic img {
	display: block;
	width: 638px;
	height: 478px;
}
.mod_focus_pic li {
	position: absolute;
	left: 0;
	top: 0;
}
.mod_focus_title {
	width: 638px;
	height: 45px;
	background-color: rgba(0,0,0,0.6);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
	background-image: url(about:blank);
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 86px;
	overflow: hidden;
	zoom: 1;
}
.mod_focus_title li a {
	display: block;
	width: 638px;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 13px;
	overflow: hidden;
	word-break: keep-all;
	word-wrap: keep-all;
	white-space: nowrap;
	table-layout: fixed;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #FFF;
}
.mod_focus_list {
	width: 650px;
	height: 79px;
	margin: 7px 0 0 0;
	overflow: hidden;
}
.mod_focus_list li {
*display: inline;
	float: left;
	width: 120px;
	height: 69px;
	margin: 10px 9.5px 0 0;
	position: relative;
}
.mod_focus_list li a {
	display: block;
	width: 120px;
	height: 69px;
}
.mod_focus_list li img {
	display: block;
	width: 120px;
	height: 69px;
}
.mod_focus_list .current .border {
	display: block;
	width: 120px;
	height: 77px;
	background: url(../../images/image/photo8.png) no-repeat;
	position: absolute;
	left: 0px;
	top: -8px;
}
/*集团要闻*/
.sectionOne_right {
	float: right;
	width: 342px;
	height: 272px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionOne_right h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionOne_right h3 span a {
	float: right;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #666666;
}
.sectionOne_right h3 span a:hover {
	color: #1069dc;
}
.sectionOne_right ul {
	margin: 13px 13px 0 13px;
}
.sectionOne_right li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 13px;
	width: 96%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionOne_right li a:hover {
	color: #1069dc;
}
/*通知公告、一线聚焦*/
.home_page_sectionTwo {
	margin: 20px 0 0 0;
}
/*通知公告*/
.sectionTwo_left {
	float: left;
	width: 274px;
	height: 310px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionTwo_left h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionTwo_left h3 span a {
	float: right;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #666666;
}
.sectionTwo_left h3 span a:hover {
	color: #1069dc;
}
.sectionTwo_left ul {
	margin: 9px 14px 0 14px;
}
.sectionTwo_left li a {
	display: block;
	background: url(../../images/image/photo11.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 13px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionTwo_left li a:hover {
	color: #1069dc;
}
/*一线聚焦*/
.sectionTwo_right {
	float: right;
	width: 702px;
	height: 310px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionTwo_right h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionTwo_right h3 span a {
	float: right;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #666666;
}
.sectionTwo_right h3 span a:hover {
	color: #1069dc;
}

.sectionThree_left h3 span a {
	float: right;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #666666;
}
.sectionThree_left h3 span a:hover {
	color: #1069dc;
}
.sectionTwo_focus_left {
	float: left;
	width: 325px;
	margin: 0 0 0 15px;
}
.sectionTwo_focus_graphic {
	margin: 6px 0 0 0;
}
.sectionTwo_title a {
	display: block;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.focus_graphic_picture {
	float: left;
	margin: 7px 0 0 0;
}
.focus_graphic_picture a {
	display: block;
	width: 157px;
	height: 88px;
	overflow: hidden;
}
.focus_graphic_picture img {
	width: 100%;
	height: 100%;
}
.focus_graphic_culture {
	float: right;
	margin: 7px 0 0 0;
}
.focus_graphic_culture a {
	display: block;
	width: 150px;
	height: 88px;
	font-size: 12px;
	line-height: 20px;
	color: #606161;
	text-indent: 2em;
	overflow: hidden;
}
.sectionTwo_focus_left ul {
	margin: 19px 0 0 0;
}
.sectionTwo_focus_left li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 15px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionTwo_focus_left li a:hover {
	color: #1069dc;
}
.sectionTwo_focus_graphic:hover .sectionTwo_title a {
	color: #1069dc;
}
.sectionTwo_focus_right {
	float: left;
	width: 325px;
	margin: 0 0 0 15px;
}
.sectionTwo_focus_right ul {
	margin: 19px 0 0 0;
}
.sectionTwo_focus_right li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 15px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionTwo_focus_right li a:hover {
	color: #1069dc;
}
/*旗下公司、项目动态*/
.home_page_sectionThree {
	margin: 20px 0 0 0;
}
/*旗下公司*/
.sectionThree_left {
	float: left;
	width: 274px;
	height: 310px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionThree_left h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionThree_left ul {
	margin: 0 14px 0 14px;
}
.sectionThree_left li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 27px;
	padding: 0 0 0 13px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionThree_left li a:hover {
	color: #1069dc;
}
/*项目动态*/
.sectionThree_right {
	float: right;
	width: 702px;
	height: 310px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionThree_right h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionThree_right h3 span a {
    float: right;
    margin: 0 16px 0 0;
    font-size: 12px;
    color: #666666;
}
.sectionThree_right h3 span a:hover {
	color: #1069dc;
}
.sectionThree_project_left {
	float: left;
	width: 328px;
	margin: 0 0 0 15px;
}
.sectionThree_project_graphic {
	margin: 20px 0 0 0;
	height: 88px;
	overflow: hidden;
}
.project_graphic_picture {
	float: left;
}
.project_graphic_picture a {
	display: block;
	width: 157px;
	height: 88px;
}
.project_graphic_picture img {
	width: 100%;
	height: 100%;
}
.project_graphic_culture {
	float: right;
	width: 162px;
}
.sectionThree_title a {
	display: block;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionThree_letter a {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #606161;
	text-indent: 2em;
	height: 56px;
	overflow: hidden;
}
.sectionThree_project_graphic:hover .sectionThree_title a {
	color: #1069dc;
}
.sectionThree_project_left ul {
	margin: 16px 0 0 0;
}
.sectionThree_project_left li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 15px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionThree_project_left li a:hover {
	color: #1069dc;
}
.sectionThree_focus_right {
	float: left;
	width: 328px;
	margin: 0 0 0 15px;
}
.sectionThree_focus_right ul {
	margin: 16px 0 0 0;
}
.sectionThree_focus_right li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	line-height: 28px;
	padding: 0 0 0 15px;
}
.sectionThree_focus_right li a:hover {
	color: #1069dc;
}
/*广告图*/
.home_page_sectionFour {
	margin: 20px 0 0 0;
	height: 105px;
	overflow: hidden;
}
.home_page_sectionFour img {
	width: 100%;
	height: 100%;
}
/*企业文化、党群建设*/
.home_page_sectionFive {
	margin: 20px 0 0 0;
}
/*企业文化*/
.sectionFive_left {
	float: left;
	width: 272px;
	height: 367px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.sectionFive_left h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.sectionFive_left h3 span a {
	float: right;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #666666;
}
.sectionFive_left h3 span a:hover {
	color: #1069dc;
}
.sectionFive_left ul {
	margin: 10px 14px 0 14px;
}
.sectionFive_left li {
	line-height: 28px;
}
/*党群建设*/
.sectionFive_right {
	float: right;
	width: 700px;
	height: 367px;
	border: 1px solid #d8d8d8;
	position: relative;
	overflow: hidden;
}
.sectionFive_right h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
/*TAB选项卡*/
.tab {
	width: 672px;
	margin: 0 auto;
}
.tab-title {
	height: 33px;
	line-height: 33px;
	position: absolute;
	top: 0px;
	left: 161px;
}
.tab-title .item {
	display: inline-block;
	font-size: 16px;
	margin: 0 50px 0 0;
}
.tab-title .item-cur {
	color: #0a6ed2;
}
.tab-cont {
	position: relative;
	width: 100%;
	height: 315px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.tab-cont__wrap {
	width: 5000px !important;
	position: absolute;
}
.tab-cont .item {
	width: 672px;
	height: 315px;
}
.sectionFive_top {
	border-bottom: 1px solid #e0e3e4;
	padding: 0 0 18px 0;
}
.sectionFive_top_left {
	float: left;
}
.sectionFive_top_left a {
	display: block;
	width: 212px;
	height: 159px;
}
.sectionFive_top_left img {
	width: 100%;
	height: 100%;
}
.sectionFive_top_right {
	float: right;
	width: 438px;
	height: 159px;
	overflow: hidden;
}
.sectionFive_title {
	font-size: 16px;
	font-weight: 500;
}
.sectionFive_title a {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionFive_title a:hover {
	color: #0a6ed2;
}
.sectionFive_letter {
	font-size: 12px;
	line-height: 20px;
	text-indent: 2em;
	border-bottom: 1px solid #e0e3e4;
	padding: 2px 0 12px 0;
}
.sectionFive_letter a {
	display: block;
	height: 40px;
	color: #606161;
	overflow: hidden;
}
.sectionFive_top_right ul {
	margin: 5px 0 0 0;
}
.sectionFive_top_right li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	padding: 0 0 0 15px;
	line-height: 28px;
	width: 97%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionFive_top_right li a:hover {
	color: #0a6ed2;
}
.sectionFive_bottom {
	margin: 11px 0 0 0;
}
.sectionFive_bottom_left {
	float: left;
	width: 325px;
}
.sectionFive_bottom_left li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	padding: 0 0 0 15px;
	line-height: 28px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionFive_bottom_left li a:hover {
	color: #0a6ed2;
}
.sectionFive_bottom_right {
	float: right;
	width: 325px;
}
.sectionFive_bottom_right li a {
	display: block;
	background: url(../../images/image/photo10.png) no-repeat left;
	background-size: 5px 5px;
	padding: 0 0 0 15px;
	line-height: 28px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sectionFive_bottom_right li a:hover {
	color: #0a6ed2;
}
/*友情链接*/
.home_page_sectionSix {
	margin: 20px 0 0 0;
	height: 143px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.home_page_sectionSix h3 {
	height: 33px;
	line-height: 33px;
	background: #f1f4f6 url(../../images/image/photo9.png) no-repeat;
	font-size: 16px;
	color: #FFF;
	padding: 0 0 0 16px;
}
.home_page_sectionSix ul {
	width: 105%;
	margin: 18px 0 0 0;
}
.home_page_sectionSix li {
	display: block;
	float: left;
	width: 275px;
	margin: 0 -45px 0 0;
	line-height: 26px;
}
.home_page_sectionSix li a {
	display: block;
	width: 100%;
	font-size: 14px;
	text-indent: 16px;
}
.home_page_sectionSix li a:hover {
	color: #0a6ed2;
}
/*保定交通建设投资集团有限公司—大事记*/
.subpage_memorabilia {
	margin: 22px 0 0 0;
	padding: 0 0 114px 0;
}
.subpage_container_memorabilia {
	margin: 38px 0 0 0;
}
.subpage_container_memorabilia ul {
	display: block;
	width: 691px;
	margin: 0 auto;
	/*background: url(../../images/image/photo21.png) no-repeat left;*/
}
.subpage_container_memorabilia li {
	height: 100px;
	padding: 0 29px 0 29px;
	overflow: hidden;
}
.memorabilia_title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: -3px 0 0 0;
}
.memorabilia_letter {
	line-height: 21px;
	color: #606060;
	margin: 4px 0 0 0;
}
/*保定交通建设投资集团有限公司—党建工作*/
.subpage_construction {
	margin: 22px 0 0 0;
	padding: 0 0 51px 0;
}
.subpage_container_construction li {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #cecece;
	background: url(../../images/image/photo22.jpg) no-repeat;
	background-position: 10px 18px;
}
.subpage_container_construction li a {
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0 0 26px;
}
.subpage_container_construction li a:hover {
	color: #0a6ed2;
}
.subpage_container_construction li span {
	float: right;
	margin: 0 12px 0 0;
}
/*保定交通建设投资集团有限公司—集团简介*/
.subpage_group {
	margin: 22px 0 0 0;
	padding: 0 0 44px 0;
}
.subpage_container_group {
	margin: 16px 0 0 0;
}
.group_title {
	text-align: center;
	padding: 28px 0 27px 0;
	font-size: 24px;
	font-weight: 500;
}
.subpage_container_group p {
	text-indent: 2em;
	margin: 0 0 24px 0;
	line-height: 34px;
    font-size: 18px;
}
/*保定交通建设投资集团有限公司—联系方式*/
.subpage_information {
	margin: 22px 0 0 0;
	padding: 0 0 76px 0;
}
.subpage_container_information {
	margin: 23px 0 0 0;
}
.information_title {
	font-weight: bold;
	padding: 0 12px 0 12px;
	font-size: 18px;
}
.subpage_container_information ul {
	margin: 7px 12px 0 12px;
}
.subpage_container_information li {
	line-height: 28px;
    font-size: 16px;
}
.information_map {
	display: block;
	width: 699px;
	height: 314px;
	margin: 30px 0 0 0;
}
.information_map img {
	width: 100%;
	height: 100%;
}
/*保定交通建设投资集团有限公司—旗下公司*/
.subpage_command {
	margin: 22px 0 0 0;
	padding: 0 0 17px 0;
}
.subpage_container_command li {
	margin: 22px 0 0 0;
	height: 149px;
	overflow: hidden;
}
.command_left {
	float: left;
	width: 217px;
	height: 143px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 4px 0 0 0;
}
.command_right {
	float: right;
	width: 477px;
	margin: 0 13px 0 0;
}
.command_title a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin: 8px 0 0 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.command_letter a {
	display: block;
	line-height: 22px;
	height: 66px;
	margin: 9px 0 0 0;
	overflow: hidden;
}
.subpage_container_command li:hover .command_title a {
	color: #0a6ed2;
}
/*保定交通建设投资集团有限公司—企业理念*/
.subpage_enterprise {
	margin: 22px 0 0 0;
	padding: 0 0 349px 0;
}
.subpage_container_enterprise {
	margin: 29px 0 0 0;
}
.enterprise_left {
	float: left;
	width: 230px;
	margin: 6px 0 0 52px;
}
.enterprise_left li {
	line-height: 34px;
}
.enterprise_right {
	float: right;
	width: 340px;
	height: 186px;
	margin: 0 56px 0 0;
}
.enterprise_right img {
	width: 100%;
	height: 100%;
}
/*保定交通建设投资集团有限公司—通知公告*/
.subpage_announcement {
	margin: 22px 0 0 0;
	padding: 0 0 33px 0;
}
.subpage_container_announcement {
	margin: 20px 0 0 0;
}
.announcement_graphic {
	height: 161px;
	overflow: hidden;
}
.announcement_graphic_left {
	float: left;
	width: 231px;
	height: 161px;
}
.announcement_graphic_left img {
	width: 100%;
	height: 100%;
}
.announcement_graphic_right {
	float: right;
	width: 453px;
	margin: 0 16px 0 0;
}
.announcement_graphic_title a {
	display: block;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 33px;
}
.announcement_graphic_time {
	font-size: 12px;
	line-height: 22px;
	color: #6d6c6c;
}
.announcement_graphic_letter a {
	display: block;
	line-height: 22px;
	color: #6d6c6c;
	height: 88px;
	overflow: hidden;
}
.announcement_graphic:hover .announcement_graphic_title a {
	color: #0a6ed2;
}
.subpage_container_announcement ul {
	margin: 18px 0 0 0;
	border-top: 1px solid #c7c7c7;
}
.subpage_container_announcement li {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #cecece;
	background: url(../../images/image/photo22.jpg) no-repeat;
	background-position: 10px 18px;
}
.subpage_container_announcement li a {
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0 0 26px;
}
.subpage_container_announcement li span {
	float: right;
	margin: 0 12px 0 0;
}
.subpage_container_announcement li a:hover {
	color: #0a6ed2;
}
/*保定交通建设投资集团有限公司—详情页*/
.subpage_details {
	margin: 22px 0 0 0;
	padding: 0 0 51px 0;
}
.subpage_container_details {
	margin: 18px 0 0 0;
}
.details_title {
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	font-weight: 500;
}
.details_time {
	text-align: center;
	font-size: 14px;
	color: #6d6c6c;
	margin: 0 0 16px 0;
}
.subpage_container_details p {
	line-height: 34px;
    font-size: 18px;
    text-indent: 2em;
}
/*保定交通建设投资集团有限公司—愿景目标*/
.subpage_container_vision {
	margin: 29px 0 0 0;
}
.vision_left {
	float: left;
	width: 245px;
	margin: 52px 0 0 52px;
}
.vision_left li {
	line-height: 34px;
}
.vision_right {
	float: right;
	width: 340px;
	height: 186px;
	margin: 0 56px 0 0;
}
.vision_right img {
	width: 100%;
	height: 100%;
}
/*保定交通建设投资集团有限公司—战略规划*/
.subpage_container_strategic {
	margin: 29px 0 0 0;
}
.strategic_left {
	float: left;
	width: 331px;
	margin: 35px 0 0 16px;
}
.strategic_left li {
	line-height: 34px;
	text-indent: 2em;
}
.strategic_right {
	float: right;
	width: 340px;
	height: 186px;
	margin: 0 18px 0 0;
}
.strategic_right img {
	width: 100%;
	height: 100%;
}
/*保定交通建设投资集团有限公司—组织架构*/
.subpage_container_organization {
	margin: 43px 0 0 0;
}
.subpage_container_organization p {
	text-align: center;
}
/*保定交通建设投资集团有限公司—在线反馈*/
.subpage_container_feedback {
	margin: 35px 0 0 0;
}
.feedback_input {
	line-height: 39px;
	margin: 0 0 12px 0;
}
.feedback_input_left {
	float: left;
	display: block;
	width: 70px;
	margin: 0 0 0 11px;
}
.feedback_input_center {
	float: left;
	margin: 0 0 0 28px;
}
.feedback_input_center input {
	width: 274px;
	height: 37px;
	border: 1px solid #a4a1a1;
	padding: 0 0 0 5px;
}
.feedback_input_center textarea {
	width: 526px;
	height: 197px;
	border: 1px solid #a4a1a1;
	padding: 5px 0 0 5px;
}
.feedback_input_right {
	float: left;
	display: block;
	width: 40px;
	margin: 0 0 0 20px;
}
.feedback_input_right span {
	color: #da0505;
	margin: 0 5px 0 0;
}
.feedback_button {
	text-align: center;
	height: 30px;
}
.feedback_button input {
	width: 56px;
	height: 30px;
	line-height: 30px;
	border: none;
	background-color: #065dcc;
	color: #FFF;
	margin: 0 9px 0 0;
	cursor:pointer;
}
