.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 78.125vw;
  margin: 0 auto;
}

.bgbox {
  width: 100%;
  background-size: 100%;
  background-image: url(../images/t1.jpg);
  height: 6.375vw;
  padding-top: 30px;
}

.pic-box {
  display: flex;
  align-items: center;
}

.cntit {
  width:  19.171vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cntit img{
  width: 346px;
  height: 100%;
 
}

.cntit2 {
  height: 6.25vw;
  width: 14.625vw;
  color: #fff;
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  position: relative;
}
.cntit2 span {
  display: block;
  width: 218px;
  position: absolute;
  bottom: 16px;
  text-align: center;

}

.cntit2 img {
  height: 4.15vw;
  width: 14.25vw;
  margin-top:8px;
}



.titlepic {
  width: 22.1354vw;
}

.name {
  display: flex;
  padding: 0 1.3vw;
  border-left: 1px solid #39a631;
  position: relative;
  
}

.name span:nth-child(1) {
  font-size: 1.8344vw;
  font-family:STZhongsong;
  letter-spacing:1.7vw;
  color: #fff;
  font-weight: 700;
  height: 2.46vw;
  display: block;
  width: 26.4844vw;
  
}
.input[type="image" i]{
width:20px;
height:20px;
}

.name div {
  background-image: url(../images/t2.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 1.1719vw;
  top: 2.4vw;
  left: .863vw;
  width: 17.4844vw;
  background-size: 100%;
}

.box-search {
  display: flex;
}

.box-search input{
  outline: none;
}

.searchBtn {
  cursor: pointer;
}
.searchBtn a{
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006e00;
  border-radius: 0 5px 5px 0;
}
