<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.xheDialog label{
	display: inline-block;
}
.alert-tips{
	/* background-color: #fcf8e3;
    border: 1px solid #fbeed5; */
    border-radius: 4px;
    padding: 20px 35px 20px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.confirm-tips{
    padding: 15px ;
}
.word_break{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

a:link, a:visited,a:hover{
	text-decoration: none;
}
a.black{
	color: black;
}
a.bold{
	font-weight: bold;
}
/**å¤´éƒ¨CSS*/
.vip-flag-30{
	background: #FFFFFF url(../img2/vip30.jpg) no-repeat center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-top: -5px;
	margin-right: 5px;
}
.qy-flag-30{
	background: #FFFFFF url(../img2/qiye30.jpg) no-repeat center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-top: -5px;
	margin-right: 5px;
}
.vip-flag-16{
	background: #FFFFFF url(../img2/VIP16x16.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.qy-flag-16{
	background: #FFFFFF url(../img2/qy16x16.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.search-btn-jpg{
	background: #fff url(../img2/search_btn.jpg) no-repeat center center;
	display: inline-block;
	height: 30px;
	width: 71px;
}


.header {
	background: #2E549F;
	width: 100%;
	height: 100px;
	font-size: 12px;
}

.logo img {
	margin-top: 15px;
}

.qq-login{
	margin-top: 36px;
}

.qq-login a {
	color: #fff;
	display: inline-block;
	padding: 0px 0px 0px 5px;
	float: right;
}
ul.header-ul-2{
	margin-right: 28px;
}
ul.header-ul-2 li {
	padding: 0px 4px;
}
ul.header-ul-2 li.login-userinfo {
	position: relative;
}
ul.header-ul-2 li.login-userinfo span.login-disabled {
	position: absolute;
	float: left;
	top: 60px;
	left:4px;
	color:#FF9933;
	font-weight: bold;
	display: inline-block;
	width: 270px;
}
ul.header-ul-2 li span {
	margin-bottom: -4px
}
.header-ul-2 li a {
	color: #fff;
	line-height: 90px;
}

.header-nav {
	/* background-image*/
	height: 45px; 
	background:#FFF url(../img2/nav_background.gif) repeat-x 0px 0px;
}
.header-nav ul li{
	height: 45px;
	padding: 0px;
	margin-top: 0px;
	float: left;
}
.header-nav-ul li a {
	padding: 0px;
	margin:0px;
	border-top: 5px solid #0494a3;
	display: inline-block;
	font-size:12px;
	width: 100px;
	height: 40px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	font-weight: bold;

}

 .header-nav-ul li a:hover,.header-nav-ul li a.selected, .header-nav-ul .nav li a.selected:hover, .header-nav-ul li a.selected:visited{
	border-top: 5px solid #fd5810;
	background-color:#fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    color: #fd5810;

}
.li-hasdrop{
	position: relative;
	z-index: 9;
}
.li-hasdrop:hover ul.li-hasdrop-li{
	display: block;
}
.li-hasdrop-li{
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	left: 0;
	top: 100%;
}

.li-hasdrop-li li a{
	font-size: 12px;
	font-weight: normal;
}

.li-hasdrop-li&gt;li{
	position: relative;
}

.li-hasdrop-li&gt;li:hover ul.li-hasdrop-threenav{
	display: block;
}

.li-hasdrop-threenav{
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	left: 100%;
	top: 0;
}

.site-search {
	color: blue;
	margin:3% 0px;
	font-weight: bold;
}
.select-search select {
    width: 24%;
}
/**å¤´éƒ¨CSS*/

/**é¦–é¡µ start***/

/**å¹»ç¯ç‰‡**/
#index .slides_container{
	background: none repeat scroll 0 0 #eee;
    height: 468px;
    overflow: hidden;
    position: relative;
    width: 100%;
	padding:2px;
	border: 1px solid #ccc;
}
#index .slides_container img{
    overflow: hidden;
	display:inline;
}
#index #slides{
    position: relative;
}
#index .slides_container .slides_control a{
	display:block;
	line-height:468px;
	width: 700px;
	background:#000;
	text-align:center;
}
#index  .pagination {
  position: absolute;
  z-index: 10;
  right: 8px;
  bottom: -7px;
}
#index  .pagination li {
   float: left;
   margin: 0 1px;
	list-style: none;
}
#index  .pagination li a {
  display: block;
  width: 5px;
  height: 0;
  padding-top: 12px;
  padding-left: 6px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
