html,
body {
  width: 100%;
  height: auto;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
.cooperate-project {
  width: 100%;
}
.cooperate-project .leftmenu {
  width: 50%;
  height: 100%;
  position: fixed;
  left: -50%;
  top: 0;
  z-index: 10;
  background: #fff;
  transition: left 0.2s linear;
}
.cooperate-project .leftmenu .close {
  font-size: 0.6rem;
  color: #7e7e7e;
  font-family: icomoon;
  position: absolute;
  right: -30px;
  top: 0.1rem;
  opacity: 1;
  display: none;
}
.cooperate-project .leftmenu .phonemenulist {
    font-size: 0.26rem;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    letter-spacing: 5px;
    color: #838383;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli {
    padding: 0.4rem 0 .4rem .7rem;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    display: flex;
    align-items: center;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(1) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon1.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(2) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon2.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(3) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon3.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(4) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon4.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(5) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon5.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli:nth-of-type(6) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon6.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact {
    color: #335DAF;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(1) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon1_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(2) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon2_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(3) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon3_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(4) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon4_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(5) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon5_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
  .cooperate-project .leftmenu .phonemenulist .menuli.currentact:nth-of-type(6) .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/icon6_choose.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 0.1rem 0 0;
  }
.cooperate-project .leftmenu.act {
  position: fixed;
  left: 0;
  transition: left 0.2s linear;
}
.cooperate-project .leftmenu.act .close {
  display: block;
}
.cooperate-project .searchpage {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  bottom: -100%;
  opacity: 0;
  z-index: 10;
  transition: bottom 0.16s linear;
}
.cooperate-project .searchpage .searchcontainer {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.cooperate-project .searchpage .searchcontainer .searchpic {
  width: 0.3rem;
  height: 0.3rem;
}
.cooperate-project .searchpage .searchcontainer .searchinp {
  flex: 1;
  height: 0.8rem;
  border: none;
  background: none;
  outline: none;
  margin: 0 0.2rem;
}
.cooperate-project .searchpage .searchcontainer .cancel {
  color: #3b3b3b;
  font-size: 0.26rem;
}
.cooperate-project .searchpage .historysearch {
  padding-top: 0.5rem;
}
.cooperate-project .searchpage .historysearch .historytit {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #b5b6b7;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperate-project .searchpage .historysearch .historytit .trashicon {
  width: 0.24rem;
  height: 0.26rem;
}
.cooperate-project .searchpage .historysearch .historycont {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.cooperate-project .searchpage .historysearch .historycont .historyli {
  background: #f6f6f6;
  color: #333;
  padding: 0.05rem 0.16rem;
  margin: 0 0.26rem 0.2rem 0;
}
.cooperate-project .searchpage.searchshow {
  position: fixed;
  bottom: 0;
  opacity: 1;
  transition: bottom 0.16s linear;
}
.cooperate-project header {
  width: 100%;
  /* 中等屏幕（桌面显示器，小于等于 768px） */
  /* 中等屏幕（桌面显示器，大于等于 768px） */
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
}
@media (max-width: 768px) {
  .cooperate-project header .headbox ,.headerBig{
    display: none;
  }
  .cooperate-project header .phoneheader {
    width: 100%;
    height: auto;
  }
  .cooperate-project header .phoneheader .logopic {
    width: 100%;
    height: 1.25rem;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cooperate-project header .phoneheader .logopic img {
    width: 4.06rem;
    height: 0.7rem;
  }
  .cooperate-project header .phoneheader .menusearch {
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.96rem;
  }
  .cooperate-project header .phoneheader .menusearch .menupic {
    width: 0.46rem;
    height: 0.36rem;
  }
  .cooperate-project header .phoneheader .menusearch .searchpic {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (min-width: 768px) {
  .cooperate-project header {
    background: #3a5dbd;
    height: 75px;
  }
  .cooperate-project header .phoneheader,.headerBig{
    display: none;
  }
  .cooperate-project header .headbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .headerBig .searchcont{
    display: flex;
    align-items: center;
    width: 250px;
    height: 40px;
    background: url(../image/searchbg.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .headbox .searchcont{
    display: flex;
    align-items: center;
    width: 250px;
    height: 40px;
    background: url(../image/searchbg.png) no-repeat center center;
    background-size: 100% 100%;
    }
    .searchcont .inpsearch {
        min-width: 150px;
        height: 40px;
        line-height: 40px;
        background: none;
        border-radius: 6px;
        border: none;
        outline: none;
        /* border: 1px solid #ccc; */
        padding: 0 0 0 10px;
        box-sizing: border-box;
        margin-right: 30px;
        color: #000;
        opacity: 0;
    }
    .searchcont a img{
        width: 20px;
        height: 18px;
    }
  .cooperate-project header .headbox .bjlogo {
    width: 190px;
    height: 32px;
  }
  .cooperate-project header .headbox .bjlogo img {
    width: 100%;
    height: 100%;
  }
  
  @media (min-width:767px) {
      .cooperate-project header .headbox .titlelist {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        color: #fff;
        margin: 0 0px 0 20px;
    }
    .cooperate-project header .headbox .titlelist .tit {
      cursor: pointer;
      margin: 0 10px 0 0;
  }
}
  @media (min-width:920px) {
    .cooperate-project header .headbox .titlelist {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
        margin: 0 0px 0 0px;
    }
      .cooperate-project header .headbox .titlelist .tit {
        cursor: pointer;
        margin: 0 20px 0 0;
    }
  }
  
  .cooperate-project header .headbox .searchbtn {
    width: 15px;
    height: 16px;
    cursor: pointer;
  }
  .cooperate-project header .headbox .searchbtn img {
    width: 15px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .cooperate-project header {
    height: 75px;
    background: #3a5dbd;
  }
  .cooperate-project header .phoneheader,.headerBig {
    display: none;
  }
  .cooperate-project header .headbox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerBig .searchcont{
    display: flex;
    align-items: center;
    width: 250px;
    height: 40px;
    background: url(../image/searchbg.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .headbox .searchcont{
    display: flex;
    align-items: center;
    width: 292px;
    height: 46px;
    background: url(../image/searchbg.png) no-repeat center center;
    background-size: 100% 100%;
    }
    .searchcont .searchbtn{
      cursor: pointer;
    }
    .searchcont .inpsearch {
        min-width: 180px;
        height: 40px;
        line-height: 40px;
        background: none;
        border-radius: 6px;
        border: none;
        outline: none;
        /* border: 1px solid #ccc; */
        padding: 0 0 0 10px;
        box-sizing: border-box;
        margin-right: 30px;
        color: #000;
        opacity: 0;
    }
    .searchcont a img{
        width: 20px;
        height: 18px;
    }
  .cooperate-project header .headbox .bjlogo {
    width: 190px;
    height: 32px;
  }
  .cooperate-project header .headbox .bjlogo img {
    width: 100%;
    height: 100%;
  }
  .cooperate-project header .headbox .titlelist {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 100px;
  }
  .cooperate-project header .headbox .titlelist .tit {
    cursor: pointer;
    margin: 0 42px 0 0;
  }
  .cooperate-project header .headbox .searchbtn {
    width: 15px;
    height: 16px;
    cursor: pointer;
  }
  /* .cooperate-project header .headbox .searchbtn img {
    width: 100%;
    height: 100%;
  } */
}
.searchcont .inpsearch.showinp{
    opacity: 1;
    transition: opacity .2s linear;
}