﻿@charset 'utf-8';

/* rest */

body, html, div, ul, li, ol, h1, h2, h3, h4, h5, p, span, a, img, input, textarea, select, table, dd, dt, dd{margin:0; padding:0;}
body, html {font-size:14px; font-family "微软雅黑"}
a {text-decoration:none; color:#000;}
ul, ol {list-style:none}

/* */
.cl{clear:both;}
.mtb20{margin:20px 0;}
/* background */
.green{
      background: #239a66;
      background: -moz-linear-gradient(top,  #56916b 0%, #3b6c4c 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56916b), color-stop(100%,#3b6c4c));
      background: -webkit-linear-gradient(top,  #56916b 0%,#3b6c4c 100%);
      background: -o-linear-gradient(top,  #56916b 0%,#3b6c4c 100%);
      background: -ms-linear-gradient(top,  #56916b 0%,#3b6c4c 100%);
      }
 .green2{
      background: #239a66;
      background: -moz-linear-gradient(top,  #56916b 0%, #3b6c4c 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56916b), color-stop(100%,#3b6c4c));
      background: -webkit-linear-gradient(top,  #56916b 0%,#3b6c4c 100%);
      background: -o-linear-gradient(top,  #56916b 0%,#3b6c4c 100%);
      background: -ms--gradient(top,  #56916b 0%,#3b6c4c 100%);
      }
 .credit{
 	border-radius:10px;
 	display:block;  color:#fff; font-size: 12px; width: 90px; height: 30px; line-height: 30px; text-align: center;
 	float:right;
 	margin-right:20px;
 	margin-top:20px;
 }
.gray{background-color:#ededed;}

.huiyi_banner{width:1000px; margin:0 auto;}  

/* bar */
.bar{width:100%; height:40px;}  


/* infobox */
.picw{width:332px;}
.picw img{border:1px solid #ededed;}
.radiusbox{width:640px; height:184px; position:relative; padding:10px;}
.radiusbox p{ line-height:25px;}
.radiusbox .green{display:block; position:absolute; color:#fff; font-size: 12px; bottom: 10px; right:20px; width: 90px; height: 30px; line-height: 30px; text-align: center;}
.radiusbox .green2{display:block; position:absolute; color:#fff; font-size: 12px; bottom: 10px; right:130px; width: 90px; height: 30px; line-height: 30px; text-align: center;}
.radiusbox, .radiusbox a{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -mz-border-radius:10px; -o-border-radius:10px;} 
/***jayzhen**/
.credit_apply{
	width: 100%;
	height:400px;
	border:1px solid #aaa;
}
.credit_apply .credit_header{
	width:100%;
	height: 30px;
	font-size:16px;
	background-color:#E9E9E9;
	padding-top:10px;
	border-bottom:1px solid #aaa;
}
.credit_apply .row{
	width: 90%;
	height:50px;
	margin:0 auto;
	margin-top:20px;
}
.credit_apply .first_col{
	width:100px;
	padding-top:10px;
	float: left;
}
.credit_apply .second_col{
	width:300px;
	float: left;
}
.download{
	width:40px;
	height:20px;
	background:pink;
	position: absolute;
	z-index: 1000;
	right:10px;
}


  
  
  
  
  
  
  
  
