/***********************************************************************************/
.article {
  padding: 1.25rem 0;
}

.article h1 {
  color: #333;
  font-size: 1.125rem;
  text-align: center;
}

.article .info {
  font-size: .8125rem;
  padding-bottom: 1.25rem;
  text-align: center;
  line-height: 1.5625rem;
  color: #999;
}

.article .content {
  color: #666;
  line-height: 180%;
}

.article .page {
  margin-top: 3.75rem;
  color: #999;
}

.article .page ul li {
  font-size: .875rem;
  line-height: 1.875rem;
}

.article .page ul li a {
  color: #999;
}

/***********************************************************************************/
.single {
  padding: 5rem 0;
}

.single .content {
  color: #666;
}

.single .content p {
  line-height: 200%;
  font-size: 1rem;
  text-indent: 1.875rem;
  padding-bottom: .9375rem;
}

/***********************************************************************************/
.how img {
  width: 100%;
}

.how .title {
  font-size: 30px;
  color: #000000;
  line-height: 100px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
}

.how .subtitle {
  font-size: 26px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #242424;
  line-height: 100px;
}

.how .smalltitle {
  font-size: 22px;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 50px;
  text-indent: 100px;
  margin: 0;
  padding: 30px 0 0 0;
}

.how .twobox {
  background-color: #f6f6f6;
  height: auto;
  overflow: hidden;
  margin: 90px 0;
}

.how .twobox .stepbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

.how .twobox .stepbox .item {
  width: 50%;
  text-align: center;
}

.how .twobox .stepbox .item .steptitle {
  font-size: 22px;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 50px;
  text-align: center;
}

.how .twobox .stepbox .item:nth-child(2) {
  padding-top: 500px;
}

.how .twobox .stepbox .item:nth-child(4) {
  padding-top: 240px;
}

.how .twobox .stepbox .item:nth-child(3) {
  margin-top: -240px;
}

/***********************************************************************************/
.service-inner {
  margin: 100px 0;
}

.service-inner h1 {
  font-size: 36px;
  line-height: 145px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  color: #242424;
  font-weight: 400;
}

.service-inner .title {
  font-family: SimHei, SimHei-Regular;
  color: #777777;
  font-size: 24px;
  font-weight: 400;
  line-height: 123px;
}

.service-inner .xize .box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: -140px;
}

.service-inner .xize .box:first-child {
  margin-top: 0;
}

.service-inner .xize .box .item {
  width: 40%;
  margin: 0 5%;
  flex: 1 1 auto;
  /*background-color: #000;*/
  color: #fff;
}

.service-inner .xize .box .item:nth-child(even) {
  padding-top: 329px;
}

.service-inner .xize .box .item img {
  max-width: 100%;
}

.service-inner .xize .box .top {
  padding-top: 329px;
}

.service-inner .xize .box .top1 {
  padding-top: 206px;
}

.service-inner .xize .box .title {
  font-family: SimHei, SimHei-Regular;
  color: #777777;
  font-size: 24px;
  font-weight: 400;
  line-height: 123px;
}

.service-inner .xize .box .title span {
  font-size: 72px;
  padding-right: 8px;
}

/***********************************************************************************/
.flow {
  padding: 100px 0;
}

.flow .title {
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #242424;
  letter-spacing: 4px;
  text-align: center;
  letter-spacing: 4px;
}

.flow .subtitle {
  font-size: 24px;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #444444;
  line-height: 130px;
  letter-spacing: 3px;
}

.flow .bg {
  background-color: #ECECEC;
}

.flow .box {
  padding: 0 0  100px 0;
}

.flow .conrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.flow .conrow1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -60px;
}

.flow .right1 {
  width: 46%;
}

.flow .left2 {
  width: 50%;
}

.flow .right2 {
  width: 40%;
}

.flow .left3 {
  width: 45%;
}

.flow .right3 {
  width: 35%;
}

.flow .left4 {
  width: 60%;
}

.flow .right4 {
  width: 36%;
}

.flow .left4-2 {
  width: 55%;
}

.flow .right4-2 {
  width: 38%;
}

.flow .left5 {
  width: 60%;
}

