.header {
  width: 100%;
  /* height: 116px; */
  /* border-bottom: #e5e5e5 1px solid; */
}

.head-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-btn:hover {
  background: #63c304;
}
.main-menu {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}

.head-box-con-s {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
}

.head-top-nav-box-bg {
  width: 100%;
  height: 36px;
}

.head-top-nav-box {
  width: 100%;
  background: #292929;
  height: 36px;
  line-height: 30px;
  min-width: 1200px;
}

.head-top-nav {
  width: 1200px;
  margin: 0 auto;
}

.head-top-nav a:hover {
  color: #66cc00;
}

.head-top-nav-list {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 36px;
  display: block;
  margin-right: 20px;
  float: left;
}

.head-top-nav-list:first-child {
  margin-left: 0px;
}

.head-top-nav-list-ck,
.head-top-nav-list-ck:hover {
  color: #66cc00 !important;
}

.head-top-nav-login {
  float: right;
}

.head-top-nav-login-btn,
.head-top-nav-login-btn:hover {
  font-size: 12px;
  color: #66cc00 !important;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  margin: 0 3px;
}

.header-con-bg {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  min-width: 1200px;
}
.white-header-con-bg {
  background: #fff;
  border-bottom: #e5e5e5 1px solid;
}
.white-header-con-bg .header-nav span {
  color: #212121;
}
.white-header-con-bg .header-nav-ck span {
  color: #66cc00;
}
.white-header-con-bg .header-nav-ck span {
  border-bottom: 2px solid #66cc00;
}

