* {
  margin: 0;
  padding: 0; }

ul, li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

img {
  max-width: 100%; }

body, html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

.container {
  width: 1500px;
  padding: 0; }

.headertop {
  background-color: #8FBC21;
  padding: 5px 0 6px; }
  .headertop a {
    font-size: 12px;
    font-family: Lato;
    color: white;
    line-height: 24px; }

.header {
  z-index: 33333;
  width: 100%;
  box-shadow: 0px 2px 3px 0px rgba(34, 31, 31, 0.2);
  background: #fff; }

.hea {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s; }

.heaDown {
  top: -145px; }

.heaUp {
  top: 0; }

.heakon {
  height: 135px; }

.headertop_lf a {
  margin-right: 10px; }

.headertop_rt b {
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #fff;
  margin: 0 25px;
  vertical-align: middle;
  opacity: 0.3; }

.logo {
  width: 161px; }

.headercnt {
  padding: 35px 0 31px; }

.headera_box {
  margin-top: 10px; }
  .headera_box li {
    float: left;
    margin-left: 40px;
    font-size: 14px;
    font-family: Lato;
    font-weight: bold;
    line-height: 24px; }
    .headera_box li a {
      color: #212121; }

.footer {
  position: relative;
  z-index: 2;
  background: #202020;
  padding-top: 106px;
  padding-bottom: 170px; }

.footerbox {
  width: 21.6%;
  margin-right: 4%;
  float: left; }

.r {
  float: right; }

.l {
  float: left; }

.footerboxa {
  margin-right: 0; }

.footer select {
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  color: #bdbdbd;
  font-size: 16px; }

.footer .title {
  font-size: 24px;
  line-height: 1;
  font-family: Lato;
  font-weight: bold;
  color: #BDBDBD;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-left: 25px; }

.footer .title .right-arrow {
  position: absolute;
  display: inline-block;
  border: 4px solid #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(-45deg);
  margin-left: 5px;
  margin-top: 5px;
  width: 15px;
  height: 15px; }

.footer .title1 {
  padding-left: 0; }

.footer .footer-list {
  margin-bottom: 0;
  padding-left: 30px; }

.footer .footer-list li {
  margin-bottom: 15px; }

.footer .footer-list .footer-link {
  font-size: 16px;
  line-height: 1;
  font-family: Lato;
  color: #BDBDBD;
  margin-bottom: 0; }

.footer .footer-list .social-wrap {
  font-size: 0; }

.footer .footer-list .social-wrap li {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px; }
  .footer .footer-list .social-wrap li a {
    font-size: 28px;
    color: #BDBDBD;
    line-height: 26px; }
    .footer .footer-list .social-wrap li a:hover {
      color: #8FBC21; }
.alil{display:none;}
.footer .footer-list .social-wrap li a:hover .ali{display: none;}
.footer .footer-list .social-wrap li a:hover .alil{display: inline-block;}
.footer .footer-list .social-wrap li img {
  margin-right: 15px; }

.footer .footer-list1 {
  padding-left: 0; }

.footer .info-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer .info-row .info {
  font-size: 16px;
  line-height: 99px;
  font-family: Lato;
  color: #BDBDBD;
  margin-bottom: 0; }

.footer .info-row .privacy {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff; }

.footer .info-row .td {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 25px 0 15px;
  width: 140px; }

.footer .info-row .td img {
  margin-bottom: 15px; }

.footer .info-row .td .text-foo {
  font-size: 16px;
  line-height: 1;
  font-family: Lato;
  font-weight: bold;
  color: #BDBDBD;
  margin-bottom: 0; }

.pcmenu {
  cursor: pointer;
  position: relative;
  z-index: 666;
  display: none; }
  .pcmenu span {
    width: 30px;
    height: 2px;
    background: #757575;
    border-radius: 1px;
    display: block;
    transition: -webkit-transform 0.5s,  width 0.3s;
    transition: transform 0.5s, width 0.3s; }
  .pcmenu > span:nth-child(2) {
    margin: 7px 0; }
  .pcmenu:hover span:nth-child(2) {
    width: 24px;
    transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
    transition: transform 0.5s, background 0.5s, width 0.3s; }

.actived > span:nth-child(1) {
  -webkit-transform: translateX(-12px) rotate(-45deg) translateY(12px);
  -ms-transform: translateX(-12px) rotate(-45deg) translateY(12px);
  transform: translateX(-12px) rotate(-45deg) translateY(12px);
  transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
  transition: transform 0.5s, background 0.5s, width 0.3s; }
.actived > span:nth-child(2) {
  opacity: 0; }
.actived > span:nth-child(3) {
  -webkit-transform: translateX(-12px) rotate(45deg) translateY(-12px);
  -ms-transform: translateX(-12px) rotate(45deg) translateY(-12px);
  transform: translateX(-12px) rotate(45deg) translateY(-12px);
  transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
  transition: transform 0.5s, background 0.5s, width 0.3s; }

.header_box {
  position: absolute;
  height: calc(100vh - 90px);
  right: 0;
  top: 100%;
  transform: translate(460px, 0px);
  overflow-y: auto;
  transition-delay: 0s;
  width: 460px;
  background-color: #f5f5f5;
  z-index: 9999;
  transition: z-index .3s, right .5s,transform .5s; }

.hdbox_tit ul {
  margin-bottom: 0; }
.hdbox_tit li {
  position: relative; }
  .hdbox_tit li a {
    display: block;
    color: #333;
    margin: auto;
    width: 100%;
    font-size: 20px;
    font-family: Oswald;
    font-weight: bold;
    line-height: 51px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 50px;
    text-transform: uppercase; }
  .hdbox_tit li span {
    font-weight: 400;
    line-height: 50px;
    display: block;
    font-size: 18px;
    position: absolute;
    z-index: 123;
    top: 0;
    right: 50px;
    transition: all .4s; }
.hdbox_tit > ul > li > a:hover {
  color: #8FBC21;
  text-decoration: none; }
.hdbox_tit > ul > li:hover span {
  color: #8FBC21; }
.hdbox_tit ul.myulaa {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none; }
  .hdbox_tit ul.myulaa li a {
    font-size: 16px;
    border: none;
    line-height: 32px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Rubik; }
    .hdbox_tit ul.myulaa li a:hover {
      color: #8FBC21; }
.hdbox_tit .activeul {
  color: #8FBC21; }
.hdbox_tit .activespan {
  color: #8FBC21;
  transform: rotate(45deg);
  transition: all .4s; }

.activea .header_box {
  transform: translate(0px, 0px);
  transition: z-index .3s,transform .5s; }

.headera {
  position: relative; }

.lang {
  padding: 0 50px; }
  .lang .langbox {
    width: 100%;
    margin: auto;
    text-align: left; }
    .lang .langbox a {
      font-size: 18px;
      color: #999;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      line-height: 50px;
      display: inline-block;
      margin-right: 4px; }
      .lang .langbox a:hover {
        color: #8FBC21;
        text-decoration: none; }

.btmline {
  background-color: black;
  opacity: 0.102;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px; }

.header_search_box {
  position: fixed;
  z-index: 9999999;
  display: none;
  top: 136px;
  left: 0;
  text-align: center;
  height: 0;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc; }

.header_search_box .black-overlay {
  height: 800px;
  background-color: #000;
  opacity: .7;
  width: 100%; }

.header_search_box_width {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding-bottom: 130px;
  padding-top: 180px;
  position: relative; }

.search_box .search, .search_box .submit_btn {
  float: left; }

.search_box .search {
  height: 48px;
  border-bottom: 1px solid #333;
  width: 636px;
  overflow: hidden; }

.search_box .search .icon {
  font-size: 24px;
  float: left;
  line-height: 48px;
  text-align: center;
  width: 48px;
  color: grey; }

.search_box .search .icon::before {
  vertical-align: middle; }

.search_box .search input {
  float: left;
  width: calc(100% - 54px);
  font-size: 18px;
  height: 100%;
  border: none;
  outline: inherit; }

.search_box .submit_btn {
  width: 128px;
  height: 48px;
  border-radius: 4px;
  background: #212121;
  color: #ededed;
  margin-left: 18px;
  outline: inherit;
  border: none;
  font-size: 16px; }

.quick_links_box {
  text-align: center; }

.quick_links_tit {
  color: #ccc;
  font-size: 16px;
  margin-top: 30px;
  text-transform: uppercase; }

.quick_links_box {
  display: inline-block;
  width: 540px;
  text-align: center; }

.quick_links_box a {
  padding: 0 22px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 16px 0;
  color: #969696;
  line-height: 40px; }

.close_search {
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: table; }

.close_search div {
  height: 60px;
  display: table-cell;
  vertical-align: middle; }

.close_search i {
  font-size: 20px;
  color: #8d8d8d; }

.close_search p {
  font-size: 16px;
  margin: 0;
  color: #c4c4c4; }

#close_state_box {
  bottom: 8px; }

@media screen and (max-width: 1520px) and (min-width: 1400px) {
  .container {
    width: 1370px; } }
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .container {
    width: 1170px; }

  .header_box li {
    margin-left: 30px; }

  .footer {
    padding-top: 90px;
    padding-bottom: 110px; } }
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .container {
    width: 970px; }

  .logo {
    width: 150px; }

  .headera_box li {
    margin-left: 15px; }

  .headera_box li:nth-child(1) {
    margin-left: 0; }

  .footer {
    padding-top: 70px;
    padding-bottom: 90px; }

  .header_box {
    margin-top: 5px; }

  .headercnt {
    padding: 30px 0 26px; }

  .footerbox {
    width: 22.7%;
    margin-right: 3%; }

  .footer .title {
    font-size: 20px; }

  .footer .title .right-arrow {
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent; }

  .footer .info-row .td {
    padding: 20px 0 10px;
    width: 130px; }

  .footer .info-row .info {
    line-height: 89px; }

  .footerboxa {
    margin-right: 0; }

  .heakon {
    height: 125px; }

  .header_search_box {
    top: 126px; } }
@media screen and (max-width: 999px) and (min-width: 768px) {
  .container {
    width: 750px; }

  .headera_box, .headertop {
    display: none; }

  .pcmenu {
    display: block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 30px; }

  .headercnt {
    padding: 25px 0 20px; }

  .logo {
    margin-left: 30px; }

  .footer .footer-list1 {
    padding-left: 25px; }

  .footer {
    padding-top: 30px;
    padding-bottom: 70px; }

  .footerbox {
    width: 46.7%;
    margin-right: 6%;
    margin-top: 20px; }

  .footerbox:nth-child(2) {
    margin-right: 0; }

  .footer .title {
    font-size: 20px; }

  .footer .title .right-arrow {
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent; }

  .footer .info-row .td {
    padding: 20px 0 10px;
    width: 130px; }

  .footer .info-row .info {
    line-height: 89px; }

  .footerboxa {
    margin-right: 0; }

  .footer .title1 {
    padding-left: 25px; }

  #search_form_phonea {
    padding: 15px 0px 15px 50px;
    font-size: 0; }
    #search_form_phonea input[type="text"] {
      width: 70%;
      padding: 10px;
      font-size: 16px;
      color: black;
      border: 1px solid #8FBC21;
      outline: none;
      vertical-align: top; }
    #search_form_phonea input[type="submit"] {
      border: none;
      background-color: #8FBC21;
      color: white;
      font-size: 18px;
      padding: 9.5px 15px;
      vertical-align: top; }

  .heakon {
    height: 76px; }

  .header_search_box {
    top: 76px; }

  .search_box {
    overflow: hidden;
    display: inline-block;
    width: 90%; }

  .search_box .search {
    width: 70%;
    height: 36px; }

  .search_box .search .icon {
    line-height: 36px;
    font-size: 20px;
    width: 40px; }

  .search_box .search input {
    font-size: 14px; }

  .search_box .submit_btn {
    width: 26%;
    height: 36px;
    margin-left: 10px; }

  .quick_links_box {
    width: 100%; }

  .quick_links_box a {
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    line-height: 34px; }

  .header_search_box_width {
    padding-top: 30px; } }
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  #search_form_phonea {
    padding: 15px 25px;
    font-size: 0; }
    #search_form_phonea input[type="text"] {
      width: 68%;
      padding: 10px;
      font-size: 16px;
      color: black;
      border: 1px solid #8FBC21;
      outline: none;
      vertical-align: top; }
    #search_form_phonea input[type="submit"] {
      border: none;
      background-color: #8FBC21;
      color: white;
      font-size: 18px;
      padding: 9.5px 15px;
      vertical-align: top; }

  .header_box {
    width: 100%;
    transform: translate(766px, 0px); }

  .hdbox_tit li a {
    font-size: 16px;
    line-height: 44px;
    padding: 0 25px;
    text-transform: uppercase; }

  .hdbox_tit li span {
    line-height: 44px;
    font-size: 16px;
    right: 25px; }

  .lang {
    padding: 0 25px; }

  .header_box {
    height: calc(100vh - 60px); }

  .pcmenu {
    display: block;
    margin-top: 3px;
    margin-bottom: 0; }

  .headercnt {
    padding: 20px 0 15px; }

  .logo {
    width: 130px; }

  .headera_box, .headertop {
    display: none; }

  .footerbox {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-top: 30px; }

  .footer {
    padding-top: 20px;
    padding-bottom: 60px; }

  .footer .info-row .td {
    display: none; }

  .footer .info-row .info {
    line-height: 46px; }

  .footer .title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 20px; }

  .footer .title1 {
    padding-left: 20px; }

  .footer .footer-list1 {
    padding-left: 30px; }

  .footer .title .right-arrow {
    border: 2px solid #fff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    width: 11px;
    height: 11px; }

  .footer .footer-list li {
    margin-bottom: 10px; }

  .footer .footer-list .footer-link {
    font-size: 15px; }

  .heakon {
    height: 60px; }

  .header_search_box {
    top: 60px; }

  .search_box {
    overflow: hidden;
    display: inline-block;
    width: 90%; }

  .search_box .search {
    width: 70%;
    height: 36px; }

  .search_box .search .icon {
    line-height: 36px;
    font-size: 20px;
    width: 40px; }

  .search_box .search input {
    font-size: 14px; }

  .search_box .submit_btn {
    width: 26%;
    height: 36px;
    margin-left: 10px; }

  .quick_links_box {
    width: 100%; }

  .quick_links_box a {
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    line-height: 34px; }

  .header_search_box_width {
    padding-top: 30px; } }

/*# sourceMappingURL=common.css.map */
