.engineering-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.engineering-title{
  width:26%;
}


.engineering-detail{
  width:66%;
  background:rgba(240, 243, 245,.53);
  padding:56px 63px 56px 70px;
  border-radius:70px;
}

.engineering-detail h1{
  font-size:28px;
  line-height:48px;
  width:70%;
  text-transform:uppercase
}

.engineering-con{
  font-size:18px;
  color:#666;
  line-height:28px;
  margin-top:33px;
  margin-bottom:14px;
}

.engineering-con p{
  margin-bottom:10px;
}


.engineering-img{
  width:182px;
  height:167px;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#F8F8F8;
  border-radius:14px;
}

.engineering-title h1{
  font-size:50px;
  line-height:70px;
  color:#39A06D;
  text-transform:uppercase;
  margin-top:36px;
}

.engineering-title h1:after{
  display:block;
  content:'';
  width:260px;
  height:6px;
  background:#F2F2F2;
  margin-top:20px;
}

.engineering-bottom{
  margin-top:80px;
  margin-bottom:200px
}

.engineering-bottom ul li{
  display:flex;
  margin-bottom:50px;
  padding-bottom:50px;
  border-bottom:1px solid #DFDFDF;
}


.engineering-bottom ul li:last-child{
  border-bottom:none
}

.eng-list-img{
  width:31.2%;
  height:270px;
  overflow:hidden;
  margin-right:37px;
  border-radius:25px;
}

.eng-list-con{
  width:55.65%;
}



.eng-list-img img{
  width:100%;
  height:auto;
  min-height:270px;
  border-radius:25px;
  transition:all .5s;
}

.engineering-bottom ul li:hover .eng-list-img img{
  transform:scale(1.05);
}


.eng-list-title{
  font-size:24px;
  line-height:33px;
  margin-top:24px
}

.eng-list-sum{
  font-size:20px;
  color:#666;
  line-height:27px;
  margin-top:22px;
}

.detail-title{
  font-size:40px;
  line-height:54px;
  padding-bottom:50px;
  border-bottom:4px solid rgb(186, 208, 240,.3);
}

.detail-con{
  font-size:18px;
  line-height:32px;
  
}

.detail-con p{
  margin-top:65px;
}

.technological-detail{
  height:100%;
  position:relative;
  min-height:1000px;
}


.technological-pic{
  width:43.6%;
  margin-top:70px;
  position:absolute;
}

.technological-title{
  position:absolute;
  bottom:52px;
  left:48px;
  font-size:24px;
  color:#fff;
  font-weight:800;
}

.technological-con{
  width:62.2%;
  background:rgba(240, 243, 245,.53);
  border-radius:70px;
  padding:82px 81px 124px 153px;
  z-index:-1;
  position:absolute;
  right:0;
}

.technological-img{
  height:auto;
  overflow:hidden;
  border-radius:25px;
}



.technological-img img{
  height:auto;
  width:100%;
}

.technological-img:after{
  display:block;
  content:'';
  width:100%;
  height:100%;
  background:linear-gradient(rgba(97, 159, 199, 0),rgba(37, 130, 190, 0.9));
  position:absolute;
  bottom:0;
  border-radius:25px;
}

.technological-con h1{
  font-size:28px;
  line-height:46px;
  border-bottom:6px solid #F2F2F2;
  padding-bottom:32px;
}

.technological-sum{
  font-size:20px;
  color:#666;
  line-height:34px;
  margin-top:48px;
}

.Trade-pic{
   height:auto;
  width:32.7%;
}

.Trade-img{
  min-height:auto;
 
}

.Trade-img:after{
  background:none
}

.Trade-con{
  width:73.5%;
  height:722px;
}

.Trade-con h1{
  font-size:50px;
  line-height:70px;
 text-transform:uppercase;
  width:70%;
  border-bottom:none;
  
}

.Trade-con .technological-sum{
  border-top:6px solid #F2F2F2;
  margin-top:0;
  padding-top:48px;
  
}

.Trade .technological-detail{
  min-height:830px;
}

        @media screen and (max-width: 1400px) {
            .w1400{width:90% !important;}
          .engineering-title h1{
            font-size:40px;
            line-height:60px;
          }

          .technological-con{
            width:57%;
            padding:40px;
          }

          .technological-img{
            min-height:300px;
          }
        }
        @media screen and (max-width: 1024px) {
            .detail-title{
                font-size:26px;
                margin-top:40px;
                margin-bottom:20px;
                padding-bottom:30px;
              line-height:40px;
            }
            .detail-con p{
                margin-bottom:30px;
              margin-top:30px;
            }
            .detail-con p img{
                width:100%;
            }

          .detail-con{
            font-size:16px;
            line-height:26px;
          }

          .engineering-top{
            flex-wrap:wrap;
          }
          .engineering-title{
            width:100%;
            margin-top:30px;
          }

          .engineering-detail{
            width:100%;
            margin-top:50px;
          }

          .engineering-title h1{
            font-size:30px;
            line-height:40px;
          }

          .engineering-detail{
            padding:30px;
          }

          .engineering-detail h1{
            font-size:22px;
            width:100%;
            line-height:30px;
          }

          .engineering-con{
            font-size:16px;
            line-height:26px;
          }

          .engineering-bottom ul li{
            flex-wrap:wrap;
            margin-bottom:30px;
            padding-bottom:30px;
          }

          .eng-list-img{
            width:100%;
            margin-right:0;
            height:auto;
          }

          .eng-list-img img{
            height:auto !important;
            min-height:auto;
          }

          .eng-list-con{
            width:100%
          }

          .eng-list-title{
            font-size:22px;
          }
          .eng-list-sum{
            font-size:18px;
            margin-top:20px;
          }

          .technological-pic{
            width:100%;
            position:inherit;
            margin-top:30px;
          }

          .technological-img{
            min-height:auto;
          }

          .technological-con{
            position:inherit;
            width:100%;
            margin-top:20px;
            border-radius:25px;
            padding:30px;
          }

          .technological-title{
            left:15px;
            bottom:20px;
          }
          .technological-con h1{
            font-size:22px;
            line-height:30px;
          }

          .technological-sum{
            margin-top:30px;
            font-size:16px;
            line-height:26px;
          }

          .Trade-con{
            height:auto !important;
          }
        }