.banner{
    height: 599px;
    background:url('/img/yingcai.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;

}
.english{
font-size: 14px;
margin-top: -26px;
}
.rencaiLine{
    border-top: 1px solid #EEEEEE;
    margin-bottom: 50px;
}
.type{
    border-radius: 60px 0px 60px 0px;
    width: 280px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
	transition: all 1500ms linear;

}
.yingcaiImg{
    margin:  0 auto;
    width: 184px;
    height: 61px;
    display: block;
}
.yingcaiImg1{
    width: 280px;
    height: 440px;
    display: block;
}
.typeBackground{
    background: rgba(0, 0, 0, .5);
    width: 280px;
    height: 440px;
    border-radius: 60px 0px 60px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}
.typeBackground img{
    width: 70px;
    height: 170px;
    margin:  0 auto;
    margin-bottom: 25px;
    padding-top: 100px;
    box-sizing: border-box;
    display: block;
}
.typeTittle{
    width: 240px;
    height: 84px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin:  0 auto;
    margin-top: 210px;
    text-align: justify;
}
/* .box{
	width:100px;
	height:100px;
	background:pink;
}
.box:hover{
	transform: scale(1.2);
	transition: all 500ms linear;
} */

.type:hover .typeTittle  {
    transition: 1s;
    margin-top: 20px;
    color: #FFFFFF;
}
.type:hover .typeBackground{
    background: #17AEFF;
    transition: all 1s linear;
}
.heights{
    height: 120px;
}
.partTwo{
    width: 1920px;
    height: 590px;
    background: rgba(238, 238, 238, 0.8);
}
.partTwoTittle{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: 42px;
    text-align: center;
    padding: 60px 0 60px 0;
    box-sizing:border-box;
}
.englishwrite{
font-size: 18px;
margin-top: 5px;
}
.bottomLine {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 358px;
}
  .bottomLinewhite{
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 358px;
  }
