.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;
}
.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_right.png) no-repeat right center;
  font-weight: bold;
}
.personnel-sideMenu > h3.on {
  background-image: url(../images/icon_down.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: #fff;
  font-weight: 800;
  font-size: 18px;
  background-image: linear-gradient(to right, #379be7, #175fe9);
  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: #1860e9;
  flex: 1;
  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;}


