
/*2018-06-26*/
.top-wrap .top .side {
  padding-top: 36px;
  float: right;
  position: relative;
  z-index: 2018;
  height: 84px;
  /*overflow: hidden;*/
}
.icon-col{
  width: 48px;
  height:84px;
  float: left;
  z-index: 2018;
  margin-left: 10px;
}
.icon-col a{
  display: block;
  width: 48px;
  height: 48px;
}
.hide-icon{
  position: absolute;
  left:0;
  top:100px;
  width: 270px;
  /*height: 239px;*/
  background-color: #fff;
  padding: 0 0 20px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  display: none;
}
.hide-icon a {
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  background-color: #ffaa00;
  color: #fff;
  text-align: center;
  display: block;
}
/*2018-06-26*/






.top-wrap .top .side:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top-wrap .top .side > * {
  display: block;
}
.top-wrap .top .side .icon span {
  float: left;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.top-wrap .top .side .showlayer {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 10;
}
.top-wrap .top .side .showlayer .part {
  width: 270px;
  background-color: #fff;
  padding: 0 0 20px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  display: none;
}
.top-wrap .top .side .showlayer .part a {
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  background-color: #ffaa00;
  color: #fff;
  text-align: center;
  display: block;
}
.zsxx-form th, .zsxx-form td {
    height: 60px;
    vertical-align: middle;
}
.zsxx-form .text {
    display: block;
    width: 280px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    line-height: 42px;
    border-radius: 8px;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 15px;
    color: #333333;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.zsxx-form .text:focus {
    border-color: #005ea4;
    box-shadow: 0 0 0 3px rgba(0, 94, 164, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.zsxx-form .text::placeholder {
    color: #999999;
}
.zsxx-form .select-box {
    position: relative;
    margin-left: 15px;
}
.zsxx-form .select {
    display: block;
    width: 310px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    line-height: 42px;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 15px;
    color: #333333;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.zsxx-form .select:focus {
    border-color: #005ea4;
    box-shadow: 0 0 0 3px rgba(0, 94, 164, 0.1);
}
.zsxx-form .select-box::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.zsxx-form .select:focus + .select-box::after {
    border-top-color: #005ea4;
}
.zsxx-form span.red {
    color: #e74c3c;
    margin-right: 3px;
    font-weight: bold;
}
.zsxx-form .nextstep {
    background-color: #005ea4;
    text-align: center;
    color: #fff;
    width: 220px;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
    margin: 30px auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 94, 164, 0.3);
}
.zsxx-form .nextstep:hover {
    background-color: #004a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 94, 164, 0.4);
}
.zsxx-form {
    background-color: #ffffff;
    color: #333;
    font-size: 15px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.zsxx-form th {
    text-align: right;
    padding-right: 10px;
    color: #555;
    font-weight: normal;
}
.zsxx-form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}
.zsxx-form input[type="radio"] {
    margin-right: 8px;
    accent-color: #005ea4;
    width: 16px;
    height: 16px;
}
.zsxx-form label {
    margin-right: 20px;
    color: #555;
    cursor: pointer;
}

.ld_nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 151px;
    background: url(/style/images/nav_bar.png) no-repeat top left;
}		
.ld_nav {
    width: 100%;
    margin: 18px auto 0;
    height: 118px;
    position: relative;
}
.ld_nav li p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-transform: capitalize;
}

.ld_nav li {
    float: left;
    width: 150px;
    text-align: center;
    padding-top: 60px;
}	

