/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 "Microsoft Yahei";
	color: #333;
	cursor: default;
}

img {
	border: 0px;
	vertical-align: top;
}

ul,
ol {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select {
	font: 14px/1 "Microsoft Yahei";
	color: #555;
	outline: 0;
}

textarea {
	resize: none;
	overflow: auto;
}

input[type='checkbox'],
input[type='radio'] {
	vertical-align: -2px;
	margin-right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #e0272c;
}

em {
	font-style: normal;
}

h3,
h4 {
	font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #e5e5e5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #e5e5e5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #e5e5e5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #e5e5e5;
}

.clearfix:after {
	content: "";
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 100%;
	height: 1px;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.p-fl {
	float: left;
}

.p-fr {
	float: right;
}

.autocut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.ease {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

a {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease,
.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}


body {
	max-width: 100%;
	overflow-x: hidden;
}


/*网站头部*/
.p-header {
	width: 100%;
	height: 160px;
	background: #40444b;
	overflow: hidden;
}

.p-header h1 {
	font-family: '宋体', Microsoft Yahei;
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 30px;
}

.p-header .menuBox {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.p-header ul {
	width: 100%;
	text-align: center;
}

.p-header ul li {
	display: inline-block;
	margin: 0 10px;
}

.p-header ul li a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.p-header ul li a:hover,
.p-header ul li.on a {
	background: #fff;
	color: #333;
}

/*内容区域*/
.pgContent {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.pgContent .leftCon {
	float: left;
	width: 200px;
	overflow: hidden;
}

.pgContent .leftCon .lfItm1 {
	width: 100%;
	overflow: hidden;
}

.pgContent .leftCon .lfItm1 h3 {
	width: 100%;
	height: 50px;
	background: #47b3d0;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.pgContent .leftCon .lfItm1 ul {
	width: 100%;
}

.pgContent .leftCon .lfItm1 li {
	width: 100%;
}

.pgContent .leftCon .lfItm1 li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.pgContent .rightCon {
	float: right;
	width: 740px;
	overflow: hidden;
}

.pgContent .rtItmAbout {
	width: 100%;
}

.pgContent .smTit {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EAEAEA;
}

.pgContent .smTit h3 {
	display: inline-block;
	height: 50px;
	font-size: 18px;
	color: #47b3d0;
	line-height: 50px;
	border-bottom: 1px solid #47b3d0;
}

.pgContent .rtItmAbout .con {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}

.pgContent .rtItmAbout .con .pic {
	float: left;
	width: 40%;
}

.pgContent .rtItmAbout .con .pic img {
	display: block;
	width: 100%;
}

.pgContent .rtItmAbout .con .desc {
	float: right;
	width: 55%;
}

.pgContent .rtItmAbout .con .desc p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.pgContent .rtItmLxList {
	width: 100%;
}

.pgContent .rtItmLxList .lxList {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}

.pgContent .rtItmLxList .lxList ul {
	width: 110%;
}

.pgContent .rtItmLxList .lxList li {
	float: left;
	width: 174px;
	margin-right: 15px;
}

.pgContent .rtItmLxList .lxList li a {
	display: block;
	width: 100%;
}

.pgContent .rtItmLxList .lxList li a img {
	display: block;
	width: 100%;
	height: 140px;
}

.pgContent .rtItmLxList .lxList li a span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	padding: 10px 0;
}


/*详情页*/
.pgContent .rtItmDtl {
	width: 1005;
	overflow: hidden;
}

.pgContent .rtItmDtl .itmThumb {
	width: 100%;
	overflow: hidden;
}

.pgContent .rtItmDtl .itmThumb .thumb {
	float: left;
	width: 48%;
	height: 350px;
	border: 1px solid #EEEEEE;
}

.pgContent .rtItmDtl .itmThumb .desc {
	float: right;
	width: 48%;
}

.pgContent .rtItmDtl .itmThumb .desc h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.pgContent .rtItmDtl .itmThumb .desc .lst {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	overflow: hidden;
}

.pgContent .rtItmDtl .itmThumb .desc .lst p {
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-left: 14px;
}

.pgContent .rtItmDtl .itmXq {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.pgContent .rtItmDtl .itmXq .tit {
	width: 100%;
	height: 50px;
	border: 1px solid #EAEAEA;
}

.pgContent .rtItmDtl .itmXq .tit h3 {
	width: 150px;
	height: 45px;
	border-top: 5px solid #007363;
	text-align: center;
	font-size: 14px;
	color: #007363;
	line-height: 45px;
	border-right: 1px solid #EAEAEA;
}

.pgContent .rtItmDtl .itmXq .content {
	width: 100%;
	padding: 30px 0;
}

.pgContent .rtItmDtl .itmXq .content img {
	max-width: 100%;
}

.pgContent .rtItmDtl .itmXq .content p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}


/*网站底部*/
.p-footer {
	width: 100%;
	padding: 40px 0;
	background: #4A4A4A;
	overflow: hidden;


}

.p-footer .menuBox {
	width: 100%;
	overflow: hidden;
}

.p-footer .menuBox ul {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.p-footer .menuBox li {
	display: inline-block;
	margin: 0 10px;
}

.p-footer .menuBox li a {
	font-size: 14px;
	color: #DCDCDC;
}

.p-footer .copyRight {
	width: 100%;
}

.p-footer .copyRight p {
	text-align: center;
	font-size: 14px;
	color: #DCDCDC;
}