@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;
}




/* love study */
.lovestudy {
  padding-bottom: 120px;
}

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

.blue p {
  font-size: 18px;
  color: #fff;
  width:579px;
  line-height:30px;
 
}
.blue p:nth-of-type(2){
  position: absolute;
  top:0px;
  right:0px;
}
.blue p:nth-of-type(2) img{
  height:255px;
  border-radius: 5px;
  /* transform: rotate(-4deg) */
}
/* 团队管理部分 */
.team{
  text-align:center;
}
.teamour{
  position: relative;
}
.team p{
margin-top:30px;
width:915px;
margin:0 auto;
}
.teamul{

  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.teamul li{
  /* margin-bottom:60px; */
  width:285px;
  /* height:1010px; */
  border-radius: 5px;
  box-shadow:3px 3px 5px rgba(0,0,0,.2);
}
.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:285px;
  /* height:360px; */
  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:0 10px 0 10px;
  padding-bottom:10px;
  position: relative;
}
.teamul .imgbox .bgline{
  position: absolute;
  bottom: -4px;
}
.teamul .imgbox .transline{
  position: absolute;
  top: -7px;;
}
.teamul li:hover .transline{
display:none;
}
.teamul .imgbox .bgline img{
  border-radius: 0;
}
/* teamlogo */
.teamlogo{
  text-align:center;
}
.teamlogo img{
  width:60px;
  height:60px;
}
/* timeul1 */
.teamul1{
  display:flex;
  justify-content: space-between;
}
.teamul1 li{
  width:276px;
  height:206px;
  position: relative;
  border-radius: 5px;
}
.teamul1 .li1{
  border:3px solid #33cccc;
}

.teamul1 li div{
  width:276px;
  height:206px;
  position: absolute;
  left:-10px;
  top:-10px;
  border-radius: 5px;
color:#fff;
text-align:center;
}
.teamul1 .li1 div{
  background: #33cccc;

}
.teamul1 .li2{
  border:3px solid #66bf3a;
}
.teamul1 .li2 div{
  background: #66bf3a;

}
.teamul1 .li3{
  border:3px solid #ff2045;
}
.teamul1 .li3 div{
  background: #ff2045;

}
.teamul1 .li4{
  border:3px solid #864cbf;
}
.teamul1 .li4 div{
  background: #864cbf;

}
/* teamgreen */
.teamgreen{
  color:#fff;
  text-align:center;
  overflow: hidden;
  background:#66bf3a;
  background-image:  url(/Shared/images/homev1/solutionv1/leftbottom.png), url(/Shared/images/homev1/solutionv1/righttop.png);;
  background-position: left top, left bottom;
  background-repeat:no-repeat no-repeat;
 
}
.teamgreen h3{
  text-align:center;
}
.teamgreen a {
  display: block;
  color: #fff;
  text-align: center;
  height: 44px;
  width: 176px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #1368ce;
  font-size: 16px;
  line-height: 46px;
  box-shadow: 0px -5px #115db9 inset;
  margin:40px auto 60px;
}
.teamgreen a:hover{
  box-shadow: none;
  background: #fff;
  color: #333;
}
.blod{
  font-weight: bold;
}
.teamul .swiper-slide li{
  height:490px;
}