@charset "utf-8";
.work-nav ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:.59rem .76rem .1rem;
}
.work-nav ul li{
  margin-right: 1rem;
  margin-bottom: .35rem;
}
.work-nav ul li:nth-child(3n){
  margin-right: 0;
}
.work-nav li span{
  display: block;
  width:1.26rem;
  height:1.26rem;
  background:rgba(255,51,95,1) url(../images/regis-nav-01.png) no-repeat center center;
  background-size: .61rem .61rem;
  border-radius: 14px;
}
.work-nav li:nth-child(2) span{
  background:rgba(31,201,192,1) url(../images/regis-nav-02.png) no-repeat center center;
  background-size: .74rem .70rem;
}
.work-nav li:nth-child(3) span{
  background:rgba(255,170,51,1) url(../images/regis-nav-03.png) no-repeat center center;
  background-size: .68rem .68rem;
}
.work-nav li:nth-child(4) span{
  background:rgba(112,104,226,1) url(../images/regis-nav-04.png) no-repeat center center;
  background-size: .68rem .63rem;
}
.work-nav li:nth-child(5) span{
  background:rgba(255,126,61,1) url(../images/regis-nav-05.png) no-repeat center center;
  background-size: .66rem .6rem;
}
.work-nav li:nth-child(6) span{
  background:rgba(254,48,0,1) url(../images/regis-nav-06.png) no-repeat center center;
  background-size: .69rem .69rem;
}
.work-nav li p{
  font-size:.26rem;
  font-family:MicrosoftYaHei;
  color:rgba(41,41,41,1);
  text-align: center;
  margin-top: .1rem;
}
.com_tit {
  height: 1.13rem;
  padding: 0 .37rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.com_tit .red_tit {
  font-size: 0.31rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(55,55,55,1);
  padding-left: .27rem;
  position: relative;
}
.com_tit .red_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: .14rem;
  height: .44rem;
  background: url(../images/title-ico.png) no-repeat left top;
  background-size: cover;
}
.hot-work .hot-lists{
  padding: 0 .3rem .5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-bottom: .24rem solid rgba(244,244,244,1);
}
.hot-work .hot-lists .hot-ltem{
  width:2.16rem;  
  height:3.12rem;
  background:rgba(244,244,244,1);
  border-radius:10px;
  text-align: center;
  font-size:0;
}
.hot-work .hot-lists .hot-ltem .hot-ltem-img{
  width: 1.17rem;
  height: 1rem;
  line-height:1rem;
  margin: .3rem auto 0;
  text-align:center;
}
.hot-work .hot-lists .hot-ltem .hot-ltem-img img{
  max-width: 100%;
  max-height: 100%;
}
.hot-work .hot-lists .hot-ltem h3{
  font-size:.24rem;
font-family:MicrosoftYaHei;
color:rgba(88,87,87,1);
margin: .22rem 0 .05rem;
}
.hot-work .hot-lists .hot-ltem p{
  font-size:.2rem;
font-family:MicrosoftYaHei;
color:rgba(159,159,159,1);
}
.hot-work .hot-lists .hot-ltem .btn{
  display:block;
  width:1.38rem;
height:.42rem;
line-height: .42rem;
background:rgba(255,0,0,1);
font-size:.22rem;
font-family:MicrosoftYaHei;
color:rgba(255,255,255,1);
border-radius:5px;
margin:.22rem auto 0;
}
.hot-headhunting{
  border-bottom: .24rem solid rgba(255,255,255,1);
}
.headhunting-lists{
  padding: 0 .37rem;
} 
.headhunting-lists .headhunting-item{
  display: flex;
  display: -webkit-flex;
  padding-bottom: .36rem;
  border-bottom: 1px dashed #E2E1E1;
  margin-bottom: .32rem;
}
.headhunting-lists .headhunting-item:last-child{
  margin-bottom: 0;
}
.headhunting-lists .headhunting-item .headhunting-img{
  width: 2.09rem;
  margin-right: .26rem;
}
.headhunting-lists .headhunting-item .headhunting-img img{
  max-width: 100%;
}
.headhunting-lists .headhunting-item .headhunting-info h3{
  width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:.28rem;
  font-family:MicrosoftYaHei;
  color:rgba(36,36,36,1);
  margin-bottom: .1rem;
}
.headhunting-lists .headhunting-item .headhunting-info p{
  width: 5rem;
  font-size:.21rem;
  font-family:MicrosoftYaHei;
  color:rgba(153,153,153,1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.headhunting-lists .headhunting-item .headhunting-info .btns a{
  display:inline-block;
  width:1.29rem;
height:.44rem;
line-height: .44rem;
text-align: center;
background:rgba(30,64,99,1);
border-radius:7px;
font-size:.24rem;
font-family:MicrosoftYaHei;
color:rgba(255,255,255,1);
margin-top: .15rem;
}
.headhunting-lists .headhunting-item .headhunting-info .btns a:last-child{
  background:rgba(255,0,0,1);
  margin-left: .2rem;
}
.checkMore{
  height: .98rem;
  line-height: .98rem;
  text-align: center;
}
.checkMore a{
  text-decoration: underline;
  color: #ff8a00;
  font-size: 0.24rem;
  font-family: MicrosoftYaHei;
}
/* 专利作用 */
.patent-effect{
  border-bottom: .24rem solid rgba(244,244,244,1);
}
.patent-effect-img{
  padding: 0.3rem;
}
.patent-effect-img img{
  width: 100%;
}
.problem_ico{
  width: .7rem;
  height: .5rem;
  background: url(../images/question-mark.png) no-repeat left top;
  background-size: cover;
}
/* 留言区 */
.msg_div {
    padding: 0.48rem 0;
    background: #EEEEEE;
    text-align: center;
    margin: 0 auto;
}
.msg_div .msg_input {
    height: 0.66rem;
    line-height: 0.33rem;
    border: 0;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.28rem;
    padding: 0 0.28rem;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.28rem;
}
.msg_div .msg_btn {
    background: #DC0000;
    padding: 0 0.28rem;
    color: white;
    margin: 0 auto;
    margin-bottom: 0.23rem;
    width: 80%;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 20px;
    font-weight: bold;
    border: none;
}
.msg_div>p:last-child{
    font-size: 0.22rem;
    padding:0 0.28rem;
    color: #A6A5A5;
}
.msg_div .ver_code_btn{
	background: #ff8a00;
    width:30%;
}
.msg_div .dis_color{
	background: #c0c0c0;
}
/*留言E*/


  



