@charset "utf-8";
/**基本格式开始***************/



@font-face {
  font-family: 'font-title-bold';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
	src: url(../../style/font/SourceHanSerifCN-Bold.otf)
}


.bodyCon07{width: 100%;overflow:hidden;margin:0 auto;}
.bodyCon07 .teacher{width: 100%;height: 800px;position:relative;margin:0 auto;overflow:hidden;}
.bodyCon07 .teacher .teacherPic{width: 100%;height: 800px;position:absolute;background:url(../images/sirendingzhi1.jpg) no-repeat; background-size: cover}

.bodyCon07 .teacher .teacherPic .content{     width: 100%;
    height: calc((100% - 0px)/7);
    float: left;
    position: relative;
    overflow: hidden;
    background:url(../../style/images/gj-bg2.png) repeat-y left;}
.bodyCon07 .teacher .teacherPic .content .txt{width: 100%;height: calc((100% - 0px)/1)!important;background:rgba(18,21,44,0);position:absolute;left:0px;bottom:0px;padding: 0;font-family: 微软雅黑;font-size: 12px;text-align: center}

.bodyCon07 .teacher .teacherPic .content .txt .text1{ opacity: 1; font-size:17px;width:200px;color: #fff;transition: all 0.3s; margin-top:5px;font-family: 'font-title-bold';}
.bodyCon07 .teacher .teacherPic .content .txt .ico{
	width:200px;
    margin: 0;
	padding-top: 20px;
	transition: all 0.3s;
}

.bodyCon07 .teacher .teacherPic .content:hover .txt{background:url(../../style/images/gj-bg.png) repeat-y left; }
.bodyCon07 .teacher .teacherPic .content:hover .txt .ico{  margin-top:5px;transition: all 0.3s;}
.bodyCon07 .teacher .teacherPic .content:hover .txt .text1{ opacity: 1;color: #fff; margin-top:10px;transition: all 0.3s; font-size: 20px;}




@media (max-width: 991px) {
.bodyCon07 .teacher{height:400px;}
	.bodyCon07 .teacher .teacherPic{height:400px;}
	.bodyCon07 .teacher .teacherPic .content .txt{display: flex;}
	.bodyCon07 .teacher .teacherPic .content .txt .text1{width:100px; margin-top: 10px;}
	.bodyCon07 .teacher .teacherPic .content .txt .ico{width:60px; padding-top: 10px;}
	.bodyCon07 .teacher .teacherPic .content .txt .ico img{width:30px;}
}
