@charset "UTF-8";
/* yui3 reset.css */
@font-face {
  font-family: "DIN_CONDENSED_BOLD";
  src: url("./fonts/DIN_CONDENSED_BOLD/DIN_CONDENSED_BOLD.TTF") format("truetype");
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  background: #f2f5f9;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 13rem;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  height: 0.63rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.23rem;
  padding-left: 0;
  box-sizing: border-box;
}

.location a {
  position: relative;
  color: #333;
  margin-right: 0.32rem;
  z-index: 1;
}
.location a:nth-child(1) {
  margin-left: 0.21rem;
}
.location a::after {
  position: absolute;
  right: -0.16rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.08rem;
  height: 0.14rem;
  background: url("../images/public/arrow_right.png") no-repeat center;
  background-size: 0.08rem 0.14rem;
  content: "";
  pointer-events: none;
}

.location span {
  color: #1d6ad8;
}

html {
  height: 100%;
}

html,
body {
  min-width: 1300px;
}

#header {
  position: relative;
  z-index: 10;
  /* height: 0.76rem; */
  height: 1.16rem;
  box-shadow: 0 0.05rem 0.24rem 0 rgba(0, 80, 180, 0.08);
}

.header {
  display: flex;
  align-items: center;
  height: 0.76rem;
  padding-left: 0.4rem;
  padding-right: 0.54rem;
  background: #fff;
  justify-content: space-between;
}
.header-logo {
  height: 0.45rem;
  width: 7.62rem;
  background: url("../images/public/logo2.png") no-repeat left center;
  background-size: 100% 100%;
}
.header-logo p {
  position: relative;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #000;
  letter-spacing: 0.0144rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
  white-space: nowrap;
}
.header-logo p::after {
  position: absolute;
  left: 0.01rem;
  bottom: -0.05rem;
  content: "";
  width: calc(100% - 0.0144rem);
  height: 0.01rem;
  border-radius: 0.03rem;
  background: rgba(197, 197, 197, 0.5);
}
.header-logo span {
  color: #8c8c8c;
  font-size: 0.15rem;
  line-height: 0.11rem;
  letter-spacing: 0.063rem;
  font-weight: 600;
  white-space: nowrap;
}
.header-nav {
  display: flex;
  margin-left: auto;
  height: 0.76rem;
}
.header-nav li {
  position: relative;
  flex-shrink: 0;
}
.header-nav li + li {
  /* margin-left: 0.25rem; */
}
.header-nav li a {
  display: block;
  font-size: 0.22rem;
  height: 0.76rem;
  color: #333;
  box-sizing: border-box;
  padding: 0 0.17rem;
  line-height: 0.8rem;
  border-bottom: 0.06rem solid transparent;
}
.header-nav li.current::after {
  /* position: absolute;
  content: "";
  left: 0;
  bottom: -0.13rem;
  width: 100%;
  height: 0.03rem;
  background: #1d6ad8; */
}
.header-nav li.current a {
  color: #fff;
  font-weight: 600;
  font-size: 0.26rem;
  background-color: #004B9D!important;
  border-color:#E72410;
}
.header-nav li.hot a {
  padding-right: 0.26rem;
  background: url("../images/public/hot.png") no-repeat right 0.29rem;
  background-size: 0.18rem 0.21rem;
}
.header-right {
  display: flex;
  align-items: center;
  /* height: 0.32rem; */
  margin-left: auto;
}
.header-search {
  position: relative;
  height: 100%;
  width: 1.96rem;
  background: #142A4A;
  box-shadow: 0px 5px 24px 0px rgba(0, 80, 180, 0.08);
}
.header-search-ipt {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.35rem;
  padding-left: 0.2rem;
  line-height: 0.4rem;
  font-size:0.16rem;
  color: #fff;
  /* border-radius: 0.3rem; */
  background: none;
}

