body{
	background: #fff;
	overflow-x: hidden;
	position: relative;
}
.common_inner{
	width: 1100px;
	margin: 0 auto;
}



/*公共按钮*/
.common_icon{
	position: absolute;
	left: 50%;
	bottom: 560px;
	margin-left: 600px;
	z-index: 9999;
}
.common_icon_fixed{
	position: fixed;
	left: 50%;
	bottom: 60px;
	margin-left: 600px;
}
.common_icon li{
	margin-top: 10px;
	position: relative;
}
.common_icon li a {
	display: inline-block;
	color: white;
}
.common_icon li a img{
	width: 50px;
	height: 50px;
	display: block;
}
.hint--left.hint--inline:before {
	border-left-color: #f1a712;
}
.hint--left.hint--inline:after {
	background-color: #f1a712;
}
.hint--left.hint--tel:before {
	border-left-color: #6e92cc;
}
.hint--left.hint--tel:after {
	background-color: #6e92cc;
}
.hint--left.hint--email:before {
	border-left-color: #fa7385;
}
.hint--left.hint--email:after {
	background-color: #fa7385;
}
/*footer*/
.hint--top.hint--footer:before{
	border-top-color: #fff;
}
.hint--top.hint--footer:after{
	background-color: #fff;
	color: #666;
	/*text-align: left;*/
	font-size: 16px;
	font-weight: bold;
	border:1px solid #ccc;
	border-bottom: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}




/*页码*/
.page{
	margin-top: 40px;
	width: 460px;
	margin:50px auto 0 auto;
}
.page a{
	display: inline-block;
	padding:8px 10px;
	margin:0 8px;
	font-size: 14px;
	color: #666;
}
.page a.current{
	color: #fff;
	border: 1px solid #0c3f76;
	background:#0c3f76;
}


