body{
	background: #fff;
	font-style:"MiscosoftYahei";
	color:#000;
}
.wrapper{
	position:relative;
	width:640px;
	margin:0 auto;
	letter-spacing: 2px;
	/*background: green;*/
}
.container3{
	width:640px;
	margin:0 auto;
}
/*top s*/
.top{
	/*overflow: hidden;*/
	display: flex;
	width:100%;
	height:122px;
	justify-content:space-around;
	align-items:center;
}
.top > a{
	display: block;
	width:66px;
	height:66px;
}
.top img{
	width:66px;
	height:66px;
}
.top .logo img{
	width:245px;
	height:50px;
}
.top p{
	color:#222;
	font-size:16px;
	font-style:"MiscosoftYaheiLight";
	text-align: center;
}
/*top e*/
.list{
	position: absolute;
	left:0;
	top:80px;
	z-index: 2;
	margin-top:21px;
	background: #fff;
}
.list li{
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size: 28px;
}
.list li + li{
	border-top:1px solid #ddd; 
}
.list a{
	color:#ea376b;
}
/*banner s*/
.banner{
	width:100%;
	height:320px;
}
/*banner e*/
/*change s*/
 .change{
 	width:100%;
 	height:134px;
 	background: #e7e5e5;
 }
 .change .top{
 	display: flex;
 	justify-content: space-around;
 	height:55px;
 	border-bottom:1px solid #fff;
 	line-height: 55px;	
 	color:#060063;
 	font-size: 32px;
 	font-weight: bold;
 }
 .change .bottom{
 	display: flex;
 	/*justify-content: space-around;*/
 	align-items: center;
 }
  .change .b-l{
  	width:348px;
  	margin-left: 6px;
  	line-height: 33px;
  	letter-spacing:0;
  }
  .change .b-l p:nth-child(1){
 	font-size: 20px;
  }
  .change .b-l p:nth-child(2){
 	font-size: 22px;
 	font-weight: bold;
  }
  .change .b-r{
  	display: flex;
  	justify-content: space-around;
  	align-items: center;
 	width:286px;
 	height:79px;
 	margin-top: -2px;
 	border-top: 1px solid #fff;
 	background: url(../images/pink_1.png) center no-repeat;
 	color:#fff;
 }
   .change .b-r .tel{
   	width:66px;
   	height:66px;
   	margin-left: 30px; 
   	background: url(../images/tel.png) center no-repeat;
   }
 /*  .change .b-r{
    display: flex;
    align-content: space-around;
    background: #d33d6b;
    }*/
   .change .b-r p:nth-child(1){
 	font-size: 16px;
 	font-style:"MiscosoftYaheiLight";
  }
  .change .b-r p:nth-child(2){
 	font-size: 25px;
  }
/*change e*/

/*chance s*/
.chance{
	width:100%;
	height:568px;
}
.chance .head{
	width:610px;
	height:204px;
	margin:0 auto;
}
.chance .head img{
	width:180px;
	height:157px;
	margin-top: 15px;
	margin-right: 21px;
}
.chance .head .font{
	width:405px;
	margin-top: 46px;
}
.chance .head .font p:nth-child(1){
	color:#060063;
	font-size:26px;
	font-weight: bold;
}
.chance .head .font p:nth-child(2){
	color:#ea376b;
	font-size:32px;
	font-weight: bold;
	line-height: 50px;
}
.chance .head .font p:nth-child(3){
	color:#060063;
	font-size:22px;
	font-weight: bold;
}
.chance .content{
	width:100%;
}
.chance .content dl{
	width:350px;
}
.chance .content dt::before{
	content:url(../images/chance_label.png);
	margin-right:13px;
	margin-left:37px;
}
.chance .content dl dt{
	color:#222;
	font-size:18px;
	font-weight: bold;
	line-height: 30px;
}
.chance .content dl dd{
	color:#222;
	font-size:16px;
	font-style: "MicrosoftYaHeiLight";
	line-height: 23px;
	margin-left: 75px;
	margin-bottom:10px;
}

.chance .content .pic{
	width:225px;
	margin-right:41px;
	font-size: 0;
}
.chance .content .pic img{
	float: left;
	width:110px;
	height:151px;
}
.chance .content .pic img:nth-child(3) {
	margin-left:5px;
}
.chance .content .pic img:nth-child(1){
	width:225px;
	height:159px;
	margin-bottom:7px;
}

