﻿/* CSS Document */

body {
	margin: 0;
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1,h2,h3,h4,h5, {
	margin: 0;
	font-weight: normal;
}

div,p,img,
ul,ol,li, 
dl,dt,dd, 
table,th,td, 
form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

ul li{
	list-style:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clear{
	clear:both;
}

.none {
	display:none;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}


/* [wrap css style] 
--------------------------------------------*/

.wrap {
	color:#323232;
	margin:0 auto;
	width:944px;
}

.main_l {
	float:left;
	width:679px;
}

.main_r {
	float:right;
	width:258px;
}

.wrap_box {
	border:1px solid #e2e0e0;
	padding:20px 13px;
}

.title {
	background:url(/images/tit_x.jpg) bottom no-repeat;
	padding-bottom:7px;
}

.note {
	color:#336699;
	padding:4px 0;
}

.vipCont {
	border:1px solid #e2e0e0;
	padding:1px;
}

.vipCont .pro {
	float:left;
	height:208px;
	position:relative;
	width:245px;
}

.vipCont .pro .icon {
	height:42px;
	left:-6px;
	position:absolute;
	top:-5px;
	width:43px;
}

.vipCont .text {
	float:left;
	width:406px;
	margin:16px 0 0 13px;
}

.main_l .cont01 {
	background:url(/images/l_bg.jpg) repeat-x;
	padding:10px 0 0 3px;
}

.main_l .cont01 li {
	background:url(/images/r_icon.jpg) 0px no-repeat;
	padding:5px 10px;
}

.main_l .cont01 a {
	display:block;
	float:right;
	height:49px;
	margin:29px 15px 0 0;
	width:124px;
}

.main_l .cont02 {
	background:url(/images/l_img01.jpg) no-repeat;
	height:162px;
	line-height:24px;
	padding:114px 0 0 262px;
	position:relative;
}

.main_l .cont02 a.wangpiao {
	height:64px;
	position:absolute;
	width:106px;
	top:189px;
	left:273px;
}

.main_l .cont02 a.iphone {
	height:64px;
	position:absolute;
	width:56px;
	top:189px;
	left:380px;
}

.main_l .cont02 a.android {
	height:64px;
	position:absolute;
	width:63px;
	top:189px;
	left:465px;
}

.main_l .cont02 a.mwangpiao {
	height:32px;
	position:absolute;
	width:229px;
	top:77px;
	left:259px;
}

.main_l .cont03 {
	background:url(/images/l_img02.jpg) no-repeat;
	height:154px;
	line-height:24px;
	padding:105px 0 0 262px;
}

.main_l .cont04 {
	background:url(/images/l_img03.jpg) no-repeat;
	height:192px;
	line-height:24px;
	padding:67px 0 0 262px;
}

.main_l .cont05 {
	background:url(/images/l_img04.jpg) no-repeat;
	height:187px;
	line-height:24px;
	padding:72px 0 0 262px;
}

.main_r .tit {
	background:url(/images/r_bg01.jpg);
	color:#315682;
	font-size:14px;
	font-weight:bold;
	height:46px;
	line-height:36px;
	padding-left:12px;
}

.main_r .tit01 {
	background:url(/images/tit_x.jpg) -116px bottom no-repeat;
	color:#315682;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}

.main_r .cont01 {
	background:url(/images/r_bg02.jpg) repeat-x;
	border-left:1px solid #e2e0e0;
	border-right:1px solid #e2e0e0;
	border-bottom:1px solid #e2e0e0;
	padding:0 11px 10px;
}

.main_r .cont01 .bg_x {
	background:url(../images/r_x.jpg) bottom repeat-x;
	padding:10px 0;
}

.main_r .cont01 .bg_x01 {
	border-bottom:1px solid #e1dfdf;
	text-align:center;
	padding:10px 0;
}

.main_r .cont01 li {
	background:url(/images/r_icon.jpg) 0px no-repeat;
	padding:5px 10px;
}

.main_r .cont01 .img {
	float:left;
	padding:0 15px 0 12px;
}

.main_r .cont01 .btn01 {
	text-align:center;
	padding:10px 0;
}

.main_r .cont01 .btn02 {
	text-align:center;
	padding:3px 0;
}

.main_r .cont02 {
	margin-top:10px;
}

.main_r .cont02 li {
	text-indent:-1.6em;
	padding-left:1.6em;
}



/*----------------------------------------------- common css style --------------------------------------------*/


.bold {
	font-weight:bold;
}

.red {
	color:#F00;
}

.red01 {
	color:#d51817;
}

.mt_10 {
	margin-top:10px;
}

.mt_17 {
	margin-top:17px;
}

.mt_27 {
	margin-top:27px;
}

.mt_54 {
	margin-top:54px;
}

.mt_64 {
	margin-top:64px;
}

.pt_5 {
	padding-top:5px;
}

.pb_5 {
	padding-bottom:5px;
}

.pt_10 {
	padding-top:10px;
}

.pb_10 {
	padding-bottom:10px;
}




