.ctn1 {
  padding: 4vw 0 4.5vw;
  overflow: hidden;
}
.ctn1 .ctn-list {
  margin-top: 2.5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn1 .ctn-list .left {
  width: 21.8%;
  background: url(../img/ecological/bg1.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .ctn-list .left h2 {
  padding-left: 34px;
  position: relative;
  font-weight: 700;
  color: #333;
}
.ctn1 .ctn-list .left h2:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../img/ecological/tel.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .ctn-list .left p {
  margin-top: 6px;
}
.ctn1 .ctn-list .left p a {
  color:  #c9151e;
  font-family: HarmonyOS_Sans_Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .left p a:hover {
  color: #a42b30;
}
.ctn1 .ctn-list .right {
  width: 78.2%;
  background: #f8f9fb;
  padding: 2vw 3vw;
}
.ctn1 .ctn-list .right h2 {
  padding-left: 38px;
  position: relative;
  font-weight: 700;
  color: #333;
}
.ctn1 .ctn-list .right h2:before {
  content: '';
  width: 25px;
  height: 22px;
  background: url(../img/ecological/notice.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .ctn-list .right .text {
  margin-top: 20px;
}
.ctn1 .ctn-list .right .text p {
  margin-top: 10px;
  color: #555;
  text-align: justify;
  line-height: 1.6;
}
.ctn1 .ctn-step {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5vw;
}
.ctn1 .ctn-step .left {
  width: 82.6%;
  background-image: linear-gradient(0deg, #f8ecea 0%, #fffdfc 100%);
  border: 1px dashed #c9151e;
  padding: 1.2vw 0;
}
.ctn1 .ctn-step .left ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-step .left ul li {
  width: 16.666%;
  position: relative;
}
.ctn1 .ctn-step .left ul li:after {
  content: '';
  width: 17px;
  height: 14px;
  background: url(../img/ecological/right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .ctn-step .left ul li .icons {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #c9151e;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .ctn-step .left ul li .icons img {
  max-height: 56%;
  max-width: 80%;
}
.ctn1 .ctn-step .left ul li h2 {
  text-align: center;
  margin-top: 0.8vw;
  font-weight: 500;
  color: #333;
}
.ctn1 .ctn-step .left ul li:last-child:after {
  display: none;
}
.ctn1 .ctn-step .middle {
  width: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .ctn-step .middle img {
  max-width: 100%;
}
.ctn1 .ctn-step .right {
  width: 12.7%;
  background-image: linear-gradient(0deg, #f8ecea 0%, #fffdfc 100%);
  border: 1px dashed #c9151e;
  padding: 1.1vw 0;
}
.ctn1 .ctn-step .right .tu {
  height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .ctn-step .right .tu img {
  max-height: 100%;
  width: auto;
}
.ctn1 .ctn-step .right h2 {
  text-align: center;
  margin-top: 0.8vw;
  font-weight: 500;
  color: #333;
}
.ctn1 .ctn-btns {
  margin-top: 2.5vw;
}
.ctn1 .ctn-btns ul {
  display: flex;
  justify-content: center;
}
.ctn1 .ctn-btns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  background: #c9151e;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-btns ul li:hover a {
  background: #a42b30;
}
.ctn2 {
  padding: 4vw 0 4.5vw;
  background: #f8f9fb;
}
.ctn2 .ctn-btns {
  margin-top: 2.5vw;
}
.ctn2 .ctn-btns ul {
  display: flex;
  justify-content: center;
}
.ctn2 .ctn-btns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  letter-spacing: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-btns ul li.first a {
  background: #c9151e;
  color: #fff;
}
.ctn2 .ctn-btns ul li.first:hover a {
  background: #a42b30;
}
.ctn2 .ctn-btns ul li.regular a {
  border: 1px solid #999;
  color: #222;
}
.ctn2 .ctn-btns ul li.regular:hover a {
  border: 1px solid #a42b30;
  background: #a42b30;
  color: #fff;
}
.ctn2 .ctn-btns ul li:not(:last-child) {
  margin-right: 1vw;
}
.ctn2 .ctn-search {
  margin-top: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn2 .ctn-search h2 {
  letter-spacing: 2px;
  color: #333;
  margin-right: 1.2vw;
}
.ctn2 .ctn-search input {
  width: 42.4%;
  height: 46px;
  background: #f8f9fb;
  border: 1px solid #6e6e6e;
  padding: 0 1vw;
  color: #333;
  border-right: none;
}
.ctn2 .ctn-search .s-btn {
  width: 160px;
  height: 46px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-search .s-btn img {
  position: relative;
  top: 2px;
}
.ctn2 .ctn-search .s-btn span {
  color: #fff;
  letter-spacing: 2px;
  margin-left: 14px;
}
.ctn2 .ctn-search .s-btn:hover {
  background: #a42b30;
}
.ctn2 .ctn-list {
  margin-top: 2.5vw;
}
.ctn2 .ctn-list .top {
  background: #eee;
  border: 1px solid #c9c9c9;
}
.ctn2 .ctn-list .top ul {
  display: flex;
}
.ctn2 .ctn-list .top ul li {
  height: 58px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
}
.ctn2 .ctn-list .top ul li:nth-child(1) {
  width: 8%;
  justify-content: center;
}
.ctn2 .ctn-list .top ul li:nth-child(2) {
  width: 27%;
}
.ctn2 .ctn-list .top ul li:nth-child(3) {
  width: 27%;
}
.ctn2 .ctn-list .top ul li:nth-child(4) {
  width: 13%;
}
.ctn2 .ctn-list .top ul li:nth-child(5) {
  width: 13%;
}
.ctn2 .ctn-list .top ul li:nth-child(6) {
  width: 12%;
}
.ctn2 .ctn-list .bottom .box {
  border: 1px solid #c9c9c9;
  border-top: none;
}
.ctn2 .ctn-list .bottom .box ul {
  display: flex;
}
.ctn2 .ctn-list .bottom .box ul li {
  min-height: 58px;
  display: flex;
  align-items: center;
  color: #333;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(1) {
  width: 8%;
  justify-content: center;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(2) {
  width: 27%;
  padding: 10px;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(3) {
  width: 27%;
  padding-right: 10px;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(4) {
  width: 13%;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(5) {
  width: 13%;
}
.ctn2 .ctn-list .bottom .box ul li:nth-child(6) {
  width: 12%;
}
.ctn3 {
  padding: 4vw 0 4.5vw;
}
.form_task{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;           
            align-items: center;
            justify-content: center;
            z-index: 999;
            
}
.form_task_act{
    display: flex;
}
.form_task .layui-form{
    border-radius: 4px;
    overflow: hidden;
    width: 955px;
    background: white;
}
.form_task .form_title{
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 120px;
    background: url(../img/dz/staty_a1.jpg) no-repeat center center / cover;
    position: relative;
}
.form_task .form_title svg{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s;
}
.form_task .form_title svg:hover{
    transform: rotate(180deg);
}
.form_task .form_subtitle{
    text-align: center;
    padding:45px 0 30px;
    font-weight: bold;
}
#form ul{
    padding:0 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form li{
    display: flex;
    align-items: center;
    width: calc((100% - 20px)/2);
}
#form li:nth-child(n+3){
    margin-top: 20px;
}
#form li:nth-child(7){
    width: 100%;
}
#form li:nth-child(8){
    width: 100%;
}
#form li span{
    width: 144px;
    text-align: right;
}
#form li span:before{
        content: "*";
    color: #c9151e;
}
#form li input{
    width: 100%;
    height: 44px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 20px;
}
#form .submit2{
    display: block;
    width: 300px;
    line-height: 50px;
    margin: 40px auto 60px;
    border:none;
    transition: all 0.5s;
    border-radius: 5px;
    background: #b72d29;
    color: white;
}
#form .submit2:hover{
    background:  #a42b30;
    
}
#form textarea{
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    font-family:'Arial'; 
}
@media screen and (max-width: 1600px) {
  .ctn1 .ctn-btns ul li a {
    width: 160px;
  }
  .ctn2 .ctn-btns ul li a {
    width: 140px;
  }
  .ctn2 .ctn-list .top ul li {
    height: 50px;
  }
  .form_task .form_subtitle {
    padding: 30px 0 20px;
      
  }
  .form_task .form_title{
      line-height: 80px;
  }
  #form li {
    width: calc((100% - 15px) / 2);
}
#form li:nth-child(n+3) {
    margin-top: 15px;
}
#form .submit2{
        margin: 30px auto 50px;
}
.form_task .layui-form {

    width: 710px;
    
}
}
@media screen and (max-width: 1440px) {
  .ctn1 .ctn-list .left h2 {
    padding-left: 30px;
  }
  .ctn1 .ctn-list .left h2:before {
    width: 20px;
    height: 20px;
  }
  .ctn1 .ctn-list .right h2 {
    padding-left: 34px;
  }
  .ctn1 .ctn-list .right h2:before {
    width: 22px;
    height: 19px;
  }
  .ctn1 .ctn-step .left ul li .icons {
    width: 40px;
    height: 40px;
  }
  .ctn1 .ctn-step .right .tu {
    height: 40px;
  }
}
@media screen and (max-width: 1100px) {
     .ctn2 .ctn-list .big-box {
    overflow-x: scroll;
  }
  .ctn2 .ctn-list .top {
    width: 1000px;
  }
  .ctn2 .ctn-list .bottom {
    width: 1000px;
  } 
}

@media screen and (max-width: 768px) {
    .form_task .form_title svg{
        top: 10px;
        right: 10px;
    }
        .form_task .form_title {
        line-height: 56px;
    }
        .form_task .form_subtitle {
        padding: 20px 0 15px;
    }
    #form ul {
    padding: 0 20px;
        
    }
    #form li input{
        padding: 0 10px;
    }
        #form li {
        width: calc((100% - 10px) / 2);
    }
        #form li:nth-child(n+3) {
        margin-top: 10px;
    }
    #form textarea {
    padding: 10px;
        
    }
    #form .submit2{
            width: 160px;
            line-height: 44px;
            margin: 20px auto 30px;
    }
    .form_task .layui-form{
        width: 90%;
    }
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .ctn-list {
    margin-top: 30px;
    display: block;
  }
  .ctn1 .ctn-list .left {
    width: 100%;
    padding: 20px;
    justify-content: flex-start;
  }
  .ctn1 .ctn-list .right {
    width: 100%;
    padding: 20px;
  }
  .ctn1 .ctn-step {
    display: block;
    margin-top: 30px;
  }
  .ctn1 .ctn-step .left {
    width: 100%;
    padding: 0 0 20px;
  }
  .ctn1 .ctn-step .left ul {
    flex-wrap: wrap;
  }
  .ctn1 .ctn-step .left ul li {
    width: 33.33%;
    margin-top: 20px;
  }
  .ctn1 .ctn-step .left ul li:after {
    width: 14px;
    height: 12px;
  }
  .ctn1 .ctn-step .left ul li h2 {
    margin-top: 10px;
  }
  .ctn1 .ctn-step .left ul li:nth-child(3):after {
    display: none;
  }
  .ctn1 .ctn-step .middle {
    width: 100%;
    height: 38px;
    margin: 10px 0;
  }
  .ctn1 .ctn-step .middle img {
    width: 38px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .ctn1 .ctn-step .right {
    width: 160px;
    padding: 20px;
    margin: 0 auto;
  }
  .ctn1 .ctn-step .right h2 {
    margin-top: 10px;
  }
  .ctn1 .ctn-btns {
    margin-top: 30px;
  }
  .ctn1 .ctn-btns ul li a {
    width: 120px;
    height: 36px;
    letter-spacing: 0;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-btns {
    margin-top: 30px;
  }
  .ctn2 .ctn-btns ul li a {
    width: auto;
    height: 36px;
    letter-spacing: 0;
    padding: 0 20px;
  }
  .ctn2 .ctn-btns ul li:not(:last-child) {
    margin-right: 10px;
  }
  .ctn2 .ctn-search {
    margin-top: 30px;
  }
  .ctn2 .ctn-search h2 {
    display: none;
  }
  .ctn2 .ctn-search input {
    height: 36px;
    padding: 0 14px;
    width: calc(100% - 100px);
  }
  .ctn2 .ctn-search .s-btn {
    width: 100px;
    height: 36px;
  }
  .ctn2 .ctn-search .s-btn img {
    width: 12px;
    top: 1px;
  }
  .ctn2 .ctn-search .s-btn span {
    letter-spacing: 0;
    margin-left: 6px;
  }
  .ctn2 .ctn-list {
    margin-top: 20px;
  }

  .ctn3 {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=ecological_compatible.css.map */
