@media (min-width: 1400px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}
.container2 {
  width: 1200px;
  margin: 0 auto;
}

.header {
  padding: 20px 0;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .name {
  color: #008b36;
  line-height: 20px;
  text-align: center;
}
.header .logo .name h6 {
  font-size: 24px;
}
.header .logo .name p {
  font-size: 12px;
  letter-spacing: 1px;
}
.header .menu li {
  margin-right: 40px;
}
.header .menu li:last-child {
  margin-right: 0;
}
.header .menu li.active a, .header .menu li:hover a {
  color: #008b36;
}
.header .menu a {
  font-size: 16px;
  color: #757575;
}
.header .yuyan {
  margin-left: 25px;
  margin-top: -4px;
  display: flex;
  align-items: center;
}
.header .yuyan > div, .header .yuyan > a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
}
.header .yuyan .en {
  background: #ff8100;
  margin-right: 20px;
}
.header .yuyan .search {
  background: #0089e4;
}
.header .fr {
  margin-top: 22px;
  display: flex;
  align-items: center;
}

#search {
  display: none;
  position: absolute;
  right: 0;
  bottom: -11px;
}
#search:after {
  content: '';
  display: inline-block;
  background: url("../images/header_search.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

#search .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #0089e4;
  border-radius: 0;
  width: 42px;
  height: 24px;
}

#search #keyword {
  border: none;
  padding-left: 13px;
  height: 25px;
  border-radius: 0px;
  border: 1px solid #d0d0d0;
}

/*foot*/
.foot {
  background: #f0f0f0;
  padding: 60px 0;
}
.foot .foot_logo {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: -128px;
}
.foot .menu_list .menu.fl {
  padding-left: 20px;
}
.foot .menu_list .menu.fl ul {
  float: right;
  margin-right: 150px;
}
.foot .menu_list .menu.fr {
  padding-right: 20px;
}
.foot .menu_list .menu.fr ul {
  float: left;
  margin-left: 150px;
}
.foot .menu_list .menu {
  width: 50%;
  background: white;
  padding: 12px;
}
.foot .menu_list .menu ul li:nth-child(2):before, .foot .menu_list .menu ul li:nth-child(2):after {
  display: inline-block;
  content: '/';
  color: #9a9a9a;
  font-size: 20px;
  margin: 0 35px;
}
.foot .menu_list .menu ul li a {
  color: #9a9a9a;
  font-size: 18px;
}
.foot .bottom {
  margin-top: 40px;
}
.foot .bottom .lf_message {
  margin-left: 0px;
}
.foot .bottom .lf_message .name {
  margin-bottom: 10px;
  color: #4c4c4c;
  line-height: 20px;
}
.foot .bottom .lf_message .name h6 {
  font-size: 20px;
  line-height:1.5;
}
.foot .bottom .lf_message .name p {
  font-size: 12px;
}
.foot .bottom .lf_message .list {
  color: #a3a3a3;
  font-size: 14px;
}
.foot .bottom .lf_message .list li {
  float: none;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.foot .bottom .lf_message .list li:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  /*background: #008b36;*/
  margin-right: 5px;*/
  border-radius: 100%;
  display:none;
}
.foot .bottom .rt_message {
 
}
.foot .bottom .rt_message > ul > li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a3a3a3;
}
.foot .bottom .rt_message > ul > li:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  background: #008b36;
  margin-right: 5px;
  border-radius: 100%;
}
.foot .bottom .rt_message > ul > li:nth-child(2):before {
  position: relative;
  top: 8px;
}
.foot .bottom .rt_message > ul > li:last-child {
  display: block;
}
.foot .bottom .rt_message > ul > li a {
  color: #a3a3a3 !important;
}
.foot .bottom .rt_message > ul > li ul {
  flex: 1;
}
.foot .bottom .rt_message > ul > li ul li {
  margin-right: 20px;
}
.foot .bottom .rt_message > ul > li ul li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .container2 {
    width: 100%;
  }

  .foot .foot_logo {
    display: none;
  }

  .foot .menu_list .menu {
    display: none;
  }

  .foot .bottom .rt_message {
    display: none;
  }

  .foot .bottom {
    margin-top: 0;
  }

  .foot {
    padding: 28px 0;
  }

  .foot .bottom .lf_message {
    width: 100%;
    margin-left: 0px;
  }

  .foot .bottom .lf_message .name {
    text-align: center;
  }

  .foot .bottom .lf_message .list li {
    justify-content: center;
  }

  .foot .bottom .lf_message .list li:before {
    display: none;
  }

  .foot .bottom .lf_message .name h6 {
    font-size: 16px;
  }

  .foot .bottom .lf_message .list li {
    line-height: 26px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