#index  .pagination li.current a {
   background-position: 0 -12px;
}
/**å¹»ç¯ç‰‡**/

#index .today-issue span{
	color: #2F549F;
	font-weight: bold;
	height: 30px;
	line-height:30px;
	float: right;
}
/*************************************/

#slider{}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{
		width:900px;
		height:30px;
		line-height:30px;
		overflow:hidden;
	}
span#prevBtn{
	display: none;
}
span#nextBtn{display: none;}

/*********************************/
/*************************************/


#marquee-article{
	width:800px;
	height:30px;
	/* line-height:30px; */
	overflow:hidden;
}
#marquee-article  span{
	margin-right: 10px;
	display: inline-block;
	padding:0px;
	
}
#marquee{
	width:600px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
#marquee  span{
	margin-right: 10px;
}
/*********************************/



/**å¹»ç¯ç‰‡å³è¾¹é€‰é¡¹å¡åˆ—è¡¨**/
#index .notice {
	border: 1px solid #DBDBDB;
	width: 100%;
	height: 125px;
	overflow: hidden;
}
#index .notice .tab-content {

	font-size: 12px;


}

#index .notice .tab-nav {
	margin-left: 5px;
}

#index .notice .tab-nav li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
}
#index .notice .tab-nav li a {
	border-bottom: 4px solid #0494a3;
	color:#0494a3;
	font-weight:bold;
	padding-bottom:5px;
	margin: 0;
}


#index .notice .tab-nav  li a:hover,#index .notice .tab-nav li.active a {
	border-bottom: 4px solid #fd5810;
	color:#fd5810;
	font-weight:bold;
	padding-bottom:5px;
	margin: 0;
}

#index .notice .tab-nav a {
	text-decoration: none;
	color: #000;
	/* border-right: 1px solid #ccc; */
	padding: 0px 15px;
}

/**å¹»ç¯ç‰‡å³è¾¹æŽ’è¡Œæ¦œé€‰é¡¹å¡åˆ—è¡¨**/
#index .ranking-list{
	border-left:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	width: 100%;
	overflow: hidden;
	height: 345px;
}
#index .ranking-list p{
	margin-left: 0%;
	font-weight: bolder;
	font-size:large;
	padding-top: 5%;
	background-color: #eaedf1;
	margin-bottom: 0px;
	padding-bottom: 5%;
}

#index .ranking-list ul#myTab2{
	background-color: #eaedf1;
	margin-bottom: 0px;
}
#index .ranking-list ul#myTab2 li{
	text-align: center;
	padding: 0px 0px;
	height: 30px;
	line-height: 30px;
}
#index .ranking-list ul#myTab2 li.month-order-bang{
	border-right: 1px solid #cfcfd0;
	border-top: 1px solid #cfcfd0;
	border-bottom: 1px solid #cfcfd0;
	width: 48%;
	margin-right: -2px;
	
}
#index .ranking-list ul#myTab2 li.year-order-bang{
	border-top: 1px solid #cfcfd0;
	border-bottom: 1px solid #cfcfd0;
	width: 50%;
	margin-left: -2px;
}

#index .ranking-list ul#myTab3{
	padding-left: 5%;
}

#index .ranking-list .tab-ranking1 a{
	color: #0494a3;
	font-weight: bold;
	padding-left: 8px;
}
#index .ranking-list .tab-ranking1 li.active a{
	color: #fd5810;
}

#myTab2.tab-ranking1 {
	/* background: #E9EDF0;
	margin-left:0px;!important; */
}
#index .ranking-list .tab-ranking1 a:hover{
	color: #fd5810;
}

