
.head{
  background-image: url(https://www.dgylec.com/static/web/images/index_background.jpg) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  padding-bottom: 227px !important;
}
.head {
  padding: 2.9166666666666665rem 20px;
  position: relative;
}
.head .head-title{
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 2rem 0;
  color: #fff;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .head {
    padding: 4.375rem 20px;
  }
}
@media (min-width: 992px) {
  .head {
    padding: 6.3rem 60px;
  }
}
@media (min-width: 1440px) {
  .head {
    padding: 6.3rem 60px;
  }
}

/*横线*/
.black-footer-line{
  width: 100%;
  border-bottom: 1px solid rgba(107, 114, 128, 1);
}

/*产品列表*/
.products{
  padding: 80px 0;
  font-family: Nunito Sans;
}
.products .products-introduction{
  /*font-size: 20px;*/
  font-size: 18px;
  color: #000f23;
  text-align: left;
  padding-bottom: 32px;
}
.products .products-title{
  color: #000f23;
  /*font-size: 30px;*/
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  padding: 32px 0;
}
/*产品应用*/
.products .application-list{
  padding: 48px 32px;
  background-color: #f5f5f5;
  border-width: 1px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.products .application-list .application-li {
  padding: 1rem;
  width: 235px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.products .application-list .application-li .products-li-img{
  margin-bottom: 2rem;
}
.products .application-list .application-li .products-li-title{
  text-align: center;
  color: inherit;
  /*font-size: 20px;*/
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  margin-bottom: .75rem;
  margin-top: 0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.products .application-list .application-li .products-li-introduction{
  min-height: 45px;
  /*font-size: 16px;*/
  font-size: 14px;
  color: #000f23;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.products .application-list .application-li .products-li-details{
  margin-top: 1rem;
  border-color: #2883dd;
  border-width: 1px;
  color: #2883dd;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  display: inline-block;
  /*font-size: 1rem;*/
  font-size: 0.9rem;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.products .application-list .application-li .products-li-details:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.products .application-list .application-li .products-li-details:hover a{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.products .application-list .application-li .products-li-details a{
  display: flex;
  align-items: center;
}
.products .application-list .application-li .products-li-details a .img{
  margin-left: 20px;
  padding: 4px;
}
/*产品列表*/
.products .products-list{
  padding: 48px 32px;
  background-color: #f5f5f5;
  border-width: 1px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  display: flex;
  flex-wrap: wrap;
}
.products .products-list .products-li{
  padding: 1rem 2rem;
  width: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products .products-list .products-li .products-li-img{
  margin-bottom: 2rem;
  height: 150px;
  display: flex;
}
.products .products-list .products-li .products-li-title{
  color: inherit;
  /*font-size: 20px;*/
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  margin-bottom: .75rem;
  margin-top: 0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.products .products-list .products-li .products-li-introduction{
  font-size: 16px;
  color: #000f23;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.products .products-list .products-li .products-li-details{
  margin-top: 1rem;
  background-color: transparent;
  border: 1px #2883dd solid;
  color: #2883dd;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  display: inline-block;
  /*font-size: 1rem;*/
  font-size: 0.9rem;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em 2.25em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.products .products-list .products-li .products-li-details:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.products .products-list .products-li .products-li-details:hover a{
  color: #ba0c2f;
}
.products .products-list .products-li .products-li-details a{
  /*color: #fff;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.products .products-list .products-li .products-li-details a .img{
  margin-left: 20px;
  padding: 4px;
}

.products .products-list .products-more{
  width: 100%;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
.products .products-list .products-more a{
  display: flex;
  align-items: center;
  border-color: #2883dd;
  border-width: 1px;
  color: #2883dd;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em 2.25em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.products .products-list .products-more a:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.products .products-list .products-more a .img{
  margin-left: 10px;
}
.products .products-list .black-footer-line{
  margin-top: 32px;
}


/*产品搜索*/
.parametricSearch{
  padding: 60px 30px 30px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/**/
.parametricSearch .parametricSearch-left{
  min-width: 45%;
  max-width: 58%;
}
.parametricSearch .parametricSearch-left .parametric-form{
  display: flex;
  flex-wrap: wrap;
}
.parametricSearch .parametricSearch-left .parametric-form select{
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 20px 20px 0;
  font-size: 100%;
  line-height: 1.15;
  width: 170px;
}
.parametricSearch .parametricSearch-left .parametric-form .button{
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #2883dd;
  padding: 10px;
  background-color: transparent;
  color: #2883dd;
}
.parametricSearch .parametricSearch-left .parametric-form .button:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}

.parametricSearch .parametricSearch-right .parametricSearch-right_title{
  color: #000f23;
  /*font-size: 16px;*/
  font-size: 15px;
  margin-bottom: 12px;
}
.parametricSearch .parametricSearch-right .parametricSearch-right_list .parametricSearch-right_li{
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}



/*服务*/
.service{
  padding: 50px 0;
  font-family: Nunito Sans;
}
.service .service-title{
  color: #000f23;
  /*font-size: 30px;*/
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
}
.service .service-list{
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service .service-list .service-li{
  padding: 1rem;
}

.service .service-list .service-li .service-li-img{
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.service .service-list .service-li .service-li-img img{
  width: 62px;
}

.service .service-list .service-li .service-li-title{
  color: inherit;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: .75rem;
  margin-top: 0;
  word-break: break-word;
  text-align: center;
}

.service .service-list .service-li .service-li-introduction {
  /*font-size: 16px;*/
  font-size: 15px;
  color: #000f23;
  text-align: center;
}



/*最新消息*/
.newsList {
  padding: 35px 0;
  font-family: Nunito Sans;
}

.newsList .newsList-title{
  color: #000f23;
  /*font-size: 2.25rem;*/
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
}
.newsList .newsLists{
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsList .newsLists .newsLists-li{
  width: 30%;
  background-color: #fff;
  border-width: 1px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  padding: 3rem;
}
.newsList .newsLists .newsLists-li .newsLists-li-img{
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  min-height: 180px;
}
.newsList .newsLists .newsLists-li .newsLists-li-title{
  color: inherit;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  margin-bottom: .75rem;
  margin-top: 0;
  word-break: break-word;
  min-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList .newsLists .newsLists-li .newsLists-li-introduction{
  font-size: 15px;
  color: #000f23;
  min-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList .newsLists .newsLists-li .newsLists-li-details{
  width: 100%;
  margin-top: 1rem;
  border-color: #ba0c2f;
  border-width: 1px;
  color: #ba0c2f;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em 2.25em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.newsList .newsLists .newsLists-li .newsLists-li-details:hover{
  border-color: #2883dd;
  color: #2883dd;
}
.newsList .newsLists .newsLists-li .newsLists-li-details a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList .newsLists .newsLists-li .newsLists-li-details a .img{
  margin-left: 20px;
  padding: 4px;
}
.newsList .newsLists .newsLists-li .newsLists-li-date{
  padding-top: 1rem;
  margin-top: 2rem;
  border-top-width: 1px;
  font-size: .875rem;
}

.newsList .newsList-more{
  width: 100%;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
.newsList .newsList-more a{
  display: flex;
  align-items: center;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em 2.25em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  border: 1px #2883dd solid;
  color: #2883dd;
  font-size: 15px;
}
.newsList .newsList-more a:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.newsList .newsList-more a .img{
  margin-left: 10px;
}

@media (max-width: 768px) {
  .newsList .newsLists .newsLists-li{
    margin-bottom: 2rem;
    width: 100%;
  }
  .newsList .newsList-more{
    padding-top: 0;
  }
}

/*一览*/
.glance{
  padding: 50px 0;
  font-family: Nunito Sans;
}
.glance .glance-title{
  color: #000f23;
  /*font-size: 30px;*/
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
}
.glance .glance-list{
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.glance .glance-list .glance-li{
  padding: 1rem;
}

.glance .glance-list .glance-li .glance-li-img{
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.glance .glance-list .glance-li .glance-li-img img{
  width: 62px;
}

.glance .glance-list .glance-li .glance-li-title{
  color: #0082FF;
  color: #2883dd;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: .75rem;
  margin-top: 0;
  word-break: break-word;
  text-align: center;
}

.glance .glance-list .glance-li .glance-li-introduction {
  /*font-size: 16px;*/
  font-size: 15px;
  color: #000f23;
  text-align: center;
}

/*下一步*/
.nextStep{
  padding: 50px 0;
}
.nextStep .nextStep-title{
  color: #000f23;
  /*font-size: 30px;*/
  font-size: 27px;
  font-style: normal;
  font-family: Nunito Sans;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
}
.nextStep .nextStep-introduction{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nextStep .nextStep-introduction .nextStep-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li{
  padding: 32px 0;
  font-family: Nunito Sans;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-title{
  /*font-size: 20px;*/
  font-size: 18px;
  margin-bottom: 12px;
  color: #000f23;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep_search{
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #2883dd;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  background-color: #fff;
  width: 300px;
  display: flex;
  align-items: center;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-details{
  margin-top: 1rem;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  cursor: pointer;
  display: inline-block;
  letter-spacing: -.025em;
  line-height: 1;
  padding: 1.1em 2.25em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  touch-action: manipulation;
  transition: all .4s ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  background-color: transparent;
  border: 1px #2883dd solid;
  color: #2883dd;
  font-size: 14px;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-details:hover{
  border-color: #ba0c2f;
  color: #ba0c2f;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-details:hover a{
  color: #ba0c2f;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-details a {
  display: flex;
  align-items: center;
}
.nextStep .nextStep-introduction .nextStep-list .nextStep-li .nextStep-li-details a .img {
  margin-left: 20px;
  padding: 4px;
}


