@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:166px;
}
.telephone .telup .telbottom{
  text-align:right;
  color:#fff;
  margin-top:30px;
  font-weight: bold;
}
.telephone .telup p .right{
  color:#ff2045;
}
.telephonebox .telimgbox{
  width:900px;
  height:500px;
  position: absolute;
  left:0;
 
}

.telephonebox .telimgbox .video{
  width:900px;
  height:500px;
}
.telephonebox .telright p{
  text-align:right;
color:#fff;
}
.telephonebox .telright p span{
  /* float:right; */
}
.telephonebox .telright p .right{
color:#ff2045;
  margin-right:20px;
}
.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; */
}




/* 音频会议部分 */
.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-between;
  margin-bottom:40px;
  align-items: center;
}

.phoneul .lileft{
  width:450px;
}
  .phoneul .liright img{
    
  }
  .phoneul .lileft p{
    width:440px;
    color:#333;
  }
  .phoneul .lileft p.bottom{
    width:550px;
    color:#666;
  }

  .phoneul .lileft .p1{
    
    color:#44a2e5;
  }
  .phoneul .lileft .p2{
    
    color:#ffa602;
  }
  .phoneul .lileft .p3{
    
    color:#79c061;
  }
  .phoneul .lileft .p4{
    
    color:#333;
  }
  .phoneul .lileft .p5{
    
    color:#33cccc;}
  
.phoneul .lileft p.last{
  width:254px;
}  
.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;
}
.moreul li{
  width:450px;
  color:#333;
}
.moreul li p{
  color:#666;
}
/* teamlogo */
.teamlogo{
  text-align:center;
}
.teamlogo img{
  width:60px;
  height:60px;
}
.bgpublic{
    background: #ffa602;
    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;
    text-align:center;
    color:#fff;
    padding:60px 0;
  }