.header-search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  background: url("../images/public/header_search_btn_h.png") center no-repeat;
  background-size: 0.21rem 0.21rem;
  transition: all 0.3s;
}
/* .header-search-btn:hover {
  background: #2d76e2 url("../images/public/header_search_btn_h.png") center no-repeat;
  background-size: 0.21rem 0.21rem;
} */
.header-tel {
  white-space: nowrap;
  /* height: 100%; */
  /* padding-left: 0.14rem; */
  /* padding-right: 0.13rem; */
  margin-left: 0.25rem;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 0.18rem;
  color: #B4CDF3;
  font-weight: 600;
  box-sizing: border-box;
  /* border-radius: 0.16rem 0 0 0.16rem; */
  /* border: 0.01rem solid #ddefff; */
  /* background: #eff8ff; */
  /* box-shadow: 0 0.04rem 0.04rem 0 rgba(172, 215, 255, 0.33) inset; */
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.22rem;
  background: linear-gradient(0deg, #213a61 0%, #1d3457 97.81%);
}
.footer > .container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.23rem;
  height: 100%;
}
.footer > .container p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.79);
}
.footer > .container a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.79);
}
.footer > .container .line {
  margin: 0 0.18rem;
}
.footer-copyright a {
  margin-left: 0.36rem;
}
.footer-ver {
  margin-left: 0.36rem;
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 1.22rem;
  box-sizing: border-box;
  z-index: 1;
}