#index .ranking-list .tab-ranking  li{
	margin: 1px;
	padding: 0px;
}
#index .ranking-list .tab-ranking a{
	color: #000;
	font-size: 12px;
}
#index .ranking-list .tab-ranking li.active a{
	color: #fd5810;
}
#index .ranking-list .tab-ranking a:hover{
	color: #fd5810;
}
#index .ranking-list .tab-content .num{
	display: block;
	width:15px;
	height: 15px;
	background-color: #898989;/*898989*/
	color: #fff;
	font-size:12px;
	line-height: 15px;
	text-align: center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#index .ranking-list .tab-content ul {
	margin-bottom: 1px;
	font-size: 12px;
}
#index .ranking-list .tab-content .yellow{
	background-color: #FD7D10;/*898989*/
}
#index .ranking-list .tab-content li.first{
	width: 5%;
}
#index .ranking-list .tab-content li.middle{
	width: 35%;
	vertical-align: middle;
}
#index .ranking-list .tab-content li.last{
	width: 30%;
	vertical-align: middle;
}
#myTab4 li{
	width: 30%;
	text-align: center;
}
#tab-year .tab-content{
	margin-left: 20px;
}
/**èµžåŠ©ä¼ä¸šåå½•**/
.business-title {
	height: 40px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

.business-title p {
	line-height: 40px;
	padding: 0px 20px;
}

.business-list {
	padding: 0px 20px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.business-list ul {
	padding-top: 15px;
	margin-bottom: 15px;;
}

.business-list li {
	margin: 3px 1px;;
	/* width: 18%; */
}

/**å±•è§ˆæ¨¡åž‹åŒº&gt;&gt;**/
.model-list {
	text-align:center;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.model-list ul {
	text-align:center;
	padding-top: 15px;
	margin-bottom: 15px;;
}

.model-list ul li {
	margin: 3px 0px;;
	width: 23%;
	padding :1px;
	border: 1px solid #ccc;
}
.model-list .model-pic img ,.model-list .model-pic {
	width: 216px;
	margin :1px 0px;
	height: 150px;
}
.model-list .model-pic a{
	display: inline-block;
	width: 216px;
	height: 150px;
}
.model-list .model-id{
	width: 75px;
	text-align: left;
}
.model-list .hou-level{
	width: 28px;
}
.model-list .model-name{
	width: 86px;;
	text-align: right;
}
.model-list .model-authur{
	width: 60%;
	text-align: left;
}
.model-list .exh-right{
	width: 40%;
	text-align: right;
}
.model-list .model-pic-info{
	/* width: 188px; */
	height: 28px;
	border: 1px solid #CFCFD0;
	
}
.model-list .model-intro{
	background-color: #EAEDF1;
}


/**é¦–é¡µ end**/


/**ç™»é™†æ³¨å†Œstart**/

#login .login-header {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: none repeat scroll 0 0 #f5f5f5;
}

#login  .login-header h3 {
	padding-left: 10px;
	margin-top:12px;
	color: #2f549f;
	line-height: 40px;
}

#login .view-register{
	border-bottom: 2px solid #2f549f;
	padding-bottom: -5px;
	margin-top:12px;
	text-align: center;
	width: 75%;
}
#login .view-register a{
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding:0px 14px;;
	margin: 5px 0;
	color: #2f549f;
}

#login .login-and-register-container{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#login .login-box{
	margin-top: 100px;
	/* height: 250px; */
}
#login .login-and-register-footer{
	margin-top: 100px;
	height: 250px;

}
#login .api-line{
	border-right: 1px solid #ccc;
	height: 200px;
}
#login .forget-password{
	line-height: 36px;
}


/**ç™»é™†æ³¨å†Œstart**/

#oauthlogin .login-header {
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #f5f5f5;
}

#oauthlogin  .login-header h3 {
	padding-left: 10px;
	margin-top:12px;
	color: #2f549f;
	line-height: 40px;
}

#oauthlogin .view-register{
	border-bottom: 2px solid #2f549f;
	padding-bottom: -5px;
	margin-top:12px;
	text-align: center;
	width: 75%;
}
#oauthlogin .view-register a{
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding:0px 14px;;
	margin: 5px 0;
	color: #2f549f;
}

#oauthlogin .login-and-register-container{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#oauthlogin .login-box{
	margin-top: 50px;
	/* height: 250px; */
}
#oauthlogin .login-and-register-footer{
	margin-top: 100px;
	height: 250px;

}
#oauthlogin .api-line{
	border-right: 1px solid #ccc;
	height: 200px;
}
#oauthlogin .forget-password{
	line-height: 36px;
}


/****************æ³¨å†Œ***************/

#register .login-header {
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #f5f5f5;
}

