@charset "UTF-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4449716 */
  src: url("https://at.alicdn.com/t/c/font_4449716_iq63tjd80jd.woff2?t=1715310851651") format("woff2"), url("https://at.alicdn.com/t/c/font_4449716_iq63tjd80jd.woff?t=1715310851651") format("woff"), url("https://at.alicdn.com/t/c/font_4449716_iq63tjd80jd.ttf?t=1715310851651") format("truetype");
}

.cover1 {
  position: fixed;
  width: 100%;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

*[hidden] {
  display: none;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}

em {
  font-style: normal;
}

button {
  cursor: pointer;
  border: none;
}

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

.dn {
  display: none !important;
}

.pub-form-btn {
  margin-top: 20px;
  width: 230px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.pub-form-btn .iconfont {
  font-weight: normal;
  position: relative;
  font-size: 28px;
  top: 2px;
}

.pub-form-btn-s {
  width: 150px;
  height: 45px;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pub-form-btn-s .iconfont {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-right: 10px;
}

/*文本n行溢出*/
.boxTips {
  position: fixed;
  width: 0px;
  height: 0px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.boxTips .tips {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  padding: 10px 20px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.boxTips .tips .tit {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
}

.boxTips .tips .desc {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

l::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

::-webkit-scrollbar {
  width: 5px;
}

/** 公共弹层样式 */
.boxTips {
  position: fixed;
  width: 0px;
  height: 0px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.boxTips .toastTip {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=70);
  position: absolute;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boxTips .toastTip .tit {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
}

.boxTips .toastTip .desc {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

.loading {
  width: 100%;
  height: 30px;
  background-image: url(../images/loading.gif);
  background-position: left 30% center;
  background-repeat: no-repeat;
  background-size: 5%;
  display: none;
  text-align: center;
  line-height: 30px;
  color: #999;
}

.rec_no_data {
  text-align: center;
  color: #999;
  display: none;
  padding-bottom: 25px;
}

/** 公共底部样式 */
.footer {
  width: 100%;
  max-height: 300px;
  background: #3A3C47;
  padding: 40px 0;
}

.footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}

.footer .wrapper .tab {
  display: flex;
  margin-bottom: 35px;
}

.footer .wrapper .tab .itm {
  color: #fff;
  font-weight: bold;
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
}

.footer .wrapper .tab .itm a {
  color: #fff;
  font-size: 18px;
}

.footer .wrapper .link-list ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .wrapper .link-list ul li {
  margin-right: 50px;
  margin-bottom: 35px;
}

.footer .wrapper .link-list ul li a {
  color: #ccc;
  font-size: 14px;
}

.footer .wrapper .copyright span {
  color: #ccc;
  margin-right: 30px;
  font-size: 14px;
}

.footer .wrapper .copyright p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.footer .wrapper .copyright a {
  color: #ccc;
  text-decoration: underline;
  font-size: 14px;
}

/** 公共头部样式 */
.pub-header .head-nav {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}

.pub-header .head-nav .nav {
  display: flex;
}

.pub-header .head-nav .nav .bar.active .n, .pub-header .head-nav .nav .bar:hover .n {
  position: relative;
  color: #FF3E52;
  font-weight: bold;
}

.pub-header .head-nav .nav .bar.active .n::before, .pub-header .head-nav .nav .bar:hover .n::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background: #FF3E52;
  left: 0;
  bottom: 30px;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
}

.pub-header .head-nav .nav .n {
  line-height: 106px;
  font-size: 18px;
  color: #333;
  margin-right: 40px;
  display: inline-block;
}

.pub-header .head-nav .nav .n.logo {
  margin-right: 38px;
  line-height: 0;
}

.pub-header .head-nav .nav .n.logo img {
  width: 190px;
  height: 106px;
}

.pub-header .head-nav .pub-search-box {
  width: 400px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #EDEDED;
  position: relative;
  margin-top: 29px;
}

.pub-header .head-nav .pub-search-box input {
  width: 298px;
  height: 42px;
  padding-left: 52px;
  line-height: 46px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
}

.pub-header .head-nav .pub-search-box .iconfont {
  position: absolute;
  font-size: 24px;
  left: 20px;
  top: 11px;
  color: #999;
}

.pub-header .head-nav .pub-search-box button {
  width: 100px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 23px;
}

.pub-header .head-nav .pub-search-box .search-result {
  min-height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
}

.pub-header .head-nav .pub-search-box .search-result a {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
}

.pub-header .head-nav .pub-search-box .search-result p {
  color: #999;
}

.pub-header .head-nav .entry .apply_form {
  display: inline-block;
  width: 152px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 20px;
  margin-top: 28px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFFFFF;
}

.pub-header .head-nav .entry .apply_form.a1 {
  background: #04A8F2;
}

.pub-header .head-nav .entry .apply_form.a2 {
  background: #FF3E55;
}

.pub-header .category {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  background: rgba(0, 0, 0, 0.21);
  z-index: 999;
}

.pub-header .category .box {
  width: 1400px;
  background: #FFFFFF;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #F4F4F4;
  background-color: #fff;
  margin: 0 auto;
  height: 700px;
}

.pub-header .category .box .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding-left: 34px;
  padding-top: 30px;
  margin-bottom: 20px;
}

.pub-header .category .box .title em {
  margin-left: 15px;
  font-weight: normal;
  color: #797979;
  font-size: 14px;
}

.pub-header .category .box .content {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.pub-header .category .box .content .level1 {
  width: 158px;
  background: #F7F8FB;
  overflow-y: auto;
  max-height: 630px;
}

.pub-header .category .box .content .level1 a {
  display: block;
  line-height: 78px;
  text-align: center;
  font-size: 18px;
  color: #000;
  width: 100%;
}

.pub-header .category .box .content .level1 a.active {
  background-color: #fff;
  position: relative;
  border-left: 5px solid #FF3E55;
}

.pub-header .category .box .content .rgt-area {
  width: 1200px;
  background: #fff;
}

.pub-header .category .box .content .level-more {
  margin-left: 20px;
  padding-top: 10px;
}

.pub-header .category .box .content .level-more .level1-child .level-wrapper {
  height: 460px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.pub-header .category .box .content .level-more .level1-child .level-wrapper.lay {
  height: 620px;
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2 {
  background: url(../images/cat01.png) no-repeat left center;
  padding-left: 30px;
  font-weight: bold;
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-001 {
  background-image: url(../images/cat01.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-002 {
  background-image: url(../images/cat07.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-003 {
  background-image: url(../images/cat04.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-004 {
  background-image: url(../images/cat05.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-005 {
  background-image: url(../images/cat10.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-006 {
  background-image: url(../images/cat08.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-007 {
  background-image: url(../images/cat06.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-008 {
  background-image: url(../images/cat03.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-009 {
  background-image: url(../images/cat09.png);
}

.pub-header .category .box .content .level-more .level1-child .level .lvl2.icon-010 {
  background-image: url(../images/cat02.png);
}

.pub-header .category .box .content .level-more .level1-child .level p {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.pub-header .category .box .content .level-more .level1-child .level a {
  display: inline-block;
  min-width: 100px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #F7F8FB;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pub-header .category .box .content .level-more .level1-child .level a.active {
  background-color: #FFEAEC;
  border: 1px solid #FFD6DB;
  line-height: 43px;
}

.pub-header .category .box .content .rank {
  display: flex;
  justify-content: flex-start;
  margin-right: 20px;
}

.pub-header .category .box .content .rank .item {
  width: 384px;
  height: 121px;
  background: #FAF6F0;
  border-radius: 5px;
  padding: 15px;
  margin-right: 15px;
}

.pub-header .category .box .content .rank .item:first-child {
  background: #FFF3F7;
}

.pub-header .category .box .content .rank .item .tit {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pub-header .category .box .content .rank .item .desc {
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.pub-header .category .box .content .empty img {
  display: block;
  margin: 50px auto 0;
}

.pub-header .category .box .content .empty p {
  text-align: center;
  color: #999;
}

/** 公共面包屑导航样式 */
.layout {
  width: 100%;
  height: 52px;
  background: #F7F8FB;
  margin-bottom: 20px;
}

.layout .breadcrumb {
  width: 1400px;
  margin: 0 auto;
}

.layout .breadcrumb a {
  color: #999;
  font-size: 14px;
  line-height: 52px;
}

.breadcrumb {
  padding-left: 18px;
  margin: 20px 0;
  color: #999;
}

.breadcrumb a {
  font-size: 14px;
  color: #999;
}

/** 表单样式 */
.form-prop-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.form-prop-box .close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.form-prop-box .form_item {
  width: 460px;
  padding: 20px;
  z-index: 100;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.form-prop-box .form_item.zs {
  background-image: url(../images/form/bg01.png);
  min-height: 570px;
}

.form-prop-box .form_item.jm {
  background-image: url(../images/form/bg02.png);
  min-height: 450px;
}

.form-prop-box .form_item.bm {
  background-image: url(../images/form/bg03.png);
}

.form-prop-box .form_item .title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  padding-right: 50px;
}

.form-prop-box .form_item .desc {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
  height: 20px;
}

.form-prop-box .form_item .content {
  width: 420px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 30px;
}

.form-prop-box .form_item .item {
  margin-bottom: 20px;
  position: relative;
}

.form-prop-box .form_item .item .name {
  display: flex;
}

.form-prop-box .form_item .item .name .ipt {
  flex: 1;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  padding-left: 20px;
  color: #999;
}

.form-prop-box .form_item .item .name span {
  color: #000;
  font-size: 16px;
  margin-right: 10px;
  line-height: 40px;
}

.form-prop-box .form_item .item .name span label {
  color: #FF0000;
  margin-right: 5px;
}

.form-prop-box .form_item .item .name .iconfont {
  position: absolute;
  color: #999;
  right: 10px;
  top: 0;
  font-weight: bold;
  font-size: 20px;
}

.form-prop-box .form_item .item .name input {
  flex: 1;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  padding-left: 20px;
  color: #999;
}

.form-prop-box .form_item .item .options {
  display: flex;
  width: 294px;
  position: absolute;
  right: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 10px 0;
  z-index: 9999;
  background: #fff;
  margin-top: 5px;
}

.form-prop-box .form_item .item .options ul {
  width: 50%;
  max-height: 200px;
  overflow-y: auto;
}

.form-prop-box .form_item .item .options ul li {
  line-height: 30px;
  cursor: pointer;
  padding-left: 15px;
}

.form-prop-box .form_item .item .options ul li:hover {
  color: #FF0000;
}

.form-prop-box .form_item .item .options ul li.active {
  color: #FF0000;
}

.form-prop-box .form_item .h5_pop_btn {
  width: 100%;
  height: 45px;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 23px;
  text-align: center;
  line-height: 45px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.form-prop-box .form_item .h5_pop_btn .iconfont {
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}

/* 分页样式*/
.pagination-con {
  text-align: center;
  margin-top: 30px;
}

.pagination-con .item {
  padding: 0 12px;
  line-height: 32px;
  height: 32px;
  background: #EEEEEE;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  color: #30323D;
  font-size: 14px;
}

.pagination-con .item.active {
  background: #FF3E55;
  color: #fff;
}

.pagination-con .next-page {
  width: auto;
  padding: 0 10px;
}

.pagination-con .page-btn {
  width: 64px;
  background: #FF3E55;
  color: #FFF;
  line-height: 32px;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

.pagination-con .to-page {
  font-size: 12px;
  color: #333;
  line-height: 32px;
  margin-right: 15px;
  display: inline-block;
}

.pagination-con .to-page input {
  width: 35px;
  display: inline-block;
  line-height: 28px;
  height: 32px;
  font-size: 12px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  text-align: center;
  margin: 0 10px;
}

.pagination-con .item-ellipse {
  margin-right: 10px;
  display: inline-block;
}

.pub-search-box {
  display: none;
}

.home-page .home-ad {
  width: 100%;
  height: 530px;
  position: relative;
}

.home-page .home-ad .home-position {
  width: 100%;
  height: 530px;
}

.home-page .home-ad .home-position .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-page .home-ad .home-position .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-ad .banner {
  display: block;
  width: 100%;
  height: 100%;
}

.home-page .home-ad .banner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home-page .search-wrapper {
  margin: -90px auto 0;
  padding: 38px 72px 0 72px;
  width: 1200px;
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  z-index: 99;
  position: relative;
}

.home-page .search-wrapper .search-box {
  position: relative;
}

.home-page .search-wrapper .search-box .search-ipt {
  display: flex;
  justify-content: space-between;
}

.home-page .search-wrapper .search-box .search-ipt input {
  width: 820px;
  height: 72px;
  background: #F4F4F4;
  border-radius: 36px;
  line-height: 72px;
  padding-left: 65px;
  font-size: 18px;
  border: none;
}

.home-page .search-wrapper .search-box .search-ipt .iconfont {
  font-size: 28px;
  position: absolute;
  color: #999;
  left: 30px;
  top: 22px;
}

.home-page .search-wrapper .search-box .search-ipt button {
  width: 210px;
  height: 72px;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 36px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 72px;
  border: none;
}

.home-page .search-wrapper .search-box .hot-key {
  margin-top: 25px;
}

.home-page .search-wrapper .search-box .hot-key span, .home-page .search-wrapper .search-box .hot-key a {
  color: #010101;
  font-size: 16px;
}

.home-page .search-wrapper .search-box .search-result {
  width: 820px;
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 80px;
}

.home-page .search-wrapper .search-box .search-result .tips {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 100px;
}

.home-page .search-wrapper .search-box .search-result a {
  display: block;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-page .module {
  width: 1200px;
  margin: 45px auto;
}

.home-page .module .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.home-page .module .title span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.home-page .module .title .sub {
  margin-left: 15px;
  font-weight: normal;
  color: #797979;
  font-size: 14px;
}

.home-page .module .title a {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}

.home-page .page-nav {
  display: flex;
  justify-content: space-around;
}

.home-page .page-nav .item {
  width: 388px;
  height: 130px;
  padding-left: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-page .page-nav .item .tit {
  color: #000;
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}

.home-page .page-nav .item .desc {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .page-nav .item .guide {
  color: #FF3E52;
  font-size: 14px;
  margin-top: 10px;
}

.home-page .page-nav .item.project {
  background-image: url(../images/home03.png);
}

.home-page .page-nav .item.city {
  background-image: url(../images/home04.png);
}

.home-page .page-nav .item.news {
  background-image: url(../images/home05.png);
}

.home-page .category .wrapper {
  display: flex;
  justify-content: space-between;
}

.home-page .category .wrapper .category-box {
  display: flex;
  width: 860px;
  height: 700px;
  background: #FFFFFF;
  border-radius: 1px;
  border: 1px solid #F4F4F4;
}

.home-page .category .wrapper .category-box .level1 {
  width: 158px;
  background: #F7F8FB;
  overflow-x: auto;
}

.home-page .category .wrapper .category-box .level1 a {
  display: block;
  line-height: 78px;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.home-page .category .wrapper .category-box .level1 a.active {
  background-color: #fff;
  position: relative;
  border-left: 5px solid #FF3E55;
}

.home-page .category .wrapper .category-box .rgt-area {
  flex: 1;
}

.home-page .category .wrapper .category-box .level-more {
  margin-left: 20px;
  padding-top: 10px;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level-wrapper {
  height: 530px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level-wrapper.lay {
  height: 690px;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2 {
  background: url(../images/cat01.png) no-repeat left center;
  padding-left: 30px;
  font-weight: bold;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-001 {
  background-image: url(../images/cat01.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-002 {
  background-image: url(../images/cat07.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-003 {
  background-image: url(../images/cat04.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-004 {
  background-image: url(../images/cat05.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-005 {
  background-image: url(../images/cat10.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-006 {
  background-image: url(../images/cat08.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-007 {
  background-image: url(../images/cat06.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-008 {
  background-image: url(../images/cat03.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-009 {
  background-image: url(../images/cat09.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level .lvl2.icon-010 {
  background-image: url(../images/cat02.png);
}

.home-page .category .wrapper .category-box .level-more .level1-child .level p {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level a {
  display: inline-block;
  min-width: 100px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #F7F8FB;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-page .category .wrapper .category-box .level-more .level1-child .level a.active {
  background-color: #FFEAEC;
  border: 1px solid #FFD6DB;
  line-height: 43px;
}

.home-page .category .wrapper .category-box .rank {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

.home-page .category .wrapper .category-box .rank .item {
  width: 215px;
  height: 121px;
  background: #FAF6F0;
  border-radius: 5px;
  padding: 15px;
}

.home-page .category .wrapper .category-box .rank .item:first-child {
  background: #FFF3F7;
}

.home-page .category .wrapper .category-box .rank .item .tit {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.home-page .category .wrapper .category-box .rank .item .desc {
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.home-page .category .wrapper .form-box {
  width: 320px;
  margin-left: 20px;
}

.home-page .category .wrapper .form-box .form-prop {
  width: 320px;
  height: 339px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}

.home-page .category .wrapper .form-box .form-prop.apply1 {
  margin-bottom: 20px;
}

.home-page .category .wrapper .form-box .form-prop.apply1 .cnt {
  padding-left: 18px;
  padding-top: 10px;
  background-image: url(../images/home10.png);
}

.home-page .category .wrapper .form-box .form-prop.apply1 .cnt .tit {
  color: #72270F;
  font-size: 30px;
  font-weight: bold;
}

.home-page .category .wrapper .form-box .form-prop.apply2 .cnt {
  background-image: url(../images/home02.png);
}

.home-page .category .wrapper .form-box .form-prop .cnt {
  height: 210px;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.home-page .category .wrapper .form-box .form-prop .adv {
  padding-left: 10px;
  margin-bottom: 20px;
}

.home-page .category .wrapper .form-box .form-prop .adv span {
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  background: #FFE4E6;
  color: #FF356B;
  font-size: 12px;
  border-radius: 12px;
  margin-right: 5px;
  display: inline-block;
}

.home-page .category .wrapper .form-box .form-prop .btn {
  display: flex;
}

.home-page .category .wrapper .form-box .form-prop .btn button {
  width: 260px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, #FF377B, #FF3254);
  border-radius: 23px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}

.home-page .article {
  display: flex;
  justify-content: space-between;
}

.home-page .article .title {
  margin-bottom: 20px;
}

.home-page .article .empty {
  width: 100%;
  height: 540px;
  background: #F7FBFF;
  border: 1px solid #F4F4F4;
}

.home-page .article .empty img {
  display: block;
  margin: 50px auto 0;
}

.home-page .article .empty p {
  text-align: center;
  color: #999;
}

.home-page .article .dt-box {
  width: 320px;
  position: relative;
  margin-right: 20px;
}

.home-page .article .dt-box .dt-list {
  width: 100%;
  height: 540px;
  background: #F7FBFF;
  border: 1px solid #F4F4F4;
  padding: 17px 10px 10px 35px;
}

.home-page .article .dt-box .dt-list .item {
  position: relative;
  height: 130px;
}

.home-page .article .dt-box .dt-list .item:last-child::after {
  height: 0;
}

.home-page .article .dt-box .dt-list .item:hover .brand {
  background: #FF3E55;
  color: #fff;
}

.home-page .article .dt-box .dt-list .item:hover::before {
  background: #FF3E55;
  z-index: 9;
}

.home-page .article .dt-box .dt-list .item .brand {
  height: 28px;
  background: #F1F1F1;
  line-height: 28px;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  display: inline-block;
}

.home-page .article .dt-box .dt-list .item .tit {
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  margin-top: 15px;
}

.home-page .article .dt-box .dt-list .item .time {
  color: #999;
  font-size: 12px;
}

.home-page .article .dt-box .dt-list .item::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #CCCCCC;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 7px;
}

.home-page .article .dt-box .dt-list .item::after {
  content: '';
  width: 1px;
  height: 130px;
  border-left: 1px dotted #CCCCCC;
  position: absolute;
  left: -16px;
  top: 15px;
}

.home-page .article .dt-box .more {
  position: absolute;
  bottom: 40px;
  left: 33px;
}

.home-page .article .dt-box .more a {
  width: 260px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  color: #04A8F2;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 23px;
  border: 1px solid #EBEBEB;
  display: block;
  margin: 0 auto;
}

.home-page .article .news-box {
  flex: 1;
}

.home-page .article .news-box .list {
  height: 540px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  padding: 18px 20px 0;
}

.home-page .article .news-box .list .news-item {
  width: 100%;
  display: flex;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.home-page .article .news-box .list .news-item:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.home-page .article .news-box .list .news-item .img {
  width: 180px;
  height: 140px;
  position: relative;
}

.home-page .article .news-box .list .news-item .img img {
  width: 180px;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.home-page .article .news-box .list .news-item .info {
  height: 140px;
  overflow: hidden;
  margin-left: 25px;
  flex: auto;
  position: relative;
}

.home-page .article .news-box .list .news-item .info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.home-page .article .news-box .list .news-item .info .content {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .article .news-box .list .news-item .info .desc {
  position: absolute;
  bottom: 0;
}

.home-page .article .news-box .list .news-item .info .desc .cat {
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #333;
  font-size: 12px;
  display: inline-block;
  background: #F1F1F1;
  margin-right: 15px;
}

.home-page .article .news-box .list .news-item .info .desc .time {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.home-page .recommond .recommond-list {
  display: flex;
  flex-wrap: wrap;
}

.home-page .recommond .recommend-item {
  width: 275px;
  height: 335px;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-page .recommond .recommend-item .img {
  width: 275px;
  height: 205px;
  position: relative;
}

.home-page .recommond .recommend-item .img img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .recommond .recommend-item .info {
  padding: 15px 20px;
}

.home-page .recommond .recommend-item .tit {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .recommond .recommend-item .price {
  color: #FF3043;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}

.home-page .recommond .recommend-item .cat {
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .hot-brand {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  background-image: url(../images/home11.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page .hot-brand .content {
  margin: 0 auto;
}

.home-page .hot-brand .content .sub {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
}

.home-page .hot-brand .content .hot-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.home-page .hot-brand .content .hot-list .item {
  width: 224px;
  height: 164px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #D5D8DF;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(1) {
  border-color: #FFAE21;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(1) .rank {
  background-image: url(../images/home06.png);
  color: #fff;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(2) {
  border-color: #FFAE21;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(2) .rank {
  background-image: url(../images/home07.png);
  color: #fff;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(3) {
  border-color: #FFAE21;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(3) .rank {
  background-image: url(../images/home08.png);
  color: #fff;
}

.home-page .hot-brand .content .hot-list .item:nth-of-type(5n) {
  margin-right: 0;
}

.home-page .hot-brand .content .hot-list .item img {
  width: 220px;
  height: 160px;
  object-fit: cover;
}

.home-page .hot-brand .content .hot-list .item .rank {
  position: absolute;
  width: 42px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/home09.png);
  text-align: center;
  line-height: 51px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  top: -16px;
  left: -2px;
}

.home-page .page-process .list {
  width: 1200px;
  height: 536px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 45px 35px;
}

.home-page .page-process .list .tr1, .home-page .page-process .list .tr2 {
  display: flex;
  justify-content: space-between;
}

.home-page .page-process .list .itm {
  width: 280px;
  height: 157px;
  background: linear-gradient(90deg, rgba(255, 239, 225, 0.73), rgba(255, 219, 186, 0.73), rgba(255, 242, 231, 0.73));
  border: 3px solid #FFC3C9;
  position: relative;
  margin-bottom: 50px;
}

.home-page .page-process .list .itm span {
  position: absolute;
  font-weight: bold;
  font-size: 30px;
  color: #FF3044;
  width: 100%;
  text-align: center;
  top: -26px;
}

.home-page .page-process .list .itm .name {
  font-size: 20px;
  color: #93121F;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.home-page .page-process .list .itm .desc {
  color: #93121F;
  font-size: 14px;
  text-align: center;
}

.home-page .page-process .list .pro {
  display: block;
  font-size: 40px;
  margin: 0 45px;
  line-height: 157px;
  color: #666;
}

.home-page .page-process .list .form-area button {
  margin: 0 auto;
  display: block;
}

.home-page .page-process .list .form-area button .iconfont {
  margin-right: 10px;
}

.home-page .brand-apply {
  margin-top: 90px;
  margin-bottom: 150px;
}

.home-page .brand-apply ul {
  display: flex;
}

.home-page .brand-apply ul li {
  flex: 1;
  height: 200px;
  background-position: top center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/home12.png);
  padding-top: 120px;
}

.home-page .brand-apply ul li .tit {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.home-page .brand-apply ul li .desc {
  color: #999;
  font-size: 12px;
  text-align: center;
}

.home-page .brand-apply .form-area {
  margin-top: 60px;
}

.home-page .brand-apply .form-area button {
  display: block;
  margin: 0 auto;
}

.home-page .brand-apply .form-area button .iconfont {
  margin-left: 10px;
}

.pub-header .head-nav {
  width: 1200px !important;
}
