.content {
  width: 1100px;
  margin: auto;
}

.con_a {
  display: flex;
  height: 480px;
}

.ca_left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ca_text1 {
  font-size: 18px;
  color: #ffffff;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #585858;
  border-radius: 4px;
  text-align: center;
}
.ca_text2{
    margin: 18px 0;
}
.ca_text3{
    display: flex;
    align-items: center;
}

.ca_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p_bg {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: linear-gradient(
    211deg,
    #eb6231 13%,
    rgba(235, 98, 49, 0.02) 46%,
    rgba(235, 98, 49, 0) 57%
  );
}

.con_b {
  padding: 55px ;
  background-color: #f8f8f8;
  color: #493e3e;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_b>div{
    width: 48%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    background-color: #E1E1E1;
    margin-bottom: 10px;
}
.ewm{
  cursor: pointer;
}
.ewm_box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  display: none;
}
.ewm_img{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  height: 300px;
}

