.case_detail_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.case {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 100px;
}

.case_l{
  float: left;
}

.case_l_top {
  width: 240px;
  height: 310px;
  background: url('../image/case-detail-l.jpg') no-repeat;
  background-size: cover;
  position: relative;
}

.case_l_text {
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.case_detail {
  width: 130px;
  height: 40px;
  background: linear-gradient(0deg, #00467F, #003967);
  border-radius: 19px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.case_l_back {
  width: 240px;
  height: 310px;
  background: rgba(0, 70, 127, 0.6);
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_l_bottom {
  width: 240px;
  height: 96px;
  background: #00467F;
  margin-top: 20px;
  padding-top: 25px;
}

.case_l_bottom span {
  display: block;
}

.case_l_bottom span:first-child {
  width: 193px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
}

.tel_btn img {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
}

.tel {
  float: left;
  padding-left: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.tel_btn {
  width: 160px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
}

.case_r{
  width: 930px;
background: #F8F8F8;

  float: right;
  padding: 50px 30px 40px 30px;
}

.case_main_title{
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #00467F;
line-height: 48px;
text-align: center;

}

.case_main_container{
  margin-top: 42px;

}

.case_main_kuang{
  width: 500px;
height: 400px;
background: #F8F8F8;
border: 1px solid #69DCE0;
position: relative;
float: left;

}

.case_main_kuang img{
  width: 317px;
  height: 184px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.case_main_text{
  width: 273px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  float: left;
  padding-left: 31px;
  padding-top: 49px;
}


.case_main_content{
  margin-top: 30px;
  clear: both;
  padding-top: 30px;

  width: 869px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 28px;

}

.case_main_container::after{
  content: '';
  width: 100%;
height: 1px;

background: #E8E8E8;
display: inline-block;

}

.case_prev,.case_next{
  width: 334px;
height: 36px;
background: #DDDDDD;
float: left;
text-align: center;
line-height: 36px;
color: #666666;

}

.case_next{
  float: right;
}

.page_box{
  margin-top: 30px;
  overflow: hidden;
}

.case_prev:hover ,.case_next:hover{
  color: #F4E9E9;
  background: #00467F;
}