@charset "utf-8";

/* CSS Document */


/** body **/

body {
	/** 清除内外边距 **/
	margin: 0px;
	padding: 0px;
	/** 设置默认字体 **/
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", Helvetica, Tahoma, Arial, sans-serif;
	/** 设置默认字体大小 **/
	font-size: 14px;
	color: #333333;
	background: #fff;
}


/** 重置列表元素 **/

ul,
ol {
	list-style: none;
}


/** 重置超链接元素 **/

a {
	text-decoration: none;
	color: #000;
}


/*a:link {color:#FF0000;}		 未被访问的链接 */


/*a:visited {color:#00FF00;}	 已被访问的链接 */


/* a:hover {color:#0099FF;text-decoration: none;}	鼠标指针移动到链接上 */


/*a:active {color:#0000FF;}	 正在被点击的链接 */


/** 重置图片元素 **/

img {
	border: 0px;
}


/** 浮动元素 **/

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	height: 0px !important;
	width: 0px !important;
}


/**隐藏**/

.none {
	display: none;
}


/** 鼠标变手 **/

.pointer {
	cursor: pointer;
}


/** 区域居中 **/

.center {
	width: 1003px;
	/**代表对象上下间隔为0px,左右间隔根据对象宽度自适应。 **/
	margin: 0px auto;
}


/** 文本居左 **/

.tl {
	text-align: left;
}


/** 文本居中 **/

.tc {
	text-align: center;
}


/** 文本居右 **/

.tr {
	text-align: right;
}


/** 块垂直居上 **/

.vt {
	vertical-align: top;
}


/** 块垂直居中 **/

.vm {
	vertical-align: middle;
}


/** 雪碧图例子 淘汰或用icon **/

.mian_icon {
	background-image: url('mian_icon.png');
}


/* 某图标 浅色 */

.mian_icon_one {
	background-position: -12px -9px;
}


/* 某图标 深色 */

.mian_icon_one:hover {
	background-position: -69px -9px;
}


/* 文本超出换点 以块元素长度*/

.text_intercept {
	/* 内容会被修剪，并且其余内容是不可见的 */
	overflow: hidden;
	/* 显示省略符号来代表被修剪的文本 */
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/ -moz-text-overflow: ellipsis;
	/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止*/
	white-space: nowrap;
	/* 
	扩展知识
	-o代表opera浏览器私有属性
	-moz代表firefox浏览器私有属性
	-ms代表IE浏览器私有属性
	-webkit代表chrome、safari私有属性
	*/
}

.tpl-content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
}

.tpl-content p {
	text-indent: 2em;
	line-height: 25px;
	margin-top: 10px;
}

.tpl-content img {
	max-width: 100% !important;
	height: auto !important;
}

.qrcord {
	background-image: url(erweima_13.png) !important;
}

.icon {
	background-image: url(icon_13.png) !important;
}

.icon-wb {
	background-image: url(share_05_21.png) !important;
}

.icon-wx {
	background-image: url(share_05_21.png) !important;
	background-position: -35px 0px;
}

.icon-sjb {
	background-image: url(share_05_21.png) !important;
	background-position: -65px 0px;
}

.part-two {
	text-align: center;
	background-image: url(20150319c.jpg) !important;
}

.part-three .one {
	height: 40px;
	background-color: #094576;
	background-image: url(nav_1.png) !important;
}

.top .part-three .one ul li {
	float: left;
	width: 126px;
	height: 40px;
	position: relative;
	background: url(fengetiao_3.png) no-repeat right top !important;
}

.home_tpxw .prev,
.home_tpxw .next {
	position: absolute;
	top: 75px;
	width: 38px;
	height: 71px;
	background: url(home_tpxw_arrow_17.png) no-repeat !important;
}

.home_tpxw .next {
	right: 0px !important;
	background-position: -53px 0 !important;
}

.home_tpxw .prev {
	left: 0 !important;
	background-position: -7px 0 !important;
}

.search-btn {
	background-color: #094576 !important;
}

.blue .search-btn {
	background-color: #007FFF !important;
}