.zs-main-wrap .part {
    width: 1020px;
    margin: 0 auto;
}
.zs-main-wrap .part .bar.btg {
  background: url("../images/subtitle-btg.png") no-repeat center center;
}
.zs-main-wrap .part .bar span {
  font-size: 16px;
  color: #fff;
  padding: 32px 0 0 40px;
  display: block;
}
.zs-main-wrap .part .format {
  line-height: 24px;
  padding: 40px 60px;
  overflow: hidden;
}
.zs-main-wrap .part .format:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.zs-main-wrap .part .format.xxjs span {
  text-align: justify;
}
.zs-main-wrap .part .format.zyjs table {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.zs-main-wrap .part .format.zyjs table thead tr th {
  background-color: #efefef;
  height: 40px;
  text-align: left;
  padding: 0 14px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.zs-main-wrap .part .format.zyjs table tbody tr .opbtn {
  float: right;
  display: none;
}
.zs-main-wrap .part .format.zyjs table tbody tr .opbtn a {
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e37437;
  color: #fff;
  background: url("../images/btn-bg.jpg") no-repeat center center;
  display: inline-block;
}
.zs-main-wrap .part .format.zyjs table tbody tr:hover .opbtn {
  display: inline-block;
}
.zs-main-wrap .part .format.zyjs table tbody tr:nth-child(even) {
  background-color: #f4f5fe;
}
.zs-main-wrap .part .format.zyjs table tbody tr td {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.zs-main-wrap .part .format.zsjbm p {
  text-align: justify;
  padding: 0 0 30px 0;
}
.zs-main-wrap .part .format.byzs p {
  text-indent:0;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  margin-top: 28px;
}
.zs-main-wrap .part .format.byzs h2{
  /*font-weight: normal;*/
  color: #333333;
  font-size: 20px;
}
.zs-main-wrap .part .format.cczn .mapbox {
  position: relative;
}
.zs-main-wrap .part .format.cczn .mapbox .tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 420px;
  background: url("../images/cont-img07.png") no-repeat center center;
}
.zs-main-wrap .part .format.cczn .mapbox .tab .index {
  overflow: hidden;
}
.zs-main-wrap .part .format.cczn .mapbox .tab .index span {
  float: left;
  /*width: 165px;*/
  width:100%;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
  background-color: #9eb5b4;
  cursor: pointer;
  display: block;
}
.zs-main-wrap .part .format.cczn .mapbox .tab .index span.current {
  color: #fff;
  background-color: transparent;
}
.zs-main-wrap .part .format.cczn .mapbox .tab .conts {
  padding: 10px 30px;
}
.zs-main-wrap .part .format.cczn .mapbox .tab .conts ul li {
  list-style:none;
  padding: 0 0 10px 0;
  color: #fff;
}
input.nextstep {
    background-color: #f78912;
    text-align: center;
    color: #fff;
    width: 200px;
    border: none;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    border-radius: 3px;
    margin: 50px auto;
    display: block;
    cursor: pointer;
}
.content .content-box .advantage .money .attention {
  margin-top: 20px;
}
.content .content-box .advantage .money .procontent {
  display: flex;
  justify-content: space-between;
  margin-top: 53px;
}
.content .content-box .advantage .money .procontent .proitem p {
  text-align: center;
  color: #015ea4;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.content .content-box .advantage .money table,
.content .content-box .advantage .money th,
.content .content-box .advantage .money td {
  border: 1px solid #e5e5e5;
  border-spacing: 10px;
  border-collapse: collapse;
  font-size: 20px;
}
.content .content-box .advantage .money table {
  width: 100%;
  height: 268px;
  margin-top: 24px;
  text-align: center;
}
.content .content-box .advantage .money table tr td:last-child {
  text-align: left;
  padding-left: 15px;
}
.content .content-box .advantage .money table th {
  height: 50px;
  background-color: #d0ebff;
  font-weight: 100;
}
.content .content-box .advantage .plan {
  margin-top: 25px;
}
.content .content-box .advantage .plan .graylind {
  width: 234px;
  margin-left: 434px;
}
.content .content-box .advantage .plan table,
.content .content-box .advantage .plan th,
.content .content-box .advantage .plan td {
  border: 1px solid #e5e5e5;
  border-spacing: 10px;
  border-collapse: collapse;
  font-size: 20px;
}
.content .content-box .advantage .plan table {
  width: 100%;
  height: 268px;
  margin-top: 24px;
  text-align: center;
}
.content .content-box .advantage .plan table p {
  text-indent: 0;
  padding: 0 28px;
  box-sizing: border-box;
}
.content .content-box .advantage .plan table tr td:last-child {
  text-align: left;
  padding-left: 15px;
}
.content .content-box .advantage .plan table th {
  height: 50px;
  background-color: #d0ebff;
  font-weight: 100;
}
.content .content-box .advantage .register {
  margin-top: 25px;
}
.content .content-box .advantage .register .graylind {
  width: 376px;
  margin-left: 358px;
}
.content .content-box .advantage .register .resdetail {
  width: 100%;
  height: 500px;
  margin-top: 28px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}

