.banners {
  width: 100%;
  margin-bottom: 100px;
}

.banners a {
  display: block;
}

.banners a img {
  width: 100%;
  height: 100%;
}

section {
  margin-top: 37px;
}

.fixed-top {
  background-color: #f8f9fc;
}

.font {
  color: #231815;
}

span {
  cursor: pointer;
}

.font-li span:hover {
  color: #47c2ed;
  cursor: pointer;
}

.navbar {
  display: flex;
}

.input {
  display: flex;
  height: 42px;
  margin-right: 30px;
}

.input input {
  border: 1px solid #2196f3;
  padding-left: 10px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  font-size: 12px;

}

.input span {
  width: 70px;
  height: 100%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #2196f3;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
}

.input span i {
  color: #fff;
  font-size: 12px;
}

#footer .footer-top {
  padding: 50px 60px 10px;
  width: 100%;
  background: #212529;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.contact-font1 a {
  cursor: default;
}

.footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-icon img {
  width: 20px;
  height: 20px;
}


.footer-links .code img {
  width: 92px;
  height: 92px;
}

.code {
  margin: 10px;
}



#footer .footer-top .footer-contact {
  margin-bottom: 0;
}



.icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.icon-list a {
  display: block;
  width: 28px;
  height: 28px;
}

.icon-list a img {
  width: 100%;
  height: 100%;
}

.icon-list span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #424447;
  padding-left: 16px;
}

.h3-title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #595858;
}

.h1-title h1 {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #231815;
}

.container {
  position: relative;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom .copyright {
  color: #fff;
}

#backg {
  position: absolute;
  top: 6px;
  width: 1285px;
  height: 485px;
  background: url("../img/introduce/contact.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#backg .input-s {
  display: flex;
  height: 42px;
  justify-content: space-around;
  padding: 4px;

}

#backg .input-s input {
  outline: none;
  border: none;
  font-size: 12px;
  width: 100%;
}

.input-s span {
  display: block;
  width: 182px;
  background: #2bcba7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.qvdao-company {
  display: flex;
  justify-content: center;
  align-items: center;

}

main {
  width: 100%;
  height: auto;

  background: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/dbg.png') no-repeat;
  background-size: 100% 100%;
}

.qvdao-company img {
  width: 100%;
}

section {
  margin-top: 0 !important;
  padding: 40px 0 !important;
}

.Company-intro {}

.Company-intro .container .row .col-intro1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Company-intro .container .row .col-intro1 img {
  width: 100%;
}

.Company-intro .container .row .content {

  display: flex;
  align-items: center;
}

.Company-intro .container .row .content .h4a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #231815;
}

.services {
  /* background: #fff !important; */
  padding-bottom: 80px !important;
}

.row-liter {}

.liter {
  padding-left: 0 !important;
  height: 350px;
  padding-top: 10px
}

.liter-pad {
  height: 100%;

  padding-top: 10px;
}

.liter img {
  width: 100%;
  height: 100%;
}

.liter-title {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.liter-subtitle {
  font-size: 24px;
  padding-left: 30px;
  font-weight: 400;
  display: none;
  color: #FFFFFF;


}

.liter-subtitle .p {
  color: #FFFFFF;


}



.col-liter1 {
  background-image: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/liter/zongzhi.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1.5s;
  padding-bottom: 10px;
}

.col-liter2 {
  background-image: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/liter/value.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1.5s;
  padding-bottom: 10px;
}

.col-liter3 {
  background-image: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/liter/employ.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1.5s;
  padding-bottom: 10px;
}

.col-liter4 {
  background-image: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/liter/yuanjing.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1.5s;
  padding-bottom: 10px;
}

.col-liter5 {
  background-image: url('https://zhuorui.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/liter/goal.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1.5s;
  padding-bottom: 10px;
}

@media (max-width: 1300px) {
  .services {

    padding-bottom: 40px !important;
  }
}

@media (max-width: 750px) {
  .services {

    padding-bottom: 0 !important;
  }
}

.services .container .row .icon-box .icon {
  display: flex;
  align-items: center;
}

.services .container .row .icon-box .icon h4 a {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #231815 !important;
}

.services .container .row .icon-box p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #0b4fdc;
  line-height: 34px;

}

.Company-develop .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}


.Company-develop .container .row .develop-col {}

.Company-develop .container .row .develop-col .empty-box1 {
  height: 30%;
}

.Company-develop .container .row .develop-col .empty-box2 {
  height: 20%;
}

.Company-develop .container .row .develop-col .empty-box3 {
  height: 10%;
}