#register  .login-header h3 {
	padding-left: 10px;
	margin-top:12px;
	color: #869f2f;
	line-height: 40px;
}

#register .view-register{
	border-bottom: 2px solid #869f2f;
	padding-bottom: -5px;
	margin-top:12px;
	text-align: center;
	width: 75%;
}
#register .view-register a{
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding:0px 14px;;
	margin: 5px 0;
	color: #869f2f;
}

#register .login-and-register-container{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#register .login-box{
	margin-top: 100px;
	/* height: 400px; */
}
#register .login-and-register-footer{
	margin-top: 100px;
	height: 300px;

}
#register .api-line{
	border-right: 1px solid #ccc;
	height: 350px;
}
#register .forget-password{
	line-height: 36px;
}

#register .password_strength {
    font-size: 12px;
    text-align: center;
}
#register  .password_strength &gt; span {
    background: none repeat scroll 0 0 #BCC8E0;
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 16%;
	border-radius:2px;
}
#register  .password_strength &gt; span.selected {
    background: none repeat scroll 0 0 #869F2F;
	border-shadow:inset 0px 0px 3px #647723;
    color: #fff;
	border-radius:2px;
}
.label-align{
	text-align: justify;
}




/**ç™»é™†æ³¨å†Œend**/

/**footer**/

.footer-copyright {
	width: 100%;
	height: 200px;
	margin-top: 30px;
}

.footer-copyright p {
	line-height: 15px;
}
.footer-copyright p.weixin {
	margin-top: 25px;
	line-height: 15px;
}
.footer-copyright div {
	width: 100%;
	height:30px;
	margin-bottom:10px;
}
 ul.lilist {
	list-style:none;
	
}
ul.lilist li {
	float:left;
	display:block;
	margin-left:28px;
	
}
ul.lilist li a {
	color: #b2b2b2;
    font-weight: bold;
	  font-size: 15px
}
ul.queslist {
	position:absolute;
	z-index:100px;
	
}
ul.queslist li{
	background: none repeat scroll 0 0 #f5f5f5;
	clear:both;
	display:inline-block;
	text-align:center;
	width:100%;
}

/**footer**/


/**æ¨¡åž‹å…±äº«åŒº start**/
.pic-list{
	border-left:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	overflow: hidden;

}

.pic-list .model-pic img ,.pic-list .model-pic {
	width: 220px;
	height: 160px;
}
.pic-list .model-id{
	width: 75px;
	text-align: left;
}
.pic-list .hou-level{
	width: 28px;
}
.pic-list .model-name{
	width: 86px;;
	text-align: right;
}
.pic-list .model-authur{
	width: 60%;
	text-align: left;
}
.pic-list .exh-right{
	width: 40%;
	text-align: right;
}
.pic-list .model-pic-info{
	/* width: 188px; */
	height: 28px;
	border: 1px solid #CFCFD0;
	
}

.model-intro .model-pic-info{
	background-color: #EAEDF1;
}


.pic-list .list-order{
	text-align: center;
	padding: 10px 0px;;
}

.pic-list ul.content {
}
.pic-list ul.content li {
	width: 23.5%;
	margin-left:6px;
	margin-right:3px;
	margin-top:5px;
	text-align: center;
	border: 1px solid #000;
	padding: 1px;
	float: left;
}

.pic-list .page-list{
	padding: 0 20px;
	text-align: right;
}

.pic-list .page-list li{
	margin: 0px;
	padding: 0px;

}
.pic-list .page-list li a{
	text-decoration: none;
	color: #000;
}
.pic-list .page-list li a.selected{
	background: #27b403;
	color: #fff;
}
input.input-page{
	width: 30px;
	height: 14px;!important;
	padding: 0px;!important;
	margin: 0px;!important;
}
.star{
	display:inline-block;
	width:19px;
	height:18px;
	margin-right:5px;
	margin-bottom:-3px;
	background-image: url("../images/star.gif");
}

/**æ¨¡åž‹å…±äº«åŒº end**/


/**æ–‡ç«&nbsp;***/
#single .single-title {
	height: 60px;
	border: 1px solid #fff;
	background: #f5f5f5;
}

