.page {
  background-color: rgb(255, 255, 255);
  position: relative;
  min-width: 1200px;
}

@media (max-width: 800px) {
  .page {
    min-width: 300px;
    width: 100%;
  }
}
.section-header {
  width: 100%;
  min-width: 1200px;
  height: 440px;
  background: url("../image/credible-market/header.jpg") no-repeat 0 64px;
  background-size: 100% calc(100% - 64px);
  position: relative;
}
.section-header .box-header {
  height: 64px;
  padding: 20px 0 0 111px;
  position: relative;
  background-color: #FFFFFF;
}
.section-header .box-header .image-dj {
  width: 88px;
  height: 38px;
  margin-top: -7px;
}
.section-header .box-header ul {
  display: flex;
  margin-left: 45px;
}
.section-header .box-header ul li {
  margin-right: 30px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}
.section-header .box-header ul li.active, .section-header .box-header ul li:hover {
  border-bottom: 4px solid rgb(230, 0, 12);
}
.section-header .box-header .box-contact {
  width: 360px;
  height: 30px;
  position: absolute;
  right: 0;
}
.section-header .box-header .box-contact .icon-phone {
  margin-top: 6px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.section-header .box-header .box-contact .sign-icon {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: 3px;
}
.section-header .box-header .box-contact .contact-text {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  height: 28px;
  font-style: normal;
  text-transform: none;
}
.section-header .box-header .box-contact .box-apply {
  width: 90px;
  height: 35px;
  margin-top: -5px;
  margin-left: 30px;
  font-size: 14px;
  color: #E60012;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border: 1px solid #E60012;
  border-radius: 20px;
}
.section-header .fixed {
  box-shadow: 0 6px 10px 0 rgba(184, 189, 196, 0.59);
}
.section-header .box-content {
  margin: 120px 0 0 110px;
}
.section-header .box-content .contact-text {
  font-weight: 500;
  font-size: 40px;
  color: #E60012;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-header .box-content .contact-remark {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-header .box-content .box-search {
  height: 46px;
  margin-top: 40px;
}
.section-header .box-content .box-search .search-warp {
  border-radius: 4px;
}
.section-header .box-content .box-search .search-input {
  width: 350px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px 8px 8px 8px;
}
.section-header .box-content .box-search .search-input .search-text {
  width: 140px;
  height: 40px;
  margin-left: 13px;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 40px;
  border: none;
  outline: none;
}
.section-header .box-content .box-search .search-input .search-button {
  width: 96px;
  height: 42px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #E60012;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.section-header .box-content .box-search .search-input .search-button:hover {
  animation: buttonColorChange 0.4s ease forwards;
}
.section-header .box-content .box-search .search-button2 {
  width: 96px;
  height: 46px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: #E60012;
  border-radius: 8px 8px 8px 8px;
}

.section-demand {
  width: 100%;
  min-width: 1200px;
  background-color: #F5F6F9;
}
.section-demand .demand-content {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-demand .demand-content .demand-item {
  width: 32%;
  height: 230px;
  padding: 35px 30px 30px;
  background: #FFFFFF;
  box-shadow: 5px 5px 30px 0 #EDF1FA;
  border-radius: 12px 12px 12px 12px;
}
.section-demand .demand-content .demand-item:hover {
  box-shadow: 5px 5px 30px 0 #C7CBD6;
}
.section-demand .demand-content .demand-item img {
  width: 50px;
  height: 45px;
}
.section-demand .demand-content .demand-item .item-title {
  margin-top: 15px;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-demand .demand-content .demand-item .item-text {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1200px) {
  .section-demand .demand-content .demand-item {
    width: 49%;
    margin-bottom: 20px;
  }
}

.section-scheme {
  width: 100%;
  min-width: 1200px;
}
.section-scheme .scheme-content {
  width: 80%;
  margin-top: 30px;
}
.section-scheme .scheme-content .scheme-item {
  width: 32%;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 40px 32px 30px;
  border-radius: 12px 12px 12px 12px;
}
.section-scheme .scheme-content .scheme-item:hover {
  box-shadow: 5px 5px 30px 0 #C7CBD6;
}
.section-scheme .scheme-content .scheme-item.item-one {
  background-color: #F2F7FC;
}
.section-scheme .scheme-content .scheme-item.item-two {
  background-color: #FDF7F2;
}
.section-scheme .scheme-content .scheme-item.item-three {
  background-color: #F6F5FD;
}
.section-scheme .scheme-content .scheme-item.item-four {
  background-color: #F6F5FD;
}
.section-scheme .scheme-content .scheme-item.item-five {
  background-color: #F2F7FC;
}
.section-scheme .scheme-content .scheme-item.item-six {
  background-color: #FDF7F2;
}
.section-scheme .scheme-content .scheme-item .item-title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-scheme .scheme-content .scheme-item .item-text {
  width: 100%;
  margin-top: 18px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.section-application {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 50px;
  background: url("../image/credible-market/bg.png") top repeat-x;
  background-size: 100% 190px;
  background-color: #F5F6F9;
}
.section-application .application-title {
  margin-top: 40px;
}
.section-application .application-bg {
  width: 80%;
  max-width: 1150px;
  height: 500px;
  margin-top: 100px;
  background: url("../image/credible-market/application/bg.png") no-repeat;
  background-size: 100% auto;
}

.section-merit {
  width: 100%;
  min-width: 1200px;
}
.section-merit .merit-content {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 40px;
}
.section-merit .merit-content .merit-item {
  width: 24%;
  margin-bottom: 20px;
  padding: 35px 30px 30px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 30px 0 #EDF1FA;
  border-radius: 12px 12px 12px 12px;
}
.section-merit .merit-content .merit-item:hover {
  box-shadow: 5px 5px 30px 0 #C7CBD6;
}
.section-merit .merit-content .merit-item .item-bg {
  width: 95px;
  height: 110px;
  position: absolute;
  top: 20px;
  right: 15px;
}
.section-merit .merit-content .merit-item img {
  width: 46px;
  height: 46px;
}
.section-merit .merit-content .merit-item .item-title {
  margin-top: 15px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-merit .merit-content .merit-item .item-text {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.section-case {
  width: 100%;
  min-width: 1200px;
  background: url("../image/e-seal/case/bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.section-case .case-content {
  width: 80%;
  margin-top: 50px;
}
.section-case .case-content .content-item {
  width: 24%;
  background: #FFFFFF;
  box-shadow: 5px 5px 30px 0 #EDF1FA;
  border-radius: 10px;
  padding: 16px 16px 50px;
}
.section-case .case-content .content-item:hover {
  box-shadow: 5px 5px 30px 0 #C7CBD6;
}
.section-case .case-content .content-item .item-header {
  width: 100%;
  height: 140px;
}
.section-case .case-content .content-item .item-icon {
  width: 80px;
  height: 26px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 6px 6px 6px 6px;
}
.section-case .case-content .content-item .item-icon.item-one {
  width: 56px;
  color: #FF500A;
  background: rgba(255, 232, 187, 0.8118);
}
.section-case .case-content .content-item .item-icon.item-two {
  color: #1DAA5C;
  background: #D3F0E0;
}
.section-case .case-content .content-item .item-icon.item-three {
  color: #E50012;
  background: rgba(255, 221, 224, 0.8118);
}
.section-case .case-content .content-item .item-icon.item-four {
  color: #257FAF;
  background: #D7EFFA;
}
.section-case .case-content .content-item .item-title {
  margin-top: 16px;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-case .case-content .content-item .item-footer {
  width: 140px;
  height: 40px;
  margin-top: 20px;
}
.section-case .case-footer {
  width: 80%;
  min-width: 1020px;
  margin-top: 60px;
  margin-bottom: 35px;
}
.section-case .case-footer img {
  width: 15%;
  height: 60px;
  margin-bottom: 28px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 #F0F1F9;
  border-radius: 8px 8px 8px 8px;
}

/*# sourceMappingURL=credible-market.css.map */
