/* reset v2.0 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset v2.0 */


body {
	font-family: "微软雅黑";
	background: url(//x0.ifengimg.com/ucms/special/images/C7E951E0AE34D9375E1B991389A589EC.png) repeat-y center top #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	/* 禁用自动缩放 */
}

h3 {
	font-size: 24px;
	color: #454545;
}

p {
	line-height: 22px;
	text-indent: 0em;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #ba2636;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}


p#back-to-top {
	position: fixed;
	display: none;
	bottom: 10px;
	right: 10px;
}

p#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #d1d1d1;
	display: block;
	width: 48px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	font-size: 12px;
}

p#back-to-top a:hover {
	color: #979797;
}

p#back-to-top a span {
	background: transparent url(//x0.ifengimg.com/ucms/special/images/2B6375605C9759AA7F749CD696C3525C.png) no-repeat;
	border-radius: 6px;
	display: block;
	height: 50px;
	width: 48px;
	margin-bottom: 5px;
	/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}

#back-to-top a:hover span {
	background: transparent url(//x0.ifengimg.com/ucms/special/images/2B6375605C9759AA7F749CD696C3525C.png) no-repeat;
}

#head {
	background: #fff;
}

#head .ht {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#head .ht .logo {
	float: left;
}

#head .dh {
	float: right;
	padding: 15px 0px 0;
	line-height: 24px;
}

#head .dh ul li {
	float: left;
	padding-left: 10px;
}

#head .dh ul li a {
	font-size: 12px;
	color: #454545;
}

#head .dh ul li .a1 {
	font-size: 14px;
	color: #4c6472;
}

@media screen and (max-width: 750px) {
	#head .ht {
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {
	.footerTy {
		display: none;
	}
}

.space10 {
	height: 10px;
}

.space20 {
	height: 20px;
}

.space30 {
	height: 30px;
}

.space40 {
	height: 40px;
}

.space50 {
	height: 50px;
}

.space100 {
	height: 100px;
}


.banner {
	background: url(//x0.ifengimg.com/ucms/special/images/2FFAD64E107E7B4300EAA3494621FFF7.png) no-repeat center top;
	height: 1080px;
}

.newspart {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.slideBox {
	float: left;
	width: 468px;
	height: 274px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li span {
	background: #000000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	width: 448px;
	height: 40px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.slideBox .bd img {
	width: 468px;
	height: 274px;
	display: block;
}

.newsright {
	width: 509px;
	float: right;
}

.newsright h3 a {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.newsright p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #808080;
}

.newsright p a {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e4484f;
}

.newsright ul {
	margin: 15px 0 0 0;
}

.newsright ul li {
	border-top: 1px dashed #e1e1e1;
	padding: 15px 0;
}

.newsright ul li a {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.newsright ul li a:hover {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ff3b04;
}

.tit1 {
	background: url(//x0.ifengimg.com/ucms/special/images/4BBEDA082EA28474271207D457E4C0CC.png) no-repeat center top;
	height: 144px;
	margin: 150px 0 75px 0;
}

.part1 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.p1lleft {
	float: left;
	width: 338px;
	height: 490px;
}

.p1right {
	float: right;
	width: 625px;
}

.p1right ul {
	width: 625px;
	height: 194px;
	margin: 0 0 30px 0;
}

.p1right ul li {
	float: left;
	width: 194px;
	height: 194px;
	margin: 0 6px;
}

.p1right h3 {
	padding: 10px 0;
}

.p1right h3 a {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.p1right p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #808080;
	padding: 0 0 15px 0;
}

.line1 {
	width: 624px;
	height: 2px;
	border-top: 1px dashed #e1e1e1;
}

.p1right h4 {
	padding: 10px 0;
}

.p1right h4 a {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.p1right h4 a:hover {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ff3b04;
}


.tit2 {
	background: url(//x0.ifengimg.com/ucms/special/images/CFF3DDD36424C134D3865CFB2E4BB598.png) no-repeat center top;
	height: 144px;
	margin: 150px 0 75px 0;
}

.part2 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.p2box {
	background: url(//x0.ifengimg.com/ucms/special/images/2E760C6BEC197BD0DD9B9F8A9154E8C0.png) no-repeat center top;
	width: 494px;
	height: 434px;
	float: left;
	margin: 10px 3px;
	position: relative;
}

.p2box img {
	width: 484px;
	height: 230px;
	overflow: hidden;
}

.p2box h3 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
	border-bottom: 1px dashed #e1e1e1;
	margin: 0px 20px 20px 10px;
}

.p2box p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #808080;
	margin: 20px 20px 20px 10px;
}

.p2box a {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e4484f;
	position: absolute;
	left: 10px;
	bottom: 25px;
}

.tit3 {
	background: url(//x0.ifengimg.com/ucms/special/images/DBB68D4B77BC447319453C5D0C395D50.png) no-repeat center top;
	height: 144px;
	margin: 150px 0 75px 0;
}

.part3 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.p3left {
	float: left;
	width: 634px;
}

.p3bg {
	background: url(//x0.ifengimg.com/ucms/special/images/AA8602DC3F0D61912D35537C79BAEFF8.png) no-repeat center top;
	width: 634px;
	height: 332px;
	position: relative;
	top: 50px;
}


.p3pic1 {
	width: 312px;
	height: 288px;
	position: absolute;
	left: 50px;
	top: -50px;
}

.p3pic2 {
	width: 312px;
	height: 288px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.p3box {
	width: 634px;
	margin: 55px 0 0 0;
}

.p3box h3 {
	padding: 10px 0;
}

.p3box h3 a {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
}

.p3box h3 a:hover {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ff3b04;
}

.line2 {
	width: 634px;
	height: 2px;
	border-top: 1px dashed #e1e1e1;
}

.p3right {
	float: right;
	width: 338px;
	position: relative;
}

.p3right span {
	display: block;
	position: absolute;
	width: 318px;
	padding: 0 10px;
	bottom: 0px;
	height: 40px;
	background: #000000;
	opacity: 0.8;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}