@CHARSET "UTF-8";

body,html {
	margin: 0px auto;
	padding: 0px auto;
	font-family: "Arial";
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

body,div,img,a,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tr,td
	{
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style: none;
}

/*font color 2*/
.b-fc666 {
	color: #666;
}

.b-fc333 {
	color: #333;
}

.b-fc999 {
	color: #999;
}

.b-fc369 {
	color: #369;
}

.b-fs20 {
	font-size: 20px;
}

.b-fs18 {
	font-size: 18px;
}

.b-fs16 {
	font-size: 16px;
}

.b-fs14 {
	font-size: 14px;
}

/*中间划线*/
.f-ullt {
	text-decoration: line-through;
}

/*处理字数限制*/
.f-thide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.f-fl {
	float: left;
	display: inline;
}

.f-fr {
	float: right;
	display: inline;
}

.dis-bl {
	display: block;
}

.white {
	color: #fff;
}

.brown {
	color: #9c5e26;
}

.red {
	color: #d94a4a;
}

.pink {
	color: #f08da1;
}

.dgreen {
	color: #2EA7E0;
}

.bgyellow {
	background-color: #fdf5ce;
}

.bgblue {
	background-color: #cfe0f3;
}

.bgareablue {
	background-color: #e1f0f5;
}

.bgorange {
	background-color: #fdcc99;
}

.bgareaorange {
	background-color: #fff4df;
}

.bgpink {
	background-color: #f5b6b0;
}

.bgareapink {
	background-color: #f9d3cf;
}

.mar1 {
	margin-top: 1px;
}

.mar10 {
	margin-top: 10px;
}

.mar15 {
	margin-top: 15px;
}

.mar20 {
	margin-top: 20px;
}

.mar5 {
	margin-top: 5px;
}

.f-fw1 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #666;
}

.hidden {
	display: none;
}

/*整体内容*/
.content {
	text-align: left;
	width: 1100px;
	margin: 0 auto;
	color: #000000;
	font-family: "Arial";
}

.t-ar {
	text-align: right;
}

.t-al {
	text-align: left;
}

.h-pronav {
	position: relative;
	z-index: 98;
}

.h-pronav .all,.h-pronav .itemnav {
	width: 225px;
	display: block;
	color: #fff;
	background-color: #f5b6b0;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-family: "Microsoft Yahei", simsun;
	text-align: center;
	cursor: pointer;
}

.h-pronav .itemnav {
	width: 225px;
}

.h-pr {
	position: relative;
}

.h-pa {
	position: absolute;
}

.h-fl {
	float: left;
	display: inline;
}

.h-flb {
	float: left;
	display: block;
}

.fc-main1 {
	color: #2EA7E0;
}

.fc-main2 {
	color: #C1E6F8;
}

.fc-h:hover {
	color: #2EA7E0;
}

.g-title {
	font-size: 20px;
	line-height: 22px;
	font-family: "Microsoft Yahei", simsun;
	font-weight: bold;
	border-bottom: #F2F2F2 1px solid;
	padding-bottom: 14px;
}

.c-price {
	color: #d94a4a;
}

.sl {
	padding: 0 6px;
	font-family: \5b8b\4f53;
}

/*tab*/
.h-tab {
	width: 720px;
	margin: 0px 0px 0px 10px;
	border-bottom: 2px solid #fac6b8;
}

.t-tab {
	width: 720px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #fac6b8;
}

.b-tab {
	width: 720px;
	margin: 0px 0px 0px 10px;
}

.h-tab a.tab-unit {
	border: 1px solid #d7d7d7;
	border-bottom: 0px;
	background-color: #fff;
	display: inline;
	float: left;
	margin-right: -1px;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding: 0px 14px;
	height: 29px;
	line-height: 29px;
}

.t-tab div {
	float: right;
}

.t-tab a.tab-unit {
	border: 1px solid #d7d7d7;
	border-bottom: 0px;
	background-color: #fff;
	display: inline;
	float: left;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding: 0px 8px;
	height: 29px;
	line-height: 29px;
}

.h-tab a:hover {
	color: #2EA7E0;
}

.t-tab a:hover {
	color: #2EA7E0;
}

.h-tab a.tab-sel {
	background-color: #fac6b8;
	border-color: #fac6b8;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

.t-tab a.tab-sel {
	background-color: #fac6b8;
	border-color: #fac6b8;
	color: #fff;
	font-weight: normal;
	cursor: default;
}

.i-loading {
	background: url(../../image/i-loading.gif) no-repeat 0 0;
	width: 70px;
	height: 10px;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 1px;
	line-height: 1px;
}

.contentStyle {
	line-height: 2.25em;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	word-wrap: break-word !important;
	font-size: 12px;
	margin-top: 10px;
	width: 760px;
}

.contentStyleNoWidth {
	line-height: 2.25em;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	word-wrap: break-word !important;
	font-size: 12px;
	margin-top: 10px;
}

.rightPartFrame {
	width: 740px;
	display: inline;
	float: left;
	margin-left: 20px;
}

.contentStyle_Title {
	line-height: 2.25em;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	text-align: center;
	text-align-last: center;
	word-wrap: break-word !important;
	font-size: 14px;
	margin-top: 10px;
	width: 760px;
	font-weight: bold;
}

.fontsize12 {
	font-size: 12px;
}

.fontsize14 {
	font-size: 14px;
}

.detailPartTitle {
	font-size: 17px;
	font-weight: bold;
}

.detailPartTitleArrow {
	margin-left: 10px;
	margin-right: 10px;
	color: red;
	font-weight: bolder;
	font-size: 20px
}

.detailPartSubTitle {
	width: 400px;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
}

.newsDetailArrow {
	margin-right: 4px;
	color: red;
	font-weight: bolder;
	font-size: 20px;
}

.spacing3{
	letter-spacing: 0px;
}