* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Microsoft YaHei;
  text-decoration: none;
  letter-spacing: 0.75px;
  font-weight: 400;
}
body {
  background: #f9f9f9;
}
.banner p{
  position: absolute;
  top:31%;
  left: 15%;
  font-size: 43px;
  color: #FDFDFD;
}
.introduce_box{
  width: 68%;
  margin: 20px auto;
}
.title{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 50px;
  font-family: FZDHTJW--GB1-0, serif;
}
.title .br{
  display: flex;
  width: 102px;
  height: 4px;
  background: #333333;
}
.introduce_box .synopsis{
  font-size: 16px;
  font-weight: 300;
  color: #030303;
  line-height: 1.8;
  padding: 20px 0 60px;
  box-sizing: border-box;
}
.introduce_box ul li{
  overflow: hidden;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  background-color: #fff;
  padding: 25px 15px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.introduce_box ul li .left_imgBox{
  float: left;
  width: 315px;
  height: 195px;
  position: relative;
  overflow: hidden;
  margin-right: 100px;
}
.introduce_box ul li .left_imgBox img{
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  width: 100%;
}
.introduce_box ul li:hover .left_imgBox img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.introduce_box ul li .right_desc .desc_title{
  font-size: 17px;
  color: #030303;
  line-height: 1.8;
  padding-bottom: 20px;
}
.introduce_box ul li .right_desc .desc_cont{
  font-size: 16px;
  color: #030303;
  line-height: 1.5;
  text-align: justify;
}
.introduce_box ul li .right_desc a{
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #030303;
  padding-right: 10px;
  padding-top: 20px;
}
@media (max-width: 1500px) {
  .introduce_box{
    width: 82%;
  }
  .banner p, .title{
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .introduce_box{
    width: 90%;
  }
}
@media (max-width: 991px) {
  .banner p{
    font-size: 28px;
  }
  .introduce_box{
    width: 95%;
  }
  .title{
    padding-bottom: 10px;
  }
}
@media (max-width:800px) {
  .title{
    font-size: 28px;
  }
  .introduce_box ul li{
    flex-direction: column;
  }
  .introduce_box ul li .left_imgBox{
    padding:0;
    float: none;
    margin: 0 auto;
  }
  .introduce_box ul li .right_desc .desc_title{
    text-align: center;
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .title{
    font-size: 22px;
  }
  .banner p{
    left: 20px;
    font-size: 22px;
  }
}
@media (max-width:520px) {
  .title{
    font-size: 18px;
    padding-bottom: 20px;
  }
  .banner{
    height: 190px;
  }
  .banner p{
    font-weight: 600;
    font-size: 18px;
  }
  .introduce_box ul li .right_desc .desc_title{
    font-size: 16px;
  }
  .introduce_box ul li .right_desc .desc_cont,
  .introduce_box .synopsis,
  .introduce_box ul li .right_desc a{
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .title{
    font-size: 16px;
  }
  .banner p{
    font-size: 16px;
  }
  .introduce_box ul li .right_desc .desc_title{
    font-size: 14px;
  }
  .introduce_box ul li .right_desc .desc_cont,
  .introduce_box .synopsis,
  .introduce_box ul li .right_desc a{
    font-size: 11px;
  }
}