.flow .right5 {
  width: 30%;
}

.flow .left6 {
  width: 48%;
}

.flow .right6 {
  width: 40%;
}

.flow .conrow .left, .flow .conrow1 .left {
  height: auto;
}

.flow .conrow .right, .flow .conrow1 .right {
  height: auto;
}

.flow .new {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
}

.flow .new .num_wap {
  display: none;
}

.flow .new1 .num {
  font-size: 40px;
  height: 60px;
  width: 60px;
}

.flow .new1 .text {
  padding-top: 40px;
}

.flow .new .num {
  height: 70px;
  width: 70px;
  font-size: 50px;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  color: #777777;
  line-height: normal;
  background: url("static/index/images/line.png") no-repeat right bottom;
}

.flow .new .text {
  flex: 1 1 0%;
  padding-top: 45px;
  font-size: 17px;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #969696;
  line-height: 42px;
}

/***********************************************************************************/
.appraisal {
  margin-bottom: 150px;
}

.appraisal .title {
  margin: 60px 0 0 0;
  text-align: left;
}

.appraisal .row {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appraisal .row .left {
  width: 70%;
  padding-right: 1.875rem;
}

.appraisal .row .left .ctitle {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  position: 0;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
}

.appraisal .row .left .ctitle span {
  width: 13px;
  height: 13px;
  float: left;
  margin-top: 19px;
  padding: 0;
  background-color: #909090;
  border-radius: 10px;
}

.appraisal .row .left .etitle {
  font-family: AGaramondPro, AGaramondPro-Regular;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #a9a9a9;
  margin-bottom: 30px;
}

.appraisal .row .left p {
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #5b5b5b;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  opacity: 1;
}

.appraisal .row .noticeimg {
  width: 30%;
}

/***********************************************************************************/
.charge .title {
  margin: 60px 0;
  text-align: left;
}

.charge .text {
  width: 100%;
  border: 7px solid #cccecc;
  margin-bottom: 300px;
  padding: 30px 10px;
}

.charge .text p {
  margin: 0;
  padding: 0;
  line-height: 72px;
  color: #969696;
  font-size: 14px;
}

/***********************************************************************************/
.level {
  padding-bottom: 60px;
}

.level .title {
  margin: 60px 0;
  text-align: left;
}

.level p {
  color: #969696;
  line-height: 30px;
  font-size: 16px;
}

.level .imgbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

/***********************************************************************************/
.expert {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
  justify-content: space-between;
}

.expert .item {
  width: 32%;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.expert .item img {
  width: 100%;
}

.expert .item:hover .text {
  display: block;
  opacity: 1;
  animation: cent .3s;
}

.expert .item .text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-family: SimHei, SimHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}

.expert .item .text .body {
  width: 90%;
  height: 100%;
  padding: 0 8px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}

.expert .item .text .body .name {
  font-size: 30px;
  line-height: 50px;
}

@keyframes cent {
  0% {
    top: 100%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
  75% {
    top: 25%;
  }
  100% {
    top: 0%;
  }
}

/***********************************************************************************/
@media (max-width: 750px) {
  .single .content {
    padding: 0 .625rem;
  }
  .article {
    width: 96%;
    margin: 0 auto;
  }
  .article .content img {
    max-width: 100%;
  }
  .expert .item {
    width: 100%;
  }
  .flow {
    padding: 0 0 30px;
    width: 96%;
    margin: 0 auto;
  }
  .flow .box {
    padding-bottom: 50px;
  }
  .flow .title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
  }
  .flow .subtitle {
    font-size: 22px;
    line-height: normal;
    padding: 30px 0;
    color: #000;
  }
  .flow .subtitle span {
    display: block;
    font-size: 16px;
    color: #616161;
    padding-top: 15px;
  }
  .flow .subtitle em {
    display: block;
    font-size: 22px;
  }
  .flow .conrow {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flow .conrow1 {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 0;
  }
  .flow .conrow .left, .flow .conrow .right, .flow .conrow1 .left, .flow .conrow1 .right {
    width: 100%;
  }
  .flow .right4 img, .flow .left4-2 img, .flow .right1 img {
    padding-top: 30px;
    max-width: 100%;
  }
  .flow .new {
    margin-top: 0;
    padding-top: 10px;
  }
  .flow .new .num {
    display: none;
  }
  .flow .new .num_wap {
    display: block;
    font-size: 18px;
    font-family: SimHei, SimHei-Regular;
  }
  .flow .new .text {
    padding-top: 0;
    font-size: 15px;
    color: #000;
    line-height: 30px;
  }
  .flow .new .text span {
    display: block;
    color: #616161;
    font-size: 14px;
  }
  /******************/
  .how {
    width: 96%;
    margin: 0 auto;
  }
  .how .twobox .stepbox {
    margin-top: 0;
  }
  .how .twobox .stepbox .item {
    width: 100%;
  }
  .how .twobox .stepbox .item:nth-child(2) {
    padding-top: 0;
  }
  .how .twobox .stepbox .item:nth-child(4) {
    padding-top: 0;
  }
  .how .twobox .stepbox .item:nth-child(3) {
    margin-top: 0;
  }
  .how .twobox .stepbox .item .steptitle {
    font-size: 14px;
  }
  .how .smalltitle {
    text-indent: 0;
    font-size: 14px;
  }
  .how .subtitle {
    font-size: 16px;
  }
  /**********************/
  .service-inner {
    margin: 50px 0;
  }
  .service-inner h1 {
    font-size: 16px;
    line-height: 60px;
  }
  .service-inner .xize .box .item {
    width: 100%;
  }
  .service-inner .xize .box .title {
    font-size: 16px;
  }
  .service-inner .xize .box .title span {
    font-size: 42px;
  }
  /**********************/
  .appraisal {
    width: 96%;
    margin: 0 auto;
  }
  .appraisal .title img {
    width: 160px;
  }
  .appraisal .row {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .appraisal .row .left {
    padding-top: 20px;
    width: 100%;
  }
  .appraisal .row .left .ctitle {
    font-size: 22px;
  }
  .appraisal .row .left .ctitle span {
    margin-top: 12px;
  }
  .appraisal .row .left .etitle {
    font-size: 14px;
  }
  .appraisal .row .left p {
    font-size: 14px;
  }
  .appraisal .row .noticeimg {
    width: 100%;
    text-align: center;
  }
  /*********************/
  .level {
    width: 96%;
    margin: 0 auto;
  }
  .level .title img {
    width: 160px;
  }
  .level .imgbox {
    flex-wrap: wrap;
  }
  .level p {
    font-size: 14px;
  }
  /*********************/
  .charge {
    width: 96%;
    margin: 0 auto;
  }
  .charge .title img {
    width: 160px;
  }
  .charge .text {
    margin-bottom: 100px;
    width: auto;
  }
  .charge .text p {
    font-size: 14px;
    line-height: 30px;
  }
  .charge .text p:nth-child(2) {
    padding-top: 15px;
  }
}

/***********************************************************************************/
/***********************************************************************************/
.search-box {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.search-box .tips{
    width: 95%;
    margin: 20px auto 0;
    background-color: #fff3e0; 
    border: 1px solid #ffb74d; 
    border-radius: 4px;
    
}
.search-box .tips p{
    padding: 10px;
    color: #e65100;
}
.search-box form {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.search-box form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  outline-style: none;
  border-radius: 5px;
  text-indent: 1.5625rem;
}

.search-box form i {
  position: absolute;
  left: .3125rem;
  top: 50%;
  font-size: 1.125rem;
  transform: translateY(-50%);
  color: #999;
}

.search-box form button {
  position: absolute;
  top: 50%;
  right: .3125rem;
  color: #fff;
  height: 1.875rem;
  transform: translateY(-50%);
  background-color: #337ab7;
  border: #2e6da4;
  padding: 0 .625rem;
}

.search-box .goodslist {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 25rem;
}

.search-box .goodslist .item {
  width: 23%;
  height: 100%;
  border: .0625rem solid #ccc;
}

.search-box .goodslist .item .thumb {
  width: 100%;
}

.search-box .goodslist .item .title {
  font-size: 1.25rem;
  text-align: center;
}

.search-box .goodslist .item .title a {
  color: #000;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
