.hamburger {
  display: block;
  width: 25px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 60%;
  margin-top: -20px;
  right: 8%;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  height: 35px;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #0956a6;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 8px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  background: #0956a6;
  background-size: 100%;
  height: 3px;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.nfcq-header {
  height: 1rem;
  line-height: 1rem;
  position: relative;
  background: url(../images/header-bg.jpg) no-repeat center / cover;
}
.nfcq-header h1 {
  width: 3.3rem;
  margin-left: 0.2rem;
}
.nfcq-header h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #1961ac;
  font-weight: 800;
}
.nfcq-header .back {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
}
.nfcq-header .back img {
  width: 0.15rem;
  height: 0.25rem;
  margin-right: 0.1rem;
}
.nfcq-header .sx {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.nfcq-header .sx img {
  width: 0.3rem;
  height: 0.3rem;
}
.h {
  height: 0.2rem;
  background-color: #f5f5f5;
}
.index1 {
  padding: 0.1rem 0.2rem;
}
.index1 .form {
  background-color: #f5f5f5;
  display: flex;
  border-radius: 0.06rem;
  border: 1px solid #e0e0e0;
}
.index1 .form input {
  height: 0.68rem;
  background-color: #f5f5f5;
}
.index1 .form .txt {
  flex: 5;
  text-indent: 1em;
}
.index1 .form .sub {
  flex: 1;
  background: #f5f5f5 url(../images/sousuo.png) no-repeat center / 0.38rem;
}
.index-img img {
  width: 100%;
}
.index2 {
  padding: 0.3rem 0.35rem 0;
  display: flex;
  flex-wrap: wrap;
}
.index2 a {
  display: block;
  width: 25%;
  text-align: center;
  margin-bottom: 0.3rem;
}
.index2 a .img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.15rem;
  overflow: hidden;
}
.index3 {
  padding: 0 0.2rem 0.2rem;
}
.index3 > h2 {
  font-size: 18px;
  font-weight: 800;
  color: #0956a6;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.index3 > h2 a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.index3 .more {
  display: block;
  line-height: 0.6rem;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
}
.index3-list {
  padding-top: 0.4rem;
}
.index3-list li {
  margin-bottom: 0.2rem;
}
.index3-list li a {
  display: flex;
  justify-content: space-between;
}
.index3-list li .img {
  width: 2.4rem;
  height: 1.6rem;
  overflow: hidden;
}
.index3-list li .img img {
  width: 100%;
  height: 100%;
}
.index3-list li .ctn {
  width: 4.5rem;
  padding-top: 0.12rem;
}
.index3-list li .ctn h3 {
  color: #333333;
  margin-bottom: 0.1rem;
  font-size: 16px;
}
.index3-list li .ctn .date {
  color: #999999;
}
.index3-list li .ctn .price {
  color: #999999;
}
.index3-list li .ctn .price em {
  color: #d31a00;
  font-weight: 800;
}
.index-list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-list3::after {
  content: '';
  width: 2.2rem;
}
.index-list3 li {
  width: 2.2rem;
  padding: 0.2rem 0;
  border-radius: 0.08rem;
  border: 1px solid #666666;
  text-align: center;
  color: #666;
}
.index-list3 li.on {
  background-color: #379be7;
  color: #fff;
  border-color: #379be7;
}
.item-box {
  display: none;
  margin-top: 0.4rem;
}
.item-box .item {
  margin-top: 0.4rem;
  display: block;
}
.item-box span {
  color: #999999;
  font-size: 12px;
}
.item-box.on {
  display: block;
}
.index4 {
  padding: 0.4rem 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  height: 1.2rem;
  width: 3.45rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.index4 a .img {
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
}
.index4 a .img img {
  max-width: 0.4rem;
  max-height: 0.4rem;
}
.index4 a.on1 {
  background-image: linear-gradient(to top right, #458feb, #6ccdef);
}
.index4 a.on2 {
  background-image: linear-gradient(to top right, #ff8060, #ffb986);
}
.index4 a.on3 {
  background-image: linear-gradient(to top right, #6ca1fe, #dbb4fd);
}
.index4 a.on4 {
  background-image: linear-gradient(to top right, #fc5d7d, #fdad9b);
}
.news-list {
  padding: 0.12rem 0 0.78rem 0.2rem;
}
.news-list a {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-list a .img {
  width: 2.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.news-list a .img img {
  width: 100%;
  height: 100%;
}
.news-list a .ctn {
  width: 3.98rem;
  padding-top: 0.1rem;
}
.news-list a .ctn h2 {
  margin-bottom: 0.1rem;
}
.news-list a .ctn span {
  font-size: 12px;
  color: #999999;
}
.news-infor {
  padding: 0.3rem 0.2rem;
}
.news-infor-t {
  text-align: center;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-infor-t h2 {
  font-weight: 800;
  font-size: 15px;
}
.news-infor-t .txt {
  width: 5rem;
  margin: 0.15rem auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666666;
}
.news-ctn {
  color: #666666;
  padding: 0.2rem 0 0.48rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.3rem;
}
.news-ctn img {
  max-width: 100%;
  height: auto !important;
}
.news-ctn table {
  width: 100%!important;
  font-size: 12px;
  color: #484848;
  border-top: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
  border-collapse: collapse;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.news-ctn table tbody {
  width: 100%;
}
.news-ctn table tbody tr:first-child th {
  width: auto;
}
.news-ctn table tbody td {
  max-width: 100px;
  line-height: 1.6;
}
.news-ctn table tbody th {
  width: 25%;
  padding: 0.15rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f1f0ee;
  border-right: 1px solid #f1f0ee;
}
.news-ctn table tbody td {
  padding: 0.15rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f1f0ee;
  border-right: 1px solid #f1f0ee;
  white-space: normal!important;
  word-break: break-all !important;
}
.news-ctn table tbody pre {
  white-space: normal!important;
  word-break: break-all !important;
}
.news-page {
  display: flex;
  justify-content: space-between;
}
.news-page a {
  display: block;
  width: 3.45rem;
  padding: 0.18rem 0;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 0.1rem;
}
.qycq-t {
  display: flex;
  padding: 0.3rem 0.2rem;
  justify-content: space-between;
}
.qycq-t a {
  display: block;
  padding: 0 0.2rem;
  font-size: 12px;
  text-align: center;
  background: url(../images/sc.png) no-repeat right center / 0.1rem;
}
.qycq-t a.on1 {
  color: #d31a00;
  background-image: url(../images/sc-on.png);
}
.qycq-t a.on2 {
  color: #d31a00;
  background-image: url(../images/sc-on2.png);
}
.qycq-box {
  padding: 0 0.2rem 0.6rem;
}
.qycq-box a {
  display: block;
  padding: 0.3rem 0;
  padding-left: 0.2rem;
  border-bottom: 1px solid #e0e0e0;
}
.qycq-box a .title {
  display: flex;
  margin-bottom: 0.1rem;
}
.qycq-box a .title h3 {
  align-items: center;
  width: 1rem;
  color: #fff;
  border-radius: 0.06rem;
  text-align: center;
  margin-right: 0.1rem;
  font-weight: 800;
}
.qycq-box a .title h3.on1 {
  background-color: #01d23c;
}
.qycq-box a .title h3.on2 {
  background-color: #f3ce03;
}
.qycq-box a .title h3.on3 {
  background-color: #ff8400;
}
.qycq-box a .title h3.on4 {
  background-color: #f12323;
}
.qycq-box a .title h3.on5 {
  background-color: #999999;
}
.qycq-box a .title h3.on6 {
  background-color: #356fb2;
}
.qycq-box a .title h2 {
  font-size: 16px;
  font-weight: 800;
  width: 5.5rem;
}
.qycq-box a .txt {
  color: #666666;
}
.qycq-box a .txt em {
  color: #d31a00;
  font-weight: 800;
}

/*新*/
.qycq-box2 {
  /*padding: 0.2rem 0.2rem;*/
  padding: 0 0.2rem 0.2rem 0.2rem;
}
.qycq-box2 a {
  display: block;
  padding: 0.3rem 0 ;
  /*padding: 0 0 0.3rem 0;*/
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border: 1px solid #e0e0e0;
  margin-top:10px;
}
.qycq-box2 a:first-child {
  margin-top:0px;
}
.qycq-box2 a .img{ margin-bottom:10px;}
.qycq-box2 a .img img{ display:block; width:100%;}
.qycq-box2 a .title {
  display: flex;
  margin-bottom: 0.1rem;
}
.qycq-box2 a .title h3 {
  align-items: center;
  width: 1rem;
  color: #fff;
  border-radius: 0.06rem;
  text-align: center;
  margin-right: 0.1rem;
  font-weight: 800;
}
.qycq-box2 a .title h3.on1 {
  background-color: #01d23c;
}
.qycq-box2 a .title h3.on2 {
  background-color: #f3ce03;
}
.qycq-box2 a .title h3.on3 {
  background-color: #ff8400;
}
.qycq-box2 a .title h3.on4 {
  background-color: #f12323;
}
.qycq-box2 a .title h3.on5 {
  background-color: #999999;
}
.qycq-box2 a .title h3.on6 {
  background-color: #356fb2;
}
.qycq-box2 a .title h2 {
  font-size: 16px;
  font-weight: 800;
  width: 5.5rem;
}
.qycq-box2 a .txt {
  color: #666666;
}
.qycq-box2 a .txt em {
  color: #d31a00;
  font-weight: 800;
}


.sc-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.sc-box .ctn {
  width: 5.66rem;
  padding: 0.3rem 0.2rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.sc-box .ctn .header {
  padding-left: 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.48rem;
}
.sc-box .ctn .header .x {
  position: relative;
  width: 30px;
}
.sc-box .ctn .header .x::after,
.sc-box .ctn .header .x::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  position: absolute;
}
.sc-box .ctn .header .x::after {
  transform: rotate(45deg);
  left: 5px;
}
.sc-box .ctn .header .x::before {
  transform: rotate(-45deg);
  right: 0;
}
.sc-box .ctn .sc-form1 {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
.sc-box .ctn .sc-form1 input {
  height: 0.6rem;
  background-color: #f5f5f5;
}
.sc-box .ctn .sc-form1 input.txt1 {
  flex: 5;
  text-indent: 1em;
}
.sc-box .ctn .sc-form1 input.sub {
  flex: 1;
  background: #f5f5f5 url(../images/sousuo.png) no-repeat center / 0.38rem;
}
.sc-box .ctn .sc-form2 .item {
  margin-bottom: 0.2rem;
}
.sc-box .ctn .sc-form2 .item h2 {
  font-size: 15px;
  margin-bottom: 0.15rem;
}
.sc-box .ctn .sc-form2 .item .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.2rem;
}
.sc-box .ctn .btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: 0.38rem;
  border-top: 1px solid #e0e0e0;
  margin-top: 0.3rem;
}
.sc-box .ctn .btn-box input {
  display: block;
  width: 2.4rem;
  height: 0.8rem;
  border-radius: 0.1rem;
}
.sc-box .ctn .btn-box input.btn {
  background: #0956a6;
  color: #fff;
}
.sc-box .ctn .btn-box input.res {
  background-color: #f5f5f5;
}
.sc-box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4158);
}
.radio {
  position: relative;
  line-height: 0.5rem;
  height: 0.5rem;
  border-radius: 0.06rem;
  margin-bottom: 0.15rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.radio input[type="radio"] + .radio-label {
  background: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 0.06rem;
  padding: 0.1rem 0.3rem;
}
.radio input[type="radio"]:checked + .radio-label {
  background-color: #379be7;
  color: #fff;
}
.radio input[type="radio"]:focus + .radio-label {
  outline: none;
  border-color: #379be7;
  color: #fff;
}
.xmxq-box {
  padding: 0 0.2rem;
}
.xmxq-title {
  text-align: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.xmxq-title h3 {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
.xmxq-title .font {
  width: 0.52rem;
  height: 0.32rem;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 0.32rem;
}
.xmxq-ctn {
  padding: 0.2rem 0;
  color: #666666;
  line-height: normal;
}
.xmxq-ctn h3 {
  text-align: center;
  margin-bottom: 0.2rem;
  color: #666666;
  font-weight: normal;
}
.xmxq-ctn h2 {
  font-size: 16px;
  font-weight: 800;
  color: #d31a00;
  text-align: center;
  margin-bottom: 0.2rem;
}
.xmxq-tip {
  color: #d31a00;
  text-align: center;
  padding: 0.25rem 0.2rem 0.38rem;
  border-top: 1px solid #e0e0e0;
  line-height: normal;
}
.personnel-msg {
  padding: 0.2rem;
}
.wx-table {
  width: 100%;
  font-size: 12px;
  color: #484848;
  border-top: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.wx-table td {
  white-space: normal;
  word-break: break-all;
}
.wx-table3 td {
  max-width: 60px;
}
.wx-table td,
.wx-table th {
  padding: 0.3em 1em;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f1f0ee;
  border-right: 1px solid #f1f0ee;
}
.wx-table-width th {
  width: 35%;
}
.table-bt {
  background: #f5f5f5;
}
.personnel-sideMenu > h3 {
  color: #666666;
  padding: 0.22rem 0.1rem;
  border-bottom: 1px solid #e0e0e0;
  background: url(../images/icon_right2.png) no-repeat right center;
  font-weight: bold;
}
.personnel-sideMenu > h3.on {
  background-image: url(../images/icon_down2.png);
}
.personnel-sideMenu > ul {
  display: none;
}
.personnel-sideMenu > ul.on {
  display: block;
}
.personnel-sideMenu ul img {
  height: auto !important;
}
.personnel-sideMenu ul table {
  width: 100%!important;
  font-size: 12px;
  color: #484848;
  border-top: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
  border-collapse: collapse;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.personnel-sideMenu ul table tbody {
  width: 100%;
}
.personnel-sideMenu ul table tbody tr:first-child th {
  width: auto;
}
.personnel-sideMenu ul table tbody td {
  max-width: 100px;
  line-height: 1.6;
}
.personnel-sideMenu ul table tbody th {
  width: 25%;
  padding: 0.15rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f1f0ee;
  border-right: 1px solid #f1f0ee;
}
.personnel-sideMenu ul table tbody td {
  padding: 0.15rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f1f0ee;
  border-right: 1px solid #f1f0ee;
  white-space: normal!important;
  word-break: break-all !important;
}
.personnel-sideMenu ul table tbody pre {
  white-space: normal!important;
  word-break: break-all !important;
}
.xmxq-ctn2 {
  padding: 0.2rem 0.2rem 1.8rem;
}
.xmxq-ctn2 h3 {
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: 800;
  line-height: 1.6;
}
.xmxq-ctn2 .txt {
  color: #666666;
  line-height: normal;
  line-height: 1.6;
}
.xmxq-dh {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.9rem;
  z-index: 9;
}
.xmxq-dh .dh {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0473f9;
  /*font-weight: 800;*/
  font-size: 18px;
 /* background-image: linear-gradient(to right, #379be7, #175fe9);*/
  background:#fff;
  border-top: 1px solid #e0e0e0;
}
.xmxq-dh .dh img {
  width: 20px;
  margin-right: 0.28rem;
}
.xmxq-dh .bm {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #fff;
  flex: 1;
  background-image: linear-gradient(to right, #1ca6ff, #0473f9);
  /*background-color: #fff;*/
  border-top: 1px solid #e0e0e0;
}
.xmxq-dh .bm img {
  margin-right: 0.28rem;
  width: 20px;
}
.page-box {
  text-align: center;
}
.page-box a {
  display: inline-block;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 0.05rem 0.15rem;
  margin-right: 0.2rem;
  color: #666;
  margin-bottom: 0.15rem;
}
.page-box a:last-of-type {
  margin-right: 0;
}
.xgxz-list {
  background-color: #f5f5f5;
}
.xgxz-list li {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.xgxz-list li .xgxz-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0.2rem 0.15rem 0.25rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.xgxz-list li .xgxz-t span {
  color: #666666;
}
.xgxz-list li .xgxz-t a {
  display: block;
  padding: 0.03rem 0.3rem;
  color: #1961ac;
  border: 1px solid #1961ac;
  border-radius: 0.06rem;
}
.xgxz-list li .xgxz-ctn {
  padding: 0.15rem 0.2rem 0.2rem 0.25rem;
}
.xgxz-list li .xgxz-ctn h2 {
  font-size: 16px;
  font-weight: 800;
}
.xgxz-list li .xgxz-ctn .txt {
  color: #666666;
  margin-top: 0.15rem;
  display: flex;
}
.xgxz-list li .xgxz-ctn .txt span {
  display: inline-block;
  width: 50%;
}
.xgxz-list li .sm {
  padding: 0.15rem 0.2rem 0.15rem 0.25rem;
  color: #666666;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.hyml-t {
  display: flex;
  padding: 0.2rem;
}
.hyml-t .item {
  margin-right: 0.7rem;
}
.hyml-list {
  padding-left: 0.2rem;
  margin-bottom: 0.3rem;
}
.hyml-list li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.2rem 0.2rem 0.13rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
}
.hyml-list li em {
  display: block;
  color: #1961ac;
  font-size: 14px;
  font-weight: normal;
}
.hyml-list li span {
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.hyml-page {
  text-align: center;
  padding: 0 0.2rem;
}
.hyml-page a {
  display: inline-block;
  width: 3.43rem;
  padding: 0.16rem 0;
  font-size: 16px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.hyml-page a:last-of-type {
  margin-right: 0;
}
.nfcq-footer {
  background-color: #333333;
  font-size: 12px;
  color: #cccccc;
  padding: 0.35rem 0.2rem;
  text-align: center;
  line-height: 30px;
}
.nfcq-footer a {
  color: #ccc;
}
.yxbm-h {
  height: 0.2rem;
  background-color: #f5f5f5;
}
.yxbm-form {
  padding: 0.3rem 0.2rem;
}
.yxbm-item {
  margin-bottom: 0.35rem;
}
.yxbm-item label {
  display: block;
  padding-left: 0.1rem;
  color: #666666;
  margin-bottom: 0.05rem;
}
.yxbm-item .input {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.15rem 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #e0e0e0;
  font-size: 12px;
}
.yxbm-item textarea {
  height: 2.5rem;
}
.yxbm-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, #379be7, #175ee9);
  text-align: center;
}
.yxbm-btn input {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: none;
  line-height: 0.9rem;
}

/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}
.indexcontent{padding-left:3%!important;padding-right: 3%!important}
.clear{ clear:both; height:0;line-height:0; overflow:hidden; display:block;}


/*报名*/

.bm_header{
	padding:10px 3%;
	position: relative;
	/*position:fixed;*/
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
}
.bm_header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
.bm_title1{ background:#ff8900; padding:5px 3%; height:50px; line-height:40px; font-size:16px; color:#fff; font-weight:bold; position:relative;}
.bm_title1 .ico{ height:20px; vertical-align:middle; margin-right:5px; position:relative; top:-2px;}
.bm_sf_box{ border-bottom:#e5e5e5 1px solid;}

input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

input[type="checkbox"]::after {
	position: absolute;
	top: 0;
	color: #000;
	width: 16px;
	height: 16px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px
}

input[type="checkbox"]:checked::after {
	font-family:'宋体';
	content: "✓";
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-color: #ff8900;
}

.bm_checkbox{ line-height:50px; font-size:16px;}
.bm_checkbox .bm_inp_checkbox{ position: relative; top: 0px; margin-right: 5px;}
.bm_checkbox label{ margin-right:20px;}


.bm_box{ position:relative;}
.bm_box .title{ font-size:16px; color:#333333; line-height:40px;}
.bm_box .title span{ color:#e02323; margin-right:5px;}
.bm_box .add_inp{ display:block; width:100%; height:40px; border:0; background:#f4f4f4; padding:0 10px; box-sizing:border-box; font-size:14px; outline:none;}
.bm_box .add_inp.laydate-icon{ background:url(../images/icon.png) #f4f4f4 right center no-repeat;}
.bm_box .add_textarea{ display:block; width:100%; height:70px; line-height:30px; border:0; background:#f4f4f4; padding:5px 10px; box-sizing:border-box; font-size:14px; outline:none; font-family:"微软雅黑";}

.bm_box1{ width:48%;}
.bm_box2 .bm_box2_c{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.bm_box2 .bm_box2_c:nth-child(2),
.bm_box2 .bm_box2_c:nth-child(3){ margin-top:0;}
.bm_box2 .bm_box2_c:nth-child(2n){ margin-left:0;}
.bm_box2 .bm_box2_c a.fhadd_a{ display:inline-block; position:relative; height:40px; line-height:40px; font-size:14px; color:#0051bc;}
.bm_box2 .bm_box2_c a.fhadd_a .fhadd_ico{ vertical-align:middle; position:relative; top:-2px; height:18px; margin-right:5px;}

.bm_box2 .bm_box2_c a.wcnradd_a{ display:inline-block; position:relative; height:40px; line-height:40px; font-size:14px; color:#0051bc;}
.bm_box2 .bm_box2_c a.wcnradd_a .fhadd_ico{ vertical-align:middle; position:relative; top:-2px; height:18px; margin-right:5px;}


.bm_box .txt1{ font-size:14px; color:#666666; line-height:30px; padding-bottom:10px;}

.sfzadd_list li{ float:left; width:2rem; margin-left:20px;}
.sfzadd_list li:nth-child(2n+1){ margin-left:0;}
.sfzadd_list li img{ display:block; width:2rem; height:2rem; box-sizing:border-box; object-fit: contain;}
.sfzadd_list li .sfzadd_list_txt{ line-height:30px; font-size:14px; color:#333333; text-align:center; margin-top:5px;}
.zhadd_bt{ display:block; width:100%; margin:0 auto; height:50px; line-height:50px; text-align:center; font-size:16px; color:#fff; background:#ff8900; border:0;}

.bm_tx{ font-size:14px; color:#f51414; line-height:30px;}
.bm_jzsj{ font-size:16px; color:#f51414; line-height:30px; padding:10px 0;}

.h_xy_txt{ font-size:14px; color:#3e3e3e; line-height:25px;}
.h_xy_txt .h_xy_checkbox{ position:relative; top:0px; margin-right:5px;}
.h_xy_txt span.h_xy_a{ color:#0068c8;}

a.bm_xieyi{ color:#00F;}
.h_xieyi_box .layui-layer-content{ padding:10px 10px;}


/*汇款结果*/
.bmjg_khje_txt{ text-align:center; line-height:40px;}
.bmjg_khje_txt span{ display:inline-block; background:#ffe8cd; padding:0 20px; border-radius:10px; background:#ffe8cd; font-size:20px; color:#ff0303;}
.bm_box .bm_box_txt{ display:block; width:100%; height:40px; line-height:40px; border:0; background:#f4f4f4; padding:0 10px; box-sizing:border-box; font-size:14px; outline:none; position:relative;}
.bm_box .bm_box_txt .fuzhi{ position:absolute; top:0; right:0px; font-size:14px; color:#f51414; padding:0 10px;}

/*报名首页*/
.bm_list li{ float:left; width:48%; margin-left:4%; background:#f7f7f7; margin-top:20px;}
.bm_list li:nth-child(2n+1){ margin-left:0;}
.bm_list li:nth-child(1),
.bm_list li:nth-child(2){ margin-top:0;}
.bm_list li .img img{ display:block; width:2.3rem; height:2.3rem; object-fit: contain; border-radius:50%; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); margin:0 auto;}
.bm_list li .txt{ font-size:16px; color:#333333; line-height:30px; padding:5px 10px; text-align:center;}
.bm_list li .txt .ico{ display:inline-block; background:#ff8900; width:4px; height:4px; border-radius:50%; position:relative; top:-2px; margin:0 10px;}

.bm_list2 li{ margin-top:20px; padding-left:130px; position:relative;}
.bm_list2 li:nth-child(1){ margin-top:0;}
.bm_list2 li .img{ position:absolute; left:0; top:0;}
.bm_list2 li .img img{ display:block; width:120px;; height:90px; object-fit: cover;}
.bm_list2 li .txt{ height:90px; border-bottom:#b4b3b2 1px solid; box-sizing:border-box;}
.bm_list2 li .txt .txt1{ font-size:14px; font-weight:bold; color:#333; line-height:25px;}
.bm_list2 li .txt .txt2{ font-size:14px; color:#333333; line-height:20px;}
.bm_list2 li .txt .txt3{ font-size:14px; font-weight:bold; color:#333; line-height:24px;}


/*在线报名*/
.bottom_nav{ position:fixed; left:50%; bottom:0; width:100%; max-width:750px; transform:translateX(-50%); height:50px; background:#ffffff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:2;}
.bottom_nav li{ float:left; width:25%; position:relative;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#666666; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px; height:20px;}
.bottom_nav li a .ts{/* position:absolute; left:50%; top:50%; margin-left:16px; margin-top:5px;*/ display:inline-block; width:16px; height:16px; line-height:16px; text-align:center; background:#ee1600; border-radius:50%; font-size:12px; color:#fff;}

.bottom_nav li.on a{ color:#0a81fb;}


/*在线报名登录页面*/
.zxmblogin_bg{ background:url(../images/zxmblogin_bg.jpg) #f0f9ff center no-repeat; background-size:cover; height:100%; position:relative;}
.zxlogin_header{ padding:10px 3%; position: relative; text-align:center; background:#fff; height:60px; line-height:40px;}
.zxlogin_header .logo{ vertical-align:middle; height:30px;}
.zxlogin_header a.back_ico_a{ display:block; position:absolute; left:3%; top:10px; height:40px; line-height:40px; font-size:18px; color:#fff;}
.zxlogin_header .back_ico{ height:20px; vertical-align:middle; position:relative; top:-2px; margin-right:10px;}
.zxlogin_title{ font-size:24px; color:#000000; line-height:40px; text-align:center; font-weight:bold;}
.zxlogin_box{ background:#fff; padding:15px; border-radius:10px;}
.dl_nav li{ float:left; width:100px;}
.dl_nav li a{ display:block; font-size:18px; color:#000000; line-height:40px; text-align:center; font-weight:bold; position:relative;}
.dl_nav li.on a::after { content: ""; position:absolute; left:50%; bottom:0; width:30px; margin-left:-15px; height:3px; background-image: linear-gradient(to right, #1ca6ff, #0473f9);}

.login_inp{ height:50px; line-height:50px; position:relative; width:100%; margin:0 auto; background:#f6f6f6; border-radius:5px;}
.login_inp .xin{ position:absolute; left:-10px; top:0; display:block; width:10px; height:50px; line-height:50px; text-align:center; font-size:18px; color:#cb0000; font-weight:bold;}
.login_inp .inp{ display:block; background:#f6f6f6; width:100%; height:50px; line-height:50px; padding:0; border:0; font-size:16px; box-sizing:border-box; padding:0 10px 0 36px; outline:none;}
.login_inp .inp.ico1{ background:url(../images/login_inp_ico1.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico2{ background:url(../images/login_inp_ico2.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico3{ background:url(../images/login_inp_ico3.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico4{ background:url(../images/login_inp_ico4.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico5{ background:url(../images/login_inp_ico5.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico6{ background:url(../images/login_inp_ico6.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico7{ background:url(../images/login_inp_ico7.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .inp.ico8{ background:url(../images/login_inp_ico8.png) left 10px center no-repeat; background-size:auto 20px;}
.login_inp .code-btn{ position:absolute; right:10px; top:10px; width:90px; height:30px; line-height:30px; text-align:right; font-size:16px; color:#1494fd; text-align:center; border:0; background:#f6f6f6;}
.login-btn{ display:block; width:100%; height:50px; line-height:50px; text-align:center; background-image: linear-gradient(to right, #1ca6ff, #0473f9); border:0; border-radius:5px !important; font-size:18px; color:#fff; margin:0 auto;}
a.zc_a{ display:block; width:100%; height:50px; line-height:50px; text-align:center; border:0; font-size:16px; color:#179bfe; margin:0 auto;}


/*注册*/
.zc_inp_title{ position:relative; width:100%; font-size:18px; color:#000000; line-height:50px; font-weight:bold;}
.zc_inp_title .xin{ position:absolute; left:-10px; top:0; display:block; width:10px; height:50px; line-height:50px; text-align:center; font-size:18px; color:#cb0000; font-weight:bold;}

.zxmbsfzadd_list li{ float:left; width:2.6rem; margin-left:20px; border:#e9e9e9 1px solid; padding:5px;}
.zxmbsfzadd_list li:nth-child(2n+1){ margin-left:0;}
.zxmbsfzadd_list li img{ display:block; width:2.6rem; height:1.5rem; box-sizing:border-box; object-fit: contain; padding:5px;}
.zxmbsfzadd_list li .sfzadd_list_txt{ line-height:30px; font-size:14px; color:#777777; text-align:center;}


/*个人中心*/
.grzxgrzx_bg{ background:url(../images/zxmbgrzx_bg.jpg) #f0f9ff top 60px center no-repeat; background-size:cover; height:100%; position:relative;}
.grzxgrzx_top{ position:relative; height:90px; padding-left:100px;}
.grzxgrzx_top .tx{ border:#7cccff 3px solid; width:90px; height:90px; border-radius:50%; position:absolute; left:0; top:0;}
.grzxgrzx_top .grzxgrzx_top_title{ font-size:16px; color:#ffffff; font-weight:bold; line-height:30px;}
.grzxgrzx_top .grzxgrzx_top_dh{ font-size:14px; color:#ffffff; line-height:30px; padding-left:22px; background:url(../images/grzxgrzx_top_dh_ico.png) left center no-repeat; background-size:auto 20px;}
.grzxgrzx_top .grzxgrzx_top_lb{ background:#0070e5; width:80px; height:25px; text-align:center; line-height:30px; border-radius:5px; font-size:14px; color:#fff; line-height:25px; margin-top:5px;}
.grzxgrzx_top a.grzxgrzx_top_xg{ position:absolute; right:0; top:50%; margin-top:-12px; width:60px; height:24px; line-height:24px; text-align:center; font-size:14px; color:#fff; border:#fff 1px solid; border-radius:15px;}
.grzxgrzx_d2{ background:rgba(237,248,255,0.63); border-top-left-radius:15px; border-top-right-radius:15px;}
.grzxgrzx_d2 .grzxgrzx_d2_title{ padding-left:10px; position:relative; font-size:16px; color:#1c1d1d; font-weight:bold; line-height:30px;}
.grzxgrzx_d2 .grzxgrzx_d2_title::after { content: ""; position:absolute; left:0; top:50%; width:3px; margin-top:-8px; height:16px; background:#108cfc;}

.grzxgrzx_d2_list li{ background:#fff; padding:15px; border-radius:5px; margin-top:20px; position:relative;}
.grzxgrzx_d2_list li:nth-child(1){ margin-top:0;}
.grzxgrzx_d2_list li .title{ font-size:16px; color:#000000; line-height:30px; padding-right:30px; background:url(../images/grzxgrzx_more_ico.png) right center no-repeat; background-size:auto 16px;}
.grzxgrzx_d2_list li .txt1{ font-size:14px; color:#9c9c9c; line-height:30px;}
.grzxgrzx_d2_list li .zt{ display:inline-block; background:#12b00a; padding:0 15px; height:30px; text-align:center; border-radius:5px; font-size:14px; color:#fff; line-height:30px; margin-top:5px;}
.grzxgrzx_d2_list li .zt1{ background:#12b00a;}
.grzxgrzx_d2_list li .zt2{ background:#3ab1ff;}
.grzxgrzx_d2_list li .zt3{ background:#ffc30c;}

.grzxgrzx_d3_list li{ background:#fff; padding:10px 15px; border-radius:5px; margin-top:20px; position:relative;}
.grzxgrzx_d3_list li:nth-child(1){ margin-top:0;}
.grzxgrzx_d3_list li .title{ font-size:16px; color:#000000; line-height:30px; padding-right:30px; background:url(../images/grzxgrzx_more_ico.png) right center no-repeat; background-size:auto 16px;}
.grzxgrzx_d3_list li .title .ts{ display:inline-block; width:16px; height:16px; line-height:16px !important; text-align:center; background:#ee1600; border-radius:50%; font-size:12px; color:#fff; position:relative; margin-left:5px; top:-2px;}
.grzxgrzx_d3_list li .txt1{ font-size:14px; color:#9c9c9c; line-height:30px;}
.grzxgrzx_d3_list li .zt{ display:inline-block; background:#12b00a; padding:0 15px; height:30px; text-align:center; border-radius:5px; font-size:14px; color:#fff; line-height:30px; margin-top:5px;}
.grzxgrzx_d3_list li .zt1{ background:#12b00a;}
.grzxgrzx_d3_list li .zt2{ background:#3ab1ff;}
.grzxgrzx_d3_list li .zt3{ background:#ffc30c;}

a.grzxgrzx_tcdl{ display:block; background:#fff; padding:10px 15px; border-radius:5px; position:relative;font-size:16px; color:#9a9a9a; line-height:30px; text-align:center;}


/*基本资料修改*/
.zxjbxx_header{ padding:10px 3%; position: relative; text-align:center; background:url(../images/zxmbgrzx_bg.jpg) #f0f9ff top center no-repeat; background-size:cover; height:60px; line-height:40px; font-size:18px; color:#ffffff;}
.zxjbxx_header a.back_ico_a{ display:block; position:absolute; left:3%; top:10px; height:40px; line-height:40px; font-size:18px; color:#fff;}
.zxjbxx_header .back_ico{ height:20px; vertical-align:middle; position:relative; top:-2px; margin-right:10px;}

.zxjbxx_list li{ padding:5px 0; border-bottom:#efefef 1px solid; line-height:40px; position:relative;}
.zxjbxx_list li .title{ font-size:16px; color:#000000; line-height:40px;}
.zxjbxx_list li .tximg{ position:absolute; right:0; top:5px; width:40px; height:40px; border-radius:50%;}
.zxjbxx_list li .tximg img{ width:40px; height:40px; border-radius:50%; object-fit: cover;}
.zxjbxx_list li .inpbox{ position:absolute; right:0; top:5px; width:100%; height:40px; padding-left:110px; box-sizing:border-box;}
.zxjbxx_list li .inpbox .inp{ display:block; width:100%; height:40px; line-height:40px; text-align:right; font-size:16px; color:#6d6d6d;}


/*个人中心新闻*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:20px;}
.zxnews_header{ padding:10px 3%; position: relative; text-align:center; background:url(../images/zxnews_header_bg.jpg) #f0f9ff top center no-repeat; background-size:cover; height:60px; line-height:40px; font-size:18px; color:#256ab2; font-weight:bold;}
.zxnews_header a.back_ico_a{ display:block; position:absolute; left:3%; top:10px; height:40px; line-height:40px; font-size:18px; color:#fff;}
.zxnews_header .back_ico{ height:20px; vertical-align:middle; position:relative; top:-2px; margin-right:10px;}

.zxmbnews_list li{ background:#fff; padding:15px; border-radius:5px; margin-top:20px; position:relative;}
.zxmbnews_list li:nth-child(1){ margin-top:0;}
.zxmbnews_list li .title{ font-size:16px; color:#000000; line-height:30px; padding-right:30px; padding-right:80px; position:relative;}
.zxmbnews_list li .title .ico{ position:absolute; right:0; top:2px; width:60px; height:26px; line-height:26px; text-align:center; background:#b5b5b5; font-size:14px; color:#fff; border-radius:13px;}
.zxmbnews_list li .title .ico.wd{  background:#ffd2d2; color:#cf0000;}
.zxmbnews_list li .title2{ font-size:16px; color:#000000; line-height:30px; padding-right:30px; position:relative;}
.zxmbnews_list li .txt1{ font-size:14px; color:#9c9c9c; line-height:30px;}
.zxmbnews_list li .txt2{ font-size:14px; color:#9c9c9c; line-height:30px; text-align:right;}

.news_i_l{ box-sizing:border-box; padding:15px; background:#fff;}
.news_i_title1{ font-size:18px; color:#2c2b2b; line-height:30px; font-weight:bold; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#c4c4c4; line-height:40px; text-align:center; padding-bottom:10px; border-bottom:#e8e8e8 1px solid;}
.news_i_desc{ background:#f7f7f7; padding:10px 10px; font-size:14px; color:#989898; line-height:30px;}
.news_i_hit{ font-size:14px; color:#939393; text-align:right; line-height:30px; border-bottom:#e8e8e8 1px solid;}
.news_i_more_l{ /*float:left; width:46%;*/ font-size:14px; color:#585858; line-height:30px;}
.news_i_more_r{ /*float:right; width:46%;*/ font-size:14px; color:#585858; line-height:30px;}
.news_i_r{ float:right; width:31.8%; box-sizing:border-box; padding:15px; background:#fff;}
.news_i_r_title{ font-size:18px; color:#1f1f1f; line-height:50px; font-weight:bold; border-bottom:#e7e7e7 1px solid;}
.news_i_r_list li{ margin-top:30px; border:#e8e8e8 1px solid; padding:25px 15px;}
.news_i_r_list li .img{ float:left; width:50%;}
.news_i_r_list li .img img{ display:block; width:100%; height:120px; object-fit: cover;}
.news_i_r_list li .txt{ float:right; width:44%;}
.news_i_r_list li .txt .txt1{ font-size:16px; color:#2c2b2b; line-height:30px; padding-top:10px; transition:all 0.3s;}
.news_i_r_list li .txt .txt2{ font-size:16px; color:#c4c4c4; line-height:30px; padding-top:10px;}
.news_i_r_list li:hover .txt .txt1{ color:#0369be;}

/*个人报名*/
.zxmbgrbm_bg{ background:url(../images/zxmbgrbm_bg.jpg) #f0f9ff top center no-repeat; background-size:cover; height:100%; position:relative;}
.zxmbgrbm_title{ font-size:18px; color:#000000; font-weight:bold; line-height:30px; text-align:center; padding-bottom:10px; position:relative;}
.zxmbgrbm_title::after { content: ""; position:absolute; left:50%; bottom:0; width:30px; margin-left:-15px; height:3px; background-image: linear-gradient(to right, #1ca6ff, #0473f9);}
.zxmbgrbm_box{ background:#fff; padding:15px; border-radius:5px; position:relative;}

.i_d5_c-container{ padding-bottom:30px !important;}
.i_d5_c_list li{ position:relative;}
.i_d5_c_list li .img{
  position: relative;
  padding: 60% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#fff;
  border:#c1c1c1 1px solid;
}
.i_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d5_c_list li .txt{ width:100%; height:40px; font-size:16px; color:#000000; line-height:40px; text-align:center;}

.i_d5_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.i_d5_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.i_d5_c-pagination .swiper-pagination-bullet-active{ background:#097efa;}

.zxmbgrbm_check{ text-align:center; font-size:14px; color:#b2b2b2; line-height:30px;}
.zxmbgrbm_check input{ position:relative; top:-1px; margin-right:5px;}

/*个人报名2*/
.zxmbgrbm_title2{ font-size:18px; color:#000000; line-height:30px; text-align:center; padding-bottom:10px; position:relative;}

canvas {
	border: 1px solid #cdcdcd;
	max-width:100%;
	display:block;
	margin:0 auto;
	background:#f7f7f7;
}

.save-btn { display:block; width:100%; height:50px; line-height:50px; text-align:center; background-image: linear-gradient(to right, #1ca6ff, #0473f9); border:0; border-radius:5px !important; font-size:18px; color:#fff; margin:0 auto;}
#imageForm{ display:none;}
.canvas_txt{ font-size:14px; color:#e92201; line-height:30px; margin-top:5px; height:30px; position:relative; padding-right:100px;}
.canvas_txt .canvas_reset{ position:absolute; right:0; top:0; width:60px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#696969; border:#cdcdcd 1px solid; border-radius:5px;}

/*企业报名*/
.zxmbqybm_title{ font-size:18px; color:#000000; line-height:30px; font-weight:bold; position:relative;}
.zxmbqybm_title .xin{ position:absolute; left:-10px; top:0; display:block; width:10px; height:30px; line-height:30px; text-align:center; font-size:18px; color:#cb0000; font-weight:bold;}
.zxmbqybm_xz_list li{ background:url(../images/zxmbqybm_xz_ico.png) #f7f7f7 left 10px center no-repeat; background-size:auto 50px;; height:70px; position:relative; padding-left:70px; padding-right:70px; margin-top:20px;}
.zxmbqybm_xz_list li .title{ position:absolute; left:76px; top:50%; right:100px; line-height:25px; font-size:14px; color:#000000; transform:translateY(-50%);}
.zxmbqybm_xz_list li a.zxmbqybm_xz_a{ position:absolute; right:10px; top:50%; width:90px; line-height:30px; font-size:14px; color:#fff; text-align:center; transform:translateY(-50%); background:#0473f9; border-radius:5px;}
.zxmbqybm_xz_list li a.zxmbqybm_xz_a .ico{ position:relative; vertical-align:middle; margin-right:2px; top:-1px; height:14px;}
.zxmbqybm_box2{ background:#f7f7f7; padding:10px;}

.zxmbqybm_box2_list li{ float:left; width:32%; margin-left:2%; border:#e8e8e8 1px solid;}
.zxmbqybm_box2_list li:nth-child(3n+1){ margin-left:0;}
.zxmbqybm_box2_list li img{ display:block; width:100%; box-sizing:border-box; object-fit: contain;}
.zxmbqybm_box2_txt1{ font-size:14px; color:#8a8a8a; line-height:25px; margin-top:5px;}



/*报名完成提示*/
.zxmbbmok_box{ background:url(../images/zxmbbmok_ico.png) #fff top 0.8rem center no-repeat; background-size:100% auto; padding:15px; border-radius:10px; padding-top:3.3rem;}
.zxmbbmok_box .title1{ font-size:18px; color:#000000; font-weight:bold; text-align:center; line-height:30px;}
.zxmbbmok_box .title2{ font-size:16px; color:#b2b2b2; text-align:center; line-height:30px;}
a.tzurl { display:block; width:100%; height:50px; line-height:50px; text-align:center; background-image: linear-gradient(to right, #1ca6ff, #0473f9); border:0; border-radius:5px !important; font-size:18px; color:#fff; margin:0 auto;}


/*待交保保证金页面*/
.zxmbdjbzj_title{ font-size:18px; color:#fff; font-weight:bold; line-height:30px; text-align:center; padding-bottom:10px; position:relative;}
.zxmbdjbzj_title::after { content: ""; position:absolute; left:50%; bottom:0; width:30px; margin-left:-15px; height:3px; background:#fff;}

.zxmbdjbzj_box{ background:#f5fbff; border-top-left-radius:15px; border-top-right-radius:15px;}
.zxmbdjbzj_box .grzxgrzx_d2_title{ padding-left:10px; position:relative; font-size:16px; color:#1c1d1d; font-weight:bold; line-height:30px;}
.zxmbdjbzj_box .grzxgrzx_d2_title::after { content: ""; position:absolute; left:0; top:50%; width:3px; margin-top:-8px; height:16px; background:#108cfc;}

.zxmbdjbzj_jd li{ float:left; width:20%; position:relative;}
.zxmbdjbzj_jd li .ico{ width:15px; height:15px; background:url(../images/zxmbdjbzj_ico3.png) center no-repeat; background-size:100% 100%; margin:0 auto; position:relative; z-index:2;}
.zxmbdjbzj_jd li .txt{ font-size:12px; color:#8c8c8c; text-align:center; line-height:30px;}
.zxmbdjbzj_jd li::before{ content: ""; position:absolute; left:0; top:7px; width:50%; height:1px; background:#c5c5c5;}
.zxmbdjbzj_jd li::after{ content: ""; position:absolute; right:0; top:7px; width:50%; height:1px; background:#c5c5c5;}
.zxmbdjbzj_jd li:first-child::before{ display:none;}
.zxmbdjbzj_jd li:last-child::after{ display:none;}
.zxmbdjbzj_jd li.jd1 .ico{ background:url(../images/zxmbdjbzj_ico1.png) center no-repeat; background-size:100% 100%;}
.zxmbdjbzj_jd li.jd1::before{ background:#179cfe;}
.zxmbdjbzj_jd li.jd1::after{ background:#179cfe;}
.zxmbdjbzj_jd li.jd2 .ico{ background:url(../images/zxmbdjbzj_ico2.png) center no-repeat; background-size:100% 100%;}
.zxmbdjbzj_jd li.jd2::before{ background:#179cfe;}
.zxmbdjbzj_jd li.jd2::after{ background:#c5c5c5;}


.zxmbdjbzj_d2_list{ background:#fff; padding:0 15px; border-radius: 5px;}
.zxmbdjbzj_d2_list li{ padding:5px 0; border-top:#efefef 1px solid; line-height:40px; position:relative;}
.zxmbdjbzj_d2_list li .title{ font-size:14px; color:#606060; line-height:40px;}
.zxmbdjbzj_d2_list li .txt{ position:absolute; right:0; top:5px; width:100%; height:40px; padding-left:100px; box-sizing:border-box; font-size:14px; color:#000000; line-height:40px; text-align:right;}
.zxmbdjbzj_d2_list li:nth-child(1){ border-top:0;}


/*查看报名资料*/
.zxmbdck_hr{ background:#efefef; height:1px;}


.zxmbdck_box2_list li{ float:left; width:32%; margin-left:2%; border:#e8e8e8 1px solid; padding:5px; box-sizing:border-box;}
.zxmbdck_box2_list li:nth-child(3n+1){ margin-left:0;}
.zxmbdck_box2_list li img{ display:block; width:100%; box-sizing:border-box; object-fit: contain;}
.zxmbdck_box2_txt1{ font-size:14px; color:#8a8a8a; line-height:25px; margin-top:5px;}
