﻿@charset "utf-8";
/**
Author :        zhanglina
Version:        1.0
Date   :	    2014-4-16
Explain:        此样式为页面初始化样式。
**/
/*------------------------------- CSSReset -------------------------------*/
/** 清除边距 **/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, a, span, i, b, /* list elements 列表元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(/images/head-bg.jpg) repeat-x;
}
/** 字体设置 **/
body, button, input, select, textarea/* for ie */ {
	font: 12px/1.5 "微软雅黑";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, em {
	font-style: normal;
} /* 将斜体扶正 */
/*去除元素轮廓---fbx---*/
div, table, form, input, button, select, textarea, fieldset, legend {
	outline: none;
}/* for google / safari*/
/** 重置列表元素 **/
ul, ol, li {
	list-style: none outside none;
}
/** 重置链接元素 **/
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	color: #ad0001;
	text-decoration: none;
}
/** 重置表单元素 **/
fieldset, img {
	border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** 重置元素垂直居中 **/
img, input, select, textarea, button {
	vertical-align: middle;
}
/** 字体设置 **/
.bh-strong {
	font-weight: bold;
}
/** 文字对齐方式设置 **/
.bh-textRt {
	text-align: right!important;
}
.bh-textLt {
	text-align: left!important;
}
.bh-textCt {
	text-align: center!important;
}
/** 浮动 **/
.bh-fl {
	float: left;
}
.bh-fr {
	float: right;
}
/** 下划线 **/
.bh-udline {
	text-decoration: underline;
}
/** 定位 **/
.bh-posRlt {
	position: relative;
	zoom: 1;
}
/** 清除浮动 **/
.bh-overf {
	overflow: hidden;
	zoom: 1;
}
.bh-section {
	overflow: hidden;
	zoom: 1;
}
.bb {
	border-bottom: 1px solid #dedede;
}
.clear {
	clear: both;
	font-size: 0;
	height: 1;
}
.clearfix {
	zoom: 1;
	font-size: 0;
	height: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/** 页结构 **/
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.w1060 {
	width: 1060px;
	margin: 0 auto;
}
.w274 {
	width: 274px;
}
.w774 {
	width: 774px;
}
/*字体颜色*/
/*外边距与内边距*/
.bh-p-header, .bh-p-foot, .bh-p-content {
	min-width: 1100px;
}
.pt10 {
	padding-top: 10px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
/*顶部*/
.bh-p-header {
	background: url(/images/head-bg-top.jpg) center top no-repeat;
}
.head-top {
	height: 116px;
}
.logo {
	float: left;
	padding: 16px 0 0 52px;
	width: 348px;
}
.logo a {
	display: block;
	width: 348px;
	height: 82px;
}
.headR {
	padding-right: 12px;
	padding-top: 68px;
	width: 600px;
	color: #fff;
}
.headR a {
	color: #fff;
}
.headR a:hover {
	text-decoration: underline;
	color:#fff;
}
.menu {
	background: url(/images/menu-bg.jpg) repeat-x;
	height: 51px;
}
.menu ul {
	padding-left: 40px;
}
.menu li {
	float: left;
	width: 105px;
	margin-right: 12px;
	padding-top: 8px;
}
.menu li a {
	display: block;
	color: #1e1e1e;
	font-size: 14px;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.menu li a:hover, .menu li a.on {
	color: #fff;
	background: url(/images/menu.jpg) no-repeat;
}
.scroll {
	overflow: hidden;
	zoom: 1;
	height: 384px;
}
.scroll-img {
	position: absolute;
	height: 384px;
}
.scroll-img a {
	display: block;
	float: left;
	height: 384px;
}
.scroll-img .img1 {
	background: url(/images/banner1.jpg) no-repeat center top;
}
.scroll-img .img2 {
	background: url(/images/banner2.jpg) no-repeat center top;
}
.scroll-img .img3 {
	background: url(/images/banner3.jpg) no-repeat center top;
}
.scroll-num {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -34px;
}
.scroll-num li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	background: url(/images/banner-li.png) no-repeat;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=/images/banner-li.png);
	_background: 0;
	width: 16px;
	height: 16px;
}
.scroll-num li.cur {
	background: url(/images/banner-li-on.png) no-repeat;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=/images/banner-li-on.png);
	_background: 0;
}
.index-tit-bg {
	background: url(/images/tit-bg.jpg) repeat-x;
	margin-top: 3px;
}
.silder-left {
	width: 792px;
	float: left;
}
.silder-right {
	width: 308px;
	float: right;
}
.com-title {
	font-size: 16px;
	color: #ad0001;
	height: 69px;
	line-height: 69px;
	padding: 0 32px 0 50px;
	background: url(/images/item2.jpg) no-repeat 24px center;
}
.tit-more {
	float: right;
	font-size: 12px;
}
.news .con {
	padding-top: 26px;
}
.news dd {
	float: left;
	display: inline;
	margin: 0 20px 0 24px;
	width: 335px;
	line-height: 29px;
	background: url(/images/news-li.jpg) no-repeat left center;
	padding-left: 7px;
}
.news dd span {
	float: right;
	color: #908f8d;
}
.news dd a {
	display: block;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fund .com-title {
	border-left: 1px solid #cfcfcf;
}
.fund .con {
	border-left: 1px solid #cfcfcf;
	height: 280px;
}
.fund .tit {
	background: url(/images/item3.png) no-repeat left center;
	padding-left: 30px;
	font-size: 15px;
}
.fund .qq a {
	display: block;
	float: left;
	margin-right: 15px;
}
.index-pic, .index-word, .index-video {
	width: 253px;
	display: inline;
	float: left;
	height: 272px;
}
.index-pic, .index-word {
	border-right: 1px solid #cfcfcf;
	width: 268px;
}
.com-title1 {
	background: url(/images/item3.jpg) no-repeat 20px center;
	padding: 5px 20px 0 40px;
	font-size: 14px;
}
.tit-more1 {
	float: right;
	font-size: 12px;
	color: #a4a4a4;
}
.index-pic dl {
	width: 239px;
	margin: 0 auto;
}
.index-pic dl dt, .index-pic dl dt img, .index-pic dl dt a {
	display: block;
	width: 239px;
	height: 182px;
}
.index-pic dl dt {
	border: 1px solid #dfdfdf;
	margin-top: 10px;
}
.index-pic dl dd {
	margin-top: 12px;
	text-align: center;
}
.index-pic dl dd a {
	display: block;
	height: 18px;
	overflow: hidden;
	zoom: 1;
}
.index-video dl {
	width: 222px;
	margin: 22px auto 0;
}
.index-video dd {
	margin-top: 20px;
	text-align: center;
}
.index-video dl dd a {
	display: block;
	height: 18px;
	overflow: hidden;
	zoom: 1;
}
.index-word dl {
	padding-top: 15px;
}
.index-word dd {
	float: left;
	display: inline;
	width: 216px;
	line-height: 28px;
	background: url(/images/news-li.jpg) no-repeat 20px center;
	padding-left: 34px;
}
.index-word dd a {
	display: block;
	width: 216px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.unit {
	border: 4px solid #f0f0f0;
	border-radius: 10px;
	padding: 12px 30px;
}
.bh-p-foot {
	margin-top: 15px;
}
.foot-menu {
	background-color: #d7d7d7;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
}
.foot-menu a {
	margin: 0 30px;
}
.copyright {
	line-height: 2;
	color: #fff;
	padding-top: 35px;
	background-color: #a40000;
	height: 110px;
}
/*列表页*/
.left-tit {
	background: url(/images/left-tit-bg.jpg) no-repeat;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 45px;
	font-size: 16px;
}
.left-con {
	padding: 12px;
	border: 1px solid #dadada;
	border-top: 0 none;
	margin-top: -2px;
	margin-bottom: 12px;
}
.nav li {
	line-height: 37px;
	font-size: 14px;
	width: 231px;
	margin: 0 auto 4px;
	background: url(/images/left-tit-bg1.jpg) no-repeat;
}
.nav li a {
	display: block;
	padding-left: 45px;
	height: 37px;
}
.nav li a.active {
	color: #ac0808;
}
.guide img {
	width: 252px;
	height: 229px;
}
.contact p {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 5px;
}
.bread {
	padding: 14px 0 13px 5px;
}
.right-tit {
	background: url(/images/right-tit-bg.jpg) repeat-x;
	border: 1px solid #e92d33;
	border-bottom: 1px solid #eb3035;
	color: #fff;
	padding-left: 43px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
}
.right-con {
	border: 1px solid #dadada;
	padding-bottom: 10px;
}
.bigTitle {
	font-size: 18px;
	color: #b01111;
	border-top: 1px solid #dadada;
	margin: 0 4px;
	padding: 15px 0 10px 60px;
}
.director ul {
	padding: 0 0 0 5px;
}
.director li {
	float: left;
	display: inline;
	width: 139px;
	margin-left: 11px;
	padding-bottom: 15px;
}
.director .bh-img {
	border: 1px solid #c8c8c8;
	width: 127px;
	height: 155px;
	padding: 5px;
	background-color: #fff;
}
.director .bh-img img {
	width: 127px;
	height: 155px;
}
.director p {
	text-align: center;
	margin-top: 10px;
}
.director p a {
	font-size: 14px;
	font-weight: bold;
	color: #b01111;
}
.guidance ul {
	padding: 0 4px 19px;
}
.guidance li {
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	zoom: 1;
	padding: 20px;
	height: 168px;
}
.guidance .bh-img {
	border: 1px solid #c8c8c8;
	width: 127px;
	height: 155px;
	padding: 5px;
	background-color: #fff;
	float: left;
}
.guidance .bh-img img {
	width: 127px;
	height: 155px;
}
.bh-message {
	margin-left: 158px;
}
.guida-more {
	font-size: 12px;
	color: #b01111;
	float: right;
	height: 30px;
	line-height: 30px;
}
.bh-message h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 8px;
	width: 460px;
	height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.bh-message h3 a {
	color: #b01111;
}
.bh-message p {
	line-height: 2.3;
	text-indent: 2em;
}
.news-list dl {
	padding: 20px 45px 20px 45px;
}
.news-list dd {
	line-height: 32px;
	background: url(/images/news-li.jpg) no-repeat left center;
	padding-left: 11px;
	overflow: hidden;
	zoom: 1;
}
.news-list dd span {
	float: right;
	color: #5e5e5e;
}
.news-list dd a {
	float: left;
}
.news-ico {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin: 5px 0 0 12px;
}
.news-ico1 {
	background: url(/images/news1.jpg) no-repeat;
}
.news-ico2 {
	background: url(/images/news2.jpg) no-repeat;
}
.pageList {
	text-align: center;
	padding: 22px 0 10px;
}
.pageList a {
	border: 1px solid #ccc;
	padding: 1px 7px;
	margin-left: 10px;
}
.pageList a.cur {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
.pageList a:hover {
	color: #00a0e9;
}
.pageList .cur:hover {
	color: #fff;
}
.news-show{ padding:35px 50px 20px;}
.news-show h1{ font-size:16px; text-align:center;}
.news-show .con{ padding-top:22px; font-size: 14px; line-height: 2.3;}
/* .news-show .con p{ text-indent:2em; line-height:2.2; padding-top:22px;} */
.multilateral ul {
	padding-left:1px;
}
.multilateral li {
	float: left;
	display: inline;
	width: 256px;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding-bottom:15px;
}
.multilateral .bh-img {
	width: 239px;
	height: 239px;
	margin: 0 auto;
	padding: 0px 0 0 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.multilateral p {
  text-align: center;
  height: 10px;
  line-height: 10px;
}
.gxdw ul {
  padding-left:1px;
}
.gxdw li {
  float: left;
  display: inline;
  width: 190px;
  padding-top:30px ;
}
.gxdw .small-img {
  width: 165px;
  height: 65px;
  margin:0 auto;
  border: 1px solid #cfcfcf;
}
.gxdw .small img {
  width: 165px;
  height: 65px;
}

.message-title {
  width: 25%;
  text-align: right; 
  height: 40px;
}

.message-content {
  width: 75%;
  text-align: left; 
  height: 40px;
}

.message-submit {
	background: url(/images/right-tit-bg.jpg) repeat-x;
	border: 1px solid #e92d33;
	border-bottom: 1px solid #eb3035;
	color: #fff;
	width:60px;
	height: 25px;
	font-size: 16px;
}