/* 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/1EED0EEF44ECB70B66F84BB7B56CBF20.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 {
	position: relative;
	width: 100%;
	padding-top: 73.13%;
	/* 等比例高度 */
	background: url(//x0.ifengimg.com/ucms/special/images/3B820C3BFF5CA131F3AB468824C1569D.png) no-repeat center top;
	background-size: 100% 100%;
}

.news {
	width: 1008px;
	margin: 0 auto;
}

.news .newsleft {
	float: left;
	width: 500px;
}

.news .newsleft li {
	padding: 10px 0;
	border-bottom: 1px solid #c1c1c1;
}

.news .newsleft li h3 a {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #4d4d4d;
}

.news .newsleft li p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #808080;
}

.news .newsleft li p a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #da0006;
}

.slideBox {
	width: 474px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: right;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 7px;
	height: 7px;
	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 {
	position: absolute;
	bottom: 0;
	width: 454px;
	height: 40px;
	padding: 0 10px;
	background: #000;
	opacity: 0.8;
	color: #fff;
	line-height: 40px;
}

.slideBox .bd img {
	width: 474px;
	height: 320px;
	display: block;
}

.tit1 {
	background: url(//x0.ifengimg.com/ucms/special/images/BC0B8D67C0DD32DD47CA8B004C60A537.png) no-repeat center top;
	height: 420px;
	margin: 150px auto 0px auto;
}

.part1 {
	width: 1008px;
	margin: 0 auto;
}

.p1picbox {
	float: left;
	width: 306px;
	height: 306px;
	border: 5px solid #a4b6fe;
	margin: 0 10px;
	overflow: hidden;
}

.part1 ul li {
	float: left;
	width: 400px;
	background: url(//x0.ifengimg.com/ucms/special/images/F93A8C0592F8A5CF955D858F73785BA2.png) no-repeat left 10px;
	padding: 0 0 0 20px;
	margin: 20px 40px;
}

.part1 ul li a {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #4d4d4d;
}


.tit2 {
	background: url(//x0.ifengimg.com/ucms/special/images/9CDBA3C0011459EB8556C97555BB30E8.png) no-repeat center top;
	height: 420px;
	margin: 150px auto 0px auto;
}


.part2 {
	width: 1008px;
	height: 516px;
	background: url(//x0.ifengimg.com/ucms/special/images/0EA292211F540861E22752A263564674.png) no-repeat center top;
	margin: 0 auto;
	position: relative;
}

.p2left {
	position: absolute;
	left: 0;
	width: 650px;
}

.p2picbox1 {
	position: absolute;
	width: 644px;
	height: 338px;
	left: 0;
	top: -50px;
	overflow: hidden;
}

.p2left ul {
	border-top: 2px solid #365aec;
	position: absolute;
	width: 630px;
	left: 10px;
	top: 350px;
}

.p2left ul li {
	background: url(//x0.ifengimg.com/ucms/special/images/F93A8C0592F8A5CF955D858F73785BA2.png) no-repeat left 10px;
	padding: 0 0 0 20px;
	margin: 20px 0;
}

.p2left ul li a {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #4d4d4d;
}

.p2right {
	position: absolute;
	width: 308px;
	height: 536px;
	right: 0;
	top: -50px;
}

.p2right span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 298px;
	padding: 0 5px;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	opacity: 0.8;
	color: #ffffff;
	background: #000;
	text-align: center;
}

.tit3 {
	background: url(//x0.ifengimg.com/ucms/special/images/85D4A5ECA6360D9F73E1F47C332D0607.png) no-repeat center top;
	height: 420px;
	margin: 150px auto 0px auto;
}

.part3 {
	width: 1100px;
	margin: 0 auto;
}

.p3box {
	width: 490px;
	height: 140px;
	float: left;
	overflow: hidden;
	margin: 0px 30px 40px 30px;
}

.p3box img {
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 10px 0 0;
}

.p3box h3 a {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #4d4d4d;
}

.p3box p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #808080;
}

.p3box p a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #da0006;
}