.single-title p {
	line-height: 60px;
	padding: 0px 60px;
}
/**æ–‡ç«&nbsp;***/
hr.line {
	width: 90%;
	border: 1px solid #DBDBDB;
	margin: 0 auto;
}
.article-desc{
	border: 1px solid #DBDBDB;
}

.article-desc .article-title{
	text-align: center;
	padding: 10px 0px;;
}
.article-desc .article-intro{
	text-align: center;
	padding: 10px 0px;;
}
.article-desc .article-content{
	padding: 10px 80px;;
}
.article-desc .article-footer{
	padding: 30px 60px 60px 60px;
}
.article-desc .article-footer span.left{
	display:inline-block;
	float: left;
}
.article-desc .article-footer span.right{
	display:inline-block;
	float: right;
}

/***æ‹›è˜æ±‚èŒ**/
#jobs .c-o8c{
	color: #08c;
}

#jobs .business-jobs-search{
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    height: 40px;
}
#jobs .business-jobs-search p{
	line-height:40px;
   padding: 0 60px;
}
#jobs .business-jobs-search p span{
	padding: 5px 20px;
}
#jobs .business-jobs-search p span.active,#jobs .business-jobs-search p span:HOVER{
	background: none repeat scroll 0 0 #c9c9c9;
	border-radius:2px;
}

#jobs .business-title .pub{
	background: #fff;
	border-radius:2px;
	color: #2f549f;
	font-weight: bold;
	margin-top: 5px;
}
#jobs .table-w9{
	width: 94%;
	margin: 0 auto;
}
#jobs .table-w8{
	width: 90%;
	margin: 0 auto;
}
#jobs .table td ,#jobs .table th{
	vertical-align: middle;
}
#jobs .table th p{
	margin-top: 15px;
}
#jobs .table th p a,#jobs .table td p a{
	color: #000;
}
#jobs .table th p a:hover,#jobs .table td p a:hover{
	text-decoration: underline;
}
#jobs .table th p img{
	margin:0px 10px;
}
#jobs .table th, .table td {
    border-top: 1px dashed #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
#jobs .table th.notop, .table td.notop{
    border-top: none ;
}
#jobs .table th.notop p, .table td.notop p{
    color: #2f549f;
	font-weight: bold;
	margin:3px 0 0 8px;
	padding: 0px;
}
#jobs .cut_word{
	width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}


#jobs .jobs-list a.order_active:hover {
   text-decoration: underline;
}
#jobs .jobs-list .order_active {
    background: url("../images/order.gif") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    padding-right: 8px;
}

#jobs .jobs-info .theme-info {
    padding: 8px;
}
#jobs .jobs-info .theme-info img{
    max-width: 596px;
	display: block;
	margin: 10px 0;

}
#jobs .jobs-info .theme-pub-info {
    color: #000;
	font-weight: lighter;

}



/**å¹¿å‘Š start**/
.ad-col-3,.ad-col-2,.ad-col-1{
	margin-top:5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:60px;
}
.ad-col-3 img{
	width: 312px;;
	height:60px;
	padding:0px;
	margin:0px;
	border: none;
	border-left: 1px solid #ccc;
	float: left;
	min-width: 0;
}

.ad-col-2 img{
	width: 49.889999%;
	height:60px;
	padding:0px;
	margin:0px;
	border: none;
	border-left: 1px solid #ccc;
	float: left;
	min-width: 0;
}
.ad-col-1 img{
	width: 938px;
	height:60px;
	padding:0px;
	margin:0px;
	border: none;
	border-left: 1px solid #ccc;
	float: left;
	min-width: 0;
}
/**å¹¿å‘Š end**/

/**æŠ½å¥– start**/
#lottery .lottery{
	height:500px;
	border: 1px solid #c2c2c2;
}

#lottery  span.lottery-congratulation{
	display: inline-block;
	/*width: 139px;*/
	height:139px;

	vertical-align: middle;
}
#lottery  span.lottery-sorry{
	display: inline-block;
	/*width: 139px;*/
	height:139px;

	vertical-align: middle;
}
#lottery  .lottery{
	margin-top: 10px;
	padding-top:40px;
	text-align: center;
}
#lottery .lottery p{
	font-weight: bold;
}
#lottery .lottery .congratulation-word{
	font-size:40px;
	color: #FF6625;
	margin-left: 20px;
}

