/*menu style*/
@media screen and (max-width: 1000px) {
/*product*/ 
.iproduct .ipbox .listbox .list:not(:nth-child(3n)) {
  margin-right: 0%;
}
  .iproduct .ipbox .listbox .list {
    width: 45.8%;
    position: relative;
    margin-bottom: 85px;
}
.iproduct .ipbox .listbox .list:not(:nth-child(2n)) {
  margin-right: 8.4%;
}
.iaboutmain {
  padding: 0 20px;
}
}

@media screen and (max-width:768px) {
  header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 72px;
  }
div.mainbox {
    width: 100%;
    margin-left: 0px;
}
  /*logo*/
.hlogo {
    padding: 4px 0;
    height: 72px;
}
header .hlogo img {
    width: 90px;
}
header .navbox {
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 72px);
    padding-bottom: 0px;
    height: auto;
}
.lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 1;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 28px;
}
 /*hanburger icon*/
  .menu-trigger {
   display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 20px;
 }
.bar, .bar:after, .bar:before {
   width: 35px;
   height: 5px;
   border-radius: 25px;
 }
 .bar {
   position: relative;
   -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
           transform: translateY(25px);
   background: #fff;
   -webkit-transition: all 0ms 300ms;
   -moz-transition: all 0ms 300ms;
   transition: all 0ms 300ms;
  top: -10px;
   left: 0px;
 }
 .bar.animate {
   background: rgba(255, 255, 255,0);
 }
 .bar:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 10px;
   background: #fff;
   -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar:after {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   background: #fff;
   -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar.animate:after {
   top: 0;
   -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
           transform: rotate(45deg);
   -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar.animate:before {
   bottom: 0;
   -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
           transform: rotate(-45deg);
   -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }


  /*menu*/
  nav {display: none;background-color: #8EC220;}
  nav > div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .subBtn {position: relative;}
  .subBtn a {display: block;width: 100%;}
  .menu_btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:0; 
  }
  .menu_btn:hover .subBtn {display: none;}
header .hnav .mul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 0;
  padding-top: 8px;
}
header .hnav .mul > li {
    width: 100%;
    cursor: pointer;
    padding: 0;
}
.hnav .mli > a {
    color: #231815;
    font-size: 15.5px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.hnav .mli > a:hover{
  background-color: transparent;
}
header .hnav .mul li a > b {
  letter-spacing: 0px; 
}
header .hnav .mul li a > b img{
  -webkit-filter:invert(1);
  filter:invert(1);
}
.hnav .mli span{
  content: "";
    width: 18px;
    height: 20px;
    top: 4px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
.hnav .mli.has_sub_btn span{
  background-image: url('../images/website_image/menu_icon.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.hnav .mli.has_sub_btn.t span{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hnav .mli .sul {
    position: relative;
    background-color: #00ADEF;
    padding: 2px 0;
    left: 0;
}
.hnav .mli:hover .sul {
  display: none; 
}
.hnav .sli a {
    color: #fff;
    font-size: 15.5px;
    padding: 6px 0px;
    letter-spacing: 0;
}
.hnav .sli a:hover{
color: #000;
}

  /*banner*/
.bannerbox {
    margin: 72px auto 0;
}
#banner_control img {
    width: 17px;
}
#banner_control {
    bottom: 6px;
}
  /*more*/
.more {
    text-align: center;
}

/*page*/
.page ul li {
    margin: 0 2px;
}
.page {
    font-size: 14px;
}
.page ul li a {
    min-width: 18px;
    min-height: 18px;
}
/*title*/
.title {
  background-size: auto 92px;
    height: 92px;
}
.title > div > .title_txt {
    width: 156px;
}
.title > div > .title_img {
    height: 46px;
    padding: 15px 0 0 103px;
}
.title > div > .title_img img {
    max-width: 37px;
    max-height: 28px;
}
.title > div > div span {
    font-size: 12px;
    margin-left: 10px;
}
.title > div > div b {
    font-size: 18px;
}

  /*footer*/
.foot_left {
    padding: 18px 0 10px;
}
.foot_logo {
    width: 100%;
    padding: 0 0 12px;
}
.foot_txt {
    width: auto;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
}
.foot_txt > span{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.foot_txt a:last-child{
  display: block;
  margin-left: 50px;
}
.foot_bottom {
    padding: 3px 12px;
}
address, address a{
  letter-spacing: 0px;
}

  /*index*/
    /*about*/
.iaboutmain {
  padding: 0 11px;
}
.iaboutmain .iabout_txt .about_title {
    font-size: 1.15em;
    letter-spacing: 0px;
}
.iaboutmain .iabout_txt .about_title::before {
    left: 0px;
    height: 1px;
    bottom: -3px;
}
.iaboutmain .iabout_txt .about_txt_bud ul li::before {
    margin-right: 20px;
}
.iaboutmain .iabout_txt .about_txt_bud ul li {
    padding: 2px 0 2px 27px;
    text-indent: -27px;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.iaboutmain .iabout_txt .about_txt_bud {
    margin-bottom: 33px;
}
.iaboutmain .iabout_txt {
    font-size: 15px;
    width: 100%;
    padding: 21px 0 31px;
}
.iaboutmain .iabout_txt .about_com_1 span {
    width: 85px;
    height: 27px;
    margin: 7px 0;
    letter-spacing: 0px;
}
.iaboutmain .iabout_txt .about_com_3 span {
    width: 85px;
    height: 27px;
    margin: 7px 5px;
    letter-spacing: 0px;
}
.iaboutmain .iabout_txt .about_company {
    font-size: 14px;
}
.iaboutmain .iabout_txt .about_com_1.about_right {
    margin-left: 170px;
}
.iaboutmain .iabout_txt .about_com_1:nth-child(1) span::before{
  height: 46px;
  top: 32px;
  left: 42px;
}
.iaboutmain .iabout_txt .about_com_1.about_right span::before {
    width: 38px;
    top: 14px;
    left: -42px;
}
.iaboutmain .iabout_txt .about_com_3box::before {
    width: calc(100% - 10px);
    left: 5px;
    top: -4px;
}
.iaboutmain .iabout_txt .about_com_3box::after {
    height: 12px;
    top: -10px;
}
.iaboutmain .iabout_txt .about_com_3box {
    margin-top: 7px;
}

/*product*/
.iproduct_box {
    padding: 0;
}
.ipbox {
    width: 100%;
}
.ipbox_top {
    margin-top: 0px;
}
.ipbox_left {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}
.ipbox_right {
    width: 100%;
    padding: 25px 35px;
}
.ipbox_list{
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    transform-origin: center;
    vertical-align: top;
    cursor: pointer;
    padding: 0 10px;
}
.ipbox_list > img{
    width: 10px;
    position: relative;
    margin-bottom: 3px;
}
.ipbox_left #ipul a {
    width: 100%;
    letter-spacing: 0px;
}
.ipbox_list.s{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ipbox_left .ititle > div {
    border-bottom: 0;
}
.ipbox_left #ipul {
    display: none;
    width: 100%;
    border-top: 3px solid #8FC320;
    border-right: 3px solid #8FC320;
    border-bottom: 3px solid #8FC320;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.ipbox_left::before {
    content: "";
    background-color: #fff;
    bottom: -6px;
    left: 0px;
    width: 20px;
    height: 15px;
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.ipbox_left #ipul::before {
    content: "";
    background-color: #8FC320;
    bottom: -6px;
    left: 15px;
    width: 8.5px;
    height: 8.5px;
    position: absolute;
    display: inline-block;
    border-radius: 25px;
    z-index: 5;
}
.ipbox_left .ititle > div::before {
    display: none;
}
.ipbox_left .sul {
    margin-left: 0px;
}
.iproduct .ipbox .listbox .list:last-child {
    margin-bottom: 36px;
}
.iproduct .ipbox .listbox .list .ipname {
    font-size: 15px;
    letter-spacing: 0px;
}
.iproduct .ipbox .listbox .list {
    margin-bottom: 48px;
}
.ipbox_bottom {
    text-align: center;
    margin: 0px 0 0;
}
.ipbox_bottom .more {
    text-align: center;
    margin: 0px 0px 44px;
}
/*produc-end*/
/*news*/
.inews_main_out {
    width: 100%;
}
.inews_box {
  padding: 0;
}
.inews_top {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.page_news .date {
    width: 100px;
}
.page_news .date span {
    font-size: 14px;
}
.inews_top .date > div > span {
    font-size: 15px;
}
.inews_bottom {
    width: 100%;
    padding-left: 0px;
}
.inews_main a {
    font-size: 14px;
}
.inews_bottom .name {
  font-size: 16px;
  margin: 5px 0;
}
.inews_bottom .txt {
    -webkit-line-clamp: 5;
}
.inews_main {
    padding: 15px 20px;
}
/*news-end*/
}
@media screen and (max-width:568px) {
address span{
  display: block;
}
address{
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
}

@media screen and (max-width:468px) {
  .iproduct .ipbox .listbox .list {
    width: 100%;
}
.iproduct .ipbox .listbox .list:not(:nth-child(2n)) {
  margin-right: 0%;
}
.iaboutmain::before {
    height: 85%;
}
}
