@charset "UTF-8";
/*
 * @Author: 派大星
 * @Date: 2021-05-12 08:58:20
 * @LastEditors: 派大星
 * @LastEditTime: 2021-06-29 09:11:33
 * @Description: 
 */
/* ---------------------- In-main[service] ---------------------- */
.sr_Webanner {
  width: 100%;
  height: 495px;
  background: url(../images/ser_bg.png) no-repeat;
  background-size: 100% 100%;
}

.sr_Wetext {
  text-align: center;
  margin: 30px auto;
}

.sr_Wetext .Wetext_h2 {
  display: inline-block;
  margin-bottom: 22px;
}

.sr_Wetext .Wetext_h2::after, .sr_Wetext .Wetext_h2::before {
  content: "/";
  margin: 0 20px;
  color: var(--Cebebeb);
}

.sr_Wetext .Wetext_content {
  text-align: left;
  font-size: var(--fz16);
  color: var(--C4c4c4c);
  line-height: 36px;
}

.sr_Wetext .Wetext_bition {
  margin: 30px 0 15px;
}

.sr_Wetext .Wetext_bition ul {
  column-count: 3;
}

.sr_Wetext .Wetext_bition ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sr_Wetext .Wetext_bition ul li img {
  margin-bottom: 10px;
}

.sr_Wetext .Wetext_bition ul li p {
  line-height: 22px;
}

.sr_Wetext.sr_guarantee {
  padding: 30px 0 0;
}

.sr_Wetext.sr_guarantee .guarantee_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl {
  display: flex;
  width: 26%;
  margin: 33px 0;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt {
  margin-right: 12px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"] {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr1 {
  background: url(../images/We.png) no-repeat -1px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr2 {
  background: url(../images/We.png) no-repeat -84px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr3 {
  background: url(../images/We.png) no-repeat -167px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr4 {
  background: url(../images/We.png) no-repeat -250px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr5 {
  background: url(../images/We.png) no-repeat -333px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dt [class^="sr"].sr6 {
  background: url(../images/We.png) no-repeat -416px -1px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dd {
  text-align: left;
  width: 218px;
  height: 80px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dd p:first-child {
  font-weight: bold;
  font-size: var(--fz16);
  margin-bottom: 16px;
}

.sr_Wetext.sr_guarantee .guarantee_dl dl dd p:last-child {
  font-size: var(--f12);
  color: var(--C666666);
  line-height: 22px;
}

.sr_achieve {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 40px;
}

.sr_achieve .achieve_left {
  width: 614px;
}

.sr_achieve .achieve_left .achieve_t {
  display: inline-block;
  position: relative;
}

.sr_achieve .achieve_left .achieve_t::before {
  content: "";
  width: 74px;
  height: 4px;
  background: var(--Cff6440);
  display: inline-block;
  position: absolute;
  bottom: -30px;
}

.sr_achieve .achieve_c p {
  line-height: 30px;
  font-size: var(--fz14);
  margin-top: 32px;
  text-indent: 2em;
}

.sr_achieve .achieve_c p:first-child {
  margin-top: 60px;
}

.guarantee_img {
  width: 100%;
  height: 400px;
}

.guarantee_img .img {
  width: 100%;
  height: 100%;
}

.sr_Global {
  display: flex;
  padding: 30px 0;
}

.sr_Global .Global_left .left_p {
  margin-top: 40px;
  line-height: 30px;
}

.sr_Global .Global_right {
  margin-left: 30px;
}

.sr_contactUs {
  margin: 36px auto 0;
}

.sr_contactUs .contactWayTitle {
  width: 100%;
  height: 65px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/aboutUs5.png);
  margin-bottom: 31px;
}

.sr_contactUs .contactWayList ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 130px;
  padding-right: 130px;
}

.sr_contactUs .contactWayList ul:nth-child(1) {
  margin-bottom: 108px;
}

.sr_contactUs .contactWayList ul:nth-child(2) {
  margin-bottom: 125px;
}

.sr_contactUs .contactWayList li {
  width: 400px;
  display: flex;
  align-items: center;
}

.sr_contactUs .contactWayList li .left {
  width: 138px;
  height: 138px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 21px;
}

.sr_contactUs .contactWayList li .right {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.sr_contactUs .contactWayList li .right .position {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}

.sr_contactUs .contactWayList li .right .phone {
  margin-top: 10px;
  margin-bottom: 10px;
}
