@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 */
.telephone {
  padding-top:40px;
  padding-bottom:60px;
  background: url("/Shared/images/homev1/indexv1/lefttop.png") no-repeat left bottom;
  position: relative;
}
.telephone .bgline{
  position: absolute;
  bottom:0;
  left:0;
}
.telephonebox {
  width: 960px;
  height: 530px;
  margin: 0px auto;
  position: relative;

}

.telephone .layout {}

.telephone .telup {
  position: absolute;
  right: 0px;
  top: 120px;
}

.telephone .telup .telbottom {
  text-align: right;
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}

.telephone .telup p .right {
  color: #ff2045;
}

.telephonebox .telimgbox {
  width: 900px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;

}

.telephonebox .telimgbox .video{
  width: 900px;
  height: 500px;
}

.telephonebox .telright p {
  color: #fff;
  text-align: right;
}

.telephonebox .telright p span {
  /* float:right; */
}

.telephonebox .telright p .right {
  color: #ff2045;
  margin-right: 0px;
}

.telephonebox .telright p .bottom {
  color: #333;
  margin-left: 100px;
}

.telephonebox .telimgbox .telbottom {
  text-align: right;
  margin-top: 40px;
  margin-right: -145px;
  color: #fff;
}

.telephonebox .telimgbox .telbottom span {
  color: #ff2045;

}

.telephonebox .zero {
  position: absolute;
  bottom: 0;
  right: 60px;
  color: #fff;
  /* font-size:20px; */
}

.telephone .telbottom .amore {
  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 0px;
  margin-right: 0;
}

.telephone .telbottom .amore:hover {
  box-shadow: none;
  background: #fff;
  color: #333;
}
.telephone .telbottom .contentmiddle{
  background: #79C061;
    box-shadow: 0px -5px #5cac34 inset;
}
/* 音频会议部分 */
.phone{
  text-align:center;
}

.phone p{
margin-top:30px;
width:915px;
margin:0 auto;
}
.phoneul{
  margin-top:80px;
  width:1000px;

}
.phoneul li{
  display:flex;
  justify-content: space-evenly;
  margin-bottom:40px;
  align-items: center;
}

.phoneul .lileft{
  width:450px;
}
  .phoneul .liright img{
    width:450px;
    height:300px;
    object-fit: cover;
  }
  .phoneul .lileft p{
    width:440px;
    color:#ff2045;
  }
  .phoneul .lileft p.bottom{
    width:440px;
    color:#333;
  }

  .phoneul .lileft .p1{
    
    color:#44a2e5;
  }
  .phoneul .lileft .p2{
    
    color:#33cccc;
  }
  .phoneul .lileft .p3{
    
    color:#eb670f;
  }
  .phoneul .lileft .p4{
    
    color:#333;
  }

.phoneul .lileft p.last{
  width:254px;
}  


/* teamlogo */
.teamlogo{
  text-align:center;
}
.teamlogo img{
  width:60px;
  height:60px;
}
/