.Company-develop .container .row .develop-col .empty-box4 {
  height: 0;
}

.Company-develop .container .row .develop-col img {
  width: 100%;
}

.fonts {
  margin-bottom: 10px;
}

@media screen and (max-width: 748px) {
  #backg {
    display: none;
  }

  .about .row .mt-4 {
    height: 100px !important;
  }

  .cih {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px !important;
  }

  .Company-develop .container .row .develop-col {
    width: 44.6666%;
    padding: 20px;
  }
}

@media screen and (max-width: 748px) {
  #header .flex1 {
    display: block !important;
  }

  #header .flex1 .input {
    display: none;
  }

  .show-row11 {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  #footer .footer-top {
    padding: 20px 10px 10px !important;
  }

  .fwbz {
    padding: 15px 0 0 !important;
  }

  .h1-title h1 {
    margin-bottom: 0 !important;
  }

  .Company-intro .container h3 {
    padding-bottom: 20px !important;
  }

  .Company-intro .container .row .col-intro1 img {
    width: 100% !important;
  }

  .Company-intro .container .row .content {
    padding: 0 !important;
  }

  .Company-develop .container .row .develop-col {
    width: 100%;
    height: 100% !important;
    padding: 20px 15px;
  }

  .Company-develop .container .row .develop-col .empty-box1,
  .Company-develop .container .row .develop-col .empty-box2,
  .Company-develop .container .row .develop-col .empty-box3,
  .Company-develop .container .row .develop-col .empty-box4 {
    height: 20% !important;
  }

  .qvdao-company {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qvdao-company img {
    width: 110% !important;
  }
}

/* 加 */
.Company-develop .container .row .develop-col .deve-box {
  padding-top: 15px;
}



.Company-develop .container .row .develop-col .deve-box .iconfont {

  height: 30px;
  font-size: 20px;
  color: #E9972F;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}



@media screen and (max-width: 748px) {
  #backg {
    display: none;
  }

  .about .row .mt-4 {
    height: 100px !important;
  }

  .cih {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px !important;
  }

  .Company-develop .container .row .develop-col {
    width: 44.6666%;
    padding: 20px;
  }
}

@media screen and (max-width: 748px) {
  #header .flex1 {
    display: block !important;
  }

  #header .flex1 .input {
    display: none;
  }

  .show-row11 {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  #footer .footer-top {
    padding: 20px 10px 10px !important;
  }

  .fwbz {
    padding: 15px 0 0 !important;
  }

  .h1-title h1 {
    margin-bottom: 0 !important;
  }

  .Company-intro .container h3 {
    padding-bottom: 20px !important;
  }

  .Company-intro .container .row .col-intro1 img {
    width: 100% !important;
  }

  .Company-intro .container .row .content {
    padding: 0 !important;
  }

  .Company-develop .container .row .develop-col {
    width: 100%;
    height: 100% !important;
    padding: 20px 15px;
  }

  .Company-develop .container .row .develop-col .empty-box1,
  .Company-develop .container .row .develop-col .empty-box2,
  .Company-develop .container .row .develop-col .empty-box3,
  .Company-develop .container .row .develop-col .empty-box4 {
    height: 20% !important;
  }
}

/* 加 */
@media screen and (max-width: 1440px) and (min-width:990px) {
  .Company-develop .container .row .develop-col {
    padding: 20px;
  }
}

@media screen and (max-width: 748px) {
  .liter {

    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 0px;
    height: 260px;

  }

  body .swiper-slide-left {
    flex-direction: row;
    width: 100%;
    margin: 30px 0;
  }

  body .swiper-slide-right {
    width: 100%;
  }

  body .swiper-slide1 {
    flex-direction: column;
    height: 510px;
  }

  .liter img {
    width: 100%;
    height: 100%;
  }

  .liter-subtitle {
    display: block;
  }

  .liter-title {
    font-size: 25px !important;
  }

  .liter-subtitle {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 994px) {
  .liter-title {
    font-size: 32px;
  }

  .liter-subtitle {
    font-size: 21px;
  }
}

@media (min-width:2440px) {
  .col-intro1 .img-90 img {
    width: 70%;
  }
}

.swiper-slide1 {
  display: flex;
  width: 100%;
  height: 360px;
  background: #fff;

}



.swiper-slide-left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-slide-left .start,
.swiper-slide-left .end {
  font-weight: 600;
  color: #DD9B47;
}

.swiper-slide-left span {
  color: #DD9B47;
}

.swiper-slide-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.deve-item .iconfont {

  color: #E9972F;
}

.deve-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}