* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
.is_bg{
  width: 100%;
  height: 220px;
  background-image: url(../../images/index/intelligenceStudy/isBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#is_main{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#is_main .is_means{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#is_main .is_means_title{
  text-align: center;
  position: relative;
  height: 78px;
  display: flex;
  justify-content: center;
}
#is_main .is_means_title span{
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  line-height: 48px;
}
#is_main .is_means_title img{
  width:28px;height:24px;
  position: absolute;
  right: -30px;
  bottom: 60px;
}
#is_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;
}
#is_main .is_means .is_means_text{
  width: 746px;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
  text-align: center;
}
#is_main .is_means .is_means_standard{
  width: 614px;
  height: 50px;
  background: rgba(0, 107, 236, 0.08);
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #006BEC;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}
#is_main .is_service{
  width: 100%;
  background: #F6F7F8;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#is_main .is_service_title{
  text-align: center;
  position: relative;
  height: 78px;
  display: flex;
  justify-content: center;
}
#is_main .is_service_title span{
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  line-height: 48px;
}
#is_main .is_service_title img{
  width:28px;height:24px;
  position: absolute;
  right: -45px;
  bottom: 60px;
}
#is_main .is_service_title .is_service_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: -10px;
  bottom: 40px;
}
#is_main .is_service .is_service_text{
  width: 746px;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
  text-align: center;
}
#is_main .is_service .is_service_standard{
  width: 1200px;
  /* height: 198px; */
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0,107,236,0.1);
  border-radius: 26px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
#is_main .is_service_isseal{
  width: 44px;
  height: 50px;
  position: absolute;
  top: -25px;
}
#is_main .is_standard_title{
  font-size: 18px;
  font-weight: bold;
  color: #006BEC;
  line-height: 36px;
  margin-top: 44px;
  display: flex;
  justify-content: center;
  position: relative;
}
#is_main .is_standard_box{
  width: 110px;
  height: 9px;
  background: rgba(20, 118, 237, 0.23);
  position: absolute;
  bottom: 5px;
}
#is_main .is_service .is_standard_text{
  width: 810px;
  font-size: 18px;
  font-weight: bold;
  color: #006BEC;
  line-height: 36px;
  text-align: center;
}
#is_main .is_means_bulletins{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#is_main .is_means_bulletin{
  width: 372px;
  height: 242px;
  background-image: url(../../images/index/intelligenceStudy/isbulletin.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#is_main .is_means_bulletin .is_means_bulletin_text{
  width: 213px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
text-align: center;
}
#is_main .is_resource{
  width: 100%;
  height: 352px;
  background-image: linear-gradient(0deg, rgba(0,107,236,0),rgba(0,107,236,0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#is_main .is_resource_text{
  width: 686px;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
  text-align: center;
  margin-top: 51px;
}

#is_main .is_resource_standard{
  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; */
}
#is_main .is_resource_standard table tr th{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
}
#is_main .is_resource_standard table tr td{
  font-size: 16px;
  font-weight: 400;
  color: #0E0F10;
  line-height: 30px;
  /* text-align: center; */
}
#is_main .is_means_develop{
  width: 1226px;
  height: 279px;
  background-image: url(../../images/index/intelligenceStudy/isdevelop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#is_main .is_means_develop .is_means_develop_text{
  width: 884px;
  height: 137px;
  font-size: 16px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 30px;
  text-align: center;
}
#is_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;
}
#is_main .is_means_contact .is_means_contact_text{
  margin-top: 16px;
}
