@charset "utf-8";
/*======== by:Journal ============

author：日志(Journal)
date：2015年01月19日
QQ：715565483
email：g6082206@vip.qq.com

=================================*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
html, body, div, p, dl, dt, dd, ul, ol, li, table, tr, th, td, h1, h2, h3, h4, h5, h6, pre, img, form, fieldset, input, textarea, p, blockquote {margin:0px; padding:0px;} 
ol,ul,li {
	list-style:none;
}
body {
	font:12px Microsoft YaHei,Verdana,Arial,Tahoma;
	color:#000;
	width:100%;
	height:100%;
	background-color:#f7f7f7;
}
img {
	border:none;
}
a {
	color:#888;
	text-decoration:none;
}
a:hover {
}
a:active {
	outline:none;
}
.clear {
	clear:both;
}
.none{
	display:none;
}
.l{
	float:left;
}
.r{
	float:right;
}
/*----- head -----*/
header{
	background-color:#fff;
	overflow:hidden;
	height:70px;
	width:100%;
	position:fixed;	
	top:0px;
	left:0px;
	z-index:10;
	border-top:3px #ff3333 solid;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
}
header nav{
	text-align:center;
	margin-top:17px;
	height:35px;
	line-height:35px;
	border-top:1px #e7e7e7 solid;
	border-bottom:1px #e7e7e7 solid;
}
header nav ul{
}
header nav li{
	display:inline;
	margin:0 14px;
}
header nav li.w{
	padding:0 107px;
}
header nav li a{
	letter-spacing:2px;
	font-size:14px;
	height:34px;
	display:inline-block;
	padding:0 4px;
}
header nav li.on a,header nav li a:hover{
	border-bottom:1px #ff3333 solid;
	color:#ff3333;
}
header nav .logo{
	background-color:#ff3333;
	width:180px;
	height:70px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-90px;
}
header nav .logo a{
	width:100%;
	height:100%;
	display:block;
	background:url(../images/logo.png) no-repeat center center;
	overflow:hidden;
	text-indent:-9999px;
}
/*----- slide -----*/
section.content{
	width:1100px;
	margin:0 auto;
	/* padding-top:76px; */
	overflow:hidden;
}
section.content aside{
	float:left;
	width:150px;
}
section.content aside dl{
	margin-top:42px;
}
section.content aside dt{
	color:#999;
	padding-bottom:18px;
	font-size:14px;
	padding-left:10px;
}
section.content aside ul{
}
section.content aside li{
	margin-bottom:10px;
	height:30px;
	line-height:30px;
}
section.content aside li a{
	display:block;
	width:100%;
	height:30px;
	color:#010101;
	text-indent:30px;
}
section.content aside li.on a{
	border-bottom:2px #ebeaea solid;
	background-color:#FFF;
}
section.content article{
	float:right;
	width:1300px;
	overflow:hidden;
	background-color:#fff;
}
section.content article.list .list_data{
	width:792px;
	margin:0 auto;
	overflow:hidden;
}
section.content article.list .list_data li{
	height:105px;
	padding-top:43px;
	border-bottom:2px #eee solid;
}
section.content article.list .list_data li .title{
}
section.content article.list .list_data li .title span{
	float:left;
	display:block;
	background:url(../images/time_box.gif);
	width:40px;
	height:43px;
	text-align:center;
	color:#ffffff;
	line-height:20px;
}
section.content article.list .list_data li .title span strong{
	color:#262626;
	font-size:18px;
	display:block;
}
section.content article.list .list_data li .title a{
	float:right;
	width:735px;
	margin-bottom:10px;
	font-size:18px;
	color:#000;
	font-weight:bold;
}
section.content article.list .list_data li .title p{
	float:right;
	width:735px;
	line-height:24px;
	color:#000000;
}
section.content article.list .page{
	padding:60px 0;
}
section.content article.list .page ul{
	text-align:center
}
section.content article.list .page li{
	display:inline
}
section.content article.list .page a{
	color:#262626;
	margin:0 5px;
}
section.content article.list .page .on a{
	color:#fff;
	background-color:#ff9000;
	padding:0px 4px;
	border-radius:3px;
}
section.content article.txt{
}
section.content article.txt dl{
	width:790px;
	margin:0 auto;
}
section.content article.txt dt{
	height:125px;
	border-bottom:2px #eee solid;
	text-align:center
}
section.content article.txt dt strong{
	display:block;
	font-size:18px;
	color:#000;
}
section.content article.txt dt p{
	color:#9a9a9a;
	padding-top:15px;
}
section.content article.txt dd{
	color:#000000;
	font-size:14px;
	line-height:30px;
	padding:60px 30px; 
}
section.content article.pro{
	padding-bottom:40px;
}
section.content article.pro dl{
	margin:0 auto;
	width:795px;
}
section.content article.pro dt{
	height:190px;
	padding-top:35px;
	border-bottom:2px #eee solid;
}
section.content article.pro dt img{
	float:left;
	width:69px;
	height:69px;
	margin-right:13px;
	display:inline;
	margin-bottom:15px;
}
section.content article.pro dt strong{
	font-size:18px;
	float:left;
	display:inline;
	margin-right:35px;
	margin-top:28px;
}
section.content article.pro dt a{
	color:#fff;
	text-align:center;
	padding:3px 20px;
	background-color:#3399ff;
	border-radius:4px;
	margin-right:20px;
	margin-top:30px;
	float:left;
	display:inline;
}
section.content article.pro dt a.buy{
	background-color:#3dbf3d
}
section.content article.pro dt p{
	display:block;
	float:left;
	width:100%;
	font-size:14px;
	line-height:26px;
	color:#000;
}
section.content article.pro dd{
	padding:20px 0;
	border-bottom:2px #eee solid;
}
section.content article.pro dd .title{
	color:#010101;
	font-size:18px;
	padding:0 15px 20px;
}
section.content article.pro dd .title img{
	vertical-align:bottom;
	margin-right:10px;
}
section.content article.pro dd .box{
	font-size:14px;
	line-height:26px;
}
/*----- check -----*/
.bg_blue{
	background-color:#bfe7f6;
}
.check{
	width:1000px;
	margin:33px auto 140px;
	margin-top:109px\9;
	overflow:hidden;
}
.check dt{
	color:#909090;
	overflow:hidden;
	height:30px;
	padding-bottom:22px;
}
.check dt h2{
	float:left;
	display:inline;
	padding-left:10px;
	color:#434343;
	font-size:24px;
}
.check dt span{
	float:left;
	display:inline;
	padding:10px 0 0
}
.check dt span i{
	font-style:normal;
	padding:0 5px;
}
.check dd{
}
.check dd .input{
	width:100%;
	height:212px;
	background:url(../images/input.gif) #FFF no-repeat bottom center;
	text-align:center
}
.check dd .input strong{
	color:#434343;
	font-size:24px;
	padding-top:60px;
	display:block;
	padding-bottom:30px;
}
.check dd .input .key{
	background-color:#f2f2f2;
	width:310px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	border:none;
	margin:0 13px;
}
.check dd .input .btn{
	border:none;
	color:#fff;
	text-align:center;
	height:30px;
	width:70px;
	cursor:pointer;
	background-color:#11ade7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius:4px;
	font-weight:bolder;	
}
.check dd .input .btn:hover{
	background-color:#50cfff;
}
.check dd .info_check{
	height:295px;
	background-color:#f2f2f2;
}
.check dd .info{
	text-align:center;
}
.check dd .info ul{
	padding-top:76px;
	width:520px;
	margin:0 auto;
}
.check dd .info ul li{
	height:30px;
	line-height:30px;
	color:#292929;
	font-size:14px;
}
.check dd .info ul li.title{
	width:518px;
	height:25px;
	line-height:25px;
	font-weight:bolder;
	color:#4a3f01;
	background-color:#46B7EA;
	border:1px #d2b200 solid;
}
.check dd .info ul li.l_label{
	border:1px #c2c2c2 solid;
	border-width:0px 0px 1px 1px;
	float:left;
	width:154px;
	padding:0 10px;
	text-align:right;
	background-color:#f6f6f6
}
.check dd .info ul li.r_label{
	border:1px #c2c2c2 solid;
	float:right;
	width:323px;
	text-align:left;
	padding:0 10px;
	border-width:0px 1px 1px 1px;
	background-color:#fff
}
.success{
	background-color:#fff;
	text-align:center;
	overflow:hidden;
	padding-bottom:95px;
}
.success .prompt{
	padding-top:20px;
	font-size:24px;
	color:#434343;
	font-weight:bold;
}
.success .prompt img{
	vertical-align:middle;
}
.success .info{
	padding-bottom:75px;
	overflow:hidden;
}
.success .close{
	color:#fff;
	text-align:center;
	padding:8px 35px;
	cursor:pointer;
	font-weight:bolder;
	background-color:#737373;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius:4px;
}
.success .close:hover{
	background-color:#4a4a4a
}
.reg{
}
.reg .input{
	position:relative;
}
.reg .card{
	position:absolute;
	right:175px;
	top:70px;
}
.reg .table{
	background-color:#f2f2f2;
	overflow:hidden;
	font-size:14px;
}
.reg .table h4{
	color:#2f2f2f;
	font-weight:normal;
	text-align:center;
	padding-top:40px;
	margin-bottom:40px;
}
.reg .table .table_box{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}
.reg .table .table_box label{
	width:145px;
	display:block;
	float:left;
	text-align:right;
	line-height:28px;
	height:28px;
}
.reg .table .table_box label.red{
	color:#ff0000
}
.reg .table .table_box input{
	width:245px;
	height:28px;
	line-height:28px;
	float:left;
	border:none;
	border:0px;
	margin-bottom:22px;
}
.w130{
	width:130px !important;
}
.reg .table .table_box select{
	float:left;
	display:inline;
	margin-right:15px;
	width:115px;
	height:28px;
}
.reg .table .table_box .long{
	width:635px;
	_width:632px;
}
.reg .table .btn{
	padding-top:70px;
	text-align:center;
	padding-bottom:95px;
}
.reg .table .btn input{
	border:none;
	color:#fff;
	text-align:center;
	height:32px;
	width:100px;
	font-size:14px;
	margin:0 20px;
	cursor:pointer;
	background-color:#969695;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius:4px;
	font-weight:bolder;	
}
.reg .table .btn input.submit{
	background-color:#3dae00;
}
/*----- footer -----*/
footer{
	height:250px;
	background-color:#fff;
}
footer .foot_body{
	overflow:hidden;
	height:198px;
	margin:0 auto;
	width:1000px;
	padding-top:30px;
}
footer .foot_body dl{
	margin:0 12px;
	width:98px;
	float:left;
	display:inline;
}
footer .foot_body dl dt{
	color:#1b1b1b;
}
footer .foot_body dl dd{
	padding-top:30px;
}
footer .foot_body dl dd ul{
}
footer .foot_body dl dd ul li{
	line-height:22px;
}
footer .foot_body dl dd ul li a{
	color:#a2a2a2;
}
footer .foot_body .qr_code{
}
footer .foot_body .qr_code li{
	float:left;
	text-align:center;
	width:130px;
	margin-top:20px;
}
footer .foot_body .qr_code li img{
	width:94px;
	height:94px;
	margin-bottom:5px;
}
footer .foot_body .qr_code li strong{
	font-weight:normal;
	color:#747474;
	display:block;	
}
footer .copyright{
	text-align:center;
	height:25px;
	line-height:25px;
	color:#aeaeae;
	background-color:#f2f2f2;
	width:100%;
}
