@media screen and (max-width:2560px) {
  .sourcing {
    width: 100%;
    height: 1100px;
    background: url('../image/sourcing19201100.jpg') no-repeat center;
  }
}
@media screen and (max-width: 1680px) {
  .sourcing{
    width: 100%;
    height: 1000px;
    background: url('../image/contact1680.jpg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .sourcing {
    width: 100%;
    height: 1000px;
    background: url('../image/contact1600.jpg') no-repeat;
  }
}
@media screen and (max-width: 1366px) {
  .sourcing {
    width: 100%;
    height: 900px;
    background: url('../image/44.jpg') no-repeat right bottom;
  }
}
@media screen and (max-width: 1440px) {
  .sourcing {
    width: 100%;
    height: 900px;
    background: url('../image/sourcing1440900.jpg') no-repeat;
  }
}
@media screen and (max-width: 1280px) {
  .sourcing {
    width: 100%;
    height: 800px;
    background: url('../image/contact1280.jpg') no-repeat;
  }
}
.sourcing{
  font-size: 0.16rem;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  position: relative;
}
.w{
  width: 13.00rem;
  /* border:1px solid #ccc; */
}
.header{
  height: 1.8rem;
  display: flex;
  margin-left: -0.7rem;
}
.one{
  width: 7.2rem;
  /* text-indent: 2em; */
  color: red;
  font-size: 0.16rem;
  margin: 0.2rem;
  margin-top: 0;
  font-style: italic;
  line-height: 0.30rem
}
.two {
  margin: 0.2rem 0;
  margin-left: 0.2rem;
}
.title{
  /* font-weight: 600; */
  /* font-size: 0.2rem; */
  margin-bottom: 0.2rem;
}
.two ul li{
  height: 0.3rem;
  line-height: 0.3rem;
  /* font-weight: 600; */
  font-size: 0.14rem;
}
.logo{
  width: 3rem;
}
.header-title{
  font-size: 0.26rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: underline;
  margin-left: -0.5rem;
    margin-top: 0.1rem;
}
.sourcingImg{
  display: flex;
  margin-top: 0.4rem;
}
.sourcingImg img{
  transition: all 0.6s;
  cursor: pointer;
}
.sourcingImg img:hover{
  transform: scale(1.2);
}
.sourcingImg img:nth-child(1){
  width: 2.5rem;
  height: 3rem;
}
.sourcingImg img:nth-child(2){
  margin-left: 1rem;
  width: 4rem;
  height: 3rem;
}
.copy{
  color: #000;
}