header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 1.2rem;
    /*background: rgba(255, 255, 255, 0.36);*/
    transition: all 0.3s;
    background: #FFFFFF;
    /*box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.06);*/
}

header::after{
    content: "";
    position: absolute;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    height: 0.01rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.06);
}

header:hover {
    background: rgba(255, 255, 255, 1);
}

header .header {
    display: flex;
    width: 17.7rem;
    margin: 0 auto;
}

header .header .header_logo {
    display: flex;
    justify-content: space-between;
    width: 4.69rem;
    height: 1rem;
    margin-top: 0.1rem;
}

header .header .header_logo .img1 {
    display: block;
    width: 2.19rem;
    height: 100%;
    object-fit: cover;
}

header .header .header_logo .img2{
    display: block;
    width: 2.13rem;
    height: 0.67rem;
    object-fit: cover;
    margin-top: 0.19rem;
}

header .header .header_nav {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
}

.header_nav .header_nav_con {
    position: relative;
    width: 1.37rem;
    height: 100%;
    transition: all 0.3s;
}

.header_nav .header_nav_con .header_nav_item {
    display: block;
    width: 1.37rem;
    height: 100%;
    padding-top: 0.44rem;
    box-sizing: border-box;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.23rem;
    color: #070707;
    text-align: center;
}

.header_nav .header_nav_con .header_nav_item.active {
    color: #005FBD;
}

.header_nav .header_nav_con .header_nav_two {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: all 0.3s;
    background: linear-gradient( 333deg, #FFFFFF 0%, #EDFDF4 100%);
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.07);
    border-radius: 0 0 0.17rem 0.17rem;
    padding: 0.2rem 0.15rem;
}

.header_nav_two img {
    display: block;
    width: auto;
    height: 0.13rem;
    margin: 0.13rem auto;
}

.header_nav_two a {
    display: block;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.45rem;
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.header_nav .header_nav_con img{
    display: none;
    margin: 0 auto;
    margin-top: 0.09rem;
}

.header_nav .header_nav_con:hover img{
    display: block;
}

.header_nav .header_nav_con:hover {
    /*background: linear-gradient(180deg, #FFFFFF 0%, #D5FAE5 100%);*/
    /*box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.07);*/
    border-radius: 0.17rem;
}

.header_nav .header_nav_con:hover .header_nav_item {
    color: #06A743;
}

.header_nav_two a:hover {
    color: #06A743;
}

.header_nav .header_nav_con:hover .header_nav_two {
    display: block;
}

.header_nav .header_nav_con:nth-child(1) {
    height: 1.2rem;
    margin-right: 0.1rem;
}

header .header .search {
    width: 0.21rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    margin-left: 0.11rem;
}

.header .search img {
    display: block;
    width: 0.21rem;
    height: 0.21rem;
}

header .header .header_bor {
    width: 0.03rem;
    height: 0.19rem;
    background: #898989;
    margin: 0.51rem 0.24rem 0;
}

header .header .phone {
    display: flex;
    align-items: center;
    width: auto;
    height: 1.2rem;
}

.phone img {
    display: block;
    width: 0.23rem;
    height: 0.23rem;
    margin-right: 0.06rem;
}

.phone .phone_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.23rem;
    color: #009D44;
    line-height: 0.35rem;
}

.search_box {
    position: absolute;
    top: 1.26rem;
    right: 1.1rem;
    z-index: 999999;
    width: 2.3rem;
}

.search_box .search_input {
    width: 100%;
    position: relative;
}

.search_box .search_input input {
    display: block;
    width: 100%;
    height: 0.47rem;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 0.15rem;
    padding-right: 0.8rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.08rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.18rem;
    color: #646464;
}

.search_box .search_input .searchno {
    position: absolute;
    top: 50%;
    right: 0.56rem;
    transform: translateY(-50%);
    display: block;
    width: 0.17rem;
    height: 0.17rem;
    cursor: pointer;
}

.searchno img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search_box .search_input .searchbtn {
    position: absolute;
    top: 50%;
    right: 0.14rem;
    transform: translateY(-50%);
    display: block;
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
}

.searchbtn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search_box .search_list {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.08rem;
    padding-top: 0.22rem;
    padding-bottom: 0.23rem;
    margin-top: 0.04rem;
}

.search_box .search_list .search_list_title {
    padding-left: 0.18rem;
    box-sizing: border-box;
    margin-bottom: 0.05rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.14rem;
    color: #505050;
}

.search_box .search_list .search_list_item {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #292929;
    line-height: 0.5rem;
}

.search_box .search_list .search_list_item:hover {
    background: rgba(0, 157, 68, 0.73);
    color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  left:-100%;
}
.mobile-nav.show{
    left:0;
}
.mobile-nav .mobile-navBg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mobile-nav .mobile-navClose {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 5%;
  cursor: pointer;
}
.mobile-nav .mobile-nav-box {
  width: 85%;
  height: 100%;
  background: #fafafa;
  z-index: 110;
  overflow: auto;
  position: relative;
}
.mobile-nav .mobile-nav-ser {
  text-align: center;
  padding: 15px 0;
}
.mobile-nav .leftOne {
  background: #fff;
  margin: 0;
  padding: 0;
}
.mobile-nav .leftOne .one-li {
  display: block;
  position: relative;
  line-height: 0.8rem;
}
.mobile-nav .leftOne>li {
  list-style-type: none;
  font-size: 14px;
  line-height: 0.6rem;
    border-bottom: 1px solid #d9d9d9;
  /*border-top: 1px solid #d9d9d9;*/
}
.mobile-nav .leftOne .one-li a {
  padding: 0 0.19rem;
  /*border-bottom: 1px solid #d9d9d9;*/
  /*border-top: 1px solid #d9d9d9;*/
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .leftOne .one-li a img {
  width: 21px;
}
.mobile-nav .leftOne .one-li span {
  font-size: 16px;
  overflow: hidden;
}
.mobile-nav .leftOne .one-li a.box-1 img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
 .mobile-nav .two {
  
  padding: 0;
  text-indent: 0.5rem;
}
 .mobile-nav .two li.two-li a {
  border-bottom: 0;
  padding: 0;
}
 .mobile-nav.on {
  right: 0;
}
.mobile-nav .mobile-navTel {
  text-align: center;
}
.mobile-nav .mobile-navTel b {
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
}
.mobile-nav .mobile-navTel span {
  color: #0092f9;
  vertical-align: middle;
}
.mobile-nav .serForm {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #ebebeb;
  padding-left: 10px;
}
.mobile-nav .serForm input {
  border: 0;
  font-size: 12px;
  background: transparent;
}
.mobile-nav .serForm .input-ser {
  background: url(../image/ser.png) no-repeat center center;
  width: 18px;
  height: 17px;
  vertical-align: middle;
}
.mobile-nav .serForm .input-txt {
  width: 150px;
  height: 35px;
  vertical-align: top;
}
.mobile-nav .serForm .input-sub {
  width: 60px;
  height: 35px;
  vertical-align: top;
  background: #333;
  color: #fff;
}
.mobile-menu{
    width:0.7rem;
    display: none;
}
@media (max-width:1200px){
    .mobile-menu{
        display: block;
    }
    header .header{
        display:flex;
        justify-content:space-between;
        width:100%;
        align-items:center;
    }
    header .header .header_nav{
        display:none;
        
    }
    header .header .search{
        display:none;
    }
    header .header .phone{
        display:none;
        
    }
    header .header .header_bor{
        display:none;
    }
}