* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transform-duration: 500ms;
	transition-duration: 500ms;

	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

	-webkit-transition-property: color, background-color, visibility, opacity, border-color;
	-moz-transition-property: color, background-color, visibility, opacity, border-color;
	-o-transition-property: color, background-color, visibility, opacity, border-color;
	-ms-transition-property: color, background-color, visibility, opacity, border-color;
	transition-property: color, background-color, visibility, opacity, border-color;
}

a {
	color: #333;
	text-decoration: none;
}

.pro_con h1.nol {
	color: #666;
	margin: 50px 0 30px;
}

/*  首页样式开始  */
#container {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#main.show {
	background: #f4f4f4;
	overflow: hidden;
	min-height: 750px;
}

#header,
.article,
.pro_con {
	max-width: 960px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 80px;
}

#header img {
	float: left;
}

#header .title {
	height: 80px;
	float: left;
	font-size: 36px;
	color: #1276c1;
	line-height: 80px;
}

#header .nav {
	float: left;
	margin-left: 70px;
}

#header .nav a {
	float: left;
	height: 47px;
	padding: 0 10px;
	text-align: center;
	margin: 30px 20px 0;
	font-size: 14px;
	border-bottom: solid 3px #fff;
}

#header .nav a:hover {
	border-bottom: solid 3px #1276c1;
}

#header .nav a strong {
	display: block;
	color: #333;
	margin-bottom: 2px;
}

#header .nav a span {
	color: #999;
	font-size: 12px;
}

#header .lo_z {
	float: right;
	height: 80px;
}

#header .lo_z a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ccc;
	font-size: 16px;
	margin-top: 30px;
}

#header .lo_z a.login {
	margin-right: 5px;
}

#header .lo_z a:hover {
	background: #1676be;
	color: #fff;
	border-color: #1676be;
}

.bander_bj {
	background: url(../images/bander.jpg) no-repeat center top;
	overflow: hidden;
}

.lunbo {
	max-width: 960px;
	width: 960px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 20px auto;
	height: 345px;
	left: 50%;
	margin-left: -480px;
}

.lunbo ul li {
	display: block;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.lunbo img {
	width: 100%;
}

#bar {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#bar span {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background: #c3c3c3;
	border-radius: 50%;
}

#footer {
	background: #eeeeee url(../images/footerbj.jpg) no-repeat center bottom;
	height: 139px;
	text-align: center;
}

.conent {
	margin-top: 30px;
	background: #fff;
	padding-bottom: 160px;
}

.conent h3,
.conent h1 {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: dashed 1px #ccc;
	color: #666;
}

.conent h3 {
	font-weight: normal;
	font-size: 14px;
}

.conent h3 span {
	color: #5874b5;
}

.conent h1 {
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: normal;
}

.conent .new {
	padding: 30px 25px;
	text-align: center;
}

.conent .new p {
	text-indent: 2em;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	text-align: left;
}

.conent .new span {
	display: block;
	text-align: center;
	width: 100%;
}

.conent ul {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	list-style: square inside;
}

.conent ul li {
	padding-left: 10px;
	line-height: 35px;
	border-bottom: dashed 1px #ccc;
}

.conent ul li a:hover {
	color: #999;
}

/*  产品中心页样式  */
#product {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	padding: 40px 0 100px;
	min-height: 600px;
}

.pro_con {
	background: #fff;
	padding: 40px 50px;
	width: 860px;
}

.pro_con h1 {
	overflow: hidden;
	font-size: 30px;
	color: #1676be;
	font-weight: normal;
}

.pro_con h1 p {
	float: left;
	font-size: 30px;
	color: #1676be;
	font-weight: normal;
}

.pro_con h1 p span {
	display: block;
	font-size: 14px;
	color: #666666;
}

.pro_con h1 a {
	float: right;
}

.pro_con .p2 {
	background: #f4f4f4;
	padding: 20px 0;
	text-align: center;
	margin: 30px 0;
}

.pro_con h2 {
	font-weight: normal;
	color: #1676be;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
	margin: 30px 0 10px
}

.pro_con p {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph
}

.pro_con p.zp {
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
}

.pro_con p .tdjl {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	width: 100px;
	text-align: center;
	background: #1676be;
	margin-top: 20px;
}

.pro_con .p5 {
	padding: 20px 0;
	text-align: center;
	margin: 30px 0;
}

.pro_con strong {
	display: block;
	font-size: 26px;
	color: #666;
	margin: 70px 0 10px;
}

/*  充值中心  */
#cz_form {
	width: 50%;
	margin: 50px auto;
	font-size: 14px;
}

#cz_form p {
	margin: 15px 0;
}

#cz_form p:nth-child(1) {
	padding-left: 43px;
}

#cz_form p:nth-child(2) {
	padding-left: 29px;
}

#cz_form p:nth-child(5) {
	padding-left: 56px;
}

#cz_form p:nth-child(5) input {
	width: 20px;
	height: 15px;
}

#cz_form p:nth-child(5) label {
	margin: 0 10px 0 0;
}

#cz_form select,
#cz_form input {
	border: solid 1px #ccc;
	width: 230px;
	height: 32px;
	padding-left: 10px;
}

#cz_form select {
	width: 240px;
}

#cz_form a {
	display: block;
	color: #fff;
	font-size: 16px;
	background: #1676be;
	width: 100px;
	text-align: center;
	padding: 8px 7px;
	border-radius: 10px;
}

#cz_form a.qr {
	margin-left: 130px;
}

#cz_form a:hover {
	background: #609fcf;
}

#cz_form input[type=checkbox] {
	width: 20px;
	height: 15px;
	margin-left: 43px;
	background: #fff;
	border: 1px solid green;
}

#cz_form a.forget {
	background: none;
	color: #666;
	display: inline-block;
	font-size: 14px;
}

#cz_form a.login_ {
	margin: 20px 0 0 45px;
	font-size: 18px;
}


.footer_con {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_con p.fp1 {
	margin: 30px 0 10px;
}

.footer_con p.fp1 a {
	margin: 0 20px;
}

.footer_con p.fp2 {
	overflow: hidden;
}

.footer_con p.fp2 span {
	float: left;
}

.footer_con p.fp2 strong {
	float: right;
	width: 71px;
	height: 15px;
	background: url(../images/bar.png) no-repeat center top;
}

.footer_con p.fp2 strong a {
	display: inline-block;
	width: 14px;
	height: 15px;
}

.footer_con p.fp3 {
	margin-top: 5px;
}