/*公共头部*/
.common_top .common_info{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #f2f2f2;
	box-sizing :content-box;
}
.common_top .fr{position: relative;}
.topSearch{position:absolute; right:0px; top:10px; background:url(../images/topSearch.png) left top no-repeat; width:160px; height:24px;}
.topSearch .input1{float:left; height:22px; line-height:22px; width:130px; text-indent:10px;}
.topSearch .btn1{float:left; height:22px; width:30px; cursor:pointer;}
.topSearch input {background: transparent;padding: 0px;font-size: 12px;font-family: Arial, "微软雅黑";color: #666;border: 0px;}
.common_top .tel{margin-right: 190px;}
.common_top .tel span{color:#f00;}
.common_header .common_inner{height:90px; position:relative;}
.common_header .common_logo{position:absolute; left:0px; top:27px;}
.common_nav{position:absolute; left:185px; top:35px; line-height:26px; white-space:nowrap;}
.common_nav li{float:left;}
.common_nav a{display:block; float:left; white-space:nowrap; height:55px; padding:0 20px; font-size:14px; color:#333;}
.common_nav a.current{color:#185ea1; background: url(../images/list-style5.png) no-repeat center 30px; }


/*公共banner*/
.common_banner{
	height: 290px;
	position: relative;
	margin-bottom: 56px;
}
.common_banner_bg{
	width: 1920px;
	height: 290px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -960px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	background:#ccc;
}
.transition_banner{background: url(../images/transition_banner.jpg) no-repeat;}
.management_banner{background: url(../images/management_banner.jpg) no-repeat;}
.solution_banner{background: url(../images/solution_banner.jpg) no-repeat;}
.business_banner{background: url(../images/business_banner.jpg) no-repeat;}
.research_banner{background: url(../images/research_banner.jpg) no-repeat;}
.researchC_banner{background: url(../images/researchC_banner.jpg) no-repeat;}
.case_banner{background: url(../images/case_banner.jpg) no-repeat;}
.about_banner{background: url(../images/about_banner.jpg) no-repeat;}
.common_banner h2{
	margin-top: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	/*font-family: "NotoSansHans Thin";*/
	font-family: "Noto Sans S Chinese Thin Thin";
}
.common_banner h3{
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	font-family: "Noto Sans S Chinese Thin Thin";
}
.common_banner img{
	margin:20px 0;
}

/*footer*/
.common_footer{
	height: 500px;
	position: relative;
}
.common_footer .footer_bg{
	width: 1920px;
	height: 500px;
	display: block;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -960px;
	background: url(../images/footer_bg.jpg) no-repeat center left;
}
.common_footer .footer_top{
	padding-top: 20px;
	border-bottom: 1px solid #fff;
}
.common_footer .footer_top li{
	padding-bottom: 40px;
	font-size: 0.9rem;
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.common_footer .footer_top li img{
	width: 32%;
}
.common_footer .footer_top li p{
	color: #fff;
	text-align: center;
}
.common_footer .footer_top li .footer_top_wei{
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: -1px;
	width: 46px;
	height: 24px;
}
.common_footer dl{
	float: left;
	width: 74px;
	overflow: hidden;
}
.common_footer dl.footer_contact{
	float: left;
	width: 280px;
	overflow: hidden;
	padding-right: 30px;
}
.footer_center{ 
	/*height: 200px;*/
	display: block;
	line-height: 24px;
	font-size: 16px;
	padding: 20px 0;
}
.footer_center dl {
	margin-bottom: 10px;
	float: left;
	width: 150px;
	padding:20px 28px;
	height: 200px;
	background: url(../images/footer_border.png) no-repeat center right;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.footer_center dl:first-child{
	padding-left: 0;
}
.footer_center dt a{
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	display: block;
	text-align: center;
}
.footer_center .footer_contact dd,
.footer_center dd a{
	display: block;
	padding-left: 30px;
	font-size: 13px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80);
	text-align: left;
}
.footer_center .footer_contact dt a{
	padding-left: 40px;
	text-align: left;
}
.footer_center li a:hover{
	/*color: #fff;*/
}
.footer_bottom{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	border-top:1px solid #fff;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.footer_bottom ul li:first-child{

}
.footer_bottom p{
	text-align: center;
	color: #fff;
}
.footer_center dl.footer_contact{
	background: none;
}
.footer_center dl.footer_contact dd a{
	padding-left: 0;
}
.footer_wei{
	float: right;
	width: 152px;
	margin-top: 24px;
}
.footer_wei>span{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	display: block;
}
.footer_wei>img{
	width: 152px;
	height: 152px;
}




/*主体内容*/
/*主体内容左侧*/
.content{
	padding-bottom: 50px;
}
.content_side_nav{
	padding-top: 70px;
	float: left;
	width: 150px;
}
.content_side_nav ul li{
	display: block;
	line-height: 32px;
	position: relative;
}
.content_side_nav ul li a{
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #575757;
}
.content_side_nav ul li:hover a,
.content_side_nav ul li.current a{
	color: #0c3f76;
}
.content_side_nav ul li span{
	width: 28px;
	height: 28px;
	position: absolute;
	right: -18px;
	top: 2px;
	background: url(../images/content_nav_style.png) no-repeat center right;
	z-index: 9;
	display: none;
}
.content_side_nav ul li.current span{
	display: block;
}
/*主体内容右侧*/
.content_main_box{
	width: 875px;
	padding-left: 70px;
	padding-bottom: 10px;
	float: right;
	border-left: 1px solid #0c3f76;
	position: relative;
}
.nch-breadcrumb{
	position: absolute;
	top:0;
	right: 0;
	line-height: 32px;
}
.nch-breadcrumb a{
	color: #666;
}
.nch-breadcrumb a:hover{
	color: #0c3f76;
}


.content_main_wrapper{
	min-height: 420px;
}
.content_main_wrapper h3.content_main_tit{
	display: inline-block;
	padding-bottom:8px;
	margin-bottom: 30px;
	height: 24px;
	overflow: hidden;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 2px solid #000;
}
.content_main_wrapper h3.content_main_tit span{
	font-size: 20px;
}
.content_main_wrapper .tab_ul {
	margin: 0 auto;
	text-align: center;
}
.content_main_wrapper .tab_ul li{
	display: inline-block;
	width: 150px;
	height: 32px;
	border:1px solid #0c3f76;
	text-align: center;
	line-height: 32px;
	margin:0 30px;
	color: #0c3f76;
	cursor: pointer;
}
.content_main_wrapper .tab_ul li.current{
	background: #0c3f76;
	border:1px solid #0c3f76;
	color: #fff;
}
.content_main_wrapper .tab_main{
	min-height: 240px;
	margin-top: 30px;
	/*background: url(../images/content_bg.jpg) repeat-y center;*/
}
.content_main_wrapper .tab_main>div{
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	padding-bottom: 10px;
}
.content_main_wrapper .tab_main>div img{
	text-indent: 0;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}







/*列表页面*/
.content_list{

}
.content_list li{
	padding:20px 0;
	border-bottom: 1px dotted #d4d4d4;
	position: relative;
}
.content_list li:first-child{
	padding-top: 0;
}
.content_list li:last-child{
	border-bottom: none;
}
.content_list .listPage_pic{
	width: 170px;
	height: 140px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	float: left;
}
.content_list .listPage_text{
	float: left;
	width: 680px;
}
.content_list .listPage_text h3{
	font-size: 16px;
	height:24px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 8px;
}
.content_list .listPage_text p.listPage_pub_desc{
	font-size: 12px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	text-overflow:ellipsis;
	color: #666;
}
.content_list .listPage_text .listPage_pub_time{
	font-size: 12px;
	line-height: 26px;
	padding-top: 8px;
	color: #999;
}
.content_list .listPage_text .list_goDetail{
	float: right;
	color: #333;
}
.content_list .listPage_text .list_goDetail:hover{
	color: #185ea1;
}
.content_detail{
	
}
.content_detail .detail_top{
	margin-bottom: 20px;
}
.content_detail .detail_top h3{
	font-size: 16px;
	height:24px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: center;
}
.content_detail .detail_top>div{
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #666;
}
.content_detail .detail_top>div span{
	margin:0 10px;
}
.content_detail .detail_text{
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	padding-bottom: 30px;
}
.content_detail .detail_text img{
	text-indent: 0;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.content_detail .detail_relate{
	padding-top: 10px;
	border-top: 1px solid #000;
}
.content_detail .detail_relate li{
	height: 60px;
	line-height: 60px;
	padding:14px 0;
	line-height: 60px;
}
.content_detail .detail_relate li:first-child{
	border-bottom: 1px dotted #e0e0e0;
}
.content_detail .detail_relate li a{
	color: #333;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	display: block;
	vertical-align: top;
}
.content_detail .detail_relate li a img{
	width: 72px;
	height: 60px;
	overflow: hidden;
	display: inline-block;
}
.content_detail .detail_relate li a>span{
	vertical-align: top;
}
.content_detail .detail_relate li a>span.title{
	width: 300px;
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
}