.header-con {
  width: 1200px;
  padding: 10px 0;
  box-sizing: border-box;
  position: absolute;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-con img {
  float: left;
  margin-right: 10px;
  width: 146px;
  height: 60px;
}

.header-btn {
  border-radius: 2px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  text-align: center;
  height: 36px;
  padding: 6px 16px;
  background: #66cd00;
  color: #ffffff;
  box-sizing: border-box;
}

.header-btn-login {
  background: #66cc00;
  color: white;
}

.header-btn-signup {
  background: white;
  color: #66cc00;
}

/*.header-btn-login:hover {*/
/*    background: #63c304;*/
/*    text-decoration: none;*/
/*}*/
/*.header-btn-signup:hover {*/
/*    background: #66CC00;*/
/*    color: white;*/
/*}*/

.header-login {
  font-size: 16px;
  color: #212121;
  line-height: 20px;
  font-weight: bold;
  margin: 20px 0;
  float: right;
  font-style: italic;
}

.foot-box {
  width: 100%;
  background: #292929;
  float: left;
  min-width: 1200px;
  border-top: rgba(255, 255, 255, 0.05) 1px solid;
}

.header-nav {
  float: left;
  position: relative;
  margin-right: 8px;
  height: 100%;
  box-sizing: border-box;
}
.header-nav span {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  margin: 0 12px;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header-nav-list {
  width: 100%;
  position: absolute;
  height: 100px;
  top: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-nav-point {
  background: url("../images/head/nav_child.png") no-repeat;
  width: 6px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.header-nav-ck .header-nav-point {
  background: url("../images/head/nav_child2.png") no-repeat;
  width: 6px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/*.header-nav-point {*/
/*background: url("../images/head/nav_child.png") no-repeat;*/
/*}*/

.header-nav-list-ani {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.header-nav-list-shadow {
  height: 50px;
  position: absolute;
  top: -50px;
  width: 100%;
  left: 0px;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  background: #fff;
}

.header-nav-list-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100%;
}

.header-nav-list-box a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 17px;
  /*padding-top: 45px;*/
}

.header-nav-list-box a:before {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  background-size: auto 40px;
  margin-bottom: 5px;
  background-image: url("../images/grey.png");
  background-repeat: no-repeat;
}

.header-nav-list-box .market:before {
  background-position: -320px 0;
}

.header-nav-list-box .chemical:before {
  background-position: 0px 0;
}

.header-nav-list-box .food:before {
  background-position: -80px 0;
}

.header-nav-list-box .cosmetic:before {
  background-position: -160px 0;
}

.header-nav-list-box .agrochemical:before {
  background-position: -240px 0;
}

.header-nav-list-box .japan:before {
  background-position: -400px 0;
}

.header-nav-list-box .baipharm:before {
  background-position: -480px 0;
}

.header-nav-list-box .sustainability:before {
  background-position: -560px 0;
}

.header-nav-list-box a img {
  margin-right: 5px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  flex: none;
}

.header-nav-list-box a:hover {
  background-color: #f7f7f7;
  color: #212121;
}

.header-nav-list-box a:hover:before {
  background-image: url("../images/dark.png");
}

.header-nav-ck span {
  border-bottom: 2px solid #fff;
}

.header-nav-ch:hover .header-nav-ch-box {
  display: block;
}

.header-nav-ch-box {
  position: absolute;
  background: #fff;
  top: 100%;
  display: none;
  box-shadow: inset 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  z-index: 1000;
  width: 100%;
  height: 100px;
}

.header-nav-ch-box a {
  width: 150px;
  line-height: 40px;
  font-size: 16px;
  color: #212121;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: lighter;
}

.header-nav-ch-box a:hover {
  background: #66cc00;
  color: #fff;
}

.header-nav:hover span {
  /* color: #66cc00; */
  border-bottom: 2px solid transparent;
}

.foot-main {
  width: 1200px;
  margin: 0 auto;
}

.foot-main-ss {
  width: 100%;
  padding: 50px 0 40px 0;
  float: left;
  min-width: 1200px;
}

.foot-logo {
  width: 200px;
  margin: 60px 0 0 0;
  display: block;
  float: left;
}

.foot-conbox {
  width: 930px;
  margin: 60px 0 60px 50px;
  float: left;
}

.foot-cb-txt {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  float: left;
  padding: 15px 0;
}

.foot-cb-list-left {
  width: 50%;
  margin: 40px 0 0 0;
  float: left;
}

.foot-cb-list-left-tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  width: 300px;
  border-bottom: #fff 1px solid;
}

.foot-cb-list-left-list {
  margin: 10px 0 0 0;
}

.foot-cb-list-left-list li {
  padding: 0 0 0 20px;
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 105px;
}

.foot-cb-list-left-list li:nth-child(3n-1) {
  width: 125px;
}

.foot-cb-list-left-list li:nth-child(3n) {
  width: 175px;
}

.foot-cb-list-left-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 14px;
  left: 0px;
  border: #66cc00 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
}

.foot-cb-list-left-list li a {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.foot-cb-list-right-list {
  margin: 10px 0 0 0;
}

.foot-cb-list-right-list li {
  width: 300px;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.foot-cb-list-right-btnbox {
  width: 300px;
}

.foot-cb-list-right-btn {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

.foot-cb-list-right-btn-YouTube {
  background: url("../images/head/icon_3.png");
}

.foot-cb-list-right-btn-Facebook {
  background: url("../images/head/icon_1.png");
}

.foot-cb-list-right-btn-twitter {
  background: url("../images/head/icon_5.png");
}

.foot-cb-list-right-btn-Rss {
  background-image: url("../images/head/css_sprites_icon2.png");
  background-size: 30px 75px;
  background-position: -0px -45px;
  background-repeat: no-repeat;
}

.foot-cb-list-right-btn-LinkedIn {
  background: url("../images/head/icon_7.png");
}

.foot-cb-list-right-btn-YouTube:hover {
  background: url("../images/head/icon_4.png");
}

.foot-cb-list-right-btn-Facebook:hover {
  background: url("../images/head/icon_2.png");
}

.foot-cb-list-right-btn-twitter:hover {
  background: url("../images/head/icon_6.png");
}

.foot-cb-list-right-btn-LinkedIn:hover {
  background: url("../images/head/icon_8.png");
}

.foot-cb-list-right-btn-Rss:hover {
  background-image: url("../images/head/css_sprites_icon2.png");
  background-size: 30px 75px;
  background-position: -0px -0px;
  background-repeat: no-repeat;
}

.foot-bttom-nav-box {
  width: 100%;
  border-top: #3a3a3a 1px solid;
  background: #292929;
  height: 60px;
  line-height: 60px;
  float: left;
}

.foot-bttom-nav {
  width: 1200px;
  margin: 0 auto;
}

.foot-bttom-nav-list {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  line-height: 60px;
  display: inline-block;
  margin: 0 10px;
}

.foot-bttom-nav-list:first-child {
  margin-left: 0px;
}

.foot-bttom-nav-list:hover {
  color: #666666;
}

.foot-bttom-nav-list-ck,
.foot-bttom-nav-list-ck:hover {
  color: #66cc00 !important;
}

.foot-bttom-nav-con {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  line-height: 60px;
  /*float: right;*/
}

.foot-bttom-nav-con a {
  margin: 0 0 0 30px;
  color: #666666;
}

.foot-bttom-nav-con a:hover {
  text-decoration: underline;
}

.scroll-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  background: url("../images/head/scroll_top.png");
  display: block;
  z-index: 100;
}

.foot-logo-box {
  width: 620px;
  float: left;
}

.foot-logo-s {
  width: 200px;
  display: block;
  float: left;
}

.foot-logo-s img {
  width: 145px;
  height: auto;
}

.foot-cb-txt-s {
  width: 450px;
  color: #cccccc;
  margin: 30px 0;
  float: left;
  line-height: 24px;
  font-size: 16px;
}

.foot-site-box {
  width: 280px;
  float: left;
}

.foot-site-box-tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  margin: 8px 0;
}

.foot-site-box-list {
  width: 100%;
}

.foot-site-box-list li {
  margin: 8px 0;
  float: left;
  width: 100%;
}

.foot-site-box-list li a {
  font-size: 14px;
  color: #cccccc !important;
  line-height: 18px;
}

.foot-site-box-list li a:hover {
  text-decoration: underline;
}

.foot-site-box-list-s {
  width: 100%;
}

.foot-site-box-list-s li {
  margin: 8px 0;
  float: left;
  font-size: 14px;
  color: #cccccc;
  line-height: 18px;
  width: 100%;
}

.head-search-right-li-btn {
  /* flex: 1; */
  text-align: center;
  font-size: 12px;
  color: #212121;
  line-height: 14px;
  /* position: absolute; */
  right: 0;
  /*font-weight: bold;*/
  margin: 10px 0 0 0;
  float: right;
}

.head-search-right-li-btn .iconfont-s {
  font-size: 26px;
  line-height: 31px;
}

/*新加入内容*/
.head-search-right-li-btn-login-window {
  position: absolute;
  z-index: 7000;
  right: 0px;
  display: none;
}

.head-search-right-li-btn-login-window-con {
  width: 220px;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  border: 1px solid #e5e5e5;
  background: #fff;
  min-height: 300px;
  margin-top: 5px;
  border-radius: 3px;
}

.head-search-right-li-btn-login-window-con-up-bg {
  width: 0;
  height: 0;
  border-bottom: 5px #e5e5e5 solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  position: absolute;
  top: 0px;
  z-index: 7001;
  right: 49px;
}

.head-search-right-li-btn-login-window-con-up {
  width: 0;
  height: 0;
  border-bottom: 5px #fff solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  position: absolute;
  top: 1px;
  z-index: 7002;
  right: 49px;
}

.head-search-right-li-btn-login-window-con-top {
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: #e5e5e5 1px solid;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 36px;
  color: #212121;
  font-style: italic;
  font-weight: bold;
}

.head-search-right-li-btn-login-window-con-list-tit {
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 12px 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #212121;
  display: block;
}

.head-search-right-li-btn-login-window-con-list-tit:hover {
  color: #66cc00;
}

.head-search-right-li-btn-login-window-con-list-tit .iconfont {
  font-size: 12px;
  float: right;
  line-height: 36px;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: inherit !important;
}

.head-search-right-li-btn-login-window-con-list-li {
  line-height: 36px;
  height: 36px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  float: left;
  color: #666666;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 30px;
}

.head-search-right-li-btn-login-window-con-list-li .iconfont {
  color: #cccccc;
  line-height: 36px;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.head-search-right-li-btn-login-window-con-list-li:hover {
  background: #66cc00;
  color: #fff;
}

.head-search-right-li-btn-login-window-con-list-li:hover .iconfont {
  color: inherit !important;
}

.head-search-right-li-btn-login-window-con-list-out {
  margin-top: 10px;
  border-top: #e5e5e5 1px solid;
  box-sizing: border-box;
  line-height: 36px;
  height: 36px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  color: #66cc00;
  font-size: 14px;
  font-weight: bold;
}

.head-search-right-li-btn-login-window-con-list-out:hover {
  text-decoration: underline;
}

/*新加入内容*/

.head-search-right-li-btn:hover .iconfont-s,
.head-search-right-li-btn:hover {
  color: #666;
}

.head-search-right-li-btn-is-message:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #e7222a;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: 3px;
  border: #fff 2px solid;
  box-sizing: border-box;
}

.head-site-icon {
  width: 50px;
  height: 50px;
}

.adv-window {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 10000;
  background: #ffd8ca;
  width: 180px;
  display: none;
}

.adv-window .adv-window-img-box {
  width: 100%;
}

.adv-window .adv-window-img {
  width: 100%;
  float: left;
}

.adv-window-close {
  position: absolute;
  right: 10px;
  top: -30px;
}

.foot-site-box-list-s-link {
  color: #cccccc;
}

.foot-site-box-list-s-link:hover {
  color: #cccccc;
  text-decoration: underline;
}
