@charset "UTF-8";
:root {
  --theme-color: #003f88;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #333;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td,
a,
img,
i {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

p {
  margin-bottom: 0;
}

div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span,
a {
  font-size: inherit;
  font-style: inherit;
  color: inherit;
}

a,
span,
i,
em,
strong,
b {
  color: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--theme-color);
}
a:hover font {
  color: inherit !important;
}
a:active {
  background: none;
}

img,
input,
select,
button {
  vertical-align: middle;
  outline: none;
}

select {
  /*很关键：将默认的select选择框样式清除*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

div,
li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

img,
input,
select,
button {
  vertical-align: middle;
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

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

.scale {
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}

.scale img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.scale img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper .pic {
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 100%;
}
.swiper .pic img {
  min-height: 100%;
}

.card-item:hover .pic.hv img,
.swiper-slide:hover .pic.hv img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.pic {
  overflow: hidden;
}
.pic.hv:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/
  font-size: 14px;
  color: #aaa;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  font-size: 14px;
  color: #aaa;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/
  font-size: 14px;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  input::-webkit-input-placeholder {
    /*WebKit browsers*/
    font-size: 12px;
  }
  input::-moz-input-placeholder {
    /*Mozilla Firefox*/
    font-size: 12px;
  }
  input::-ms-input-placeholder {
    /*Internet Explorer*/
    font-size: 12px;
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 1em;
  width: 1em;
  background-image: url("../images/icons/close.png");
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.btn,
.btnBox {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.link-menu .inner {
  width: 24px;
  overflow: hidden;
  cursor: pointer;
}
.link-menu .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.link-menu .line:nth-child(2) {
  margin: 6px 0;
}
.link-menu.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
   -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
       transform: translateY(8px) rotate(45deg);
}
.link-menu.on .line:nth-child(2) {
  opacity: 0;
}
.link-menu.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
   -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
       transform: translateY(-8px) rotate(-45deg);
}