*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  color: #3e3a39;
}
ul{
  list-style: none;
}
h1{
  margin: 0;
}
p{
  font-size: 16px;
}
body{
  width: 100%;
  margin: auto;
  background: #EFF4FE;
}
.banne{
  width: 100%;
  padding-top: 260px;
  height: 420px;
  background-image: url(../img/banenr.png);
  background-size: 100% 100%;
}
.ban-cont{
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ban-inp{
  width: 462px;
  height: 48px;
  font-size: 18px;
  padding-left: 10px;
}
input{
  outline:none;
}
input:focus{   
	border:none;
}
.ban-btn{
  border: none;
  background-color: transparent;
  outline: none;
  width: 114px;
  height: 48px;
  opacity: 1;
  background: #0933ad;
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #ffffff;
}
.k-body{
  width: 100%;
  background-color: #ffffff;
}
.content{
  width: 1114px;
  margin: 0 auto;
  margin-top: 50px;
}
.content-h1{
  width: 100%;
  text-align: center;
}
.content-h1 p {
  margin: 0 auto;
  width: 763px;
  height: 43px;
  margin-top: 10px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.content-p{
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont1{
  width: 203px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cont-img{
  width: 144px;
  height: 144px;
}
.cont-img img{
  width: 100%;
  height: 100%;
}
.cont-txts{
  font-size: 24px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 84px;
}
.cont-tst{
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 28px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.bod-tab{
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}


.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 16px solid lightblue;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.white_content_small {
  display: none;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 50%;
  border: 16px solid lightblue;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.white_content2, .white_content3, .white_content4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-191px, -109px);
  width: 382px;
  height: 218px;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: 1002;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.white_content2_p2{
  width: 91px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  margin-top: 50px;
  color: #ffffff;
  opacity: 1;
  background: #4497f7;
  border-radius: 4px;
}
.white_content3_close, .white_content4_close{
  margin-bottom: 30px;
  padding-right: 10px;
  cursor: pointer;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.white_conten_text{
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 50px;
}
.white_content3_icon{
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-image: url(../img/sfz.png);
  background-size: 100% 100%;
}
.white_content4_icon{
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-image: url(../img/empty36.png);
  border: 1px dashed #ccc;
  background-size: 100% 100%;
}