* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  color: #333333;
  font-size: 0.24rem;
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
}
html {
  font-size: 625%;
}
a {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
input,
select，button {
  outline: none;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, sans-serif;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="date"] {
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #fff;
}
@font-face {
  font-family: "FZZYJW";
  font-display: swap;
  src: url("font/FZZYJW.eot");
  /* IE9 */
  src: url("font/FZZYJW.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("font/FZZYJW.woff") format("woff"), /* chrome、firefox */ url("font/FZZYJW.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("font/FZZYJW.svg#webfont") format("svg");
  /* iOS 4.1- */
}
p:has(img) {
  text-indent: 0 !important;
}
.wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.top {
  position: relative;
  z-index: 2021;
  width: 100%;
  background-color: #2f2f2f;
  height: 0.91rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.top .logo {
  display: flex;
  align-items: center;
}
.top .logo img {
  display: block;
  height: 0.5rem;
}
.top .logo p {
  font-size: 0.2rem;
  color: #fff;
  margin-left: 0.15rem;
}
.top .t_r {
  display: flex;
}
.top .search_box {
  width: 0.33rem;
  height: 0.33rem;
  background: url(/style/img/icon_search.png) no-repeat center;
  background-size: contain;
  margin-right: 0.6rem;
}
.top .menu_btn {
  width: 0.33rem;
}
.top .menu_btn img {
  display: block;
  width: 100%;
}
.banner #slide_swiper {
  width: 100%;
  height: 3.97rem;
}
.banner #slide_swiper img {
  display: block;
  width: 100%;
  height: 3.97rem;
}
.banner #slide_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 1;
}
.banner #slide_swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2f2f2f;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px !important;
}
.nav_list {
  overflow: hidden;
  margin-top: 0.34rem;
}
.nav_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.nav_list ul li {
  width: 1.05rem;
  margin-bottom: 0.08rem;
  margin: 0 0.2rem;
}
.nav_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_list ul li a span {
  display: flex;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  position: relative;
}
.nav_list ul li a span::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.64rem;
}
.nav_list ul li:nth-of-type(1) span {
  background-color: #b7cdf4;
}
.nav_list ul li:nth-of-type(1) span::after {
  background-color: #c5dbf9;
}
.nav_list ul li:nth-of-type(2) span {
  background-color: #6bb077;
}
.nav_list ul li:nth-of-type(2) span::after {
  background-color: #61be73;
}
.nav_list ul li:nth-of-type(3) span {
  background-color: #f79f93;
}
.nav_list ul li:nth-of-type(3) span::after {
  background-color: #fba99a;
}
.nav_list ul li:nth-of-type(4) span {
  background-color: #9ed16c;
}
.nav_list ul li:nth-of-type(4) span::after {
  background-color: #a8df63;
}
.nav_list ul li:nth-of-type(5) span {
  background-color: #ebce88;
}
.nav_list ul li:nth-of-type(5) span::after {
  background-color: #f3dc8b;
}
.nav_list ul li:nth-of-type(6) span {
  background-color: #4cc6aa;
}
.nav_list ul li:nth-of-type(6) span::after {
  background-color: #63dfc3;
}
.nav_list ul li:nth-of-type(7) span {
  background-color: #9590ec;
}
.nav_list ul li:nth-of-type(7) span::after {
  background-color: #aba7f5;
}
.nav_list ul li:nth-of-type(8) span {
  background-color: #b7cdf4;
}
.nav_list ul li:nth-of-type(8) span::after {
  background-color: #c5dbf9;
}
.nav_list ul li:nth-of-type(9) span {
  background-color: #fe8484;
}
.nav_list ul li:nth-of-type(9) span::after {
  background-color: #fe9a9a;
}
.nav_list ul li:nth-of-type(10) span {
  background-color: #72ce9f;
}
.nav_list ul li:nth-of-type(10) span::after {
  background-color: #82e7b4;
}
.nav_list ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.nav_list ul li span img {
  position: relative;
  z-index: 2;
  display: block;
  height: 0.36rem;
  width: auto;
}
.nav_list ul li p {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.66rem;
}
.section_title {
  text-align: center;
  color: #333333;
  position: relative;
  height: 1.07rem;
  overflow: hidden;
}
.section_title h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.26rem;
  text-transform: uppercase;
}
.section_title::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  bottom: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #2f2f2f;
}
.section_title::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 0.07rem;
  bottom: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #88000c;
}
.section_c1 {
  background-color: #f9f9f9;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.section_c1 .mian_box {
  padding: 0.31rem 0.2rem 0;
  overflow: hidden;
  position: relative;
  height: 4.59rem;
}
.section_c1 .mian_box::before {
  content: "";
  position: absolute;
  top: 0.31rem;
  right: 0.2rem;
  width: 4rem;
  height: 1.4rem;
  background-color: #88000c;
}
.section_c1 .mian_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: 4rem;
  height: 1.4rem;
  background-color: #2f2f2f;
}
.section_c1 .mian_box .content {
  position: relative;
  z-index: 1;
  width: 6.92rem;
  height: 4.41rem;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  margin-top: 0.09rem;
  margin-left: 0.08rem;
}
.section_c1 .mian_box .content .txts_con {
  width: 6.92rem;
  background: url(/style/img/icon_q.png) no-repeat 0.12rem 0.2rem;
  background-size: 0.75rem 0.65rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #666666;
  text-align: justify;
  padding-left: 0.26rem;
  padding-right: 0.22rem;
  box-sizing: border-box;
  padding-top: 0.32rem;
}
.section_c1 .mian_box .content .txt {
  text-indent: 2em;
  height: 3.08rem;
  overflow: hidden;
}
.section_c1 .mian_box .content .btn {
  background-color: #88000c;
  font-size: 0.24rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.34rem;
  height: 0.44rem;
  border-radius: 0.08rem;
  margin-top: 0.18rem;
}
.section_c1 .mian_box .content .btn a {
  color: #fff;
}
.full_img {
  width: 100%;
  height: 1.74rem;
  background: url(/style/img/full_img.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.full_img h2 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.38rem;
  padding-left: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.full_img .imgbox {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  margin-left: 0.8rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_img .imgbox img {
  display: block;
  height: 1.3rem;
  border-radius: 0.08rem;
}
.section_c2 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.section_c2 .new_slide {
  overflow: hidden;
  margin-top: 0.31rem;
}
.section_c2 .new_slide .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0.25rem;
  color: #999999;
  position: relative;
  height: 0.48rem;
  line-height: 0.44rem;
}
.section_c2 .new_slide .tabs a.active {
  color: #88000c;
  position: relative;
}
.section_c2 .new_slide .tabs a.active::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.21rem;
  bottom: 0;
  height: 4px;
  width: 0.42rem;
  background-color: #88000c;
}
.section_c2 .new_slide .tabs span {
  width: 0.77rem;
  height: 0.48rem;
  position: relative;
}
.section_c2 .new_slide .tabs span::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0.38rem;
  width: 1px;
  height: 0.22rem;
  background-color: #d0d0d0;
}
.section_c2 .new_slide .slide_wrap {
  padding: 0 0.2rem 0.26rem;
  overflow: hidden;
  margin-top: 0.2rem;
}
.section_c2 .new_slide .slide_wrap .swiper-container {
  background-color: #fff;
  padding-bottom: 0.26rem;
  overflow: hidden;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide {
  width: 100%;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.2rem 0.2rem 0;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide ul li {
  width: 3.17rem;
  margin-bottom: 0.2rem;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide ul li a img {
  display: block;
  width: 3.17rem;
  height: 2.02rem;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide ul li a p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: justify;
  margin-top: 0.18rem;
}
.section_c2 .new_slide .slide_wrap .swiper-container .swiper-slide .morenews {
  display: flex;
  margin: 0.13rem auto 0;
  width: 2.34rem;
  height: 0.42rem;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #88000c;
  border: 1px solid #88000c;
  font-size: 0.24rem;
  border-radius: 0.06rem;
}
.section_c3 {
  width: 100%;
  overflow: hidden;
  background: url(/style/img/major_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.46rem;
}
.section_c3 .s_title {
  text-align: center;
  color: #ffffff;
  position: relative;
  height: 1.07rem;
  overflow: hidden;
}
.section_c3 .s_title h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.26rem;
  text-transform: uppercase;
}
.section_c3 .s_title::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  bottom: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #dde33d;
}
.section_c3 .s_title::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 0.07rem;
  bottom: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #88000c;
}
.section_c3 .major_list {
  color: #ffffff;
  margin-top: 0.3rem;
}
.section_c3 .major_list ul {
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_c3 .major_list ul li {
  width: 3.18rem;
  overflow: hidden;
  margin-bottom: 0.33rem;
}
.section_c3 .major_list ul li img {
  display: block;
  width: 100%;
  height: 1.94rem;
}
.section_c3 .major_list ul li a {
  color: #ffffff;
}
.section_c3 .major_list ul li h4 {
  font-size: 0.24rem;
  margin-top: 0.23rem;
}
.section_c3 .major_list ul li .txt {
  color: #ededed;
  font-size: 0.22rem;
  line-height: 0.38rem;
  height: 1.14rem;
  overflow: hidden;
  margin-top: 0.1rem;
}
.section_c3 .swiper-button-next,
.section_c3 .swiper-button-prev {
  position: relative;
  top: 0;
  width: 1.32rem;
  height: 0.44rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #88000c;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  margin: 0 auto;
}
.section_c3 .swiper-button-next::after,
.section_c3 .swiper-button-prev::after {
  content: "";
}
.section_c4 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.47rem;
}
.section_c4 .my-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.2rem 0.2rem 0.32rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.section_c4 .my-gallery figure {
  width: 3.38rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.section_c4 .my-gallery figure .time {
  height: 0.64rem;
  position: relative;
  display: flex;
  align-items: center;
}
.section_c4 .my-gallery figure .time p {
  font-size: 0.24rem;
  color: #666666;
}
.section_c4 .my-gallery figure .time span {
  font-size: 0.18rem;
  color: #999999;
  margin-left: 0.13rem;
}
.section_c4 .my-gallery figure .time::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #d70316, #2e2e2e);
}
.section_c4 .my-gallery figure .time::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #2e2e2e;
  border-radius: 50%;
}
.section_c4 .my-gallery figure .time .abdot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #d70316;
  border-radius: 50%;
}
.section_c4 .my-gallery figure a p {
  height: 0.71rem;
  line-height: 0.71rem;
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section_c4 .my-gallery figure a img {
  display: block;
  width: 100%;
  height: 1.94rem;
}
.section_c4 .swiper-button-next,
.section_c4 .swiper-button-prev {
  position: relative;
  top: 0;
  width: 1.32rem;
  height: 0.44rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #88000c;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  margin: 0 auto;
}
.section_c4 .swiper-button-next::after,
.section_c4 .swiper-button-prev::after {
  content: "";
}
.section_c5 {
  background-color: #f9f9f9;
}
.section_c5 .section_main {
  padding-top: 0.31rem;
  padding-bottom: 0.16rem;
  overflow: hidden;
}
.section_c5 .section_main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.section_c5 .section_main ul li {
  width: 3.17rem;
}
.section_c5 .section_main ul li img {
  display: block;
  width: 100%;
  height: 2.02rem;
  object-fit: cover;
}
.section_c5 .section_main ul li p {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #333333;
  padding: 0.14rem 0 0.27rem;
  word-break: break-all;
}
.form_section {
  width: 100%;
  overflow: hidden;
  background: url(/style/img/form_b_bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.37rem;
  padding-top: 0.53rem;
}
.form_section .title {
  text-align: center;
  color: #fff;
  margin-bottom: 0.25rem;
}
.form_section .title h4 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.07rem;
}
.form_section .title p {
  font-size: 0.2rem;
}
.form_section ul {
  padding: 0 0.6rem;
  overflow: hidden;
}
.form_section ul li {
  height: 0.64rem;
  margin-bottom: 0.2rem;
}
.form_section ul li:last-child {
  width: 100%;
}
.form_section ul li:nth-of-type(1) input {
  background: url(/style/img/icon_f_b1.png) no-repeat 0.14rem center #fff;
  background-size: 0.19rem 0.22rem;
}
.form_section ul li:nth-of-type(2) input {
  background: url(/style/img/icon_f_b2.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(3) input {
  background: url(/style/img/icon_f_b3.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(4) input {
  background: url(/style/img/icon_f_b4.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(5) select {
  background: url(/style/img/icon_f_b5.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem 0.21rem;
}
.form_section ul li input {
  display: block;
  width: 100%;
  height: 0.64rem;
  background-color: #fff;
  border: none;
  padding-left: 0.54rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333333;
}
.form_section ul li select {
  display: block;
  width: 100%;
  height: 0.64rem;
  background-color: #fff;
  border: none;
  padding-left: 0.54rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333333;
}
.form_section input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto 0;
  width: 2.57rem;
  height: 0.7rem;
  background-color: #f18634;
  font-size: 0.26rem;
  color: #ffffff;
  border: none;
}
.bom_section {
  width: 100%;
  overflow: hidden;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.8rem;
  box-sizing: border-box;
  margin-bottom: 0.98rem;
}
.bom_section .txt {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.bom_section .txt a {
  color: #ffffff;
}
.bom_section img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}
.footer {
  width: 100%;
  overflow: hidden;
  background-color: #2f2f2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 1.04rem;
  box-sizing: border-box;
  margin-bottom: 0.98rem;
}
.footer .txt {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.48rem;
  text-align: center;
}
.footer .txt a {
  color: #ffffff;
}
.footer .code {
  padding-top: 0.26rem;
}
.footer .code ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .code ul li {
  width: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.2rem;
}
.footer .code ul li img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}
.footer .code ul li p {
  font-size: 0.24rem;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 2;
  padding-top: 0.12rem;
}
.fixed_ft {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2020;
  width: 100%;
  height: 0.98rem;
}
.fixed_ft ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 0.98rem;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.fixed_ft ul li {
  width: 25%;
  height: 0.98rem;
}
.fixed_ft ul li:nth-of-type(1) a img {
  width: 0.38rem;
  height: 0.33rem;
}
.fixed_ft ul li:nth-of-type(1) a p {
  color: #88000c;
}
.fixed_ft ul li:nth-of-type(2) a img {
  width: 0.42rem;
  height: 0.33rem;
}
.fixed_ft ul li:nth-of-type(3) a img {
  width: 0.41rem;
  height: 0.37rem;
}
.fixed_ft ul li:nth-of-type(4) a img {
  width: 0.33rem;
  height: 0.32rem;
}
.fixed_ft ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 0.98rem;
}
.fixed_ft ul li a img {
  display: block;
}
.fixed_ft ul li a p {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #96979c;
  line-height: 0.48rem;
}
.shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2020;
}
.shade .inner {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.35);
}
.nav_toggle {
  display: none;
  position: absolute;
  top: 0.91rem;
  left: 0;
  width: 100%;
  z-index: 2021;
}
.nav_toggle ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  position: relative;
}
.nav_toggle ul::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: 0.24rem;
  border-width: 0.1rem;
  border-color: transparent transparent white transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.nav_toggle ul li {
  width: 100%;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.nav_toggle ul li > a {
  display: flex;
  align-items: center;
  height: 0.54rem;
  font-size: 0.24rem;
  color: #333333;
  background-color: #f3f3f3;
  padding-left: 0.2rem;
}
.nav_toggle ul li .slide_nav {
  display: flex;
  align-items: center;
  height: 0.54rem;
  font-size: 0.24rem;
  color: #333333;
  background-color: #f3f3f3;
  padding-left: 0.2rem;
  position: relative;
}
.nav_toggle ul li .slide_nav .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.82rem;
  height: 0.54rem;
  background-color: #dfdfdf;
}
.nav_toggle ul li .slide_nav .menu.current::after {
  transform: rotate(180deg);
}
.nav_toggle ul li .slide_nav .menu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0.24rem;
  margin-right: -0.12rem;
  margin-top: -1px;
  height: 2px;
  background-color: #999999;
}
.nav_toggle ul li .slide_nav .menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0.24rem;
  margin-right: -0.12rem;
  margin-top: -1px;
  height: 2px;
  background-color: #999999;
  transform: rotate(90deg);
  transition: all 0.2s ease-in;
}
.nav_toggle ul li dl {
  display: none;
  padding: 0.2rem 0;
  overflow: hidden;
}
.nav_toggle ul li dl dd {
  float: left;
  font-size: 0.22rem;
  color: #666666;
  padding-left: 0.2rem;
  line-height: 1.5;
}
.page_t_img {
  width: 100%;
  overflow: hidden;
}
.page_t_img img {
  display: block;
  width: 100%;
  height: auto;
}
.currentPath {
  padding: 0 0.2rem;
  overflow: hidden;
}
.currentPath .inner {
  height: 54px;
  line-height: 54px;
  background: url(/style/img/icon_home.png) no-repeat left center;
  border-bottom: 1px dashed #cacaca;
  padding-left: 24px;
}
.p_m_body {
  padding-bottom: 0.6rem;
}
.article_content {
  padding: 0 0.3rem;
  overflow: hidden;
  text-align: justify;
}
.article_content .article_title {
  overflow: hidden;
  margin-top: 0.24rem;
}
.article_content .article_title h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  text-align: justify;
}
.article_content .article_title p {
  font-size: 0.2rem;
  color: #cacaca;
}
.article_content .article_title .article_time {
  margin-top: 0.2rem;
}
.article_content .article_main {
  font-size: 0.3rem;
  color: #666666;
  line-height: 0.54rem;
  word-break: break-all;
  padding-top: 0.3rem;
}
.article_content .article_main p {
  text-indent: 2em;
  margin-bottom: 0.24rem;
}
.article_content .article_main img {
  display: block;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.article_content .article_main table {
  width: 100%;
  border-collapse: collapse;
}
.article_content .article_main table th {
  border: 1px solid #dbdbdb;
  padding: 0.08rem 0.1rem;
  text-align: center;
  background-color: #f7f7f7;
}
.article_content .article_main table td {
  border: 1px solid #dbdbdb;
  padding: 0.08rem 0.1rem;
}
.map_content {
  font-size: 0.3rem;
  line-height: 0.64rem;
  text-align: justify;
  color: #666666;
  word-break: break-all;
  margin-top: 0.3rem;
}
.map_content img {
  display: block;
  width: 100%;
}
.map_content h4 {
  font-weight: bold;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #f5f5f5;
  padding-left: 0.1rem;
  margin: 0.3rem 0;
}
.lq_form {
  padding: 0 0.3rem;
  overflow: hidden;
}
.lq_form h2 {
  text-align: center;
  color: #3f3f3f;
  font-size: 0.34rem;
  height: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lq_form ul {
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.lq_form ul li {
  height: 0.86rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
}
.lq_form ul li:last-child {
  border-bottom: none;
}
.lq_form ul li label {
  display: block;
  width: 1.2rem;
  text-align: right;
}
.lq_form ul li input {
  display: block;
  width: 5.2rem;
  height: 0.86rem;
  border: none;
  padding-left: 0.1rem;
}
.lq_form .tips {
  font-size: 0.24rem;
  color: red;
  margin-top: 0.24rem;
}
.lq_form .submit_btn {
  display: block;
  margin: 0.3rem auto;
  width: 1.89rem;
  height: 0.55rem;
  -webkit-border-radius: 0.59rem;
  -moz-border-radius: 0.59rem;
  border-radius: 0.59rem;
  border: none;
  background-color: #88000c;
  color: #ffffff;
  text-align: center;
  font-size: 0.28rem;
}
.tips_txt {
  padding: 0.4rem 0.2rem;
  overflow: hidden;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.38rem;
}
.tips_txt p span {
  color: #88000c;
}
.imgs_list .my-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.2rem 0.2rem 0.32rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.imgs_list .my-gallery figure {
  width: 3.38rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.imgs_list .my-gallery figure .time {
  height: 0.64rem;
  position: relative;
  display: flex;
  align-items: center;
}
.imgs_list .my-gallery figure .time p {
  font-size: 0.24rem;
  color: #666666;
}
.imgs_list .my-gallery figure .time span {
  font-size: 0.18rem;
  color: #999999;
  margin-left: 0.13rem;
}
.imgs_list .my-gallery figure .time::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #d70316, #2e2e2e);
}
.imgs_list .my-gallery figure .time::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #2e2e2e;
  border-radius: 50%;
}
.imgs_list .my-gallery figure .time .abdot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #d70316;
  border-radius: 50%;
}
.imgs_list .my-gallery figure a p {
  height: 0.71rem;
  line-height: 0.71rem;
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.imgs_list .my-gallery figure a img {
  display: block;
  width: 100%;
  height: 1.94rem;
}
.colleges_list {
  padding: 0.2rem 0.2rem 0.32rem;
  overflow: hidden;
}
.colleges_list ul {
  margin-bottom: 0.6rem;
}
.colleges_list ul li {
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.24rem;
  border-radius: 0.08rem;
}
.colleges_list ul li a {
  display: flex;
  justify-content: space-between;
}
.colleges_list ul li a .title_pic {
  display: block;
  width: 2.68rem;
  height: 1.94rem;
  object-fit: cover;
  flex-shrink: 0;
}
.colleges_list ul li a .info {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.24rem;
}
.colleges_list ul li a .info h4 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.colleges_list ul li a .info p {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_lst {
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.news_lst ul {
  padding-top: 0.3rem;
}
.news_lst ul li {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.news_lst ul li a {
  display: block;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem 0.18rem 0.33rem;
}
.news_lst ul li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.34rem;
  color: #303030;
  font-weight: bold;
}
.news_lst ul li .txt {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #666666;
  height: 0.76rem;
  overflow: hidden;
  margin-top: 0.08rem;
}
.news_lst ul li .bom {
  height: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.35rem;
}
.news_lst ul li .bom p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #999999;
}
.news_lst ul li .bom .btn {
  width: 1.24rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #88000c;
  font-size: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leval_nav {
  width: 100%;
  position: relative;
}
.leval_nav .leval_l_n {
  display: none;
  position: absolute;
  top: 0.64rem;
  right: 0.2rem;
  width: 2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding-left: 0.24rem;
  box-sizing: border-box;
  z-index: 100;
  background-color: #fff;
  font-size: 0.24rem;
  line-height: 1.5;
}
.leval_nav .leval_l_n ul {
  padding: 0.1rem 0;
}
.leval_nav .leval_l_n li {
  padding: 0.1rem 0;
}
.leval_nav .full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.64rem;
  padding: 0 0.2rem;
  background-color: #2f2f2f;
}
.leval_nav h2 {
  font-size: 0.24rem;
  color: #ffffff;
}
.leval_nav img {
  display: block;
  width: 0.27rem;
}
.zp_list1 {
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.zp_list1 ul {
  padding: 0.3rem 0.2rem;
  overflow: hidden;
}
.zp_list1 ul li {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem 0.18rem 0.33rem;
  margin-bottom: 0.2rem;
}
.zp_list1 ul li .col {
  display: flex;
  justify-content: space-between;
}
.zp_list1 ul li .col h4 {
  font-size: 0.34rem;
  color: #303030;
  font-weight: bold;
  width: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zp_list1 ul li .col p {
  font-size: 0.24rem;
  color: #88000c;
}
.zp_list1 ul li .bom {
  display: flex;
  margin-top: 0.18rem;
  justify-content: space-between;
}
.zp_list1 ul li .bom .qyname {
  font-size: 0.24rem;
  columns: #666666;
  width: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zp_list1 ul li .bom .job {
  font-size: 0.2rem;
  color: #999999;
}
.zp_list2 {
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.zp_list2 ul {
  padding: 0.3rem 0.2rem;
  overflow: hidden;
}
.zp_list2 ul li {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.24rem 0.18rem 0.33rem;
  margin-bottom: 0.2rem;
}
.zp_list2 ul li h4 {
  font-size: 0.34rem;
  color: #303030;
  font-weight: bold;
  line-height: 1.3;
}
.zp_list2 ul li .bom {
  display: flex;
  margin-top: 0.18rem;
  justify-content: space-between;
}
.zp_list2 ul li .bom .address {
  font-size: 0.24rem;
  columns: #666666;
}
.zp_list2 ul li .bom .time {
  font-size: 0.2rem;
  color: #999999;
}
.main_form {
  padding: 0 0.2rem;
  overflow: hidden;
}
.main_form h2 {
  border-bottom: 1px solid #e7e7e7;
  height: 0.86rem;
  line-height: 0.86rem;
  text-align: center;
  font-size: 0.32rem;
  color: #303030;
}
.main_form .txt {
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.24rem;
  font-size: 0.24rem;
  color: #333;
  line-height: 2;
  padding: 0.24rem 0.3rem;
  margin-bottom: 0.15rem;
}
.main_form .txt p:nth-of-type(1) {
  color: #88000c;
}
.main_form ul {
  padding: 0 0.36rem;
  overflow: hidden;
}
.main_form ul li {
  height: 0.7rem;
  display: flex;
  background-color: #e9e9e9;
  border-radius: 0.1rem;
  margin-bottom: 0.26rem;
  padding-left: 0.21rem;
  align-items: center;
}
.main_form ul li label {
  font-size: 0.24rem;
  color: #333333;
  margin-right: 0.39rem;
}
.main_form ul li input {
  display: block;
  width: 4.63rem;
  height: 0.7rem;
  border: none;
  background-color: transparent;
  font-size: 0.24rem;
  color: #333333;
}
.main_form ul li select {
  display: block;
  width: 4.63rem;
  height: 0.7rem;
  border: none;
  background-color: transparent;
  font-size: 0.24rem;
  color: #333333;
}
.main_form .submit_btn {
  display: block;
  margin: 0.15rem auto;
  width: 6.38rem;
  height: 0.68rem;
  border-radius: 0.68rem;
  color: #fff;
  background-color: #88000c;
  font-size: 0.32rem;
  border: none;
}
.main_form .sign_title {
  line-height: 0.72rem;
  height: 0.72rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0.24rem;
}
.main_form .sign_title h4 {
  float: left;
  font-size: 0.28rem;
  color: #333333;
  margin-right: 0.1rem;
  font-weight: bold;
}
.main_form .sign_title span {
  font-size: 0.18rem;
  color: #666666;
}
.main_form .code_box {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.main_form .code_box .card {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_form .code_box .card img {
  display: block;
  width: 1.8rem;
  height: auto;
  border: 0.1rem solid #fff;
}
.main_form .code_box .card p {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.42rem;
}
#allmap {
  overflow: hidden;
  width: 6.92rem;
  height: 6.73rem;
  margin: 0 auto;
}
.list_page {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.24rem;
}
.list_page .total {
  background-color: #fff;
}
.list_page a {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.16rem;
  border: 1px solid #d9d9d9;
  color: #666666;
  margin: 0 0.06rem;
  background-color: #fff;
}
.list_page a:hover {
  text-decoration: none;
}
.list_page a b {
  background-color: #ffffff;
  border: none;
  color: #666666;
  font-weight: normal;
  padding: 0;
}
.list_page b {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.16rem;
  border: 1px solid #88000c;
  background-color: #88000c;
  color: #ffffff;
}
.search_form {
  padding: 0.3rem;
  height: 2rem;
  position: relative;
}
.search_form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
.search_form input[type="search"] {
  float: left;
  position: relative;
  z-index: 10;
  display: block;
  height: 0.68rem;
  width: 5.97rem;
  border: 1px solid #ececec;
  border-top-left-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
  background-color: #fff;
  background: url(/style/img/icon_s_search.png) no-repeat 0.14rem center;
  background-size: 0.24rem;
  padding-left: 0.56rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333333;
}
.search_form input[type="search"]::placeholder {
  color: #cecece;
}
.search_form .search_btn {
  width: 0.93rem;
  height: 0.68rem;
  float: right;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: #333333;
  font-size: 0.24rem;
}
.s_nav {
  padding: 0.24rem 0.3rem 0;
  overflow: hidden;
}
.s_nav ul {
  display: flex;
  align-items: center;
  height: 0.5rem;
}
.s_nav ul li {
  font-size: 0.3rem;
  color: #9f9f9f;
  margin-right: 0.2rem;
}
.s_nav ul li.current {
  position: relative;
}
.s_nav ul li.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  height: 0.08rem;
  width: 100%;
  background-color: #ffd028;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  border-radius: 0.04rem;
}
.s_nav ul li.current a {
  color: #303030;
}
.s_nav ul li a {
  color: #9f9f9f;
  position: relative;
  z-index: 2;
}
.general_header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0293eb;
}
.page_img {
  width: 100%;
  overflow: hidden;
}
.page_img img {
  display: block;
  width: 100%;
  height: auto;
}
.current_position {
  padding: 0.1rem 0.3rem 0;
  overflow: hidden;
}
.current_position .con {
  padding: 0.15rem 0 0.15rem 0.32rem;
  border-bottom: 1px dashed #cacaca;
  background: url("/style/img/icon_home.png") no-repeat left center;
  background-size: 0.18rem 0.16rem;
  font-size: 0.18rem;
  color: #5a5a5a;
}
.current_position .con a {
  color: #5a5a5a;
}
.article_content {
  padding: 0 0.3rem;
  overflow: hidden;
  text-align: justify;
}
.article_content .inform_btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  background-image: linear-gradient(#8ad752, #73ba3e);
}
.article_content .article_title {
  overflow: hidden;
  margin-top: 0.24rem;
}
.article_content .article_title h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
}
.article_content .article_title p {
  font-size: 0.2rem;
  color: #cacaca;
}
.article_content .article_title .article_time {
  margin-top: 0.2rem;
}
.article_content .article_main {
  font-size: 0.3rem;
  color: #666666;
  line-height: 0.54rem;
  word-break: break-all;
  padding-top: 0.3rem;
}
.article_content .article_main p {
  text-indent: 2em;
  margin-bottom: 0.24rem;
}
.article_content .article_main table {
  width: 100%;
  border-collapse: collapse;
}
.article_content .article_main table th {
  border: 1px solid #dbdbdb;
  padding: 0.08rem 0.1rem;
  text-align: center;
  background-color: #f7f7f7;
}
.article_content .article_main table td {
  border: 1px solid #dbdbdb;
  padding: 0.08rem 0.1rem;
}
.single_plate_a {
  padding: 0 0.3rem;
  border-bottom: 0.2rem solid #f0f0f0;
  position: relative;
}
.single_plate_a .s_p_a_top {
  position: relative;
  z-index: 12;
  margin-top: -0.8rem;
  width: 6.9rem;
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem;
  padding-top: 0.21rem;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
}
.single_plate_a .s_p_a_top h4 {
  font-size: 0.32rem;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.single_plate_a .s_p_a_top .label {
  display: flex;
}
.single_plate_a .s_p_a_top .label p {
  margin-right: 0.24rem;
}
.single_plate_a .s_p_a_top .label img {
  margin-right: 0.1rem;
  width: 0.28rem;
}
.single_plate_a .s_p_a_top .bom {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d0d0d0;
  font-size: 0.22rem;
}
.single_plate_a .s_p_a_top .bom img {
  margin-right: 0.1rem;
  width: 0.23rem;
}
.single_plate_a .s_p_a_top .bom .dates {
  display: flex;
  align-items: center;
  height: 0.3rem;
}
.single_plate_a .s_p_a_top .bom .right {
  display: flex;
}
.single_plate_a .s_p_a_top .bom .right p {
  display: flex;
  align-items: center;
  height: 0.3rem;
  margin-left: 0.18rem;
}
.single_plate_a .s_p_a_bom {
  padding: 0 0.1rem;
}
.single_plate_a .s_p_a_bom img {
  display: block;
  width: 0.3rem;
  margin-right: 0.2rem;
}
.single_plate_a .s_p_a_bom .adress {
  display: flex;
  align-items: flex-start;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #303030;
  padding: 0.42rem 0 0.3rem;
}
.single_plate_a .s_p_a_bom .adress img {
  margin-top: 0.1rem;
}
.single_plate_a .s_p_a_bom a {
  height: 1.05rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #303030;
  border-top: 1px solid #d9d9d9;
}
.single_plate_b {
  padding: 0.3rem 0.3rem 0.6rem;
  text-align: justify;
  color: #666666;
  line-height: 0.48rem;
}
.single_plate_b h4 {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
}
.single_plate_b p {
  margin-top: 0.24rem;
  text-indent: 2em;
  font-size: 0.28rem;
}
.form_box {
  padding: 0.1rem 0.3rem 0;
  overflow: hidden;
}
.form_box ul li {
  display: flex;
  align-items: center;
  height: 0.84rem;
  border-bottom: 1px solid #ebebeb;
}
.form_box ul li label {
  width: 1.4rem;
  font-size: 0.24rem;
  color: #333333;
}
.form_box ul li label em {
  color: red;
}
.form_box ul li .radio {
  display: flex;
  align-items: center;
  width: 5.5rem;
  height: 0.84rem;
}
.form_box ul li .radio input {
  width: 0.4rem;
}
.form_box ul li .radio span {
  font-size: 0.24rem;
  color: #666666;
  margin-right: 0.4rem;
  margin-left: 0.1rem;
}
.form_box ul li .input {
  display: block;
  width: 5.5rem;
  height: 0.84rem;
  border: none;
  font-size: 0.24rem;
  color: #666666;
}
.form_box ul li select {
  display: block;
  width: 5.5rem;
  height: 0.84rem;
  border: none;
  font-size: 0.24rem;
  color: #666666;
}
.form_box .submit_btn {
  width: 6.5rem;
  height: 0.72rem;
  display: block;
  margin: 0.4rem auto;
  background-color: #ff9018;
  color: #ffffff;
  -webkit-border-radius: 0.36rem;
  -moz-border-radius: 0.36rem;
  border-radius: 0.36rem;
  border: none;
  font-size: 0.28rem;
}
.form_box .tips {
  font-size: 0.2rem;
  color: red;
  margin-top: 0.1rem;
  line-height: 0.4rem;
}
.lq_box .tabs {
  width: 100%;
  height: 0.72rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  color: #999999;
  position: relative;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.lq_box .tabs em {
  position: absolute;
  bottom: 0;
  width: 48%;
  height: 2px;
  background-color: #ffb830;
}
.lq_box .tabs a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lq_box .tabs a.active {
  color: #ffb830;
}
.lq_box .tabs a:nth-of-type(1) {
  position: relative;
}
.lq_box .tabs a:nth-of-type(1):before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.15rem;
  width: 1px;
  height: 0.42rem;
  background-color: #e8e8e8;
}
#tabs-container {
  padding: 0.5rem 0.3rem;
}
.lqul ul {
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.lqul .btn {
  display: block;
  width: 1.9rem;
  height: 0.56rem;
  -webkit-border-radius: 0.56rem;
  -moz-border-radius: 0.56rem;
  border-radius: 0.56rem;
  background-color: #ffb830;
  color: #ffffff;
  font-size: 0.28rem;
  border: none;
  margin: 0.4rem auto;
}
.lqul ul {
  padding: 0 0.2rem;
}
.lqul li {
  display: flex;
  align-items: center;
  height: 0.86rem;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.24rem;
}
.lqul li:last-child {
  border-bottom: none;
}
.lqul li label {
  width: 1.4rem;
}
.lqul li input {
  display: block;
  width: 5.4rem;
  border: none;
  height: 0.86rem;
  font-size: 0.24rem;
  color: #666666;
}
.lqul .tips {
  font-size: 0.2rem;
  color: red;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.fail_con {
  width: 100%;
  height: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fail_con img {
  display: block;
  width: 1.67rem;
  margin-bottom: 0.25rem;
}
.fail_con p {
  font-size: 0.32rem;
  color: #3f3f3f;
  width: 100%;
  text-align: center;
  margin-bottom: 0.1rem;
}
.fail_con p a {
  font-size: 0.24rem;
  color: #ff0000;
}
.lq_success {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  padding: 0 0.46rem;
  overflow: hidden;
}
.lq_success .lq_white .lq_section1 {
  border-bottom: 1px solid #ecf3ff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.33rem;
}
.lq_success .lq_white .lq_section1 .l_info {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 5.38rem;
}
.lq_success .lq_white .lq_section1 .l_info p {
  width: 100%;
  display: flex;
}
.lq_success .lq_white .lq_section1 .l_info p span {
  display: block;
  width: 1.4rem;
  text-align: right;
  margin-right: 0.1rem;
}
.lq_success .lq_white .lq_section1 .r_img {
  width: 1.02rem;
  height: 1.42rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.lq_success .lq_white .lq_section2 {
  border-bottom: 1px solid #ecf3ff;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.lq_success .lq_white .lq_section2 h1 {
  background-color: #88000c;
  color: #ffffff;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lq_success .lq_white .lq_section2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.24rem;
  color: #333333;
}
.lq_success .lq_white .lq_section2 table td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 0.15rem 0;
}
.lq_success .lq_white .lq_section2 table th {
  background-color: #efeff0;
  border: 1px solid #dcdcdc;
  padding: 0.15rem 0;
}
.lq_success .lq_white .lq_section3 {
  padding-top: 0.36rem;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.lq_success .lq_white .lq_section3 h4 {
  text-align: center;
  font-size: 0.32rem;
  color: #ff0b0b;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.lq_success .lq_white .lq_section3 .sec3_txt {
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: justify;
  color: #333333;
  word-break: break-all;
}
.lq_success .lq_white .lq_section3 .sec3_txt a {
  color: #ff0b0b;
}
.lq_success .lq_white .lq_section3 .sec3_txt span {
  text-decoration: underline;
  padding: 0 0.1rem;
}
.analysis_btn {
  margin: 20px auto 0;
  background-color: #88000c;
  color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  cursor: pointer;
}
.plantable {
  width: 100% !important;
  border-collapse: collapse !important;
}
.plantable th {
  background-color: #88000c !important;
  color: #fff !important;
  border: 1px solid #88000c !important;
  padding: 0.15rem 0.1rem !important;
  font-size: 0.2rem !important;
  line-height: 1.6 !important;
}
.plantable .tdbg {
  background-color: #fff3f3 !important;
  color: #333333;
}
.plantable .trbg {
  background-color: #f7f7f7 !important;
}
.plantable td {
  border: 1px solid #dcdfe6 !important;
  padding: 0.08rem 0.15rem !important;
  font-size: 0.18rem;
  line-height: 1.6 !important;
}
.plantable th,
.plantable td {
  text-align: center !important;
}
.plantable .txt {
  text-align: left !important;
}
.tank_wrap .bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2024;
}
.tank_wrap .tank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2024;
  transform: translateY(-100%);
  transition: all 1s ease-in-out 0.1s;
}
.tank_wrap .tank.open {
  transform: translateY(0);
}
.tank_wrap .tank .layer_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tank_wrap .tank .layer_wrap .layer_content {
  position: relative;
  width: 5rem;
  background: url(/style/img/tankbg.png) no-repeat top center;
  background-size: 4.66rem 4.31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tank_wrap .tank .layer_wrap .layer_name {
  position: relative;
  margin-top: 0.4rem;
}
.tank_wrap .tank .layer_wrap .layer_name::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -0.07rem;
  width: 100%;
  height: 0.46rem;
  border-radius: 0.46rem;
  background-color: #7F000C;
}
.tank_wrap .tank .layer_wrap .layer_name span {
  position: relative;
  z-index: 1;
  font-size: 0.3rem;
  color: #8f000d;
  font-weight: bold;
  height: 0.46rem;
  border-radius: 0.46rem;
  background-color: #fcff06;
  padding: 0 0.27rem;
  display: flex;
  align-items: center;
}
.tank_wrap .tank .layer_wrap .title_pic {
  display: block;
  width: 4rem;
  height: auto;
  margin-top: 0.37rem;
}
.tank_wrap .tank .layer_wrap .labels {
  width: 100%;
  height: 1.25rem;
  background-color: #FFDEDE;
  border-radius: 0.35rem;
  padding-top: 0.16rem;
  padding-left: 0.15rem;
  padding-right: 0.14rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.25rem;
}
.tank_wrap .tank .layer_wrap .labels .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #DC0115;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tank_wrap .tank .layer_wrap .labels .inner::after,
.tank_wrap .tank .layer_wrap .labels .inner::before {
  content: "";
  position: absolute;
  width: 0.21rem;
  height: 0.21rem;
  border-radius: 50%;
  background-color: #FFDEDE;
  left: 1.08rem;
}
.tank_wrap .tank .layer_wrap .labels .inner::after {
  top: -0.1rem;
}
.tank_wrap .tank .layer_wrap .labels .inner::before {
  bottom: -0.1rem;
}
.tank_wrap .tank .layer_wrap .labels p {
  height: 100%;
  width: 1.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0.3rem;
  flex-shrink: 0;
}
.tank_wrap .tank .layer_wrap .labels .spans {
  flex: 1;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-left: 0.02rem dashed #E64856;
  box-sizing: border-box;
  padding-left: 0.28rem;
}
.tank_wrap .tank .layer_wrap .labels .spans span {
  font-size: 0.26rem;
  height: 0.39rem;
  color: #dc0115;
  background-color: #FEF8F1;
  margin-right: 0.07rem;
  padding: 0 0.07rem;
  display: flex;
  align-items: center;
}
.tank_wrap .tank .layer_wrap .bom {
  font-size: 0.26rem;
  color: #95000e;
  font-weight: bold;
  padding-top: 0.17rem;
  padding-bottom: 0.06rem;
}
.tank_wrap .tank .layer_wrap .btn {
  display: block;
  width: 2.44rem;
  height: auto;
}
.tank_wrap .tank .layer_wrap .close_tank {
  position: absolute;
  top: -0.05rem;
  right: 0.16rem;
  width: 0.4rem;
  height: 0.41rem;
  z-index: 10;
}
.admission_container {
  padding: 0 0.46rem;
}
.admission_container .admission_header {
  padding-top: 0.32rem;
  font-size: 0.32rem;
  color: #d80316;
  font-weight: normal;
  text-align: center;
}
.admission_container .contents {
  overflow: hidden;
  padding-top: 0.06rem;
}
.admission_container .contents .res_box {
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.44rem;
  padding-bottom: 0.31rem;
  border-bottom: 1px solid #E6E6E6;
}
.admission_container .contents .res_box p {
  text-indent: 2em;
}
.admission_container .contents .res_box span {
  position: relative;
  font-weight: bold;
  padding: 0 0.32rem;
}
.admission_container .contents .res_box span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5C5C5C;
}
.admission_container .contents .base_info {
  padding-top: 0.3rem;
}
.admission_container .contents .base_info table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  font-size: 0.22rem;
  color: #333333;
}
.admission_container .contents .base_info table th {
  background-color: #D80316;
  height: 0.58rem;
  color: #fff;
}
.admission_container .contents .base_info table td {
  padding-left: 0.28rem;
  height: 0.6rem;
  border: 1px solid #EEEEEE;
}
.admission_container .contents .tipss {
  padding-top: 0.22rem;
  padding-bottom: 0.5rem;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.4rem;
}
