html,
body {
  font-family: "OpenSans-Regular" !important;
}
html a,
body a {
  text-decoration: none;
}
html a:hover,
body a:hover {
  text-decoration: none;
  color: #8dc73e;
}
html h4,
body h4 {
  text-transform: none;
}
html ul,
body ul {
  padding-left: 0;
}
@media (min-width: 1220px) {
  .container {
    width: 1198px;
  }
}
#backtop {
  position: fixed;
  width: 54px;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "OpenSans-Regular";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center no-repeat;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #8dc73e url(../images/side_icon-w.png) center no-repeat;
}
@media (max-width: 768px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
}
#header .navbar {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#header .navbar .navbar-header {
  margin-top: 19px;
}
#header .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 0;
}
#header .navbar-nav > li {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}
/*#header .navbar-nav > li:last-child a {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  color: #707070;
  padding-right: 0px;
  padding-left: 15px;
}*/
#header .navbar-nav {
  margin-top: 0px;
  margin-right: -22px;
}
#header .navbar-text {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Comic Sans MS";
  font-size: 16px;
  color: #333;
  margin: 5px 0 0 8px;
}
#header .navbar-text span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
#header .navbar-text span.top {
  color: #8dc73e;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
#header .mobile-navbtn {
  display: none;
}
#header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
#header .dropdown-menu.open {
  display: block !important;
}
#header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
#header .dropdown-menu.multi a {
  font-size: 12px;
}
#header .nav > li > a {
  /*padding-left: 26px;
  padding-right: 26px;*/
  padding: 40px 15px 30px 15px;
  /*padding-bottom: 30px;
  padding-top: 40px;*/
  font-size: 14px;
}
#header .nav > li > a span {
  position: relative;
  padding-bottom: 10px;
}
#header .nav > li > a span:after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: -20%;
  height: 2px;
  width: 140%;
  background-color: #8dc73e;
  transition: opacity 0.3s;
}
#header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
#header .nav > li.active > a,
#header .nav > li:hover:not(.nohover) > a {
  color: #8dc73e;
  background-color: transparent;
}
@media (min-width: 768px) {
  #header .nav > li.active > a,
  #header .nav > li:hover:not(.nohover) > a {
    color: #8dc73e;
    transition: 0s;
    font-weight: bold;
  }
  #header .nav > li.active > a span:after,
  #header .nav > li:hover:not(.nohover) > a span:after {
    opacity: 1;
  }
  #header li.hasdrop:hover > .dropdown-menu {
    display: block !important;
    right: 0;
    left: 50%;
    margin-left: -80px;
  }
  #header .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  #header .header-top-sreach-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  #header .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  #header .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  #header .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/header/search.png) center center no-repeat;
  }
  #header .search-box:hover .header-top-sreach-box {
    display: block;
  }
  #header .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  /*#header .nav > li:last-child:before {
    content: "";
    position: absolute;
    background: #999999;
    font-size: 15px;
    top: 38px;
    left: 1px;
    width: 1px;
    height: 23px;
  }*/
}
@media (max-width: 1199px) and (min-width: 992px) {
  #header .navbar-text {
    font-size: 16px;
  }
  #header .navbar-nav > li {
    font-size: 15px;
  }
  #header .navbar-nav > li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #header .navbar-text {
    font-size: 14px;
    display: none;
  }
  #header .navbar-nav > li {
    font-size: 14px;
  }
  #header .navbar-nav > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header .header-top-sreach-box {
    right: -1px;
  }
}
@media (max-width: 767px) {
  #header .container {
    width: 100%;
  }
  #header .search-box {
    display: none;
  }
  #header .dropdown-menu {
    position: relative;
    width: 100%;
  }
  #header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
  #header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/header/jia.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.open {
    background: url(../images/header/jian.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.iconb {
    background: url(../images/header/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.iconb.open {
    background: url(../images/header/jian-b.png) center no-repeat;
    background-size: 100%;
  }
  #header .navbar {
    display: block;
    height: 60px;
  }
  #header .navbar .navbar-header {
    margin-top: 0;
  }
  #header .navbar-brand {
    width: 50px;
    margin: 5px 0 0 15px;
  }
  #header .navbar-brand img {
    width: 100%;
  }
  #header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
  #header .navbar-collapse {
    background: #333;
  }
  #header .nav > li > a {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
  }
  #header .navbar-nav {
    padding: 0 15px;
  }
  #header .dropdown-menu em i {
    color: #333;
  }
  #header .dropdown-menu.multi {
    position: static;
  }
  #header .dropdown-menu > li > a {
    position: relative;
  }
}
.home_content {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .home_content {
    padding-top: 60px;
  }
}
.section_one #banner_swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.section_one #banner_swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section_one #banner_swiper .swiper-wrapper .swiper-slide {
    height: 226px;
  }
}
@media (max-width: 375px) {
  .section_one #banner_swiper .swiper-wrapper .swiper-slide {
    height: 193px;
  }
}
.section_one #banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 5px !important;
  opacity: 1;
  background: transparent;
  transition: 0.3s;
  border-radius: 15px;
  position: relative;
}
.section_one #banner_swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  width: 8px;
  height: 8px;
  background: #666666;
  border-radius: 50px;
}
.section_one #banner_swiper .swiper-pagination .swiper-pagination-bullet:last-child:before {
  content: "";
}
.section_one #banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #8dc73e;
}
.section_one #banner_swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #8dc73e;
}
.section_two .search_box {
  display: flex;
  justify-content: space-between;
}
.section_two .search_box .left h4 {
  font-size: 14px;
  color: #333333;
  padding-top: 23px;
}
.section_two .search_box .left h4 span {
  color: #8dc73e;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
.section_two .search_box .left h4 a {
  color: #999999;
}
.section_two .search_box .left h4 a:hover {
  color: #8dc73e;
}
.section_two .search_box .right {
  padding-right: 30px;
}
.section_two .search_box .right .input_style {
  border: none;
  width: 219px;
  height: 40px;
  margin-top: 10px;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}
.section_two .search_box .right .input_style:focus {
  border-bottom: 1px solid #CCCCCC;
}
.section_two .search_box .right .input_style::-webkit-input-placeholder {
  font-size: 12px;
  color: #999999;
}
.section_two .search_box .right .input_style::-moz-placeholder {
  font-size: 12px;
  color: #999999;
}
.section_two .search_box .right .input_style:-moz-placeholder {
  font-size: 12px;
  color: #999999;
}
.section_two .search_box .right .input_style:-ms-input-placeholder {
  font-size: 12px;
  color: #999999;
}
.section_two .search_box .right > a {
  width: 20px;
  height: 20px;
  padding-top: 5px;
}
.section_two .search_box .right > a .search_submit {
  display: inline-block;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .section_two .search_box .left {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .section_two .search_box .left h4 {
    padding-top: 13px;
  }
}
@media (max-width: 664px) {
  .section_two .search_box {
    flex-direction: column-reverse;
  }
  .section_two .search_box .right {
    margin-top: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
  }
  .section_two .search_box .right .input_style {
    height: 40px;
  }
  .section_two .search_box .right > a {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .section_two .search_box .right .search_submit {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .section_two .search_box .left h4 {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
  }
}
.section_three {
  padding-top: 95px;
  background-image: url("../images/product/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section_three .section_title h4 {
  font-size: 32px;
  color: #404040;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 6px;
}
.section_three .section_title h4 a {
  color: #404040;
}
.section_three .section_title h4:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  left: calc(50% - 15px);
  bottom: -2px;
  background-color: #8dc73e;
}
.section_three .section_title p {
  color: #999999;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.section_three .section_content {
  padding-top: 60px;
  padding-bottom: 104px;
  position: relative;
}
.section_three .section_content .product_box .product_content {
  display: flex;
  background-image: url("../images/product/box_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 5px solid #FFFFFF;
  margin-right: -15px;
  margin-left: -15px;
  box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.4);
}
.section_three .section_content .product_box .product_content .left_box {
  flex: 0 0 24%;
  min-width: 24%;
  position: relative;
  padding-top: 169px;
}
.section_three .section_content .product_box .product_content .left_box > ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.section_three .section_content .product_box .product_content .left_box > ul > li {
  width: 100%;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 20px;
  transition: padding-right 0.3s;
}
.section_three .section_content .product_box .product_content .left_box > ul > li:hover,
.section_three .section_content .product_box .product_content .left_box > ul > li.active {
  padding-right: 0;
}
.section_three .section_content .product_box .product_content .left_box > ul > li:hover .tab_item,
.section_three .section_content .product_box .product_content .left_box > ul > li.active .tab_item {
  box-shadow: 0 10px 28px -4px #8dc73e;
}
.section_three .section_content .product_box .product_content .left_box > ul > li:hover .tab_item .after_box,
.section_three .section_content .product_box .product_content .left_box > ul > li.active .tab_item .after_box {
  opacity: 1;
}
.section_three .section_content .product_box .product_content .left_box > ul > li .tab_item {
  cursor: pointer;
  background-color: #8dc73e;
  width: 100%;
  position: relative;
  padding: 12px 0 12px 19px;
  transition: 0.3s;
}
.section_three .section_content .product_box .product_content .left_box > ul > li .tab_item h4 {
  color: #FFFFFF;
  font-size: 14px;
}
.section_three .section_content .product_box .product_content .left_box > ul > li .tab_item .after_box {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  right: 10px;
  top: 8px;
  transition: opacity 0.3s;
}
.section_three .section_content .product_box .product_content .left_box .product_title {
  position: absolute;
  right: 20px;
  top: -55px;
  height: auto;
  max-width: none;
}
.section_three .section_content .product_box .product_content .right_box {
  flex: 0 0 76%;
  min-width: 76%;
  padding-top: 68px;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item {
  display: none;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item.active {
  display: block;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper {
  padding: 0 50px 0 5px;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a .product_div {
  width: 100%;
  position: relative;
  box-shadow: 0 0 16.7px 0px rgba(0, 0, 0, 0.5);
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a .product_div:hover .hover_box {
  opacity: 1;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a .product_div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a .product_div .hover_box {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(141, 199, 62, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper .swiper-wrapper .swiper-slide > a .product_div .hover_box h4 {
  color: #FFFFFF;
  font-size: 14px;
  padding-bottom: 8px;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_pagination {
  display: none;
  text-align: center;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_pagination .swiper-pagination-bullet-active {
  background: #8dc73e;
}
.section_three .section_content .b {
  position: absolute;
  bottom: -7%;
  right: 18%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .section_three .section_content .product_box .product_content .left_box > ul > li {
    padding-left: 22px;
    padding-right: 78px;
  }
  .section_three .section_content .product_box .product_content .left_box > ul > li.active {
    padding-right: 32px;
  }
  .section_three .section_content .product_box .product_content .left_box {
    padding-top: 60px;
  }
  .section_three .section_content .product_box .product_content .left_box .product_title {
    width: 233px;
    top: -100px;
  }
}
@media (max-width: 992px) {
  .section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_pagination {
    display: block;
    bottom: 0;
  }
  .section_three .section_content .product_box .product_content .left_box {
    padding-top: 60px;
    flex: 0 0 30%;
    min-width: 30%;
  }
  .section_three .section_content .product_box .product_content .left_box .product_title {
    width: 233px;
    top: -100px;
  }
  .section_three .section_content .product_box .product_content .right_box {
    flex: 0 0 70%;
    min-width: 70%;
    padding-bottom: 50px;
    padding-right: 50px;
  }
  .section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper {
    padding: 0 5px 30px;
  }
}
@media (max-width: 767px) {
  .section_three {
    padding-top: 25px;
  }
  .section_three .section_title h4 {
    font-size: 24px;
  }
  .section_three .section_title p {
    font-size: 12px;
    padding-top: 0;
  }
  .section_three .section_content {
    padding-top: 70px;
    padding-bottom: 45px;
  }
  .section_three .section_content .product_box .product_content {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .section_three .section_content .product_box .product_content .left_box {
    padding-top: 60px;
    flex: 0 0 30%;
    min-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_three .section_content .product_box .product_content .left_box .product_title {
    width: 233px;
    top: -100px;
    right: auto;
    left: 0;
  }
  .section_three .section_content .product_box .product_content .left_box > ul {
    overflow-y: scroll;
    white-space: nowrap;
  }
  .section_three .section_content .product_box .product_content .left_box > ul > li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .section_three .section_content .product_box .product_content .left_box > ul > li .tab_item {
    padding-right: 19px;
  }
  .section_three .section_content .product_box .product_content .left_box > ul > li:hover,
  .section_three .section_content .product_box .product_content .left_box > ul > li.active {
    padding-left: 0;
    padding-right: 0;
  }
  .section_three .section_content .product_box .product_content .left_box > ul > li:hover .tab_item,
  .section_three .section_content .product_box .product_content .left_box > ul > li.active .tab_item {
    padding-right: 50px;
  }
  .section_three .section_content .product_box .product_content .right_box {
    flex: 0 0 70%;
    min-width: 70%;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
  .section_three .section_content .product_box .product_content .right_box .tab_content_list .tab_content_item .product_swiper {
    padding: 0 5px 30px;
  }
}
.section_four {
  padding-top: 70px;
}
.section_four .bg_box {
  display: flex;
}
.section_four .bg_box .left_box {
  flex: 0 0 50%;
  min-width: 50%;
}
.section_four .bg_box .left_box .left_content {
  display: flex;
  justify-content: space-between;
}
.section_four .bg_box .left_box .left_content .section_title {
  flex: 0 0 598.5px;
  min-width: 598.5px;
  padding-top: 25px;
}
.section_four .bg_box .left_box .left_content .section_title h4 {
  font-size: 32px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  padding-bottom: 3px;
}
.section_four .bg_box .left_box .left_content .section_title h4 a {
  color: #404040;
}
.section_four .bg_box .left_box .left_content .section_title h4:after {
  position: absolute;
  content: "";
  left: 0;
  height: 66%;
  top: 18%;
  width: 3px;
  background-color: #8dc73e;
}
.section_four .bg_box .left_box .left_content .section_title p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}
.section_four .bg_box .right_box {
  background-color: #f4f4f4;
}
.section_four .bg_box .right_box > .right_content {
  margin-left: -150px;
}
.section_four .bg_box .right_box > .right_content > ul {
  margin-bottom: 0;
}
.section_four .bg_box .right_box > .right_content > ul > li {
  width: 100%;
  padding: 35px 0;
  transition: 0.3s;
  margin-bottom: 0;
  border-right: 50px solid transparent;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover {
  background-color: #8dc73e;
  border-right: 38px solid #FFFFFF;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box {
  background-color: #FFFFFF;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box .icon_box.icon1 {
  background-image: url("../images/adv/icon1_h.png");
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box .icon_box.icon2 {
  background-image: url("../images/adv/icon2_h.png");
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box .icon_box.icon3 {
  background-image: url("../images/adv/icon3_h.png");
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box .icon_box.icon4 {
  background-image: url("../images/adv/icon4_h.png");
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box .icon_box.icon5 {
  background-image: url("../images/adv/icon5_h.png");
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .logo_box .hover_box h4 {
  color: #8dc73e;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail h4 {
  color: #FFFFFF;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail p {
  color: #FFFFFF;
}
.section_four .bg_box .right_box > .right_content > ul > li:hover .adv_item .adv_detail p span {
  color: #FFFFFF;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item {
  display: flex;
  align-items: center;
  width: 742.5px;
  padding-left: 95px;
  box-sizing: inherit;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
  flex: 0 0 110px;
  min-width: 110px;
  height: 110px;
  transition: 0.3s;
  position: relative;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box:after {
  position: absolute;
  content: "";
  background-image: url("../images/adv/after.png");
  width: 100px;
  height: 129px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  top: 24px;
  left: -30px;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #8dc73e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box.icon1 {
  background-image: url("../images/adv/icon1.png");
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box.icon2 {
  background-image: url("../images/adv/icon2.png");
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box.icon3 {
  background-image: url("../images/adv/icon3.png");
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box.icon4 {
  background-image: url("../images/adv/icon4.png");
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box .icon_box.icon5 {
  background-image: url("../images/adv/icon5.png");
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box h4 {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 5px;
  transition: 0.3s;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail {
  padding-left: 24px;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail h4 {
  font-size: 24px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p {
  margin-bottom: 0;
  transition: 0.3s;
}
.section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p span {
  color: #8dc73e;
  transition: 0.3s;
}
@media (max-width: 1490px) {
  .section_four .bg_box .right_box > .right_content > ul > li {
    padding: 23px 0;
  }
}
@media (max-width: 1199px) {
  .section_four .bg_box .right_box > .right_content > ul > li {
    padding: 13px 0;
  }
}
@media (max-width: 992px) {
  .section_four {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .section_four .bg_box {
    flex-direction: column;
    width: 750px;
    margin: auto;
  }
  .section_four .bg_box .left_box .left_content .section_title {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .section_four .bg_box .right_box > .right_content {
    margin-left: 0;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section_four .bg_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item {
    width: 100%;
  }
  .section_four .bg_box .left_box .left_content .section_title h4 {
    font-size: 24px;
  }
  .section_four .bg_box .left_box .left_content .section_title p {
    font-size: 12px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box .hover_box h4 {
    font-size: 12px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
    flex: 0 0 98px;
    min-width: 98px;
    height: 98px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box:after {
    width: 80px;
    height: 100px;
    top: 35px;
    left: -30px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li {
    border: none;
  }
  .section_four .bg_box .right_box > .right_content > ul > li:hover {
    border: none;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item {
    padding-left: 10px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail {
    padding-left: 15px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail h4 {
    font-size: 18px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .adv_detail p {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item {
    flex-direction: column;
    padding-right: 10px;
  }
  .section_four .bg_box .right_box > .right_content > ul > li .adv_item .logo_box {
    margin-bottom: 5px;
  }
}
.section_five {
  overflow: hidden;
  background-image: url("../images/about/bg.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section_five .section_title h4 {
  font-size: 32px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  position: relative;
  padding-left: 8px;
}
.section_five .section_title h4 a {
  color: #404040;
}
.section_five .section_title h4:after {
  position: absolute;
  content: "";
  left: 0;
  height: 66%;
  top: 18%;
  width: 3px;
  background-color: #8dc73e;
}
.section_five .section_title p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 55px;
}
.section_five .section_content {
  padding-bottom: 60px;
}
.section_five .section_content .about_us_box {
  display: flex;
}
.section_five .section_content .about_us_box .left_box {
  flex: 0 0 50%;
  min-width: 50%;
}
.section_five .section_content .about_us_box .left_box .content_title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section_five .section_content .about_us_box .left_box .content_title h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
.section_five .section_content .about_us_box .left_box .content_title:after {
  position: absolute;
  content: "";
  width: 100%;
  right: 86%;
  bottom: 0;
  height: 2px;
  background-color: #8dc73e;
}
.section_five .section_content .about_us_box .left_box .content_detail p {
  font-size: 14px;
  color: #404040;
  padding-right: 45px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.section_five .section_content .about_us_box .left_box .logo_box {
  padding-top: 10px;
}
.section_five .section_content .about_us_box .left_box .logo_box a.two {
  margin-right: 20px;
}
.section_five .section_content .about_us_box .left_box .number_box {
  padding-top: 35px;
  display: flex;
  padding-right: 31px;
  margin-left: -20px;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item.item1 {
  flex: 0 0 33.33%;
  min-width: 33.33%;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item.item1:after {
  position: absolute;
  content: '';
  right: 0;
  height: 90%;
  top: 5%;
  width: 2px;
  background-color: #bcb7ba;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item.item2 {
  flex: 0 0 34.63%;
  min-width: 34.63%;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item.item2:after {
  position: absolute;
  content: '';
  right: 0;
  height: 90%;
  top: 5%;
  width: 2px;
  background-color: #bcb7ba;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item.item3 {
  flex: 0 0 33.33%;
  min-width: 33.33%;
  padding: 0 10px;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item h4 {
  font-size: 34px;
  color: #333333;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  padding-bottom: 5px;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item h4 span {
  font-size: 28px;
}
.section_five .section_content .about_us_box .left_box .number_box .number_item p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.section_five .section_content .about_us_box .right_box {
  flex: 0 0 50%;
  min-width: 50%;
  padding-left: 56px;
}
.section_five .section_content .about_us_box .right_box .video_box {
  margin-right: -15px;
  position: relative;
  height: 550px;
}
.section_five .section_content .about_us_box .right_box .video_box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_five .section_content .about_us_box .right_box .video_box .hover_box {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.section_five .section_content .factory_box {
  margin-top: -30px;
}*/
.section_five .section_content .factory_box .factory_title {
  position: relative;
  width: 48%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}
.section_five .section_content .factory_box .factory_title h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
.section_five .section_content .factory_box .factory_title a {
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
}
.section_five .section_content .factory_box .factory_content {
  margin-right: -5px;
  padding-top: 30px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper {
  margin: 0 -10px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper {
  padding: 0 10px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide {
  padding-right: 10px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide:hover .img_box img {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide .img_box {
  height: 200px;
  position: relative;
  padding: 6px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide .img_box:after {
  content: "";
  background-image: url("../images/about/border.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper .swiper-slide .factory_e h4 {
  text-align: center;
  padding: 10px 0;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .factory_prev {
  background-image: url("../images/about/left.png");
  background-size: auto;
  width: 45px;
  height: 40px;
  transition: 0.3s;
  margin-top: -35px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .factory_prev:hover {
  background-image: url("../images/about/left_h.png");
}
.section_five .section_content .factory_box .factory_content #factory_swiper .factory_next {
  background-image: url("../images/about/right.png");
  background-size: auto;
  width: 45px;
  height: 40px;
  transition: 0.3s;
  right: 0;
  margin-top: -35px;
}
.section_five .section_content .factory_box .factory_content #factory_swiper .factory_next:hover {
  background-image: url("../images/about/right_h.png");
}
@media (max-width: 1199px) {
  .section_five .section_content .about_us_box .left_box .number_box .number_item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section_five .section_content .about_us_box .left_box .number_box {
    padding-right: 0;
    flex-direction: column;
    margin-left: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item {
    text-align: left;
    display: block;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item h4 {
    padding-bottom: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item1:after {
    content: none;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item2:after {
    content: none;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item3 {
    padding-left: 0;
  }
  .section_five .section_content .factory_box {
    margin-top: 25px;
  }
  .section_five .section_content .factory_box .factory_title {
    width: 100%;
  }
  .section_five .section_content .about_us_box .right_box .video_box {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .section_five .section_title h4 {
    font-size: 24px;
  }
  .section_five .section_title p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section_five .section_content .about_us_box .left_box .number_box {
    padding-right: 0;
    flex-direction: row;
    margin-left: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item {
    text-align: center;
    display: flex;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item h4 {
    padding-bottom: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item1:after {
    content: "";
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item2:after {
    content: "";
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item3 {
    padding-left: 0;
  }
  .section_five .section_content .about_us_box {
    flex-direction: column;
  }
  .section_five .section_content .about_us_box .right_box {
    padding-left: 0;
  }
  .section_five .section_content .about_us_box .right_box .video_box {
    margin-right: 0;
  }
  .section_five .section_content .factory_box .factory_content #factory_swiper .factory_next {
    right: 10px;
  }
  .section_five .section_content .factory_box .factory_content #factory_swiper .factory_prev {
    left: 0;
  }
  .section_five .section_content .about_us_box .left_box .content_title h4 {
    font-size: 14px;
  }
  .section_five .section_content .factory_box .factory_content #factory_swiper {
    margin: 0;
  }
  .section_five .section_content .factory_box .factory_content #factory_swiper .swiper-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .section_five .section_content .about_us_box .left_box .number_box {
    padding-right: 0;
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item {
    text-align: left;
    display: block;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item h4 {
    padding-bottom: 0;
    font-size: 24px;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item h4 span {
    font-size: 16px;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item1:after {
    content: none;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item2:after {
    content: none;
  }
  .section_five .section_content .about_us_box .left_box .number_box .number_item.item3 {
    padding-left: 0;
  }
}
.section_six {
  background-color: #e8ffed;
  position: relative;
}
.section_six .box_bg {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
}
.section_six .section_title {
  display: none;
  padding: 10px 15px;
}
.section_six .section_title a {
  width: 100%;
}
.section_six .section_title h4 {
  text-align: right;
  font-size: 24px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  position: relative;
  padding-right: 10px;
  margin-bottom: 4px;
}
.section_six .section_title h4:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 3px;
  background-color: #8dc73e;
  right: 0;
  bottom: 15%;
}
.section_six .section_title p {
  font-size: 12px;
  color: #999999;
  text-align: right;
  padding-left: 100px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.section_six .section_title .more_button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 100px;
  margin-bottom: 37px;
}
.section_six .section_title .more_button img {
  margin-left: 5px;
}
.section_six .section_title .more_button:hover {
  background-color: #8dc73e;
  border-color: #8dc73e;
}
.section_six .section_content {
  position: relative;
  z-index: 1;
  padding-top: 94px;
  padding-bottom: 36px;
}
.section_six .section_content .factory_box {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
}
.section_six .section_content .factory_box .image_box {
  flex: 0 0 50%;
  min-width: 50%;
  padding-left: 10px;
}
.section_six .section_content .factory_box .image_box .img_box {
  width: 100%;
  display: none;
  height: 500px;
  padding-left: 73px;
}
.section_six .section_content .factory_box .image_box .img_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section_six .section_content .factory_box .image_box .img_box.active {
  display: block;
}
.section_six .section_content .factory_box .factory_info_box {
  flex: 0 0 50%;
  min-width: 50%;
}
.section_six .section_content .factory_box .factory_info_box .info_box_div {
  margin-right: -15px;
}
.section_six .section_content .factory_box .factory_info_box .factory_info a {
  width: 100%;
}
.section_six .section_content .factory_box .factory_info_box .factory_info h4 {
  text-align: right;
  font-size: 32px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  position: relative;
  padding-right: 10px;
  margin-bottom: 4px;
}
.section_six .section_content .factory_box .factory_info_box .factory_info h4 a {
  color: #404040;
}
.section_six .section_content .factory_box .factory_info_box .factory_info h4:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 3px;
  background-color: #8dc73e;
  right: 0;
  bottom: 15%;
}
.section_six .section_content .factory_box .factory_info_box .factory_info p {
  font-size: 14px;
  color: #999999;
  text-align: right;
  padding-left: 100px;
  line-height: 1.45;
  margin-bottom: 35px;
  text-indent: 72px;
}
.section_six .section_content .factory_box .factory_info_box .factory_info .more_button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 100px;
  margin-bottom: 37px;
}
.section_six .section_content .factory_box .factory_info_box .factory_info .more_button img {
  margin-left: 5px;
}
.section_six .section_content .factory_box .factory_info_box .factory_info .more_button:hover {
  background-color: #8dc73e;
  border-color: #8dc73e;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box {
  display: none;
  background-color: #FFFFFF;
  padding: 27px 30px 24px;
  margin-left: -100px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box .gift_title h4 {
  font-size: 18px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  color: #404040;
  padding-bottom: 4px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box .gift_title p {
  font-size: 14px;
  color: #404040;
  margin-bottom: 17px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box > p {
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 17px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box > a {
  display: flex;
  width: 100px;
  align-items: center;
  font-size: 14px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box > a > img {
  margin-left: 10px;
}
.section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box.active {
  display: block;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control {
  padding-left: 47px;
  padding-right: 47px;
  margin-top: 34px;
  position: relative;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control #case_swiper .swiper-wrapper .swiper-slide {
  border: 3px solid transparent;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control #case_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control #case_swiper .swiper-wrapper .swiper-slide.factory_active {
  border-color: #8dc73e;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_prev {
  height: 34px;
  width: 34px;
  position: absolute;
  top: calc(50% - 17px);
  left: 6.5px;
  border-radius: 50%;
  background-image: url("../images/about/left.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_prev:hover {
  background-image: url("../images/about/left_h.png");
  background-color: #8dc73e;
  border-color: #8dc73e;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_prev.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_next {
  height: 34px;
  width: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6.5px;
  border-radius: 50%;
  background-image: url("../images/about/right.png");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_next:hover {
  background-image: url("../images/about/right_h.png");
  background-color: #8dc73e;
  border-color: #8dc73e;
}
.section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.section_six .section_content .factory_box .factory_info_box .read_more_box {
  padding-left: 47px;
  padding-top: 30px;
}
.section_six .section_content .factory_box .factory_info_box .read_more_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 140px;
  border: 2px solid #333;
  font-size: 14px;
}
.section_six .section_content .factory_box .factory_info_box .read_more_box a img {
  opacity: 0;
  transition: 0.3s;
  width: 0;
  height: 0;
}
.section_six .section_content .factory_box .factory_info_box .read_more_box a:hover {
  color: #FFFFFF;
  padding: 8px 0;
  font-size: 14px;
  background-color: #8dc73e;
  box-shadow: 0 10px 30px -6px #8dc73e;
  border-color: transparent;
}
.section_six .section_content .factory_box .factory_info_box .read_more_box a:hover img {
  width: auto;
  height: auto;
  margin-left: 15px;
  opacity: 1;
}
@media (max-width: 991px) {
  .section_six .section_content .factory_box .factory_info_box .factory_info {
    padding: 7px 20px 0;
  }
  .section_six .section_content .factory_box .factory_info_box .factory_info p {
    padding-left: 15px;
    margin-bottom: 60px;
  }
  .section_six .section_content .factory_box .factory_info_box .image_box_control {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 0;
    margin-left: -100%;
  }
  .section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_prev {
    left: 13px;
  }
  .section_six .section_content .factory_box .factory_info_box .image_box_control .factory_swiper_next {
    right: 13px;
  }
  .section_six .section_content .factory_box .factory_info_box .factory_info .more_button {
    margin-bottom: 15px;
  }
  .section_six .section_content .factory_box .image_box {
    padding-left: 0;
  }
  .section_six .section_content .factory_box .image_box .img_box {
    height: 221px;
  }
  .section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box {
    margin-left: -100%;
  }
  .section_six .box_bg {
    display: none;
  }
  .section_six .section_content {
    padding-bottom: 105px;
  }
  .section_six .section_content .factory_box .factory_info_box .read_more_box {
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px 0;
  }
  .section_six .section_content .factory_box .factory_info_box .read_more_box a {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section_six .box_bg {
    display: none;
  }
  .section_six .section_content .factory_box {
    flex-direction: column;
  }
  .section_six .section_content .factory_box {
    background-image: none;
  }
  .section_six .section_content .factory_box .factory_info_box {
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section_six .section_content .factory_box .factory_info_box .factory_info h4 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .section_six .section_content .factory_box .image_box .img_box {
    height: 253px;
  }
  .section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box {
    margin-left: 0;
  }
  .section_six .section_content .factory_box .factory_info_box .info_box_div {
    margin-right: 0;
  }
  .section_six .section_content .factory_box .factory_info_box .image_box_control {
    margin-left: 0;
  }
  .section_six .section_content .factory_box .factory_info_box .factory_info {
    display: none;
  }
  .section_six .section_content {
    padding-top: 0;
  }
  .section_six .section_title {
    display: block;
  }
  .section_six .section_content .factory_box .factory_info_box .gift_box_list .gift_box > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 425px) {
  .section_six .section_title p {
    padding-left: 0;
  }
}
.section_seven {
  overflow: hidden;
  padding-top: 94px;
  padding-bottom: 50px;
}
.section_seven .news_box {
  display: flex;
}
.section_seven .news_box .left_box {
  flex: 0 0 58.4%;
  min-width: 58.4%;
  padding-right: 25px;
}
.section_seven .news_box .left_box .news_box_title {
  position: relative;
  padding-bottom: 36px;
}
.section_seven .news_box .left_box .news_box_title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 200%;
  background-color: #CCCCCC;
  right: 0;
  bottom: 0;
}
.section_seven .news_box .left_box .news_box_title > a {
  width: 100%;
}
.section_seven .news_box .left_box .news_box_title h4 {
  text-align: left;
  font-size: 32px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
}
.section_seven .news_box .left_box .news_box_title h4 a {
  color: #404040;
}
.section_seven .news_box .left_box .news_box_title h4:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 3px;
  background-color: #8dc73e;
  left: 0;
  bottom: 15%;
}
.section_seven .news_box .left_box .news_box_title p {
  font-size: 14px;
  color: #999999;
  text-align: left;
  line-height: 1.45;
  margin-bottom: 28px;
}
.section_seven .news_box .left_box .news_box_title .label_box > a {
  background-color: #333;
  padding: 6px 20px;
  margin-bottom: 5px;
  color: #FFFFFF;
  border-radius: 100px;
  min-width: 140px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
.section_seven .news_box .left_box .news_box_title .label_box > a:hover {
  background-color: #8dc73e;
}
.section_seven .news_box .left_box .news_one_box .read_more_box {
  padding-top: 23px;
  padding-bottom: 30px;
}
.section_seven .news_box .left_box .news_one_box .read_more_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 140px;
  border: 2px solid #333;
  font-size: 14px;
  background-color: #e8ffed;
}
.section_seven .news_box .left_box .news_one_box .read_more_box a img {
  opacity: 0;
  transition: 0.3s;
  width: 0;
  height: 0;
}
.section_seven .news_box .left_box .news_one_box .read_more_box a:hover {
  color: #FFFFFF;
  font-size: 14px;
  background-color: #8dc73e;
  box-shadow: 0 10px 30px -6px #8dc73e;
  border-color: transparent;
}
.section_seven .news_box .left_box .news_one_box .read_more_box a:hover img {
  width: auto;
  height: auto;
  margin-left: 15px;
  opacity: 1;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 249px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/news/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail:hover {
  background-image: none;
  background-color: #8dc73e;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail:hover .news_bottom .news_info p {
  display: -webkit-box;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail:hover .news_bottom .news_time {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail:hover .news_bottom .news_time img {
  margin-right: 10px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail:hover .news_bottom .news_time span {
  color: #FFFFFF;
  font-size: 12px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_title {
  position: absolute;
  top: 15px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 100px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_title h4 {
  color: #FFFFFF;
  font-size: 12px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 0;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_info h4 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_info p {
  color: #FFFFFF;
  font-size: 12px;
  display: none;
  margin-bottom: 0;
  transition: 0.3s;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_time {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_time img {
  margin-right: 10px;
}
.section_seven .news_box .left_box .news_one_box .news_content .news_item .content_detail .news_bottom .news_time span {
  color: #FFFFFF;
  font-size: 12px;
}
.section_seven .news_box .right_box {
  flex: 0 0 41.6%;
  min-width: 41.6%;
}
.section_seven .news_box .right_box .news_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -38px;
}
.section_seven .news_box .right_box .news_list > a {
  display: block;
  flex: 0 0 50%;
  min-width: 50%;
}
.section_seven .news_box .right_box .news_list .news_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 252px;
}
.section_seven .news_box .right_box .news_list .news_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/news/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail:hover {
  background-image: none;
  background-color: #8dc73e;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail:hover .news_bottom .news_info p {
  display: -webkit-box;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail:hover .news_bottom .news_time {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail:hover .news_bottom .news_time img {
  margin-right: 10px;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail:hover .news_bottom .news_time span {
  color: #FFFFFF;
  font-size: 12px;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_title {
  position: absolute;
  top: 15px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 100px;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_title h4 {
  color: #FFFFFF;
  font-size: 12px;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 0;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_info h4 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_info p {
  color: #FFFFFF;
  font-size: 12px;
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
  transition: 0.3s;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_time {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_time img {
  margin-right: 10px;
}
.section_seven .news_box .right_box .news_list .news_item .content_detail .news_bottom .news_time span {
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .section_seven .news_box .right_box .news_list .news_item {
    height: 209.5px;
  }
  .section_seven .news_box .left_box .news_box_title {
    padding-bottom: 14px;
  }
  .section_seven .news_box .left_box .news_box_title p {
    margin-bottom: 15px;
  }
  .section_seven .news_box .left_box .news_one_box .read_more_box {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .section_seven .news_box .left_box .news_one_box .news_content .news_item {
    height: 210px;
  }
}
@media (max-width: 991px) {
  .section_seven .news_box .left_box {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .section_seven .news_box .right_box {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .section_seven .news_box .right_box .news_list .news_item {
    height: 230px;
  }
  .section_seven .news_box .left_box .news_one_box .read_more_box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_seven .news_box .left_box {
    padding-right: 5px;
  }
  .section_seven .news_box .left_box .news_box_title {
    padding-bottom: 5px;
  }
  .section_seven .news_box .left_box .news_box_title h4 {
    font-size: 25px;
  }
  .section_seven .news_box .left_box .news_one_box .news_content .news_item {
    height: 229px;
  }
}
@media (max-width: 767px) {
  .section_seven {
    padding-top: 15px;
  }
  .section_seven .news_box {
    flex-direction: column;
  }
  .section_seven .news_box .left_box .news_box_title .label_box > a {
    margin-right: 5px;
  }
  .section_seven .news_box .left_box {
    padding-right: 0;
  }
  .section_seven .news_box .left_box .news_box_title:after {
    width: 100%;
  }
  .section_seven .news_box .left_box .news_one_box .news_content a {
    width: 100%;
  }
  .section_seven .news_box .left_box .news_one_box .news_content .news_item {
    margin-bottom: 0;
  }
  .section_seven .news_box .right_box .news_list {
    margin-right: -5px;
  }
}
@media (max-width: 425px) {
  .section_seven .news_box .right_box .news_list {
    margin-right: -5px;
    flex-direction: column;
  }
}
.section_eight {
  background-image: url("../images/contact/bg.png");
  background-color: #e9e9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
  padding-bottom: 84px;
}
.section_eight .eight_box {
  display: flex;
}
.section_eight .eight_box > .left {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 50px;
}
.section_eight .eight_box > .left .box_title {
  padding-bottom: 5px;
}
.section_eight .eight_box > .left .box_title h4 {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 16px;
}
.section_eight .eight_box > .left .box_title h4:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  bottom: 0;
  left: 0;
  background-color: #333;
}
.section_eight .eight_box > .left .box_title p {
  font-size: 14px;
  padding-right: 15px;
  line-height: 1.5;
  margin-bottom: 31px;
}
.section_eight .eight_box > .left .company_info_base {
  flex: 0 0 45%;
  min-width: 45%;
  padding-right: 40px;
}
.section_eight .eight_box > .left .company_info_base .logo_box {
  padding-bottom: 20px;
}
.section_eight .eight_box > .left .company_info_base .logo_box > img {
  width: 99px;
  margin-right: 5px;
}
.section_eight .eight_box > .left .company_info_base .logo_box span {
  display: inline-block;
  padding-top: 13px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 18px;
}
.section_eight .eight_box > .left .company_info_base .company_explain {
  padding-bottom: 15px;
}
.section_eight .eight_box > .left .company_info_base .company_explain h4 {
  font-size: 16px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
}
.section_eight .eight_box > .left .company_info_base .company_base .base_item {
  display: flex;
  padding-bottom: 15px;
  font-size: 14px;
}
.section_eight .eight_box > .left .company_info_base .company_base .base_item .left {
  flex: 0 0 105px;
  min-width: 105px;
  align-items: center;
}
.section_eight .eight_box > .left .company_info_base .company_base .base_item .left > img {
  position: relative;
  margin-right: 5px;
}
.section_eight .eight_box > .left .company_info_base .company_base .base_item .left .mail_icon {
  padding: 4px 0;
}
.section_eight .eight_box > .left .company_info_base .company_base .base_item .right h4 {
  line-height: 1.5;
  font-size: 14px;
}
.section_eight .eight_box > .right {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 110px;
}
.section_eight .eight_box > .right .box_title {
  padding-bottom: 5px;
}
.section_eight .eight_box > .right .box_title h4 {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}
.section_eight .eight_box > .right .box_title h4:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 20px;
  bottom: 0;
  left: 0;
  background-color: #333;
}
.section_eight .eight_box > .right .box_content input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333333;
  height: auto;
  padding: 0 10px 0 0;
  margin-top: 35px;
}
.section_eight .eight_box > .right .box_content input::-webkit-input-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content input::-moz-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content input:-moz-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content input:-ms-input-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content textarea {
  width: 100%;
  margin-top: 38px;
  padding-left: 5px;
  background-color: transparent;
  height: 110px;
}
.section_eight .eight_box > .right .box_content textarea::-webkit-input-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content textarea::-moz-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content textarea:-moz-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content textarea:-ms-input-placeholder {
  color: #333333;
}
.section_eight .eight_box > .right .box_content button {
  margin-top: 34px;
  width: 100%;
  background-color: #808080;
  color: #FFFFFF;
  height: 35px;
  font-size: 14px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
}
@media (max-width: 1199px) {
  .section_eight .eight_box > .right {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .section_eight .eight_box > .right {
    padding: 0 20px;
  }
  .section_eight .eight_box > .left {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section_eight {
    background-position: 0;
    padding-top: 60px;
    position: relative;
  }
  .section_eight:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
  }
  .section_eight .eight_box {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  .section_eight .eight_box > .right {
    padding: 0;
  }
  .section_eight .eight_box > .right .box_title h4 {
    font-size: 18px;
  }
  .section_eight .eight_box > .left {
    padding: 0;
  }
  .section_eight .eight_box > .left .box_title h4 {
    font-size: 18px;
  }
}
.section_nine {
  background-color: #333;
  padding: 17px 0;
  border-bottom: 1px solid #999999;
}
.section_nine .section_content .link_box {
  display: flex;
}
.section_nine .section_content .link_box .left_box {
  flex: 0 0 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_nine .section_content .link_box .left_box h4 {
  color: #8dc73e;
}
.section_nine .section_content .link_box .center_box {
  flex: 0 0 calc(100% - 60px);
  min-width: calc(100% - 60px);
}
.section_nine .section_content .link_box .center_box #link_swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.section_nine .section_content .link_box .center_box #link_swiper .swiper-wrapper .swiper-slide a {
  color: #999999;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_nine .section_content .link_box .center_box #link_swiper .swiper-wrapper .swiper-slide a:hover {
  color: #8dc73e;
}
.section_nine .section_content .link_box .right_box {
  flex: 0 0 25px;
  min-width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer {
  background-color: #333333;
}
#footer .footer_top {
  padding-top: 60px;
  padding-bottom: 37px;
  border-bottom: 1px solid #999999;
}
#footer .footer_top .company_info .company_list {
  display: flex;
}
#footer .footer_top .company_info .company_list .company_info_base {
  flex: 0 0 49%;
  min-width: 49%;
  padding-right: 210px;
}
#footer .footer_top .company_info .company_list .company_info_base .logo_box {
  text-align: center;
  padding-bottom: 20px;
}
#footer .footer_top .company_info .company_list .company_info_base .logo_box > img {
  width: 95px;
  margin-right: 5px;
}
#footer .footer_top .company_info .company_list .company_info_base .logo_box span {
  display: inline-block;
  padding-top: 13px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 18px;
}
#footer .footer_top .company_info .company_list .company_info_base .company_explain {
  padding-bottom: 15px;
  margin-left: -30px;
}
#footer .footer_top .company_info .company_list .company_info_base .company_explain h4 {
  font-size: 14px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.5;
  letter-spacing: 1px;
}
#footer .footer_top .company_info .company_list .company_info_base .outlink_box {
  text-align: center;
  margin-left: -30px;
}
#footer .footer_top .company_info .company_list .company_info_base .outlink_box a {
  margin-right: 8px;
  cursor:pointer;
}
#footer .footer_top .company_info .company_list .company_info_base .outlink_box a:last-child {
  margin-right: 0;
}
#footer .footer_top .company_info .company_list .company_web_link {
  flex: 0 0 17.5%;
  min-width: 17.5%;
}
#footer .footer_top .company_info .company_list .company_web_link .link_title {
  margin-top: -8px;
}
#footer .footer_top .company_info .company_list .company_web_link .link_title h4 {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#footer .footer_top .company_info .company_list .company_web_link .link_title h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #8dc73e;
}
#footer .footer_top .company_info .company_list .company_web_link > ul > li {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
#footer .footer_top .company_info .company_list .company_web_link > ul > li > a {
  position: relative;
  font-size: 14px;
  color: #999999;
}
#footer .footer_top .company_info .company_list .company_web_link > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: transparent;
  transition: 0.3s;
}
#footer .footer_top .company_info .company_list .company_web_link > ul > li > a:hover {
  color: #8dc73e;
}
#footer .footer_top .company_info .company_list .company_web_link > ul > li > a:hover:after {
  background-color: #8dc73e;
}
#footer .footer_top .company_info .company_list .company_web_info {
  flex: 0 0 18%;
  min-width: 18%;
}
#footer .footer_top .company_info .company_list .company_web_info .web_box_right {
  float: right;
}
#footer .footer_top .company_info .company_list .company_web_info .web_info_title {
  margin-top: -11px;
  position: relative;
  padding-left: 32px;
  padding-top: 15px;
  border-bottom: 1px solid #cccccc;
}
#footer .footer_top .company_info .company_list .company_web_info .web_info_title .hour_24 {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer_top .company_info .company_list .company_web_info .web_info_title h4 {
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #FFFFFF;
}
#footer .footer_top .company_info .company_list .company_web_info .web_info_title p {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  font-weight: bold;
  color: #8dc73e;
  font-style: italic;
  margin-bottom: 8px;
  margin-left: -32px;
}
#footer .footer_top .company_info .company_list .company_web_info .rcode_box {
  padding-top: 8px;
  text-align: center;
}
#footer .footer_top .company_info .company_list .company_web_info .rcode_box img {
  width: 60%;
}
#footer .footer_top .company_info .company_list .company_web_info .rcode_box h4 {
  text-align: center;
  padding-top: 5px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #footer .footer_top .company_info .company_list {
    flex-wrap: wrap;
  }
  #footer .footer_top .company_info .company_list .company_info_base {
    flex: 0 0 100%;
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #footer .footer_top .company_info .company_list .company_web_link {
    flex: 0 0 30%;
    min-width: 30%;
  }
  #footer .footer_top .company_info .company_list .company_web_info {
    flex: 0 0 40%;
    min-width: 40%;
  }
}
@media (max-width: 767px) {
  #footer .footer_top .company_info .company_list .company_info_base .company_explain {
    margin-left: 0;
  }
  #footer .footer_top .company_info .company_list .company_info_base .outlink_box {
    margin-left: 0;
  }
}
@media (max-width: 510px) {
  #footer .footer_top {
    padding-top: 25px;
  }
  #footer .footer_top .company_info .company_list {
    flex-wrap: wrap;
  }
  #footer .footer_top .company_info .company_list .company_info_base {
    flex: 0 0 100%;
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #footer .footer_top .company_info .company_list .company_info_base .logo_box > img {
    width: 70px;
    margin-right: 5px;
  }
  #footer .footer_top .company_info .company_list .company_info_base .logo_box span {
    font-size: 14px;
    padding-top: 0;
  }
  #footer .footer_top .company_info .company_list .company_web_link {
    display: none;
  }
  #footer .footer_top .company_info .company_list .company_web_info {
    display: none;
  }
}
#footer .footer_bottom {
  background-color: #333333;
  padding: 20px 0;
}
#footer .footer_bottom .container {
  position: relative;
}
#footer .footer_bottom p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
}
#footer .footer_bottom p a {
  color: #FFFFFF;
}
#footer .footer_bottom p a:hover {
  color: #8dc73e;
}
#footer .footer_bottom p a span {
  padding-left: 10px;
  padding-right: 15px;
}
@media (max-width: 500px) {
  #footer .footer_bottom .links {
    margin: auto;
    width: 200px;
    position: relative;
  }
  #footer .footer_bottom p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footer{margin-bottom: 48px;}
}

.navbar-nav > li > .dropdown-menu{width: 250px;}