* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
.ens_bg{
  width: 100%;
  height: 220px;
  background-image: url(../../images/index/intelligenceStudy/ensBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#ens_main{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#ens_main .is_means{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ens_main .is_means_title{
  text-align: center;
  position: relative;
  height: 78px;
  display: flex;
  justify-content: center;
}
#ens_main .is_means_title span{
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  line-height: 48px;
}
#ens_main .is_means_title img{
  width:28px;height:24px;
  position: absolute;
  right: -30px;
  bottom: 60px;
}
#ens_main .is_means_title .is_means_box{
  width: calc(100% + 20px);
  height: 9px;
  background-image:linear-gradient(90deg, rgba(0,107,236,0.4), rgba(0,107,236,0.8));;
  border-radius: 5px;
  position: absolute;
  right: -1px;
  bottom: 40px;
}



#ens_main .is_resource_standard{
  width: 90%;
  min-width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0,107,236,0.1);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* position: relative;
  top: -170px; */
  padding-bottom: 30px;
  margin-bottom: 50px;
  /* background-color: pink; */
}
#ens_main .is_resource_standard table tr th{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
}
#ens_main .is_resource_standard table tr td{
  font-size: 16px;
  font-weight: 400;
  color: #0E0F10;
  line-height: 30px;
  text-align: center;
}
#ens_main .is_means_contact{
  width: 100%;
  height: 109px;
  background-image: url(../../images/index/intelligenceStudy/isconcat.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
#ens_main .is_means_contact .is_means_contact_text{
  margin-top: 16px;
}
