.header-before{
    font-family: PingFangSC-Medium, PingFang SC;
    position: absolute;
    height: 68px;
}

.phptpl-header {
    position: fixed!important;
    left: 0;
    top: 0;
    z-index: 99;

}

.phptpl-header {
    width: 100%;
    min-width: 1500px;
    height: auto;
    position: fixed;
    top: 0;
    background: none;
    z-index: 200;
    transition: all .5s ease-in;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* box-shadow: 0 4px 8px rgba(0,0,0,.08); */
}

.phptpl-header .header-container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    min-width: 1485px;
    height: 68px;
    zoom: 1;
    padding: 0 100px;
    transition: all .5s ease-in;
    line-height: 68px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-flex; */
}

.phptpl-header .header-container.bian {
  background: #F9FAFA;
  box-shadow: 0px 1px 1px 0px rgba(13,23,31,0.07);
}
.phptpl-header .header-container.bian .login{
    width: 90px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #2CB364;

    line-height: 32px;
    display: inline-block;
}
.phptpl-header .header-container.bian .login a{
    border:none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2CB364;
}

.phptpl-header .header-container.bian .nav-list>li .product-center{
    color: #333;
}

.phptpl-header .header-container .logo {
    display: inline-block;
    width: 98px;
    height: 66px;
    margin-top: 4px;
    vertical-align: top;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.phptpl-header a {
    text-decoration: none;
}

.phptpl-header .header-container .nav-list {
    display: inline-block;
    margin-left: 110px;
    zoom: 1;
    flex-direction: row;
    justify-content: center;
}

.phptpl-header ul {
    list-style: none;

}

.phptpl-header .header-container .nav-list>li {
    text-align: center;
    float: left;
    /* display: inline-block; */
    height: 68px;
    line-height: 68px;
    /* padding-right: 20px;
    padding-left: 20px; */
    color: #333333;
    font-size: 16px;
}

.phptpl-header .header-container .nav-list>li.current-menu-item .product-center{
    color: rgba(44, 179, 100, 1) !important;
    padding: 20px 0.5rem;
    border-bottom: 4px solid;
}
.phptpl-header .header-container .nav-list>li.current-menu-item{
    background-color: rgba(0, 0, 0, 0.018);

}
.phptpl-header .header-container .nav-list>li{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  display: block;
}


.phptpl-header .header-container .nav-list>li .product-center {
    text-decoration: none;
    color: #fff;
}

.phptpl-header .header-container .nav-list .current-highlight {
    color: rgba(44, 179, 100, 1)!important;
}

.phptpl-header .header-container .nav-list .pc_hover:hover .product-center {
    color:rgba(44, 179, 100, 0.8);
}

.phptpl-header a {
    text-decoration: none;
}

/** å­æ ç›® **/
.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    transform: rotateX(-90deg);
    z-index: 100;
    max-height: 0;
    transform-origin: 50% 0;
    transition: .3s ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.phptpl-header .header-container .nav-list .pc_hover:hover .dropdown-menu-wrapper {
    transform: rotate3d(0,0,0,0deg);
    transform-origin: 50% 0;
    max-height: 592px;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu {
    text-align: left;
    margin: 24px auto;
    width: auto;
    max-width: 1233px;
    zoom: 1;
    display: inline-block;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container {
    zoom: 1;
    height: auto;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product {
    position: relative;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product {
    width: 300px;
    box-sizing: border-box;
    height: 90px;
    float: left;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link {
    display: block;
    height: 40%;
    padding: 0 10px 10px;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container span {
    width: 32px;
    height: 32px;
    position: static;
    /* left: 10px; */
    /* top: 20px; */
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product h3, .phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product p {
    padding-left: 0;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link h3 {
    font-size: 16px;
    line-height: 24px;
    color: #323233;
    padding: 16px 0 0px 56px;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product h3, .phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product p {
    padding-left: 0;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link p {
    font-size: 14px;
    line-height: 18px;
    color: #969799;
    padding-left: 56px;
}

.phptpl-header .header-container .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container span {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.phptpl-header .header-container .nav-list .item-product:hover {
    background: #f7f8fa;
}

/*å³è¾¹èœå•*/
.phptpl-header .header-container .button-list {
    float: right;
    /* display: inline-block; */
    zoom: 1;
    padding-right: 0px;
    height: 68px;
    line-height: 68px;
    width: 26%;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 388px;
}

.phptpl-header .header-container .button-list>li {
    text-align: center;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    position: static;
    margin-left: 64px;
    height: 64px;
}
.phptpl-header .header-container .login-do{
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    display: inline-block;
}
.phptpl-header .header-container .login-do a{
    width: 90px;

    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #2CB364 !important;
}
.phptpl-header .header-container .login-btn{
    width: 90px;
    height: 40px;
    line-height: 40px;
    background: #2CB364;
    border: 1px solid #2CB364;
    border-radius: 3px;
    display: inline-block;
}
.phptpl-header .header-container .login-btn a{
    font-size: 14px;
    font-weight: 500;
    width: 90px;
    height: 40px;
    color: #FFFFFF;
}
.phptpl-header .header-container a{
    font-size: 14px;
    color: #fff;
}

.phptpl-header .header-container a:hover{
    opacity: .8;
}

.nav-language{

}
.nav-language a{
    position: relative;
    display: inline-block;
    width: 60px;
    margin-top: 15px;
}
.nav-language a::before{
    top: 8px;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/themes/qumaipiao/public/assets/img/index/drop.png);
    background-size: 100%;
}
.nav-language i{
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: block;
}

.nav-language i.china{
    background-image: url(/themes/qumaipiao/public/assets/img/index/china.png)
}
.text_24 {
    width: 105px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 23px 0 0 5px;
  }
  .thumbnail_1 {
    width: 16px;
    height: 16px;
    margin: 25px 0 0 28px;
  }
  .logo{
    background-image:url('/themes/qumaipiao/public/assets/img/logo.png');
  }
.logo:hover{
    background-image:url('/themes/qumaipiao/public/assets/img/logo-bg.png');
}
  .phptpl-header .header-container.bian .text_24{
    color: #333;
  }
  .phptpl-header .header-container.bian .logo{
    background-image:url('/themes/qumaipiao/public/assets/img/logo2.png');
  }
  .section_1 {
    width: 327px;
    height: 391px;
  }

  .box_5 {
    display: inline-block;
    border-radius: 9px;
    background-image: url('/themes/qumaipiao/public/assets/img/newindex/zhihui.png');
    background-size:326px 189px;
    width:326px ;
    height: 189px;

  }

  .text_11 {
    width: 144px;
    height: 23px;
    font-size: 16px;
    color: #2CB364;
    line-height: 23px;
  }

  .text_12 {
    display: inline-block;
    width: 327px;
    height: 69px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9,24,39,0.8);
    line-height: 23px;
    white-space:normal;
    margin-top: 10px;
    text-align: left;

  }
  .imgdiv{
    display: inline-block;
    width: 30px;
    text-align: right;
    height: 40px;
  }
  .box_6 {
    display: block;
    width: 160px;
    height: 40px;
    background: #2CB364;
    border-radius: 3px;
    line-height: 40px;
    font-weight: 500;
    color: #FFFFFF !important;
    font-size: 14px !important;
    text-align: center;
  }
  .text_13 {
    /* width: 56px;
    height: 20px; */
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 10px 0 0 31px;
  }

  .group_6 {
    width: 327px;
    height: 535px;
    margin: 30px 0 0 100px;
  }
  .block_9 {
    /* display: inline-block; */
  }
  .text_14 {
    width: 180px;
    height: 22px;
    font-size: 16px;
    color: #2CB364;
    line-height: 23px;
    padding-left: 8px;
  }
  .text_156{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -15px;
    padding-left:40px;
    width: 420px;
    height:506px;
  }
  .text_155{
    width: 205px;
    font-family: PingFangSC-Regular, PingFang SC;
    overflow-wrap: break-word;
    text-align: left;
    display: inline-block;
    margin-top: 0%;
    padding: 2% 0;
  }
  .text_15 {
    height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #071A21;
    line-height: 21px;

  }
  .text_16 {
    width: 160px;
    font-size: 12px;
    height: 34px;
    line-height: 18px;
    font-weight: 400;
    white-space:normal;
    color: #99A4A6;
  }
  .group_5 {
    background-color: rgba(44, 179, 100, 1);
    width: 3px;
    height: 16px;
    margin-top: 3px;
  }
  .block_4 {
    float: left;
    background-color: rgba(44, 179, 100, 1);
    width: 3px;
    height: 16px;
    line-height: 16px;
    margin: 4px 0 0 30px;
    margin-top: 25px;
  }
 .main-div {
    height: 450px;
    writing-mode: vertical-lr;
    margin-right: 3rem !important;
  }
  .product-item {
    width: 15rem;
    height: 50px !important;
    display: inline-block !important;
    writing-mode: horizontal-tb;
    padding:2rem !important;
  }
  .nav_dbdh{
    float: left;
    min-height: 710px;
  }
  .text-wrapper_15{
    width: 100%;
    margin-left: 15px;
    display: inline-block;
    background: #FFFFFF;
  }
.item-container{
    max-width: 1300px;
    position: absolute;
    left:436px;
    top:10px;
}
.shuzhixian_1{
  width:40px;
  display:inline-block;
  height:533px;
  opacity: 0.14;
  border-right: 1px solid #979797;
  margin-top: 15px;
}

