body {
  font-size: 14px;
  background: #F2F2F2;
}

a {
  text-decoration: none !important;
  color: #333 !important;
}

#app-wrap {
  display: none;
}

.main {
  /* margin-bottom: 30px; */
}

.footer-box{
  height: 250px !important;
}
.backHead_one {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline;
  padding-right: 15px;
  background: url(more.png) no-repeat right;
  background-size: 5px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.expressTitle {
  position: relative;
  width: 200px;
  height: 30px;
  margin-bottom: 43px;
}
.expressTitle .list2_tips {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 23px;
  font-weight: bold;
  z-index: 1;
}
.expressTitle .card_title_bg {
  position: absolute;
  display: block;
  width: 147px;
  height: 6px;
  bottom: 0;
  background: linear-gradient(to right, rgb(220, 171, 159) 0%, rgb(248, 240, 237) 100%);
}

.Headbanner {
  position: relative;
}
.Headbanner img {
  width: 100%;
  height: 300px;
}
.Headbanner .logo {
  width: 200px;
  height: 100px;
  display: inline-block;
  background-image: url(./header-logo.png);
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.centers:hover {
  color: #b04329;
}
.centers:hover .tabNumber {
  background: #FCEED1 !important;
  color: #663300;
}
.centers:hover .news {
  background: #f3e3c1 !important;
}

.centers {
  display: flex;
  height: 150px;
}
.centers .tabNumber {
  text-align: center;
  width: 50px;
  line-height: 150px;
  font-size: 23px;
  color: #333;
  font-weight: bolder;
  background-color: #F1F1F1;
}
.centers .news {
  width: 550px;
  background: #F9F9F9;
  padding: 20px;
}
.centers .news .newsTitle a {
  font-size: 28px;
}
.centers .news .newsCenter {
  margin-top: 20px;
  font-size: 18px;
}

.expressBox {
  display: flex;
  margin-top: 20px;
  padding: 0px 20px;
}
.expressBox .expressLeft,
.expressBox .expressRight {
  width: 50%;
}
.expressBox .iconList {
  display: flex;
  flex-wrap: wrap;
}
.expressBox .iconList li {
  width: 25%;
  margin-bottom: 20px;
}
.expressBox .iconList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.expressBox .iconList li a .icon {
  width: 50px;
  height: 50px;
  padding-top: 2px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #F7F1E3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.expressBox .iconList li a .icon img {
  width: 30px;
  height: 30px;
}
.expressBox .rightList {
  display: flex;
}
.expressBox .rightList li {
  margin-left: 20px;
}
.expressBox .rightList li a .h_one {
  width: 120px;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  position: relative;
}
.expressBox .rightList li a .img_one {
  background: url(./card_bg1.png) no-repeat;
}
.expressBox .rightList li a .img_two {
  background: url(./card_bg2.png) no-repeat;
}
.expressBox .rightList li a .img_three {
  background: url(./card_bg3.png) no-repeat;
}
.expressBox .rightList li a .img_four {
  background: url(./card_bg4.png) no-repeat;
}
.expressBox .rightList li a .view {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 12px;
  background: url(./card_border.png) center;
  background-size: 100% 100%;
  color: #b04329;
  writing-mode: horizontal-tb;
}

.list_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.list_wrap ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #e9e9e9;
}
.list_wrap ::-webkit-scrollbar-thumb {
  background-color: #ecd4c6;
  border-radius: 10px;
}
.list_wrap ::-webkit-scrollbar-track {
  background-color: transparent;
}

.border_question {
  box-sizing: border-box;
  box-shadow: 0 0 8px 0 rgba(22, 136, 235, 0.2);
  border-top: 5px solid #E98300;
}

.card_list_w {
  width: 50%;
  height: 320px;
  margin-right: 30px;
}

.simple_question {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.sq_bg_color {
  background: linear-gradient(to bottom, #EFDACE 0%, #FBF6F3 99%);
  z-index: 2;
}

.sq_title {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.sq_list {
  margin-top: 40px;
}

.sq_list ul {
  height: 200px;
  overflow: auto;
}

.sq_list ul li a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.sq_tips {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #ecd4c6;
}

.sq_underline {
  position: absolute;
  bottom: 8px;
  display: block;
  width: 220px;
  height: 16px;
  background: linear-gradient(to right, #faf3f0, #e6c3ba, #faf3f0);
  z-index: -1;
}

.sq_main {
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.card_list_w {
  width: 50%;
  height: 320px;
  margin-right: 30px;
}

.mszx_card ul,
.mszx_card ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ali {
  color: #333;
  font-size: 22px;
  line-height: 40px;
  margin-left: 10px;
  display: inline-block;
  max-width: 338px;
}

.mszx_card ul li:nth-child(1) {
  margin-bottom: 30px;
}

.mszx_card .full {
  width: 100%;
  height: 140px;
}

.mszx_card ul li {
  width: calc(50% - 10px);
  height: 150px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px 0 rgba(22, 136, 235, 0.2);
  box-sizing: border-box;
  margin: 0 5px;
}

.mszx_card ul,
.mszx_card ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
p,
ul,
li {
  margin: 0;
}/*# sourceMappingURL=index.css.map */