﻿body {
	font: 12px/26px 'Microsoft YaHei', sans-serif;
	color: #333;
}
p {
	line-height: 26px;
	color: #666;
}
h2.my-font1, h2.my-font1 p, h3.my-font1, .my-font1 h2, .my-font1 h3, .my-font1 h3 span, .block-title span, .main-title p {
	font-family: '方正兰亭超细黑简体';
	color: transparent !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
h2 strong, h3 strong {
	font-weight: bold;
}
.wrap-1200 {
	width: 1200px;
	margin: 0 auto;
	*position: relative;
	*left: 50%;
	*margin: 0 0 0 -600px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.png {
	overflow: hidden;
}

/*头部*/
.header {
	position: relative;
	z-index: 9;
	height: 100px;
	line-height: 100px;
	text-align: right;
}

.header i a {
	display: block;
	height: 100%;
}
.header ul {
	float: right;
}
.header ul li {
	float: left;
	margin-left: 58px;
}
.header ul a {
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.header .on, .header a:hover {
	color: #42a6e2;
}

/*导航*/
.nav {
	padding-top: 20px;
	color: #666;
}
.nav a {
	color: #000;
}
.nav i {
	margin: 0 5px;
}

.banner {
	overflow: hidden;
	min-width: 1200px;
	margin: 0 auto;
}
.banner ul {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}
.banner img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.section {
	min-width: 1200px;
}

/*小标题*/
.block-title {
	margin-top: 60px;
	border-bottom: 2px solid #ededed;
}
.block-title {
	font-size: 22px;
}
.block-title strong {
	float: left;
	position: relative;
	z-index: 1;
	padding-bottom: 14px;
	border-bottom: 2px solid #333;
	bottom: -2px;
}
.block-title span {
	float: left;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin: 5px 0 0 4px;
	color: #CCC;
}
.block-title a {
	float: right;
	line-height: 20px;
	margin-top: 6px;
	_width: 80px;
}
.block-title a i {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 9px;
	background-image: url(../images/arrow-more.png);
}
.block-title a b {
	float: right;
}

/*大标题*/
.main-title {
	padding-top: 94px;
	text-align: center;
	white-space: nowrap;
}
.main-title strong, .main-title em {
	font-size: 38px;
}
.main-title em {
	color: #0096dd;
}
.main-title p {
	font-size: 24px;
}
.main-title i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 450px;
	height: 2px;
	margin: 0 0 10px 10px;
	background: #e8e8e8;
	background: -webkit-linear-gradient(left, #e8e8e8, transparent);
	background: -moz-linear-gradient(left, #e8e8e8, transparent);
	background: -ms-linear-gradient(left, #e8e8e8, transparent);
	_background: #e8e8e8;
	font-size: 0;
}
.main-title i.il {
	margin: 0 10px 10px 0;
	background: -webkit-linear-gradient(left, transparent, #e8e8e8);
	background: -moz-linear-gradient(left, transparent, #e8e8e8);
	background: -ms-linear-gradient(left, transparent, #e8e8e8);
}

/*底部*/
.footer {
	min-width: 1200px;
	background: url(../images/footer.jpg) repeat-x;
	padding-bottom: 20px;
}

.footer h1 {
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
}
.footer p {
	color: #CCC;
	text-align: center;
}
.footer h1 i {
	display: inline-block;
	width: 49px;
	height: 49px;
	margin-top: 30px;
	font-size: 0;
	background: url(../images/wenhuajingying1.png);
}
.footer .wrap-1200 {
	padding: 10px 0 25px;
}
.footer ul {
	float: left;
	width: 200px;
	text-align: center;
}
.footer li span {
	line-height: 32px;
	color: #FFF;
}
.footer li a {
	padding: 2px 6px;
	color: #393e48;
}
.footer li {
	width: 100%;
}

/*返回顶部*/
.back-top {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 0;
	z-index: 999;
	width: 30px;
	height: 30px;
	background: #666 url(../images/back-top.png) no-repeat center;
}
.back-top span {
	display: none;
	width: 100%;
	height: 28px;
	padding: 1px 0;
	line-height: 14px;
	text-align: center;
	background: #03b4f5;
	color: #FFF;
	font-family: "宋体";
}
.back-top:hover span {
	display: block;
}

/*hover*/
a.link-hover:hover, .link-hover a:hover {
	text-decoration: underline;
	color: #0096dd;
}

/*滚动动画*/
.scroll-active {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-transition: .6s linear .3s;
	transition: .6s linear .3s;
}
.active-opa {
	opacity: 0;
}
.active-trans-l {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.active-trans-r {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.active-trans-t {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.active-trans-b {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.scroll-active-on {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}