@charset "UTF-8";
/**
 * 
 * slim_curry@163.com
 * 
 */

/* normalize */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* normalize end */

/* adjust */
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: "Microsoft Yahei";
}
ul,ol,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
img:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
}
input{
  border:none;
}
table{ 
  border-collapse:collapse;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.more{
  position: absolute;
  color: #999;
}
a.more:hover{
  text-decoration: underline !important;
}
.clear:after { 
  content:"\200B"; 
  display:block; 
  height:0; 
  clear:both; 
}
.clear{
  *zoom:1;
}
.fl{
  float: left !important;
}
.fr{
  float: right !important;
}
/* adjust end */

/* customize */
body{
  font-size: 14px;
  color: #333;
}
.theme-color{
  color: #00b3b3;
}
a.title:hover{
  text-decoration: none !important;
  color: #00b3b3 !important;
}
input:focus{
  outline: none;
}
/* customize end */

.header{
  min-width: 1200px;
}
.header .nav{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}
.header img{
  float: left;
}
.header h1{
  float: left;
  width: 140px;
  margin-top: 27px;
  margin-left: 15px;
  padding-left: 16px;
  border-left: 1px solid #ccc;
  font-size: 24px;
  font-weight: normal;
  color: #666;]
  text-align: center;
}
.nav .aside{
  float: right;
  width: 120px;
  margin-top: 30px;
  color: #ccc;
}
.nav .aside a{
  margin-left: 12px;
  margin-right: 12px;
}
.main{
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(body-bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
.main .center{
  width: 1200px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.main .lp{
  float: left;
  width: 250px;
}
.main .rp{
  float: right;
  width: 930px;
}
.footer{
  min-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #00b3b3;
}
.footer li{
  color: #fff;
  text-align: center;
  line-height: 32px;
  white-space: pre-wrap;
}

.white-color{
	color: #fff;	
}

/* 个人信息 */
.picture{
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}
.picture img{
  display: block;
  width: 110px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
}
.picture figcaption{
  border-bottom: 1px solid #ddd;
  line-height: 34px;
}
.picture aside{
  padding-top: 8px;
  color: #999;
}
.picture aside em{
  font-style: normal;
  color: #00b4b3;
}
.main .col{
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#grxx .col{
  height: 500px;
}
.col li{
  height: 60px;
  padding-left: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 59px;
  font-size: 16px;
}
.col li img{
  margin-right: 15px;
  vertical-align: middle;
}
.col li.on,.col li:hover{
  border-left: 2px solid #00a3a3;
  background-image: url(tri.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  color: #00a3a3;
}
.col li.on a,.col li:hover a{
  color: #00a3a3;
  text-decoration: none;
}
.main .rp{
  padding-top: 30px;
  padding-bottom:30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#grxx .rp{
  height: 743px;
}
.table-title{
  margin-bottom: 25px;
  text-align: center;
}
.table-title span{
  font-size: 18px;
  color: #00a3a3;
  margin-left: 12px;
  margin-right: 12px;
}
.table-title img{
  vertical-align: middle;
}
.personal-info{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.w110{
  width: 110px;
}
.w290{
  width: 290px;
}
#grbj .col{
  height: 944px;
}
#grbj .rp{
  height: 1188px;
}
.personal-info td{
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
input.edit,input.save{
  display: block;
  width: 140px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #00bfbf;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
/* 编辑 */
.info-edit{
  margin-left: auto;
  margin-right: auto;
}

.info-edit td{
  padding-left: 10px;
  height: 60px;
  text-align: left;
}
.w68{
  width: 68px !important;
}
.w78{
  width: 78px !important;
}
.w80{
  width: 120px;
  text-align: right !important;
  padding-left: 0;
  padding-right: 10px;
}
.w320{
  width: 290px;
}
.w270{
  width: 270px !important;
}
.w670{
  width: 670px !important;
}
.h110{
  height: 110px !important;
}
.h130{
  height: 130px !important;
}
.info-edit input[type="text"]{
  width: 270px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  font-family: 'Microsoft Yahei';
  line-height: 37px;
}
.info-edit input[type="radio"]{
  margin-right: 5px;
}
.info-edit span{
  margin-right: 22px;
}
.info-edit select{
  width: 150px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  font-family: 'Microsoft Yahei';
  line-height: 37px;
}
.info-edit em{
  margin-left: 7px;
  margin-right: 7px;
}
.info-edit input[type="checkbox"]{
  margin-right: 3px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.box-container{
  width: 670px;
  height: 110px;
  padding-left: 18px;
  border: 1px solid #ddd;
}
.info-edit span.mr15{
  margin-right: 17px;
}
/* 活动信息 */
#hdxx .col{
  height: 713px;
}
#hdxx .rp{
  height: 957px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.table-container{
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  border: 1px solid #ddd;
}
#hdxx .rp table{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#hdxx .rp td,#hdxx .rp th{
  height: 42px;
  text-align: center;
}
.bg-grey{
  background-color: #f5f5f5;
}
.pager{
  position: relative;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 12px;
}
.pager div{
  position: absolute;
  top: 5px;
  width: 120px;
  color: #555;
}
.r520{
  right: 480px;
  text-align: right;
}
.l520{
  top: 0 !important;
  left: 480px;
  text-align: left;
}
.pager a{
  display: inline-block;
  height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  border: 1px solid #ddd;
  line-height: 26px;
}
.pager a.on,.pager a:hover{
  background-color: #00b3b3;
  color: #fff;
}
.pager span{
  margin-right: 15px;
}
.pager select{
  width: 40px;
  height: 27px;
  border: 1px solid #ddd;
  padding-left: 4px;
  color: #666;
  font-size: 12px;
}
/* 修改密码 */
#xgmm .col{
  height: 400px;
}
#xgmm .rp{
  height: 645px;
}
.change-code{
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.change-code li{
  width: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.change-code li input{
  float: right;
  width: 350px;
  height: 38px;
  padding-left: 12px;
  border: 1px solid #ddd;
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.change-code strong{
  float: right;
  margin-right: 10px;
  font-size: 18px;
  line-height: 37px;
  text-align: right;
}
::-webkit-input-placeholder { /* WebKit browsers */
　　color:#999;
　　}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#999;
}
#xgmm input.save{
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 证书 */
#zsxx .col{
  height: 409px;
}
#zsxx .rp{
  height: 654px;
}
.basic{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.basic td{
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  text-align: left;
  white-space: pre-wrap;
}
.w100{
  width: 100px;
}
.w300{
  width: 300px;
}
.reg{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.reg td,.reg th{
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
}
/* 注册 */
#zhzc1 .center,#zhzc2 .center{
  background-color: #fff;
  background-repeat: no-repeat;
}
#zhzc1 .center{
  background-image: url(reg-bg1.jpg);
  background-position: left bottom;
}
.login{
  float: left;
  width: 400px;
  height: 520px;
  margin-top: 50px;
  border-right: 1px solid #ddd;
}
.login .figure{
  width: 150px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
.login .figcaption{
  margin-bottom: 10px;
  color: #666;
  text-align: center;
}
.login img{
  display: block;
  width: 140px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.register{
  float: left;
  width: 700px;
  padding-left: 85px;
  padding-bottom: 80px;
}
h1.reg-title{
  margin-top: 35px;
  margin-bottom: 22px;
  font-size: 18px;
  color: #00a3a3;
}
h1.reg-title{
  vertical-align: middle;
  margin-right: 10px;
}
.register li{
  margin-bottom: 18px;
}
.register li strong{
  display: block;
  float: left;
  width: 101px;
  margin-right: 15px;
  font-size: 16px;
  text-align: right;
  line-height: 39px;
}
.register li input[type="text"],.register li input[type="password"],.register li select{
  display: block;
  float: left;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  line-height: 37px;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #333;
}
.register li input[type="radio"]{
  margin-top: 12px;
  margin-right: 3px;
}
.register li span{
  margin-top: 6px;
  margin-right: 25px;
}
.register li input[type="text"],.register li input[type="password"]{
  width: 350px;
}
.register li select{
  width: 150px;
}
.btn-group{
  margin-left: 87px;
}
input.next,input.reset{
  width: 140px;
  height: 40px;
  margin-right: 18px;
  border-radius: 4px;
  background-color: #00bfbf;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
input.reset{
  background-color: #bbb;
}
#zhzc2 .btn-group{
  text-align: center;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
#zhzc2 .center{
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(reg-bg2.jpg);
  background-position: right bottom;
}
/* 欢迎登录 */
#hydl{
  height: 700px;
}
#hydl .center{
  padding-top: 30px;
}
.welcome-pic{
  float: left;
  width: 575px;
  height: 575px;
}
.welcome-pic img{
  display: block;
}
.user-login{
  float: left;
  width: 500px;
  margin-top: 50px;
  margin-left: 80px;
}
.user-login h1{
  height: 80px;
  line-height: 79px;
  border: 1px solid #ddd;
  background-color: #eef5f6;
  font-size: 22px;
  text-align: center;
  color: #00b3b3;
}
.user-login h1 img{
  margin-right: 10px;
  vertical-align: middle;
}
.user-login ul{
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 39px;
  padding-right: 39px;
  border: 1px solid #ddd;
  background-color: #eef5f6;
}
.user-login li{
  position: relative;
  width: 380px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.user-login li input{
  width: 380px;
  height: 44px;
  padding-left: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  line-height: 41px;
}
.login-icon{
  position: absolute;
  left: 15px;
  top: 11px;
}
.w180{
  width: 180px !important;
}
.yzm{
  float: right;
  width: 150px;
  height: 44px;
  border: yzm solid #000;
  cursor: pointer;
  display: inline-block;
}
.user-login li input[type="button"]{
  padding: 0;
  border: none;
  background-color: #00bfbf;
  color: #fff;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
}
.user-login aside{
  color: #999;
}
.user-login aside a{
  color: #999;
}
.user-login aside span{
  margin-left: 10px;
  margin-right: 10px;
}
.wjmm{
  cursor: pointer;
}
.layer{
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
.layer img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -97px;
  margin-left: -190px;
  display: block;
  width: 380px;
  height: 194px;
  cursor: pointer;
}