@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2023/01/01.
 * 微信:18900220083
 * QQ:215611388
 * next.UICUT.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 0.24rem;
  color: #333333;
  background: #f2f2f2;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #150aaf;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #150aaf;
  color: #fff;
}

::selection {
  background: #150aaf;
  color: #fff;
}

::-moz-selection {
  background: #150aaf;
  color: #fff;
}

html {
  font-size: 13.3333333333vw;
  font-size: -webkit-calc(100vw/7.5);
}

@media screen and (min-width: 1081px) {
  html {
    font-size: 75px;
  }
}
.uc-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #fff;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 0.2rem;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-blue {
  color: #150aaf !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-icon16 {
  width: 0.16rem !important;
  height: 0.16rem !important;
}

.uc-icon20 {
  width: 0.2rem !important;
  height: 0.2rem !important;
}

.uc-icon24 {
  width: 0.24rem !important;
  height: 0.24rem !important;
}

.uc-icon28 {
  width: 0.28rem !important;
  height: 0.28rem !important;
}

.uc-icon32 {
  width: 0.32rem !important;
  height: 0.32rem !important;
}

.uc-icon36 {
  width: 0.36rem !important;
  height: 0.36rem !important;
}

.uc-icon40 {
  width: 0.4rem !important;
  height: 0.4rem !important;
}

.uc-icon44 {
  width: 0.44rem !important;
  height: 0.44rem !important;
}

.uc-icon48 {
  width: 0.48rem !important;
  height: 0.48rem !important;
}

.uc-icon50 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.uc-icon64 {
  width: 0.64rem !important;
  height: 0.64rem !important;
}

.uc-icon70 {
  width: 0.7rem !important;
  height: 0.7rem !important;
}

.uc-icon80 {
  width: 0.8rem !important;
  height: 0.8rem !important;
}

.uc-icon90 {
  width: 0.9rem !important;
  height: 0.9rem !important;
}

.uc-icon100 {
  width: 1rem !important;
  height: 1rem !important;
}

.uc-icon120 {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

.uc-icon150 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.uc-icon200 {
  width: 2rem !important;
  height: 2rem !important;
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

textarea {
  min-height: 1.2rem;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #aaa;
}

input:-moz-placeholder {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #ddd 1px solid;
  outline: none;
  height: 0.6rem;
  line-height: 0.56rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #150aaf;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.uc-btn img {
  margin-right: 0.1rem;
}
.uc-btn.blue {
  background-color: #150aaf;
  border: #150aaf 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(21, 10, 175, 0.7) 0%, #150aaf 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #150aaf;
  border: #150aaf 1px solid;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn img {
  margin-right: 0.2rem;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #150aaf;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 2em;
  border-radius: 1.15em;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  border-radius: 3px;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.25em;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.uc-home {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.uc-home .swiper-box {
  position: relative;
}
.uc-home .logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 900px;
  padding: 0 0.3rem;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  z-index: 99;
  font-size: 0.4rem;
}
.uc-home .logo-box a {
  color: #fff;
}
.uc-home .swiper-container1 {
  height: 240px;
}
.uc-home .swiper-container1 .item {
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
}
.uc-home .swiper-container1 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home .swiper-container1 .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.uc-home .swiper-container1 h1 {
  font-size: 0.7rem;
  font-weight: bold;
}
.uc-home .swiper-container1 h3 {
  font-size: 0.4rem;
  margin-top: 0.1rem;
}
.uc-home .box {
  border-radius: 0.3rem;
  margin: -0.6rem 0.3rem 0;
  padding: 0.5rem 0.3rem;
  background-color: #fff;
  z-index: 9;
  position: relative;
  min-height: 70vh;
}
.uc-home .notice-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.uc-home .notice-box img {
  display: block;
  margin-right: 0.2rem;
}
.uc-home .marquee {
  flex: 1;
  min-width: 0;
  height: 0.4rem;
  overflow: hidden;
}
.uc-home .marquee .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
}
.uc-home .title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.uc-home .search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.uc-home .search-box .uc-input {
  height: 0.8rem;
  flex: 1;
  min-width: 0;
  font-size: 0.28rem;
}
.uc-home .search-box .uc-btn {
  height: 0.8rem;
  width: 2rem;
  margin-left: 0.2rem;
  font-size: 0.28rem;
  border-radius: 0.8rem;
}
.uc-home .detail table {
  width: 100%;
}
.uc-home .detail td, .uc-home .detail th {
  padding: 0.2rem 0.1rem;
  border: #ddd 1px solid;
  line-height: 1.5em;
}
.uc-home .detail td:first-child, .uc-home .detail th:first-child {
  width: 30%;
  text-align: center;
  font-weight: bold;
}
.uc-home .other {
  margin-top: 0.3rem;
  line-height: 1.5em;
  text-align: justify;
}
.uc-home .cpt {
  color: #666666;
  line-height: 2em;
  font-size: 0.20rem;
  padding: 0.2rem 0.3rem;
}
.uc-home .cpt a {
  color: #666666;
}
.uc-home .cpt a:hover {
  color: #150aaf;
}
.uc-home .cpt .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home .cpt .sub-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.1rem;
}
.uc-home .cpt img {
  display: block;
  margin-right: 0.1rem;
}

.g-btnService {
  position: fixed;
  z-index: 99;
  right: 0.3rem;
  bottom: 10vh;
  display: block;
  width: 1.2rem;
  border-radius: 100%;
  height: 1.2rem;
}
.g-btnService img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-btnService img {
  display: block;
}