/*chance e*/
/*function s*/
.function{
	width:100%;
}
.fonction .container3{
	overflow: hidden;
}
.function .font{
	width:640px;
	height: 280px;
	background: url(../images/function_bg.png) center top/620px no-repeat;
}
.function .head{
	overflow: hidden;
	width:100%;
	height:97px;
	color:#ddd;
	text-align: center;
	letter-spacing: 1px;
	background: #060063;
}
.function .head dt{
	margin-top: 10px;
	font-size:28px;
	font-weight:bold;
}
.function .head dd{
	font-size:26px;
}
.function .content {
	width:620px;
	margin: 0 10px; 
	text-align:center; 
}
.function .content li{
	float:left;
	width:109px;
	height:79px;
	padding-top:55px;
	border-radius: 50%;
	margin-right: -7px;
}
.function .content li:last-child{
	margin-right: 0;
}
.function .content dt{
	color:#ea376b;
	font-size:15px;
	font-weight:bold;
}
.function .content dd{
	color:#222;
	font-size:14px;
}
.function .content .hr{
	width:45px;
	height:1px;
	margin:6px auto;
	background:#060063;
}
/*function s*/

/*公共标题样式*/
.main .head{
	margin:0 auto;
	text-align: center;
}
.main .head h2{
	color:#ea376b;
	font-size:32px;
	font-weight: bold;
}
.main .head p{
	margin-top:10px;
	color:#222;
	font-size:26px;
}
/*advantage s*/
.advantage {
	width:100%;
	margin-bottom: 40px;
}
.advantage .head{
	height:90px;
}
.advantage .head p{
	color:#060063;
}
.advantage .content li{
	float:left;
	width:270px;
	height:416px;
	padding: 0 25px;
	margin-top:30px;
}
.advantage .content li img{
	width:270px;
	height:235px;
	margin-bottom: 10px;
}
.advantage .content li p{
	width:100%;
	padding-right:15px;
	margin-right:15px;
	text-align:left; 
}
.advantage .content li span:first-child {
	color:#060063;
	font-size:40px;
	line-height:35px;
	font-weight:bold;
}
.advantage .content li span:last-child {
	color:#ea376b;
	font-size:28px;
	font-weight:bold;
	line-height: 40px;
}
.advantage .content dl{
	width:100%;
}
.advantage .content dt{
	color:#ea376b;
	font-size: 20px;
}
.advantage .content dd{
	color:#222;
	font-size: 14px;
	font-style:"MicrosoftYaHeiLight";
}
/*advantage e*/
/*juice s*/
.juice {
	overflow: hidden;
	width:100%;
	height:320px;
	padding:25px 0 25px;
	background:url(../images/juice_bg.jpg) center/1980px no-repeat;
}
.juice .pic{
	width:576px;
	padding:24px 32px;
	background:#ea376b;
}
.juice .pic li{
	float:left;
	width:278px;
	height:278px;
}
.juice .pic  li + li{
	margin-left:20px;
}
/*juice e*/
/*product s*/
.product{
	width:100%;
	height:486px;
}
.product .head h2{
	width:100%;
	height:130px;
	line-height: 130px;
}
.product .content{
	overflow: hidden;
	width:100%;
}
.product .content ul{
	width:25000px;
}
.product .content li{
	float:left;
	width:270px;
	height:330px;
	margin-right:40px;
	text-align: center;
}
.product .content li div{
	width:268px;
	height:268px;
	border:1px solid #eee;
}
.product .content li img{
	width:268px;
	height:268px;
	margin-bottom:20px;
}
.product .content li p{
	width:100%;
	height:60px;
	line-height:60px;
	color:#222;
	font-size:18px;
	text-align: center;
}
/*product e*/
/*farm s*/
.farm{
	width:100%;
}
.farm .head{
	height:130px;
	letter-spacing: .1em;
}
.farm .content{
	width:100%;
}
.farm .content .font{
	width:502px;
	margin: 0 auto;
	padding:50px 0;
	border:1px solid #060063;
	border-radius: 10px;
	text-align: center;
}
.farm .content .font p{
	margin-left:23px;
	color:#061008;
	font-size:23px;
	line-height: 40px;
}
.farm .content .font span{
	color:#ea376b;
	font:48px "palatino linotype";
}
.farm .content .font p:nth-child(3){
	width:456px;
	height:55px;
	line-height: 55px;
	background:#060063;
	color:#fff;
	font-size:18px;
}
.farm .content .font p:nth-child(4){
	color:#050f06;
	font-size: 20px;
	font-weight:bold;
}
.farm .content .font p:nth-child(5){
	margin-top:16px;
	color:#ea376b;
	font-size: 28px;
	font-weight:bold;
}
.farm .content .font p:nth-child(6){
	color:#ea376b;
	font-size: 28px;
	font-weight:bold;
}
.farm .content .pic{
	width:100%;
	margin:0 auto;
	padding: 4px 0;
	margin-bottom:12px;
}
.farm .content .pic li{
	float:left;
	width:314px;
	height:202px;
	margin-top: 8px;
	margin-right:12px;
	background: blue;
}
.farm .content .pic li:nth-child(2n){
	margin-right:0;
}
.farm .content .pic li img{
	width:314px;
	height:202px;
}
.farm .show{
	width:100%;
	height:390px;
}
.farm .show img{
	width:100%;
	height:390px;
}
.farm .swiper-container {
    width: 640px;
    height: 390px;
} 
/*farm e*/
/*invest s*/
.invest{
	width:100%;
}
.invest .head{
	width:640px;
	margin:22px auto 0;
}
.invest .head .logo{
	width:100%;
	height:50px;
	margin-top: 7px;
	text-align:center;
}
.invest .head .logo img{
	width:233px;
	height:50px;
}
.invest .head .font{
	width:470px;
	margin: 0 auto;
	margin-top: 5px;
}
.invest .head .font> p{
	width:40px;
	height:70px;
	line-height: 30px;	
	color:#d43d6b;
	font-size:28px;
	font-weight:bold;
}
.invest .head .font div{
	width:420px;
}
.invest .head .font div p{
	color:#222;
	font-size:24px;
	font-weight: bold;
	letter-spacing:1px;
}
.invest .content{
	width:585px;
	margin:0 auto;
	margin-top:46px;
}
.invest .content li{
	float:left;
	width:175px;
	height:318px;
	margin-right:30px;
}
.invest .content li:nth-child(3n){
	margin-right:0px;
}
.invest .content li .blue{
	width:175px;
	height:175px;
	line-height:155px;
	background:url(../images/invest_bg.png) center/175px 175px no-repeat; 
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.invest .content li .hr{
	width:108px;
	height:1px;
	margin:0 auto;
	margin-top:-65px;
	margin-bottom: 70px;
	background:#fff;
}
.invest .content li p{
	width:155px;
	margin:0 auto;
	color:#222;
	font-size:16px;
	text-align: left;
}
/*invest e*/
/*about s*/
.about{
	width:100%;
	height:485px;
	background: green;
}
/*about e*/
/*zhengshu s*/
.zhengshu{
	width:100%;
}
.zhengshu li{
	float: left;
	width:310px;		
	height:214px;
	margin:12px 5px;
}
.zhengshu li img{
	width:310px;		
	height:214px;
}
/*zhengshu s*/
/*目标人群和渠道公共文案部分*/
.main2 .font .head{
	margin-top: 160px;
	letter-spacing: 2px;
}
.main2 .font .head .titel{
	margin-top: 150px;
	color:#060063;
	font-size:24px;
	font-weight:bold; 
}
.main2 .font .head dt .hr{
	display: inline-block;
	width:34px;
	height:15px;
	margin-left:10px;
	background:url(../images/hr-2.png) center no-repeat;
}
.main2 .font .head .add{
	color:#ea376b;
	font-size: 24px;
	font-weight: bold;
}
.main2 .font .head > .hr{
	width:360px;
	height:1px;
	margin:12px 0;
	background:#060063;
}
.main2 .font .head dd{
	width:360px;
	color:#222;
	font-size:18px;
	line-height: 32px;
}
.main2 .font .tel{
	width:245px;
	height:51px;
	margin-top:15px;
	margin-left:60px;
}
.main2 .font .tel .pic{
	width:53px;
	height:51px;
	margin-right: 8px;
	background:url(../images/tel_pink.png) center no-repeat;
}
.main2 .font .tel dt{
	color:#222;
	font-size:16px;
	font-style:"MicrosoftYaHeiLight";
}	
.main2 .font .tel dd{
	color:#ea376b;
	font-size:26px;
	letter-spacing:3px;
}
/*consumer s*/
.consumer{
	overflow: hidden;
	width:100%;
	/*margin-top:5px;*/
}
.consumer .font{
	position: relative;
	width:464px;
	height:415px;
	margin-left: 148px;
}
.consumer .font .bg{
	position: absolute;
	left:-194px;
	top:-150px;
	z-index: -1;
	width:630px;
	height:535px;
	background: url(../images/consumer_1.png) center no-repeat;
}
.consumer .pic{
	width:100%;
	height:415px;
}
.consumer .pic-l{
	width:205px;
	height:408px;
	margin-right:9px;
}
.consumer .pic-l img{
	width:205px;
	height:408px;
}
.consumer .pic-r{
	width:426px; 
}
.consumer .pic-r li{
	float: left;
	width:208px; 
	height:200px;
	margin-bottom: 10px; 
	margin-right:10px;
}
.consumer .pic-r li img{
	width:208px; 
	height:201px;
}
.consumer .pic-r li:nth-child(2n){
	margin-right:0;
}
.consumer .pic-r li:nth-last-child(1){
	margin-bottom:0;
}
.consumer .pic-r li:nth-last-child(2){
	margin-bottom:0;
}
/*consumer e*/
/*channel s*/
.channel{
	width:100%;
	/*margin-top: 102px;*/
}
.channel .font{
	position: relative;
	width:431px;
	height:380px;
	padding-left:146px;
}
.channel .font .bg{
	position: absolute;
	right:-14px;
	top:-160px;
	z-index: -1;
	width:565px;
	height:544px;
	background: url(../images/channel_4.jpg) center no-repeat;
}
.channel .pic{
	position: relative;
	width:615px;
	height:440px;
	margin: 0 auto;
}
.channel .pic li:nth-child(1){
	position: absolute;
	top:27px;
	left:0;
	width:300px;
	height:411px;
}
.channel .pic li:nth-child(2){
	position: absolute;
	top:74px;
	left:205px;
	z-index: 2;
	width:260px;
	height:353px;
}
.channel .pic li:nth-child(3){
	position: absolute;
	top:0;
	left:361px;
	width:252px;
	height:377px;
}
/*channel e*/
/*help s*/
.help {
	overflow: hidden;
	width:100%;
	background: blue;
}
.help .head{
	height:100px;
	padding-top:30px;
	background: #ebece9;
}
.help .add{
	margin-top: 10px;
}
.help table{
	width:100%;
	height:182px;
	background: #1d116c;
	color:#fff;
	text-align: center;
	font-size: 20px;
	border:0;
}
/*help e*/
/*code s*/
.code{
	width:100%;
	height:312px;
	text-align: center;
	color:#222;
	font-size: 18px;
}
.code img{
	width:204px;
	height:204px;
	margin-top: 42px;
}
/*code e*/
/*footer s*/
.footer{
	width:100%;
	height:220px;
	padding-top:30px; 
	border-top: 1px solid #474747;
	letter-spacing: .1em;
	text-align: center;
}
.footer img{
	width:325px;
	height:70px;
	margin-bottom: 10px;
}
.footer p:nth-of-type(1){
	color:#d43d6b;
	font-size:30px;
	font-weight:bold;
}
.footer .tel{
	color:#d43d6b;
	font-size:18px;
}
.footer .number{
	color:#d43d6b;
	font-size: 36px;
	font-weight: bold; 
	font-style: "Impact";
}
.footer .position{
	color:#222;
	font-size: 18px;
	font-style:"MicrosoftYaHeiLight";
}
.footer .code{
	width:195px;
	height:195px;
}
/*footer e*/
.copyright{
	width:100%;
	height:30px;
	line-height: 30px;
	margin-top:16px;
	margin-bottom:58px;
	background:#d43d6b;
	color:#fff;
	font-size: 14px;
	font-style:"MicrosoftYaHeiLight";
	letter-spacing: 2px;
	text-align: center;
}
.buy{
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 3;
	width:100%;
	height:58px;
	line-height: 58px;
	font-size: 22px;
}
.buy a{
	display: block;
	color:#fff;
}
.buy li{
	float: left;
	width:320px;
	text-align: center;
}
.buy li:first-child{
	background: #96c322;
}
.buy li:last-child{
	background: #feda2f;
}
/*二级页面的头部*/
.main-head{
	height:86px;
	padding-top: 43px;
	color:#000;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
/*关于我们*/
/*about start*/
.aboutus{
	width:100%;
}
.aboutus .content p{
	width:560px;
	margin: 0 auto;
	color:#000;
	font-size:20px;
	font-style:"MicrosoftYaHeiLight";
	line-height:33px;  
}
.aboutus .content .pink{
	overflow: hidden;
	width:562px;
	height:251px;
	margin:20px auto 83px;
	background:#d43d6b;
}
.aboutus .content .border{
	width:521px;
	height:234px;
	margin:8px auto 0;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
}
.aboutus .content .title{
	margin-top:53px;
	font-size:28px;
	font-weight: bold;
	line-height: 28px;
}
.aboutus .content .hr{
	width:95px;
	height:1px;
	margin:32px auto 18px;
	background:#fff;
}
.aboutus .content .add{
	font-size: 20px;
	line-height: 31px;
}
/*about end*/
/*vip s*/
.vip{
	width:100%;
}
.vip a{
	color:#000;
}
.vip .content{
	width:562px;
	margin:0 auto;
}
.vip .content li{
	float: left;
	width:253px;
	margin-right:56px;
	font-size: 0;
	text-align: center;
}
.vip .content li:nth-child(2n){
	margin-right: 0;
}
.vip .content img{
	width:253px;
	height:253px;
}
.vip .content .title{
	line-height: 57px;
	font-size: 20px;
	font-style:"MicrosoftYaHeiLight";
}
/*vip e*/
/*farm s*/
.farm{
	width:100%;
	padding-bottom: 61px;
}
.farm .head{
	height:79px;
	/*padding-top: 62px;*/
}

.farm .content .tit{
	width:588px;
	margin:0 auto;
	color:#d43d6b;
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
}
.farm .content .con{
	width:588px;
	margin:0 auto;
	line-height: 31px;
	font-size: 22px;
	font-style:"MicrosoftYaHeiLight";
}
.farm .content .bigpic{
	width:100%;
	margin:51px 0 12px;
}
.farm .content li{
	float: left;
	width:315px;
	margin-right:10px;
	margin-bottom: 10px;
	font-size: 0;
}
.farm .content li:nth-child(2n){
	margin-right: 0;
}
.farm .content li img{
	width:315px;
	height:193px;
}
.farm .head2{
	height:52px;
	padding-top: 39px;
}
.farm .content2 .add{
	width:588px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 32px;
	font-style:"MicrosoftYaHeiLight";
}
.farm .content2 .sanjiao{
	width:233px;
	height:15px;
	margin:20px auto 41px;
	background:url(../images/m_farm_sanjiao.png) center no-repeat;
}
.farm .content2 li{
	float: left;
	width:315px;
	margin-right:10px;
	margin-bottom: 10px;
	font-size: 0;
}
.farm .content2 li:nth-child(2n){
	margin-right: 0;
}
.farm .content2 li img{
	width:315px;
	height:228px;
}
/*farm e*/

/*join s*/
.join{
	width:100%;
	margin-bottom: 69px;
}
.join .head{
 	height:111px;
 	padding-top: 44px;
}
.join .tit{
	width:322px;
	height:111px;
	line-height: 80px;
	margin: 0 auto;
	background:url(../images/m_join_bg.png) center no-repeat;
	color:#333;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}
.join .con{
	width:535px;
	margin:62px auto 40px;
	font-size: 30px;
	letter-spacing: 0;
}
.join .con li{
	float: left;
	margin-right: 87px;
	line-height: 50px;
}
.join .con li:nth-child(3n){
	margin-right:0;
}
.join .content2 {
	width:392px;
	margin:52px auto 0;
}
.join .content2 li{
	width:392px;
	height:266px;
}
.join .content2 img{
	width:392px;
	height:266px;
}
/*join e*/
/*news s*/
.news{
	width:100%;
}
.news .head{
	height:75px;
	padding-top:42px; 
}
.news .content{
	width:562px;
	margin:0 auto;
}
.news .content img{
	width:562px;
	height:271px;
	margin:0 auto;
}
.news .content .tit{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-weight: normal;
	line-height: 84px;
}
.news .content .add{
	overflow: hidden;
	height:143px;
	font-size: 20px;
	line-height: 28px;
	font-style:"MicrosoftYaHeiLight";
}
.news .content .more{
	display: block;
	width:139px;
	height:38px;
	margin:23px 0 45px;
	border-radius: 19px;
	background: #d43d6b;
	line-height: 38px;
	text-align:center;
	color:#fff;
	font-size: 22px;
	font-style:"MicrosoftYaHeiLight";
}
.news .content .other li{
	list-style-type:square;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height:48px;
	line-height: 48px;
	font-size: 22px;
	font-style:"MicrosoftYaHeiLight";
}
.news .content .other li:before{
	content: url(../images/m_news_dian.png);
	margin-right: 10px;
}
.news .content .other li a{
	color:#000;
}
/*news e*/
/*news_show s*/
.news_show{
	width:100%;
	margin-bottom: 84px;
}
.news_show .title{
	height:96px;
	padding-top: 67px;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.8px;
}
.news_show .content{
	width:562px;
	margin:0 auto;
}
.news_show img{
	display: block;
	margin:0 auto;
}
.news_show .con{
	margin:35px 0 74px;
	font-size: 20px;
	line-height: 30px;
	font-style:"MicrosoftYaHeiLight";
}
.news_show .prev-next{
	overflow:hidden;
	width:562px;
	margin:0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_show .prev-next li{
	text-overflow: ellipsis;
	white-space: nowrap;
	width:250px;
	height:18px;
	line-height: 18px;
	font-size: 18px;
}
/*news_show e*/
/*contact s*/
.contact{
	width:100%;
	padding-bottom: 159px;
}
.contact .head{
	height:87px;
	padding-top: 63px;
}
.contact .content{
	width:560px;
	margin:0 auto;
	letter-spacing: 0px;
}
.contact .content .number{
	color:#d43d6b;
	font-weight: bold;
}
.contact .content .tit{
	font-size: 28px;
	font-weight: normal;
}
.contact .content p{
	overflow: hidden;
	margin-top: 18px;
	font-size: 22px;
	font-style:"MicrosoftYaHeiLight";
	line-height: 33px;
}
.contact .content p span{
	float: left;
	font-size: 22px;
	font-style:"MicrosoftYaHeiLight";
	line-height: 33px;
}
.contact .content ul{
	width:490px;
	margin: 84px auto 0;
	text-align: center;
	line-height: 42px;
}
.contact .content li{
	float: left;
}
.contact .content li:nth-child(1){
	margin-right: 106px;
}
.contact .content img{
	width:183px;
	height:183px;
}
.contact .content li p{
	margin-top: 0;
}
/*contact e*/


/*分页*/
.page{ text-align:center;}
.pagelist{ width:450px; margin:0 auto; height:30px; line-height:30px; font-size:14px;}
.pagelist a{ width:30px; height:30px; display:block; float:left; padding-left:8px; padding-right:8px; font-size:14px;}
.pagelist .a1{ width:70px; display:block; float:left;}
.pagelist a{
    margin:2px;
    padding:2px 6px;
    border:1px solid #DDD;
	float:left; width:30px;
	color:#111;
}


.pagelist span {
    margin:2px;
    padding:2px 6px;
	background:#d43d6b;
	color:#fff;
    border:1px solid #DDD;
	float:left; width:30px;
}
.pagelist a:hover{
	background:#d43d6b;
    color: #fff;
}

/*分页结束*/
.w_tit{ width:640px; text-align:center}
.blank_10{ height:10px; overflow:hidden;}
.blank_15{ height:15px; overflow:hidden;}
.blank_20{ height:15px; overflow:hidden;}
.blank_30{ height:30px; overflow:hidden;}
.message dl {  font-size:16px;}
.message dl dt{ float:left; width:90px; height:44px; line-height:44px; text-align:center}
.message dl dd input{  width:490px; height:44px; border:1px solid #e7e7e7}
.message dl dd .mestxt{ width:490px; height:200px; float:left; font-size:16px; line-height:24px;  border:1px solid #e7e7e7}
.message dl dd .mes_btn{ margin-left:240px;  margin-top:15px; width:170px; height:46px; background:url(../images/btn.jpg) no-repeat; border:none; cursor:pointer}
