/*
  默认样式
*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input {
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
caption,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  color: #333333;
}
a:hover,
button:hover {
  transition: all 0.3s;
}
button,
button:active,
button:focus {
  border: 0;
  outline: 0;
  background: transparent;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em,
dt {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
select {
  color: #313233;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #313233;
}
img {
  display: flex;
}
.add {
  height: 100%;
  overflow: hidden;
}
* {
  font-size: 16px;
  color: #323232;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}
.swiper-button-disabled[aria-label="Previous slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Previous slide"] > img {
  content: url("../images/arrow2-1.png");
}
.swiper-button-disabled[aria-label="Next slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Next slide"] > img {
  content: url("../images/arrow2-4.png");
}
.flex {
  display: flex;
}
.sa {
  justify-content: space-around;
}
.sb {
  justify-content: space-between;
}
.jc {
  justify-content: center;
}
.js {
  justify-content: flex-start;
}
.je {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.as {
  align-items: flex-start;
}
.ae {
  align-items: flex-end;
}
.col {
  flex-direction: column;
}
.col-r {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page {
  padding: 0 30px;
}
.yuan {
  width: 30px;
  height: 30px;
  border: 7px solid #A41B35;
  border-radius: 100%;
  margin-right: 10px;
  min-width: 30px;
}
.checkbox {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox-h {
  width: 32px;
  height: 32px;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.radio {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.radio-h {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.hidefont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidefont2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont4 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.min1260,
.min750 {
  display: none;
}
@media (max-width: 1260px) {
  .min1260 {
    display: block;
  }
  .max1260 {
    display: none;
  }
}
@media (max-width: 750px) {
  .min750 {
    display: block;
  }
}
.wraps {
  width: 100%;
  position: relative;
  display: flex;
}
.wraps .tranleft {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  flex: 1;
  right: 0;
}
.wraps .tranleft .anze {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.wraps .tranright {
  display: none;
  position: absolute;
  transition: all 0.3s;
  width: 170px;
  height: 100%;
  top: 0;
  right: -170px;
  background: #fff;
}
.wraps .tranright .menuwrap .menuul {
  display: none;
}
.wraps .tranright .menuwrap .menuul .menuli {
  border-bottom: 1px #CCCCCC solid;
}
.wraps .tranright .menuwrap .menuul .menuli > a {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 40px;
}
.wraps .tranright .menuwrap .menuul .menuli a:hover {
  color: #fff;
  background: #A41B35;
}
.wraps .tranright .menuwrap .menuul > .wina {
  background: #A41B35;
}
.wraps .tranright .menuwrap .menuul > .wina > a {
  color: #fff;
}
.headwrap {
  width: 100%;
  height: 80px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
}
.headwrap .heads {
  width: 1198px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headwrap .heads .logo > img {
  width: 184px;
}
.headwrap .heads .navwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  flex: 1;
}
.headwrap .heads .navwrap .navcode {
  display: flex;
  align-items: center;
  margin-right: 46px;
  padding-right: 14px;
}
.headwrap .heads .navwrap .navcode .navlist {
  display: flex;
  align-items: center;
}
.headwrap .heads .navwrap .navcode .navlist .navitem {
  margin-right: 50px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headwrap .heads .navwrap .navcode .navlist .navitem > h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.headwrap .heads .navwrap .navcode .navlist .wina::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 2px #A41B35 solid;
}
.headwrap .heads .navwrap .navcode .language .langsend {
  display: flex;
  align-items: center;
}
.headwrap .heads .navwrap .navcode .language .langsend > button {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  padding-right: 15px;
  position: relative;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.headwrap .heads .navwrap .navcode .language .langsend > button::after {
  content: '|';
  position: absolute;
  right: 0;
}
.headwrap .heads .navwrap .navcode .language .langsend > button:last-child {
  padding-right: 0;
}
.headwrap .heads .navwrap .navcode .language .langsend > button:last-child::after {
  content: unset;
}
.headwrap .heads .navwrap .navcode .language .langsend > button:nth-child(1) {
  margin-left: 0;
}
.headwrap .heads .navwrap .navcode .language .langsend > .wina {
  color: #A41B35;
}
.headwrap .heads .search {
  transition: all 0.3s;
  height: 100%;
  width: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.headwrap .heads .search .inssearch {
  transition: all 0.3s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.headwrap .heads .search .inssearch .csnginssea {
  transition: all 0.3s;
  height: 50px;
  width: 585px;
  display: flex;
  align-items: center;
}
.headwrap .heads .search .inssearch .csnginssea .searchbtnwin {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headwrap .heads .search .inssearch .csnginssea .searchbtnwin > img {
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap {
  display: none;
  flex: 1;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan {
  display: flex;
  align-items: center;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan input {
  flex: 1;
  border: none;
  height: 36px;
  font-size: 16px;
  color: #3A3A3A;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 6px;
  margin: 0 10px;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan .seacha {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan .seacha > img {
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
.headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan .seacha:hover > img {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
}
.headwrap .heads .search .inssearch .searchlist {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: inset 0 8px 12px 0 rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  padding: 25px;
}
.headwrap .heads .search .inssearch .searchlist .setitlist p {
  font-size: 14px;
  color: #AEAEAE;
  font-weight: 400;
}
.headwrap .heads .search .inssearch .searchlist .searchul {
  padding: 20px 30px 0;
}
.headwrap .heads .search .inssearch .searchlist .searchul .searchli a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 32px;
  transition: all 0.3s;
  display: block;
}
.headwrap .heads .search .inssearch .searchlist .searchul .searchli a:hover {
  color: #A41B35;
}
.footerwrap {
  width: 100%;
  position: relative;
}
.footerwrap .footerback {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footerwrap .footerback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footerwrap a:hover {
  text-decoration: underline;
  color: #FFFFFF !important;
}
.footerwrap .footercon {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerwrap .footercon .footertop {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  transition: all 0.3s;
}
.footerwrap .footercon .footertop > div {
  flex: 1;
}
.footerwrap .footercon .footertop .ftone {
  display: flex;
}
.footerwrap .footercon .footertop .ftone > div {
  transition: all 0.3s;
  margin-right: 100px;
}
.footerwrap .footercon .footertop .ftone > div:last-child {
  margin-right: 0;
}
.footerwrap .footercon .footertop .inswind h3 {
  transition: all 0.3s;
  font-size: 18px;
  color: #FEFFFF;
  font-weight: 400;
  margin-bottom: 40px;
}
.footerwrap .footercon .footertop .inswind .insnav {
  display: flex;
  flex-direction: column;
}
.footerwrap .footercon .footertop .inswind .insnav a,
.footerwrap .footercon .footertop .inswind .insnav p {
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 400;
  margin-bottom: 10px;
}
.footerwrap .footercon .footertop .inswind .insnav .yangpipo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footerwrap .footercon .footertop .inswind .insnav .yangpipo > img {
  width: 13px;
  height: 13px;
  margin-right: 13px;
}
.footerwrap .footercon .footertop .inswind .insnav .yangpipo > .cnic1 {
  width: 12px;
  height: 16px;
  margin-top: 3px;
}
.footerwrap .footercon .footertop .inswind .insnav .yangpipo > .cnic4 {
  width: 14px;
  height: 10px;
}
.footerwrap .footercon .footertop .inswind .insnav .yangpipo .andsrc p {
  margin-bottom: 0;
}
.footerwrap .footercon .footertop .ftthere {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footerwrap .footercon .footertop .er {
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footertop .er .iner {
  margin-right: 13px;
  margin-bottom: 25px;
}
.footerwrap .footercon .footertop .er .iner img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.footerwrap .footercon .footertop .er .iner p {
  font-size: 14px;
  color: #FEFFFF;
  font-weight: 400;
  text-align: center;
}
.footerwrap .footercon .footertop .er .iner:last-child {
  margin-right: 0;
}
.footerwrap .footercon .footerbom {
  width: 100%;
  border-top: 1px #A7A7A7 solid;
}
.footerwrap .footercon .footerbom .okbomin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
.footerwrap .footercon .footerbom .okbomin > div {
  line-height: 22px;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode {
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode p {
  text-align: center;
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 400;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode p a {
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 400;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin {
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div {
  position: relative;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div a {
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 400;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div a::after {
  position: absolute;
  content: '|';
  font-size: 12px;
  color: #A7A7A7;
  font-weight: 400;
  right: 0;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div a:last-child::after {
  content: unset;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div::after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #A7A7A7;
  font-weight: 400;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin > div:last-child::after {
  content: unset;
}
.footerwrap .footercon .footerbom .okbomin > .bomleft .oncode .fbin .wina {
  color: #FFFFFF;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist > a {
  display: flex;
  margin-right: 20px;
  width: 13px;
  height: 13px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist > a img {
  width: 100%;
  height: 100%;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist > a:last-child {
  margin-right: 0;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics1 {
  width: 17px;
  height: 13px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics2 {
  width: 13px;
  height: 14px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics3 {
  width: 8px;
  height: 16px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics4 {
  width: 14px;
  height: 12px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics5 {
  width: 21px;
  height: 13px;
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics1:hover > img {
  content: url("../images/icon6h.png");
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics2:hover > img {
  content: url("../images/icon7h.png");
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics3:hover > img {
  content: url("../images/icon8h.png");
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics4:hover > img {
  content: url("../images/icon9h.png");
}
.footerwrap .footercon .footerbom .okbomin .bomrig .rjlist .ics5:hover > img {
  content: url("../images/icon10h.png");
}
.inczwrap {
  display: none;
}
.inczwrap .czwrck {
  margin-left: 30px;
  width: 34px;
  height: 34px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inczwrap .czwrck > p {
  width: 100%;
  height: 4px;
  background: #A41B35;
  border-radius: 2px;
}
@media (max-width: 1260px) {
  .headwrap .heads {
    transition: all 0.3s;
    width: 960px;
    padding: 0 10px;
  }
  .headwrap .heads .logo > img {
    width: 184px;
  }
  .headwrap .heads .navwrap .navcode {
    margin-right: 20px;
  }
  .headwrap .heads .navwrap .navcode .navlist .navitem {
    margin-right: 20px;
  }
  .headwrap .heads .search > img {
    width: 14px;
    height: 14px;
  }
  .footerwrap .footercon .footertop {
    transition: all 0.3s;
    width: 950px;
    padding: 50px 10px;
  }
  .footerwrap .footercon .footertop .ftone > div {
    margin-right: 50px;
  }
  .footerwrap .footercon .footertop .ftthere {
    padding-left: 20px;
  }
  .footerwrap .footercon .footertop .er {
    flex-wrap: wrap;
  }
  .footerwrap .footercon .footerbom {
    width: 100%;
    padding: 0 10px;
  }
  .footerwrap .footercon .footerbom .okbomin {
    transition: all 0.3s;
    width: 960px;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .headwrap .heads {
    transition: all 0.3s;
    padding: 0 10px;
  }
  .headwrap .heads .logo > img {
    width: 184px;
  }
  .headwrap .heads .search > img {
    width: 14px;
    height: 14px;
  }
  .footerwrap .footercon .footertop {
    padding: 30px 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footerwrap .footercon .footertop .ftone {
    margin-right: 20px;
  }
  .footerwrap .footercon .footertop .ftone > div {
    margin-right: 30px;
  }
  .footerwrap .footercon .footerbom {
    width: 100%;
    padding: 0 10px;
  }
  .footerwrap .footercon .footerbom .okbomin {
    flex-direction: column;
    transition: all 0.3s;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .headwrap .heads {
    transition: all 0.3s;
    padding: 0 10px;
  }
  .headwrap .heads .logo > img {
    width: 184px;
  }
  .headwrap .heads .navwrap .navcode {
    margin-right: 10px;
  }
  .headwrap .heads .navwrap .navcode .navlist .navitem {
    margin-right: 10px;
  }
  .headwrap .heads .navwrap .navcode .language .langsend > button {
    padding-right: 7px;
    margin-left: 5px;
  }
  .headwrap .heads .search .inssearch {
    width: 100%;
  }
  .headwrap .heads .search .inssearch .csnginssea {
    height: 50px;
    width: 100%;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan {
    display: flex;
    align-items: center;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan input {
    height: 36px;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 6px;
    margin: 0 10px;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan .seacha {
    width: 20px;
    height: 20px;
  }
  .headwrap .heads .search .inssearch .searchlist .setitlist p {
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 400;
  }
  .headwrap .heads .search .inssearch .searchlist .searchul {
    padding: 10px 20px 0;
  }
  .footerwrap .footercon .footerbom .okbomin {
    padding: 15px 0;
  }
  .footerwrap .footercon .footerbom .okbomin .bomleft .oncode {
    display: block;
  }
  .footerwrap .footercon .footerbom .okbomin .bomleft .oncode .fbin {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .oncode > p {
    font-size: 12px !important;
  }
  .oncode > p > a {
    font-size: 12px !important;
  }
  .oncode .fbin > div a {
    font-size: 12px !important;
  }
  .headwrap {
    height: 70px;
  }
  .headwrap .heads {
    transition: all 0.3s;
    padding: 0 10px;
  }
  .headwrap .heads .logo > img {
    width: 150px;
  }
  .headwrap .heads .navwrap .navcode {
    padding: 0;
  }
  .headwrap .heads .navwrap .navcode .navlist {
    display: none;
  }
  .headwrap .heads .navwrap .navcode .navlist .navitem {
    margin-right: 0;
  }
  .headwrap .heads .navwrap .navcode .language .langsend > button {
    padding-right: 7px;
    margin-left: 5px;
  }
  .headwrap .heads .search {
    right: 34px;
  }
  .headwrap .heads .search .inssearch {
    width: 100%;
  }
  .headwrap .heads .search .inssearch .csnginssea {
    height: 50px;
    width: 100%;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan {
    display: flex;
    align-items: center;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan input {
    height: 36px;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 6px;
    margin: 0 10px;
  }
  .headwrap .heads .search .inssearch .csnginssea .search_wrap .seayan .seacha {
    width: 20px;
    height: 20px;
  }
  .headwrap .heads .search .inssearch .searchlist .setitlist p {
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 400;
  }
  .headwrap .heads .search .inssearch .searchlist .searchul {
    padding: 10px 20px 0;
  }
  .footerwrap .footercon .footertop .inswind > h3 {
    margin-bottom: 20px;
  }
  .footerwrap .footercon .footertop .ftone {
    display: none;
  }
  .footerwrap .footercon .footertop .er {
    flex-wrap: wrap;
  }
  .footerwrap .footercon .footertop .er .iner > img {
    width: 90px;
    height: 90px;
  }
  .inczwrap {
    display: block;
    margin-left: 20px;
  }
  .inczwrap .czwrck {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .footerwrap .footercon .footertop {
    display: block;
  }
  .footerwrap .footercon .footertop .ftthere {
    justify-content: unset;
  }
  .footerwrap .footercon .footertop .er .iner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footerwrap .footercon .footertop .er .iner > img {
    width: 80px;
    height: 80px;
  }
}
/*# sourceMappingURL=headorbefoot.css.map */