.public {
  /*横幅*/
  /*tab*/
  /*分页*/
}
.public-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f5f9;
  z-index: 9999999999;
}
.public-streamer {
  height: 3.2rem;
  background: no-repeat center;
  background-size: cover;
}
.public-streamer .container {
  position: relative;
  z-index: 1;
}
.public-streamer-title {
  position: absolute;
  left: 0.31rem;
  top: 1.09rem;
  width: 7.56rem;
  height: 0.57rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.public-tab {
  height: 0.62rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.18rem 0 rgba(70, 120, 182, 0.08);
}
.public-tab .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.public-tab .tab {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.public-tab .tab-item {
  position: relative;
  display: block;
  min-width: 1.71rem;
  height: 100%;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.25rem;
  padding: 0.19rem 0.28rem 0 0.67rem;
  border-bottom: 0.03rem solid transparent;
  box-sizing: border-box;
  margin-right: 0.01rem;
  cursor: pointer;
  z-index: 1;
}
.public-tab .tab-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.56rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.public-tab .tab-item:hover, .public-tab .tab-item.current {
  font-weight: 600;
  color: #1d6ad8;
  border-bottom-color: #1d6ad8;
  background: linear-gradient(180deg, #fff 47%, rgba(192, 229, 255, 0.71) 100%);
  box-shadow: 0 0.05rem 0.18rem 0 rgba(70, 120, 182, 0.08);
}
.public-tab .search {
  position: relative;
  z-index: 1;
}
.public-tab .search ::-webkit-input-placeholder {
  color: #98a3b7;
}
.public-tab .search :-moz-placeholder {
  color: #98a3b7;
}
.public-tab .search ::-moz-placeholder {
  color: #98a3b7;
}
.public-tab .search :-ms-input-placeholder {
  color: #98a3b7;
}
.public-tab .search-input {
  position: relative;
  width: 2.4rem;
  height: 0.32rem;
  font-size: 0.14rem;
  background-color: #f3f5f8;
  padding-left: 0.16rem;
  padding-right: 0.34rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
  border: none;
  outline: none;
  z-index: 1;
}
.public-tab .search-btn {
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.21rem;
  height: 0.21rem;
  background: url("../images/public/header_search_btn.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}
.public-mod {
  box-sizing: border-box;
  border-radius: 0.05rem;
  border: 0.01rem solid #fff;
  background: linear-gradient(180deg, #fbfcff 0%, #fff 100%);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
}
.public-pager {
  text-align: right;
  padding-top: 0.24rem;
  box-sizing: border-box;
}
.public-pager .m-pagination-page {
  padding-right: 0;
}
.public-pager .m-pagination-page > li {
  margin-right: 0.1rem;
}
.public-pager .m-pagination-page > li > a {
  min-width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.34rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  border: 0.01rem solid transparent;
  box-shadow: 0 0.04rem 0.06rem 0 rgba(49, 66, 113, 0.1);
  border-radius: 0.06rem;
}
.public-pager .m-pagination-page > li:hover > a, .public-pager .m-pagination-page > li.active > a {
  background: #fff;
  color: #1d6ad8;
}
.public-pager .m-pagination-page > li:hover > a .next, .public-pager .m-pagination-page > li.active > a .next {
  background-image: url("../images/public/arrow_next_h.png");
}
.public-pager .m-pagination-page > li:hover > a .prev, .public-pager .m-pagination-page > li.active > a .prev {
  background-image: url("../images/public/arrow_prev_h.png");
}
.public-pager .m-pagination-size {
  border-radius: 0.06rem;
  padding-right: 0.29rem;
}
.public-pager .m-pagination-size .chosen-container {
  font-size: 0.16rem;
  min-width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.06rem;
  box-shadow: 0 0.04rem 0.06rem 0 rgba(49, 66, 113, 0.1);
}
.public-pager .m-pagination-size .chosen-container .chosen-results li {
  padding: 0.05rem 0.06rem;
  line-height: 0.26rem;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single {
  border-radius: 0.06rem;
  height: 0.36rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.36rem;
  border: none;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.31rem;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single div {
  width: 0.31rem;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: url("../images/public/arrow_down.png") no-repeat left 0.06rem center;
  background-size: 0.12rem 0.06rem;
}
.public-pager .m-pagination-jump {
  width: auto;
}
.public-pager .m-pagination-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.36rem;
  font-size: 0.16rem;
  color: #333;
}
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
  font-size: 0.16rem;
}
.public-pager .m-pagination-group > input {
  width: 0.36rem;
  height: 100%;
  line-height: 0.36rem;
  border: none;
  margin: 0 0.1rem;
  border-radius: 0.06rem;
  box-shadow: 0 0.04rem 0.06rem 0 rgba(49, 66, 113, 0.1);
}
.public-pager .m-pagination-group > button {
  width: 0.36rem;
  height: 100%;
  color: #fff;
  line-height: 0.36rem;
  border: none;
  background: linear-gradient(90deg, #1074ef 0%, #50a6fa 100%);
  border-radius: 0.06rem;
  box-shadow: inset 0 0.02rem 0.04rem 0 #66b3ff, 0 0.06rem 0.1rem 0 rgba(16, 116, 239, 0.3);
}
.public-pager .m-pagination-group > button:hover {
  background: linear-gradient(90deg, #ff9d42 0%, #ffc554 100%);
  box-shadow: 0 0.06rem 0.1rem 0 rgba(255, 157, 66, 0.24), 0px 2px 4px 0px #ffdd9c inset;
}
.public-pager .prev,
.public-pager .next {
  display: inline-block;
  width: 0.07rem;
  height: 0.14rem;
  background: no-repeat center;
  background-size: 100% 100%;
}
.public-pager .prev {
  background-image: url("../images/public/arrow_prev.png");
}
.public-pager .next {
  background-image: url("../images/public/arrow_next.png");
}
.public-left-nav {
  flex-shrink: 0;
  width: 2.82rem;
  margin-right: 0.24rem;
  min-height: 7.8rem;
  padding: 0.1rem 0.12rem 0.1rem 0;
  background: #fff;
  box-shadow: 0rem 0.02rem 0.04rem 0rem #ffffff inset, 0rem 0.06rem 0.1rem 0rem rgba(70, 120, 182, 0.1490196078);
  border-radius: 0.06rem;
  box-sizing: border-box;
}
.public-left-item {
  width: 2.7rem;
  height: 0.85rem;
  line-height: 0.85rem;
  transition: all 0.3s ease;
}
.public-left-item:hover, .public-left-item.current {
  background: linear-gradient(90deg, #1074ef 0%, #50a6fa 100%);
  box-shadow: 0rem 0.02rem 0.04rem 0rem #66b3ff inset, 0rem 0.06rem 0.1rem 0rem rgba(16, 116, 239, 0.3019607843);
  border-radius: 0.06rem;
}
.public-left-item:hover .public-left-inner, .public-left-item.current .public-left-inner {
  color: #fff;
}
.public-left-item:hover:nth-child(1) .public-left-inner, .public-left-item.current:nth-child(1) .public-left-inner {
  background: url("../images/about/about_left_item_1_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:hover:nth-child(2) .public-left-inner, .public-left-item.current:nth-child(2) .public-left-inner {
  background: url("../images/about/about_left_item_2_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:hover:nth-child(3) .public-left-inner, .public-left-item.current:nth-child(3) .public-left-inner {
  background: url("../images/about/about_left_item_3_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:hover:nth-child(4) .public-left-inner, .public-left-item.current:nth-child(4) .public-left-inner {
  background: url("../images/about/about_left_item_4_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:hover:nth-child(5) .public-left-inner, .public-left-item.current:nth-child(5) .public-left-inner {
  background: url("../images/about/about_left_item_5_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:hover:nth-child(6) .public-left-inner, .public-left-item.current:nth-child(6) .public-left-inner {
  background: url("../images/about/about_left_item_6_hover.png") left 0.21rem center/0.54rem 0.54rem no-repeat, url("../images/about/about_left_arrow.png") right 0.2rem center/0.11rem 0.23rem no-repeat;
}
.public-left-item:nth-child(1) .public-left-inner {
  background: url("../images/about/about_left_item_1.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-item:nth-child(2) .public-left-inner {
  background: url("../images/about/about_left_item_2.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-item:nth-child(3) .public-left-inner {
  background: url("../images/about/about_left_item_3.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-item:nth-child(4) .public-left-inner {
  background: url("../images/about/about_left_item_4.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-item:nth-child(5) .public-left-inner {
  background: url("../images/about/about_left_item_5.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-item:nth-child(6) .public-left-inner {
  background: url("../images/about/about_left_item_6.png") left 0.21rem center/0.54rem 0.55rem no-repeat;
}
.public-left-inner {
  display: block;
  height: 100%;
  padding-left: 0.87rem;
  font-size: 0.24rem;
  color: #333;
}
.public-right-content {
  width: 9.94rem;
  min-height: 7.8rem;
  padding: 0.32rem 0.5rem 0.52rem;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(103, 136, 177, 0.1490196078);
  border-radius: 0.05rem;
  box-sizing: border-box;
}
.public-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.38rem;
  font-size: 0.16rem;
  border-bottom: 1px dashed #e8ecf2;
}
.public-list-item.new .title {
  padding-right: 0.34rem;
}
.public-list-item.new .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.26rem;
  height: 0.12rem;
  background: url("../images/public/new_ico.png");
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.public-list-item .title {
  position: relative;
  margin-right: auto;
  padding-left: 0.12rem;
  color: #333;
  max-width: 80%;
  box-sizing: border-box;
}
.public-list-item .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  background: #b1c6e0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.public-list-item .title:hover, .public-list-item .title.current {
  color: #1d6ad8;
}
.public-list-item .title:hover:before, .public-list-item .title.current:before {
  background: #1d6ad8;
}
.public-list-item .title:hover + .date, .public-list-item .title.current + .date {
  color: #1d6ad8;
}
.public-list-item .date {
  color: #4e5e79;
}
.public-condition {
  margin-bottom: 0.14rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #e8ecf2;
}
.public-line {
  display: flex;
  box-sizing: border-box;
  padding-top: 0.1rem;
  font-size: 0.16rem;
}
.public-label {
  width: 0.8rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.public-options {
  flex: 1 0;
  margin-left: 0.14rem;
  overflow: hidden;
}
.public-option {
  box-sizing: border-box;
  margin: 0 0.22rem 0.1rem 0;
  padding: 0 0.16rem;
  height: 0.25rem;
  line-height: 0.25rem;
  cursor: pointer;
  user-select: none;
}
.public-option.current {
  color: #fff;
  border-radius: 0.05rem;
  background-color: #1d6ad8;
}
.public-sub-title {
  position: relative;
  width: fit-content;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  color: #1d6ad8;
  margin: 0 auto;
}
.public-sub-title::after, .public-sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3.71rem;
  height: 0.18rem;
}
.public-sub-title::after {
  right: -4rem;
  background: url("../images/public/sub_title_right.png") no-repeat;
  background-size: 100% 100%;
}
.public-sub-title::before {
  left: -4rem;
  background: url("../images/public/sub_title_left.png") no-repeat;
  background-size: 100% 100%;
}
.public-sub-title.long::after, .public-sub-title.long::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 5.34rem;
  height: 0.18rem;
}
.public-sub-title.long::after {
  right: -5.05rem;
  background: url("../images/public/sub_title_right_long.png") no-repeat;
  background-size: 100% 100%;
}
.public-sub-title.long::before {
  left: -5.05rem;
  background: url("../images/public/sub_title_left_long.png") no-repeat;
  background-size: 100% 100%;
}

.header-top{
  background: #1F385C;
  box-shadow: 0px 5px 24px 0px rgba(0, 80, 180, 0.08);
  height: 0.4rem;
  display: flex;
  justify-content: end;
  padding-right: 0.72rem;
}

.header-tel>span{
  
  font-size: 0.22rem;
  font-weight: bold;
}

.header-search-ipt::placeholder{
  color:#B4CDF3
}

.footer #sxrz_img{
	width:0.76rem;
}