.ServiceGuarantee{
  padding-top: 78px;
}
.swiper1 {
  width: 100%;
  height: 610px;
  background: url("../img/serviceGuarantee/swiper.png");
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  padding-top: 180px;
  box-sizing: border-box;
}
.swiper1 .introduce {
  width: 820px;
  height: 260px;
  color: #fff;
  background: rgba(31, 31, 31, 0.6);
  padding-top: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mainTitlePic1 {
  width: 277px;
  height: 154px;
  background: rgba(31, 31, 31, 0.7);
  border-radius: 50px 0px 50px 0px;
  text-align: center;
  margin-left: 32px;
  padding-top: 1.75rem;
  box-sizing: border-box;
}
.mainTitlePic1:nth-child(1) {
  margin-left: 0;
}
.mainTitlePic1 p {
  color: #fff;
  font-size: 30px;
}
.mainTitle1 {
  width: 1200px;
  height: 200px;
  margin: 25px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.mainBody {
  width: 1200px;
  margin: 0 auto;
}
.twoContentLine {
  /* width: 500px;
  margin: 0 auto; */
  /* margin-top: 30px; */
}
/* .line {
  width: 80px;
  height: 1px;
  background: #999999;
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0 12px;
} */
.title1 {
  font-size: 48px;
  width: 440px;
  margin: 0 auto;
  /* margin-top: 50px; */
}
.title2 {
  font-size: 48px;
  width: 550px;
  margin: 0 auto;
  margin-top: 80px;
}
.title3 {
  font-size: 48px;
  width: 810px;
  margin: 0 auto;
  margin-top: 80px;
}
.steps {
  width: 100%;
  /* height: 500px; */
  margin-top: 50px;
}
.stepslist {
  width: 150px;
  height: 150px;
  text-align: center;
}
.stepslist p {
  color: #085241;
  font-size: 23px;
  font-weight: 600;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.arrow {
  width: 50px;
  height: 40px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 60px ;
}
.bigArrowL {
  width: 53px;
  height: 109px;
  background: url("../img/serviceGuarantee/steps/left.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 90px;
  left: -550px;
}
.bigArrowR {
  width: 53px;
  height: 109px;
  background: url("../img/serviceGuarantee/steps/right.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 350px;
  left: 600px;
}
.teamList .teamIntroduce {
  width: 254px;
  height: 354px;
  background: #085241;
  color: #fff;
  font-size: 30px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.teamList .teamIntroduce p {
  margin: 0;
}
.teamList .item {
  width: 300px;
  height: 100%;
  text-align: center;
  color: #fff;
  margin-left: 13px;
}
.teamList .item p {
  margin: 0;
}
.teamList .item .photo {
  width: 300px;
  height: 354px;
  border-radius: 20px 20px 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.teamList .item .photo .hidTitle {
  width: 100%;
  height: 130px;
  background: rgba(31, 31, 31, 0.6);
  position: relative;
  top: 235px;
}
.teamList .item .photo .hidTitle p {
  color: #fff;
  font-size: 35px;
}
.change:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1.05);
}
.change {
  transition: all 0.5s;
}
 .signUp {
  width: 1200px;
  margin: 0 auto;
  height: 616px;
  background: url("../img/acceptStandard/bg-signUp.png") no-repeat;
  background-position: center;
  background-size: cover;
}
 .signUp .tit {
  font-size: 60px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}
 .signUp .box {
  width: 100%;
  height: 370px;
  margin-top: 107px;
  display: flex;
  justify-content: space-between;
}
 .signUp .box .pic-box1 {
  position: relative;
  width: 254px;
  height: 370px;
  background: url("../img/acceptStandard/pic1.png") no-repeat;
}
 .signUp .box .pic-box1 .mes {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
  background-color: #bf681e;
  opacity: 0.5;
}
 .signUp .box .pic-box1 .text {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
}
 .signUp .box .pic-box1 .text .t {
  width: 184px;
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d07121;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box1 .text .t1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box1 .text .t2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box1:hover {
  transition: 0.5s;
  transform: scale(1.05);
}
 .signUp .box .pic-box2 {
  position: relative;
  width: 254px;
  height: 370px;
  background: url("../img/acceptStandard/pic2.png") no-repeat;
}
 .signUp .box .pic-box2 .mes {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
  background-color: #bf681e;
  opacity: 0.5;
}
 .signUp .box .pic-box2 .text {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
}
 .signUp .box .pic-box2 .text .t {
  width: 184px;
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d07121;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box2 .text .t1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box2 .text .t2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
 .signUp .box .pic-box2:hover {
  transition: 0.5s;
  transform: scale(1.05);
}
 .signUp .box .pic-box3 {
  position: relative;
  width: 254px;
  height: 370px;
  background: url("../img/acceptStandard/pic3.png") no-repeat;
}
 .signUp .box .pic-box3 .mes {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
  background-color: #bf681e;
  opacity: 0.5;
}
.signUp .box .pic-box3 .text {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 170px;
}
.signUp .box .pic-box3 .text .t {
  width: 184px;
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d07121;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.signUp .box .pic-box3 .text .t1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.signUp .box .pic-box3 .text .t2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.signUp .box .pic-box3:hover {
  transition: 0.5s;
  transform: scale(1.05);
}
 .signUp .box .sign-up {
  width: 348px;
  height: 370px;
  background-color: #085241;
  display: flex;
  flex-direction: column;
}
.signUp .box .sign-up .title {
  font-size: 33px;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
 .signUp .box .sign-up input {
  width: 280px;
  height: 46px;
  font-size: 22px;
  color: #666666;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 15px;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
}
 .signUp .box .sign-up input::-webkit-input-placeholder {
  font-size: 22px;
  color: #666666;
}
 .signUp .box .sign-up .btn {
  width: 280px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
  line-height: 52px;
  background-color: #d07121;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
}
.content3 {
  width: 100%;
  height: 1500px;
}
.content3 .listItem {
  width: 1200px;
  height: 362px;
  background: #E4E4E4;
  margin-top: 15px;
  font-size: 24px;
}
.content3 .listItem .riduce {
  width: 50%;
}
.content3 .listItem .pic {
  width: 50%;
}
.content3 .listItem .pic :first-child {
  margin-left: 40px;
}
.yunPic {
  width: 100%;
  height: 509px;
  margin-top: 50px;
  background: url("../img/serviceGuarantee/yun/yunMain.png") no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yunPic .yun-tips {
  width: 100%;
  height: 407px;
  margin-left: 80px;
}
.yunPic .yun-tips .titles {
  width: 154px;
  height: 67px;
  background: url("../img/serviceGuarantee/yun/yunBox.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 18px;
}
.yunPic .yun-tips .titles .tips {
  font-size: 20px;
  color: #fff;
}
.yunBtn {
  width: 100%;
  height: 72px;
  margin-top: 60px;
}
.yunBtn .btn {
  width: 270px;
  height: 72px;
  text-align: center;
  background: #E3DCDC;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.yunBtn .btn:nth-child(2) {
  margin-left: 195px ;
}
.yunBtn .btn:nth-child(3) {
  margin-left: 195px ;
}
.liveList {
  width: 100%;
  height: 516px;
  margin-top: 60px;
  justify-content: space-between;
}
.liveList .items {
  width: 384px;
  height: 246px;
  background-repeat: no-repeat;
  background-size: cover;
}
.liveList .items .hoverBtn {
  width: 308px;
  height: 46px;
  color: #fff;
  font-size: 24px;
  background: rgba(253, 102, 32, 0.6);
  border-radius: 40px 40px 40px 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 46px;
  position: relative;
  top: 177px;
}
.content5 {
  width: 100%;
  justify-content: space-between;
}
.content5 .item {
  width: 277px;
  height: 280px;
  margin-top: 30px;
  text-align: center;
}
.content5 .item p {
  margin: 0;
  color: #333;
  font-size: 24px;
}
.content5 .item .itemPic {
  width: 100%;
  height: 200px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content6 {
  width: 100%;
  height: 624px;
  background: url("../img/serviceGuarantee/axz.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
}
.content6 .ninebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.content6 .ninebox .boxthree {
  width: 100%;
}
.content6 .ninebox .item {
  width: 206px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content7 {
  width: 1200px;
  margin: 20px auto;
  height: 570px;
}
.content7 .leftList {
  display: flex;
  flex-wrap: wrap;
  width: 835px;
  height: 100%;
}
.content7 .leftList .item {
  width: 417px;
  height: 285px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content7 .leftList .item:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.content7 .rightPic {
  width: 365px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content7 .rightPic:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.bottom-contact {
  width: 1200px;
  height: 112px;
  color: #ffffff;
  background: #1e1e1e;
  box-sizing: border-box;
  margin: 30px auto;
}

.bottom-contact .contact-img {
  width: 138px;
  height: 112px;
  margin: 0 5px;
}

.bottom-contact .contact-img img {
  width: 100%;
  height: 100%;
}

.bottom-contact .text li {
  width: 96px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin-left: 20px;
}

.bottom-contact .cont1 img {
  width: 22px;
  height: 19px;
  margin: 0 20px;
}

.bottom-contact .cont1 .btns ::v-deep .el-radio-group {
  margin: 0 40px;
}

.bottom-contact .cont1 .btns ::v-deep .el-radio-button__inner {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 19px;
  background: #1e1e1e;
  border: none;
  padding: 0px 0px;
}

.bottom-contact .cont1 .btns ::v-deep .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: -1px 0 0 0 #ffffff;
}

.bottom-contact .cont1 .btns .hometype {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.hometypeActive{
  border: 1px solid #fff;
  border-radius: 10px;
}

.bottom-contact .cont1 .btns .input-infor {
  width: 140px;
  height: 56px;
  line-height: 56px;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #1e1e1e;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0px 8px;
}

.bottom-contact .cont1 .btns input::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.bottom-contact .cont1 .btns .bg-green {
  width: 140px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  margin: 0px 8px;
  font-size: 22px;
  background-color: #0c624f;
  color: #ffffff;
}



/* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}
.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}
.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}
.footer .introduce-footer .option-footer .center  li {
  margin-bottom: 15px;
}
.footer .introduce-footer .option-footer .center  .pointer a {
  color: #ffffff ;
}
.footer .introduce-footer .option-footer .center  .pointer a:hover {
  color: #ffffff !important;
}
.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}
.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}
.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}
.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

/* 尾部结束 */