#lottery .lottery .sorry-word{
	font-size:24px;
	margin-left: 20px;
}
#lottery .lottery .lottery-tips {
	font-size:24px;
	color:#000;
	/*padding-left: 120px;*/
}
#lottery .lottery .lottery-tips a:hover{
	font-size:28px;

}
#lottery .lottery p.lottery-countdown{
	margin-top: 20px;
}
#lottery .lottery span.lottery-countdown{
	/*padding-left: 120px;*/
}
#lottery .lottery span.lottery-countdown .green{
	color: #0d9145;
}


.zkw-pagination ul {
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
	margin: 20px 3px;
}
.zkw-pagination ul &gt; li {
    display: inline;
}
.zkw-pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0;
    line-height: 20px;
    padding: 0px 10px;
    margin: 0px 2px;
    text-decoration: none;
}

.zkw-pagination ul &gt; li &gt; a:hover, .zkw-pagination ul &gt; li &gt; a:focus, .zkw-pagination ul &gt; .active &gt; a, .zkw-pagination ul &gt; .active &gt; span {
    background-color: #f5f5f5;
}
.zkw-pagination ul &gt; .active &gt; a, .zkw-pagination ul &gt; .active &gt; span {
    color: #08c;
    cursor: default;
}
.zkw-pagination ul &gt; .disabled &gt; span, .zkw-pagination ul &gt; .disabled &gt; a, .zkw-pagination ul &gt; .disabled &gt; a:hover, .zkw-pagination ul &gt; .disabled &gt; a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.zkw-pagination ul &gt; li:first-child &gt; a, .zkw-pagination ul &gt; li:first-child &gt; span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

/**æŠ½å¥– end**/

.nav-hangye {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ccc;
}
.nav-hangye .hangye{
    padding: 5px 0px 0px 50px;
}
.nav-hangye .hangye li a{
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 10%;
	font-size:12px;
}
.nav-hangye .hangye li{
	/*margin-bottom: 10px;*/
}
.nav-hangye .indus-father{
	display:inline-block;
	width: 15%;
	color: #0494a3;
	vertical-align:top;
}
.nav-hangye .indus-children{
	display:inline-block;
	width: 80%;
	color: #000;
}
.nav-hangye .hangye li a.father-hy{
	width: 100%;
	color: #0494a3;
}
.nav-hangye .hangye li a.children-hy{
	width: 14%;
	color: #000;
}
.nav-hangye .hangye li a.children-hy span:HOVER,.nav-hangye .hangye li a.father-hy span:HOVER{
	background-color: #3a87ad;
	  border-radius: 9px;
    padding-left: 9px;
    padding-right: 9px;
	color: #fff;
}
.nav-hangye .hangye li a.selected{
	font-weight: bold;
}


.huo_1{
	display: inline-block;
	width: 14px;
	height:14px;
	background: url("../img2/huo_1.gif");
	vertical-align: middle;
}
.huo_2{
	display: inline-block;
	width: 28px;
	height:14px;
	background: url("../img2/huo_2.gif");
	vertical-align: middle;
}

.box-shadow-hover:HOVER{
	box-shadow:2px 2px 2px #aaaaaa;
	-webkit-box-shadow:2px 2px 2px #aaaaaa;
	-moz-box-shadow:2px 2px 2px #aaaaaa; 
}

#recharge{
	background-color: #fff;
}

.payfor {
  margin-bottom: 10px;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.payfor-progress .step{
  margin: 0;
}
.payfor-body {
  border: 1px solid #eeeeee;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-nav {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin-bottom: -1px;
}
.payfor-nav li {
  margin: -1px;
}
.payfor-nav li.active a {
  border-color: #eeeeee;
  border-bottom-color: #fff;
}
.payfor-selecter {
  margin: 20px;
}
.payfor-selecter label{
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
}
.payfor-selecter .btn {
  height: 70px;
}
.buy {
  margin-bottom: 10px;
}
.buy:before,
.buy:after {
  content: "";
  display: table;
}
.buy:after {
  clear: both;
}
#ie6 .buy,
#ie7 .buy {
  zoom: 1;
}
.buy:before,
.buy:after {
  content: "";
  display: table;
}
.buy:after {
  clear: both;
}
#ie6 .buy,
#ie7 .buy {
  zoom: 1;
}
.buy-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.buy-user-info {
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 10px;
  font-size: 12px;
  color: #666666;
}
.buy-user-info .avatar {
  float: left;
  margin-right: 10px;
}
.buy-user-info .avatar img {
  width: 50px;
  height: 50px;
}
.buy-user-info .meida-heading {
  font-size: 18px;
  color: #333333;
}

