@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0 !important;
}

body {
  margin: 0;
  width: 100%;
  font-size: 14px;
  /*background:#F9F9F9;*/
  font-family: 'Microsoft YaHei', '微软雅黑';
  min-width: 1200px;
}





/* telephone */
.blue {
  background: url("/Shared/images/homev1/indexv1/lefttop.png") no-repeat left bottom;
  text-align: left;
  position: relative;
 
}
.blue .bgline{
  position: absolute;
  bottom:0px;
  left:0;
}
.blue .layout{
  padding: 80px 80px 0 80px;
}
.blue h3 {
 
  font-size: 72px;
  line-height: 78px;
  color: #fff;
  
}

.blue p {
  font-size: 22px;
  color: #fff;
  width:579px;
  line-height:39px;
 
}
.blue img.spokesman{
  width:100%;
    
 }


/* 爱上学习雾化学习模式部分 */
.phone {
  text-align: center;
}



.phone p {
  margin-top: 30px;
  width: 1110px;
  margin: 0 auto;
}
.moreul {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.moreul .imgbox1 {

  text-align: center;
}

.moreul .imgbox1 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

/* teamlogo */
.teamlogo {
  text-align: center;
}

.teamlogo img {
  width: 60px;
  height: 60px;
}
.bgpublic {
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: #66bf3a;
  background-image: url(/Shared/images/homev1/solutionv1/leftbottom.png), url(/Shared/images/homev1/solutionv1/lefttop.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat no-repeat;
}
.bgpublic1{
  background: #ffa602;
  background-image: url(/Shared/images/homev1/solutionv1/leftbottom.png), url(/Shared/images/homev1/solutionv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat no-repeat;

}
.bgpublic2{
  background: #8a40cb;
  background-image: url(/Shared/images/homev1/solutionv1/leftbottom.png), url(/Shared/images/homev1/solutionv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat no-repeat;

}

 a.contentmiddle{
  background:#79C061;
  box-shadow: 0px -5px #5cac34 inset;
}
.flex{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.flex .gametextdetail{
  display:block;
}
.textleft{
  text-align:left;
}
/* #bgte{
  height:640px;
  background:url("/Shared/images/homev1/cooperationv1/zhongouhead1.png") no-repeat;
  object-fit: contain;
} */

.zhongul{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.zhongul a{
  color:#79c061;
}
.zhongul li{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.zhongul .smallimg{
  margin-right:30px;
  width:45px;
  height:45px;
}
.teamul{
  margin-top:80px;
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.teamul li{
  width:220px;
  /* height:1010px; */
  border-radius: 5px;
  box-shadow:1px 3px 5px rgba(0,0,0,.2);
  margin-bottom:40px;
}
.teamul li.te{
  margin-bottom:0;
}
.teamulleft{
  background:#ff2045;

}
.teamulright{
  background:#ffa602;
}
.teambg1{ background:#ff2045;}
.teambg2{ background:#ffa602;}
.teambg3{ background:#753df4;}
.teambg4{ background:#66bf3a;}
.teambg5{ background:#44a2e5;}
.teambg6{ background:#33cccc;}

.teamul div{
  color:#fff;
}
.teamul .imgbox{
  width:220px;
  height:160px;
  border-radius: 5px;
  position: relative;
}
.teamul .imgbox .num{
  width:16px;
  height:16px;
  background:#199ed8;
  border:1px solid #a6ddf2;
  text-align:center;
  line-height:16px;
  position: absolute;
  right:-8px;
  top:-8px;
  font-size:12px;
}

.teamul .imgbox img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius:5px 5px 0 0;

}
.teamul .contentbox{
  margin:10px 10px 0 10px;
  padding-bottom:10px;
  position: relative;
}
.teamul .imgbox .bgline{
  position: absolute;
  bottom: -6px;
  left:0;
}
.teamul .imgbox .transline{
  position: absolute;
  top: -8px;;
}
.teamul li:hover .transline{
display:none;
}
.teamul .imgbox .bgline img{
  border-radius: 0;
}
.contentbox img{
  width:24px;
  height:24px;
  margin-right:5px;
  
}
.imgbox1{
  display:flex;
  justify-content: baseline;
  align-items: center;
}
.moreul .imgbox2 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.imgbox2{
  display:flex;
  justify-content: center;
  align-items: center;
}
.btnsize1 {
  display: block;
  color: #fff;
  text-align: center;
  height: 44px;
  width: 176px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 46px;
  margin: 40px auto 60px;
  background:#79c061;
  font-weight: bold;
}
.btnsize1:hover{
  background:#66bf3a;
  color:#333;
  font-weight: bold;

}