.container_ey {
  /* width: 100%; */
  font-family: 'SourceHanSansCN-Light';
}
/* ç¬¬ä¸€éƒ¨åˆ† */
.part1{
  width: 100%;
  max-height: 1014px;
  overflow: hidden;
}
.part1 img {
  width: 100%;
}
.part1 .part1_content{
  width: 100%;
  position: relative;
}
.part1 .part1_content p{
  font-size: 32px;
  width: 100%;
  margin-bottom: 0;
}
.part1 .part1-title {
  position: absolute;
  top: 18%;
  left: 40%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.part1 .part1-title .t1 {
  width: 416px;
  margin-bottom: 50px;
}

.part1 .part1-title .t2 {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px){
  .part1 .part1-title t1 {
    width: 330px;
  }
}

.part1 .part1-tip {
  position: absolute;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part1 .part1-tip img {
  width: 325px;
}
/* ç¬¬äºŒéƒ¨åˆ† */
.part2{
  width: 100%;
  max-height: 883px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  /* background: url(./img/part2_bg.png) no-repeat top center/cover; */
}
.part2 .details {
  position: absolute;
  top: 340px;
  left: 0;
  width: 100%;
}
.part2 p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}
.part2 .part2-tip {
  font-size: 12px;
  position: absolute;
  bottom: 80px;
  width: 600px;
  right: 12%;
}

.part2 .part2-title {
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1600px){
  .part2 .part2-title img {
    width: 330px;
  }
  .part2 .part2-title {
    top :140px
  }
}
/* ç¬¬ä¸‰éƒ¨åˆ† */
.part3{
  width: 100%;
}

.part3 img {
  width: 100%;
}

.part3 .main {
  width: 1200px;
  margin: 0 auto;
}
.part3 .main .img1 {
  width: 486px;
  margin-top:180px;
  margin-bottom: 124px
}

.part3 .main .img2 {
  width: 239px;
}
.part3 .mian .img3 {
  width: 656px;
}
.part3 .content {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.part3 .left{
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.part3 .part3-content {
  width: 50%;
  height: 175px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.part3 .part3-content span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.part3 .part3-content .title{
  width: 346px;
  font-size: 20px;
  color: #6BC5EF;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  padding-top: 35px;
}
.part3 .left .details{
  font-size: 16px;
  line-height: 35px;
  color: #595757;
}
.part3 .left .detail2{
  margin-top: 60px;
  display: flex;
  width: 100%;
}
.part3 .left .detail2 .time_logo{
  width: 225px;
  height: 200px;
  /* background: url(./img/part2_time.png) no-repeat center/contain; */
}
.part3 .left .detail2 .detail2_r{
  font-size: 16px;
  line-height: 25px;
  flex: 1;
  color: #595757;
}
.part3 .left .detail2 .detail2_r p:last-child{
  margin-top: 50px;
}
.part3 .right{
  float: right;
}
.part3 .right .teeth{
  width: 600px;
  height: 500px;
  background: url(./img/part2_teeth.png) no-repeat center/contain;
}
.part3 .right .right_jixi{
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 20px;
}
.part3 .right .right_jixi .jxi{
  display: flex;
  align-items: center;
  margin-right:30px ;
  font-family: 'SunmanPUA';
}
.part3 .right .right_jixi  span{
  margin-right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background:#EEEDA6 ;
}
.part3 .right .right_jixi .jxi2 span{
  background: #C27B88;
}
.part3 .part3-tip {
  position: absolute;
  bottom: 71px;
  left: 417px;
  font-size: 12px;
}

@media screen and (max-width: 1600px){
  .part3 .main .img1 {
    width: 330px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .part3 .main .img2 {
    width: 180px;
  }
  .part3 .main .img3 {
    width: 500px;
  }
  .part3 .part3-tip {
    position: absolute;
    bottom: 58px;
    left: 300px;
    font-size: 12px;
  }
}
/* ç¬¬å››éƒ¨åˆ† */
.part4 {
  width: 100%;
  min-width: 1200px;
  height: 1800px;
  overflow: hidden;
  margin: 0 auto;
  background: url(./img/part4_bg.png) no-repeat center bottom;
}

.part4 > img {
  width: 70%;
  margin-top: 80px;
  margin-left: 15%;
}