.payfor {
  margin-bottom: 10px;
  margin-top: 10px;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.payfor-body {
  border: 1px solid #eeeeee;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-nav {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin-bottom: -1px;
}
.payfor-nav .nav{
  margin-bottom: 0;
}
.payfor-nav li {
  margin: -1px;
}
.payfor-nav li.active a {
  border-color: #eeeeee;
  border-bottom-color: #fff;
}
.payfor-selecter {
  margin: 20px;
}
.payfor-selecter .btn {
  height: 70px;
}

.step {
  padding-top: 40px;
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 0;
}
.step:before,
.step:after {
  content: "";
  display: table;
}
.step:after {
  clear: both;
}
#ie6 .step,
#ie7 .step {
  zoom: 1;
}
.step:before,
.step:after {
  content: "";
  display: table;
}
.step:after {
  clear: both;
}
#ie6 .step,
#ie7 .step {
  zoom: 1;
}
.step .step-item {
  position: relative;
  z-index: 1;
  float: left;
  display: inline;
  width: 10%;
  border-top: 5px solid #d5d5d5;
}
.step .step-item.action {
  border-color: #0494a3;
}
.step .step-item.action .step-num {
  color: #ffffff;
  background: #0494a3;
}
.step .step-item.action .step-title {
  color: #0494a3;
}
.step .step-num {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 50%;
  margin-left: -12.5px;
  background: #d5d5d5;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.step .step-text {
  text-align: center;
  color: #808080;
}
.step .step-text.step-bottom {
  margin-top: 15px;
}
.step .step-text.step-top {
  position: absolute;
  bottom: 140%;
  width: 100%;
}
.step .step-title {
  color: #666666;
}
.step.step1 .step-item {
  width: 100%;
}
.step.step2 .step-item {
  width: 50%;
}
.step.step3 .step-item {
  width: 33.33333333%;
}
.step.step4 .step-item {
  width: 25%;
}
.step.step5 .step-item {
  width: 20%;
}
.step.step6 .step-item {
  width: 16.66666667%;
}
.step.step7 .step-item {
  width: 14.28571429%;
}
.step.step8 .step-item {
  width: 12.5%;
}
.step.step9 .step-item {
  width: 11.11111111%;
}
.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content &gt; .active {
  display: block;
  visibility: visible;
}
.money {
    color: #b33548;
    display: inline-block;
}

.pay-money{
	clear: both;
	border: 1px solid #eeeeee;
	margin-bottom: -1px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 10px 20px;
}
.pay-money .money{
	color: #FF3A02;
  display: inline-block;
}
.pay-form{
	clear: both;
	border: 1px solid #eeeeee;
	border-top: 2px solid #0494a3;
	margin-bottom: -1px;
}
.pay-form-nav{
	background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.pay-form-content{
	padding: 5px 0;
}
.pay-list{
	overflow: hidden;
	width: 40%;
	margin: 0;
}
.pay-list &gt;li{
	float: left;
	width: 50%;
  list-style: none;
  text-align: center;
  line-height: 35px;
}
.pay-nav{
	clear: both;
	border: 1px solid #eeeeee;
	border-top: 2px solid #0494a3;
	border-bottom-color: #fff;
	margin-bottom: -1px;
	color: #999;
	font-size: 18px;
	padding: 10px 30px;
}
.pay-ma .pay-ma-show{
	background-color: #0494a3;
}



/*new*/
#fix-box.new-fix-box .new-custom-body .new-custom-img{

}
#fix-box.new-fix-box .new-custom-body .custom-item img{
	width: auto;
	padding-top:3px;
	padding-bottom:3px;
}
#fix-box.new-fix-box .new-custom-body .new-custom-img img{
	width: 26px;
	height:26px;
	display: inline-block;
	vertical-align: middle;
}
.nav-right a img{
	vertical-align: -1px;
	margin-left: 5px;
}
</pre></body></html>