.index-main {
  width: 1120px;
  padding: 13px 35px 35px 45px;
  margin: 0 auto;
  background: #fff;
}
.index-main .tab-hd {
  width: 277px;
  margin: -24px 19px 0 0;
  float: left;
}
.index-main .tab-hd li {
  width: 214px;
  height: 101px;
  padding: 0 10px 0 53px;
  margin-top: 34px;
  font-size: 18px;
  color: #0479bc;
  font-weight: bold;
  line-height: 101px;
  background: url(../images/bg_title.png) no-repeat;
  cursor: pointer;
}
.index-main .tab-hd li i {
  width: 36px;
  height: 36px;
  margin: 33.5px 13px 0 0;
  float: left;
  display: inline-block;
}
.index-main .tab-hd li:nth-of-type(1) i {
  background: url(../images/bg_czr.png) no-repeat;
}
.index-main .tab-hd li:nth-of-type(2) i {
  background: url(../images/bg_shjg.png) no-repeat;
}
.index-main .tab-hd .cur {
  color: #fff;
  font-weight: normal;
  background: url(../images/bg_title_active.png) no-repeat;
}
.index-main .tab-hd .cur:nth-of-type(1) i {
  background: url(../images/bg_czr_active.png) no-repeat;
}
.index-main .tab-hd .cur:nth-of-type(2) i {
  background: url(../images/bg_shjg_active.png) no-repeat;
}
.index-main .tab-hd .cz {
  width: 214px;
  height: 101px;
  padding: 0 10px 0 53px;
  margin-top: 34px;
  font-size: 18px;
  color: #0479bc;
  font-weight: bold;
  line-height: 101px;
  background: url(../images/bg_title.png) no-repeat;
  display: block;
}
.index-main .tab-hd .cz i {
  width: 36px;
  height: 36px;
  margin: 33.5px 13px 0 0;
  float: left;
  background: url(../images/bg_czsm.png) no-repeat;
  display: inline-block;
}
.index-main .tab-hd .cz:hover {
  color: #fff;
  font-weight: normal;
  background: #0479bc;
}
.index-main .tab-hd .cz:hover i {
  background: url(../images/bg_czsm_active.png) no-repeat;
}
.index-main .tab-bd {
  width: 824px;
  float: left;
  height: 390px;
  background: url(../images/bg_tabcon.png) no-repeat;
}
.index-main .tab-bd .item {
  height: 282px;
  padding: 52px 56px 56px 56px;
  display: none;
}
.index-main .tab-bd .item:first-child {
  display: block;
}
.index-main .tab-bd .item .login {
  width: 308px;
  padding-right: 47px;
  background: url(../images/bg_login.png) no-repeat right center;
}
.index-main .tab-bd .item .login h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
}
.index-main .tab-bd .item .login input[type="text"] {
  width: 264px;
  height: 36px;
  padding: 0 10px 0 30px;
  margin-top: 20px;
  line-height: 36px;
  border: 1px solid #e4e4e4;
  background: url(../images/ico_gr.png) no-repeat 10px center;
}
.index-main .tab-bd .item .login input[type="password"] {
  width: 264px;
  height: 36px;
  padding: 0 10px 0 30px;
  margin-top: 20px;
  line-height: 36px;
  border: 1px solid #e4e4e4;
  background: url(../images/ico_passwod.png) no-repeat 10px center;
}
.index-main .tab-bd .item .login .yzm {
  width: auto;
  margin-top: 20px;
}
.index-main .tab-bd .item .login .yzm input[type="text"] {
  width: 176px;
  height: 36px;
  padding: 0 10px 0 10px;
  margin-top: 0;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  background: none;
}
.index-main .tab-bd .item .login .yzm img {
  width: 100px;
  height: 38px;
  float: right;
}
.index-main .tab-bd .item .login button {
  width: 100%;
  height: 45px;
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  display: block;
  background: #0479bc;
  border-radius: 2px;
  cursor: pointer;
}
.index-main .tab-bd .item .login button:hover {
  background: #005c90;
}
.index-main .tab-bd .item .tips {
  width: 310px;
  padding: 10px 0 0 47px;
  overflow: hidden;
}
.index-main .tab-bd .item .tips h2 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0479bc;
  font-weight: bold;
  text-align: center;
  display: block;
}
.index-main .tab-bd .item .tips p {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  line-height: 26px;
}
.index-main .tab-bd .item .tips a {
  width: 33.3%;
  margin-top: 15px;
  float: left;
  text-align: center;
  display: inline-block;
}
.index-main .tab-bd .item .tips a img {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
  display: block;
}
.link {
  margin: 26px auto;
  background: none;
  overflow: hidden;
}
.link ul {
  width: 110%;
}
.link ul li {
  width: 281px;
  margin-right: 25.8px;
  float: left;
  display: inline-block;
}
.link ul li img {
  width: 281px;
  height: 86px;
}
