@media(min-width:1230px){
    .container{width:1230px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background:none;
    border-color:#fff;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}



/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:#21A675;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#8EC31F;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}


/*float*/
.float_box{position:fixed;right:1px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:50px;height:50px;background:#BBBBBB;text-align:center;vertical-align:bottom;margin-bottom:10px;border-radius:3px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li i{font-size:24px;color:#fff;display:block;line-height:30px;padding-top:10px;transition:all 0.2s linear 0s;}
.float_box ul li span{font-size:12px;color:#fff;display:block;line-height:20px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:var(--bgColor);}
.float_box ul li:hover i{color:#fff;}
.float_box ul li:hover span{color:#fff;}
.float_box ul li .qq_box{position:absolute;right:50px;top:0;display:none;background:var(--bgColor);border-radius:3px;padding:10px;}
.float_box ul li .qq_box a{font-size:14px;color:#fff;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .tel_box{display:none; position:absolute;right:50px;top:0;border-top:4px solid var(--bgColor);padding:20px;font-size:14px;background:#fff;line-height:28px;width:262px;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{color:var(--bgColor);font-size:24px;line-height:28px;text-align:left;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:var(--bgColor);border-radius:3px;position:absolute;right:50px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.float_box ul li#weixin2:hover .code_box{display:block;}
.phone_top{display:none;position:fixed;bottom:60px;right:10px;}
.phone_top i{color:var(--bgColor);font-size:40px;}


div.zoomDiv{z-index:999;position:absolute;top:0;left:0;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
/*文章*/
.article_box{display:flex;align-items:flex-start;margin-bottom:80px;background:#fff;border-radius:5px;padding:15px;}
.article_box .article_left{width:200px;margin-right:36px;}
.article_box .article_left ul{display:block;}
.article_box .article_left ul li{display:block;transition:all 0.2s linear 0s;border-top:1px solid #dcdcdc;padding-top:8px;padding-bottom:6px;}
.article_box .article_left ul li:first-child{border-top:0;padding-top:0;}
.article_box .article_left ul li .title{display:block;height:46px;line-height:46px;font-size:16px;color:#333333;font-weight:bold;}
.article_box .article_left ul li .btn_box a{margin-bottom:4px;display:flex;justify-content: space-between;padding-left:20px;height:32px;align-items:center;font-size:14px;color:#666666;border-left:3px solid transparent;}
.article_box .article_left ul li .btn_box a:hover{background:#f1f1f1;color:#21A675;border-left-color:#21A675;}
.article_box .article_left ul li .btn_box a.active{background:#f1f1f1;color:#21A675;border-left-color:#21A675;font-weight:bold;}
.article_box .article_right{width:calc(100% - 236px);}
.article_box .article_right .article_title{border-bottom:2px solid #d2d2d2;height:46px;line-height:46px;font-size:18px;color:#333333;font-weight:bold;}
.article_box .article_right .article_content{padding:25px 0;font-size:14px;color:#333333;line-height:26px;overflow:hidden;}
.article_box .article_right .article_content img{max-width:100%;height:auto !important;}

/*联系我们**/
.contact_us_box h1{font-size:30px;color:#21A675;line-height:48px;font-weight:bold;}
.contactUs_info{display:flex;justify-content: space-between;align-items:flex-start;}
.contactUs_info .code_box{width:110px;text-align:center;}
.contactUs_info .code_box img{max-width:100%;}
.contactUs_info .code_box span{display:block;font-size:14px;color:#333333;}
.contactUs_info .left{display:flex;flex:1;flex-wrap:wrap;margin-top:26px;}
.contactUs_info .left span{display:flex;align-items:center;font-size:15px;color:#333333;line-height:24px;flex:0 0 40%;margin-bottom:12px;}
.contactUs_info .left span a{color:#333;}
.contactUs_info .left span a:hover{color:#21A675;text-decoration:underline;}
.contactUs_info .left span i{color:#21A675;font-size:17px;width:30px;}
.contact_us_box .map_box{width:100%;height:415px;background:#f1f1f1;margin-top:30px;}
.container {
  width: 1230px;
}
a {
  color: #333;
  transition-duration: 0.39s;
}
a:hover {
  text-decoration: none;
  color: var(--bgColor);
}

body {
  --bgColor: #21A675;
  --bgHoverColor: #8EC31F;
  --fontColor: #21A675;
  --fontHoverColor: #8EC31F;
  padding-top: 210px !important;
  background-image: url('../images/bodybg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #F4F7FC;
}
@font-face {
  font-family: "DINBold";
  /* Project id 2556849 */
  src: url('../fonts/din-bold-2.ttf') format('truetype');
}
.site_top {
  background-color: #F4F7FC;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site_top .nav_top {
  line-height: 30px;
  height: 30px;
  color: #333;
  font-size: 12px;
  transition-duration: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.site_top .nav_top a {
  color: #333;
}
.site_top .nav_top .container {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_top .nav_top .container::after,
.site_top .nav_top .container::before {
  display: none;
}
.site_top .nav_top .right {
  display: flex;
}
.site_top .nav_top .right a {
  display: flex;
  align-items: center;
}
.site_top .nav_top .right a:hover {
  color: #da251d;
}
.site_top .nav_top .right a::before {
  content: "";
  height: 13px;
  width: 1px;
  display: block;
  background-color: #BCBCBC;
  margin: 0 10px;
}
.site_top .nav_top .right a:first-child::before {
  display: none;
}
.site_top .top_search {
  height: 140px;
  display: flex;
  align-items: center;
  align-self: start;
  padding-top:20px;
}
.site_top .top_search .col-sm-3 {
  width: 260px;
  text-align: center;
}
.site_top .top_search .col-sm-3 img {
  max-width: 100%;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 260px);
}
.site_top .search_all {
  display: flex;
  align-items: center;
  justify-content: right;
}
.site_top .search_all .batch_btn {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bgColor);
  color: #fff;
  border-radius: 40px;
  letter-spacing: 2px;
  height: 40px;
  margin-left: 10px;
}
.site_top .search_all .batch_btn:hover {
  background-color: var(--bgHoverColor);
}
.site_top .searchBox {
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 40px;
  width: 410px;
  background-color: #fff;
}
.site_top .searchBox input {
  height: 38px;
  border: none;
  border-radius: 40px !important;
  box-shadow: none;
  padding-left: 13px;
  outline: none;
  width: calc(100% - 100px);
}
.site_top .searchBox input:focus {
  box-shadow: none;
}
.site_top .searchBox input::placeholder {
  color: #999;
}
.site_top .searchBox button {
  position: absolute;
  right: -2px;
  padding: 0;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 8px;
  text-align: center;
  top: -2px;
  height: 40px;
  border-radius: 40px !important;
  width: 60px;
  border: none;
  color: #fff;
  font-size: 22px;
  background: var(--bgColor);
  transition-duration: 0.39s;
}
.site_top .searchBox button:hover {
  background: var(--bgHoverColor);
}
.site_top #phone_button {
  background-color: var(--bgColor);
  margin-right: 0;
}
.site_top #phone_button span {
  background-color: #fff;
}
.site_top .navbox {
  background-color: #fff;
}
.site_top #navbox {
  padding: 0;
}
.site_top .nav_all li a {
  padding: 10px 32.5px;
  font-weight: bold;
}
.site_top .nav_all li a:hover,.site_top .nav_all li.active a{
  background-color: var(--bgColor);
  color: #fff;
}
.site_top .nav_all li:hover .dropdown-menu {
  display: block;
}
.site_top.active .nav_top {
  height: 0;
  overflow: hidden;
}
.site_top.active .top_search {
  height: 100px;
}
.index_swiper {
  height: 500px;
  width: 100%;
}
.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 30px;
  padding-top: 2px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index_swiper .swiper-button-next:hover,
.index_swiper .swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}
.index_swiper .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_swiper .swiper-pagination {
  text-align: center;
}
.index_swiper .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  transition-duration: 0.39s;
  width: 20px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 5px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: var(--bgColor);
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
.index_title {
  text-align: center;
  font-size: 19px;
  color: #999;
}
.index_title span {
  display: block;
  font-size: 30px;
  color: #333;
}
.index_title span::after {
  content: "";
  display: block;
  margin: 5px auto;
  width: 60px;
  height: 2px;
  background-color: var(--bgColor);
}
.index_product {
  padding-top: 60px;
}
.index_product .prolist_fenlei {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index_product .box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: calc((100% - 96px) / 5);
  display: block;
  background-color: #fff;
  height: 260px;
  padding-top: 1px;
  position: relative;
}
.index_product .box .out {
  text-align: center;
  margin-top: 60px;
}
.index_product .box .out h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
}
.index_product .box .out span {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background-color: var(--bgColor);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.index_product .box .out i {
  color: #999;
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-style: normal;
}
.index_product .box .in {
  transition-duration: 0.3s;
  transform: translateY(100%);
  padding: 30px 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: 77px 205px;
  background-repeat: no-repeat;
  background-color: var(--bgColor);
  background-image: url('../images/bottom_img.png');
  color: #fff;
}
.index_product .box .in h2 {
  font-size: 24px;
}
.index_product .box .in span {
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
}
.index_product .box .in a {
  color: #fff;
}
.index_product .box .in .content {
  line-height: 25px;
  height:150px;
  overflow-y:auto;
}
.index_product .box .in .content a {
  display: block;
}
.index_product .box .in .content a:hover {
  text-decoration: underline;
}
.index_product .box:hover .in {
  transform: translateY(0);
}
.index_news {
  padding-top: 90px;
}
.index_news .news_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 445px;
}
.index_news .news_flex .newsnbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  padding-left: 40px;
  width: calc(100% - 500px);
}
.index_news .news_flex .newsnbox .time {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-align: right;
  font-family: "Myriad Pro";
}
.index_news .news_flex .newsnbox .time span {
  color: #666;
  font-size: 14px;
  display: block;
}
.index_news .news_flex .newsnbox .time::after {
  margin: 0 25px 0 20px;
  content: "";
  display: block;
  height: 70px;
  width: 1px;
  background-color: #ccc;
}
.index_news .news_flex .newsnbox .img {
  display: none;
}
.index_news .news_flex .newsnbox .info {
  width: calc(100% - 118px);
}
.index_news .news_flex .newsnbox .title {
  margin-top: -2px;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index_news .news_flex .newsnbox .content {
  color: #666;
  font-size: 12px;
  margin-top: 2px;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
.index_news .news_flex .newsnbox .more {
  color: #666;
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
}
.index_news .news_flex .newsnbox .more:hover {
  color: var(--fontColor);
}
.index_news .news_flex .newsnbox .more {
  display: none;
}
.index_news .news_flex .newsnbox:first-child {
  margin-top: 0;
  width: 500px;
  padding-left: 0;
}
.index_news .news_flex .newsnbox:first-child .time {
  display: none;
}
.index_news .news_flex .newsnbox:first-child .img {
  width: 100%;
  display: block;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index_news .news_flex .newsnbox:first-child .img span {
  font-size: 12px;
  display: block;
  text-align: center;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: var(--bgColor);
}
.index_news .news_flex .newsnbox:first-child .title {
  margin-top: 10px;
  border-bottom: 1px solid #DDD;
}
.index_news .news_flex .newsnbox:first-child .content {
  margin-top: 7px;
}
.index_news .news_flex .newsnbox:first-child .more {
  display: inline-block;
}
.index_news .news_flex .newsnbox:nth-child(2) {
  margin-top: 0;
  display: flex;
}
.index_news .news_flex .newsnbox:nth-child(2) .time {
  display: none;
}
.index_news .news_flex .newsnbox:nth-child(2) .img {
  display: block;
  width: 200px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index_news .news_flex .newsnbox:nth-child(2) .img span {
  font-size: 12px;
  display: block;
  text-align: center;
  left: 0;
  top: 10px;
  position: absolute;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: var(--bgColor);
}
.index_news .news_flex .newsnbox:nth-child(2) .info {
  width: calc(100% - 200px);
  padding-left: 10px;
}
.index_news .news_flex .newsnbox:nth-child(2) .info .title {
  margin-top: 5px;
}
.index_news .news_flex .newsnbox:nth-child(2) .info .more {
  display: inline-block;
}
.index_tab .nav-tabs {
  border: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.index_tab .nav-tabs li {
  margin: 0;
  display: inline-block;
  float: none;
}
.index_tab .nav-tabs li a {
  margin: 0;
  padding: 4px 21px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--bgColor);
  color: var(--fontColor);
}
.index_tab .nav-tabs li:last-child {
  margin-left: 20px;
}
.index_tab .nav-tabs > li.active > a,
.index_tab .nav-tabs > li.active > a:focus,
.index_tab .nav-tabs > li.active > a:hover,
.index_tab .nav-tabs > li > a:hover {
  background-color: var(--bgColor);
  color: #fff;
  border: 1px solid var(--bgColor);
}
.footer {
  background-color: #fff;
  margin-top: 140px;
  box-shadow: 15px 0 15px rgba(0, 0, 0, 0.2);
}
.footer .four_box {
  display: flex;
  justify-content: space-between;
  height: 105px;
  align-items: center;
}
.footer .four_box .box {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.footer .four_box .box img {
  margin-right: 10px;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.footer ul li {
  line-height: 25px;
  list-style: none;
}
.footer ul li h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer ul li a {
  display: block;
  color: #666;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul .imgcode {
  text-align: center;
  display: flex;
}
.footer ul .imgcode img {
  width: 100px;
}
.footer ul .imgcode h4 {
  font-size: 16px;
  margin-top: 5px;
}
.footer hr {
  margin: 0;
  border-color: #ddd;
}
.footer .footer_btm {
  background-color: #F1F9FF;
  border: 1px solid #DDDDDD;
  margin-top: 40px;
  padding: 10px 0;
  font-size: 12px;
  color: #666;
}
.footer .footer_btm a {
  color: #666;
}
.footer .footer_btm a:hover {
  text-decoration: underline;
}
.footer .footer_btm .left,
.footer .footer_btm .right {
  width: 45%;
}
.footer .footer_btm .left {
  float: left;
}
.footer .footer_btm .right {
  text-align: right;
  float: right;
}
/*面包屑*/
.page_map {
  color: #666;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
  height: 45px;
  align-items: center;
}
.page_map .iconfont {
  color: var(--fontColor);
  margin-right: 3px;
  font-size: 21px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_map .breadcrumb a {
  color: #666;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb > li + li:before {
  color: #666;
}
.page_map .breadcrumb .active {
  color: #333;
}
.page_map .breadcrumb .active span {
  color: #333;
}
.prolist_content {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.prolist_content h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--fontColor);
}
.prolist_content .content {
  margin-top: 10px;
  line-height: 30px;
}
.prolist {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}
.prolist .pro_left {
  width: 210px;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.prolist .pro_left h2 {
  background-color: var(--bgColor);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 15px;
}
.prolist .pro_left .list_level1 li {
  list-style: none;
  font-size: 16px;
}
.prolist .pro_left .list_level1 .out {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}
.prolist .pro_left .list_level1 .out a {
  font-size: 16px;
  width: 60%;
}
.prolist .pro_left .list_level1 .out span {
  font-size: 14px;
  font-weight: bold;
  color: var(--fontColor);
  transition-duration: 0.3s;
}
.prolist .pro_left .list_level1 li:last-child .out {
  border-bottom: none;
}
.prolist .pro_left .list_level1 .list_level2 {
  background-color: #fff;
  border-radius: 0;
}
.prolist .pro_left .list_level1 .list_level2 li {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: 14px;
}
.prolist .pro_left .list_level1 .out2 {
  display: flex;
  height: 40px;
  padding: 0 15px;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
.prolist .pro_left .list_level1 .out2 a {
  font-weight: normal;
  color: #666;
  position: relative;
}
.prolist .pro_left .list_level1 .out2 a::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--bgColor);
  height: 15px;
  left: -15px;
  top: 2px;
  opacity: 0;
}
.prolist .pro_left .list_level1 .out2 a.active,
.prolist .pro_left .list_level1 .out2 a:hover {
  color: var(--bgColor);
}
.prolist .pro_left .list_level1 .out2 a.active::before,
.prolist .pro_left .list_level1 .out2 a:hover::before {
  opacity: 1;
}
.prolist .pro_left .list_level1 .out2 span {
  font-size: 12px;
  color: var(--fontColor);
  font-weight: normal;
}
.prolist .pro_left .list_level1 .out.active a {
  color: var(--fontColor);
}
.prolist .pro_left .list_level1 .out.active span {
  font-size: 14px;
}
.prolist .pro_left .list_level1 .out.active span.active {
  transform: rotate(90deg);
}
.prolist .pro_right {
  width: calc(100% - 210px);
  padding-left: 20px;
}
/*产品列表*/
.product_list_ul2 {
  display: block;
  width: 100%;
}
.product_list_ul2 li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 5px;
  position: relative;
}
.product_list_ul2 li .pro_description {
  padding: 15px 15px 27px 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product_list_ul2 li .pro_description .img_btn {
  width: 118px;
  height: 118px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
.product_list_ul2 li .pro_description .img_btn img {
  max-width: 100%;
  max-height: 100%;
}
.product_list_ul2 li .pro_description .right_info {
  width: calc(100% - 228px);
}
.product_list_ul2 li .pro_description .right_info .name_btn {
  font-size: 20px;
  color: var(--fontColor);
  line-height: 30px;
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.product_list_ul2 li .pro_description .right_info .en_name {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_list_ul2 li .pro_description .right_info .en_name span {
  color: #999;
}
.product_list_ul2 li .pro_description .right_info .base_info {
  display: flex;
  flex-wrap: wrap;
}
.product_list_ul2 li .pro_description .right_info .base_info div {
  width: calc(100% / 4);
}
.product_list_ul2 li .pro_description .right_info .base_info span {
  font-size: 14px;
  color: #999;
}
.product_list_ul2 li .pro_description .stock_btn {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: var(--bgColor);
  margin-left: auto;
  border: 0;
  color: #fff;
  transition: all 0.2s linear 0s;
}
.product_list_ul2 li .pro_description .stock_btn i {
  transform: rotate(90deg);
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s linear 0s;
}
.product_list_ul2 li .pro_description .stock_btn:hover {
  background: Var(--bgColor);
  color: #fff;
}
.product_list_ul2 li .pro_description .stock_btn.active {
  background: Var(--bgColor);
  color: #fff;
}
.product_list_ul2 li .pro_description .stock_btn.active i {
  transform: rotate(-90deg);
  position: relative;
  top: -2px;
}
.product_list_ul2 li .kjcollapse {
  display: none;
}
.product_list_ul2 li .kj-table {
  margin: 0 15px;
}
.product_list_ul2 li .kj-table table {
  margin-bottom: 8px;
}
.kj-table thead tr th {
  text-align: center;
  border: 0;
  background: #D3EDE3;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}
.kj-table tbody tr td {
  border-top: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  border-top: 1px dotted #ECECEC;
  transition: all 0.2s linear 0s;
  padding: 5px;
}
.kj-table tbody tr td .kj-pre-price {
  color: #da251d;
  font-style: normal;
  font-weight: bold;
}
.kj-table tbody tr td .oldPrice {
  font-style: normal;
}
.kj-table tbody tr:first-child td {
  border-top: 0;
}
.kj-table tbody tr:hover td {
  background: #f5f5f5;
}
.kj-table tbody tr td a.car_btn {
  color: #CB0202;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
}
.kj-table tbody tr td a.no_car_btn {
  cursor: not-allowed;
  color: #999;
}
.kj-table tbody tr td a.car_btn:hover {
  color: #640404;
}
.kj-table tbody tr td a.no_car_btn:hover {
  background: #999;
}
.kj-table tbody tr td a.car_btn:active {
  position: relative;
  top: 2px;
}
.kj-table .kj-pro-num-box {
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 2px;
  display: flex;
}
.kj-table .kj-pro-num-box button {
  background: #fff;
  width: 20px;
  border: 0;
  padding: 0;
  height: 28px;
  transition: all 0.2s linear 0s;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.kj-table .kj-pro-num-box input {
  width: 28px;
  height: 28px;
  line-height: 29px;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.kj-table .kj-pro-num-box button:hover {
  background: #dedede;
}
.product_list_ul2 li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.product_list_ul2 li.selectActive {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.product_list_ul2 li:hover .pro_description .right_info .name_btn {
  text-decoration: underline;
  color: var(--fontColor);
}
.prolist_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_go {
  margin-bottom: 20px;
  height: 38px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 18px;
}
.nav_go i {
  color: var(--fontColor);
  margin-right: 10px;
}
.nav_go:hover {
  background-color: var(--bgColor);
  border-color: var(--bgColor);
  color: #fff;
}
.nav_go:hover i {
  color: #fff;
}
.nav_go_box {
  margin-left: 0;
  margin-right: -20px;
}
.nav_go_box .col-md-4 {
  padding-left: 0;
  padding-right: 20px;
}
.newslist {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  padding-bottom:70px;
}
.newslist .news {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.newslist .news .img {
  flex: 0 0 220px;
  display: block;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newslist .news .rightbox {
  padding-left: 20px;
}
.newslist .news .title {
  font-size: 18px;
  font-weight: bold;
}
.newslist .news .time {
  color: #666;
  font-size: 16px;
  margin: 5px 0 8px;
}
.newslist .news .content {
  color: #666;
  line-height: 25px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.proinfo_top {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding-bottom: 30px;
}
.proinfo_top .title {
  font-size: 22px;
  font-weight: bold;
  padding: 0 10px;
}
.proinfo_top .info_text {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  color: #666;
  margin-top: 10px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.proinfo_top .info_text div {
  margin-right: 25px;
}
.proinfo_top .introduce {
  margin-top: 10px;
  padding: 0 10px;
  color: #666;
  line-height: 28px;
}
.proinfo_top .proinfo_flex {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
}
.proinfo_top .proinfo_flex .img {
  flex: 0 0 280px;
  margin-right: 20px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proinfo_top .proinfo_flex .img img {
  max-width: 100%;
  max-height: 100%;
}
.proinfo_top .right {
  width: calc(100% - 300px);
}
.proinfo_top .table-responsive {
  text-align: center;
}
.proinfo_top .table-responsive .table {
  margin-bottom: 10px;
}
.proinfo_top .table-responsive .table > thead > tr > th {
  border-bottom: 0;
  background-color: #BCE4D5;
  border-top: 1px solid #A4CCBE;
  height: 40px;
  text-align: center;
  padding: 0 38px;
  line-height: 40px;
}
.proinfo_top .table-responsive .table > tbody > tr > td {
  vertical-align: middle;
  padding: 5px;
  border-top: 0;
  border-bottom: 1px solid #E8E8E8;
}
.proinfo_top .table-responsive .kj-pre-price {
  color: #c00505;
  font-weight: bold;
}
.proinfo_top .table-responsive .kj-pro-num-box {
  margin: 0 auto;
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 2px;
  display: flex;
}
.proinfo_top .table-responsive .kj-pro-num-box button {
  background: #fff;
  width: 20px;
  border: 0;
  padding: 0;
  height: 28px;
  transition: all 0.2s linear 0s;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.proinfo_top .table-responsive .kj-pro-num-box input {
  width: 28px;
  height: 28px;
  line-height: 29px;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.proinfo_top .table-responsive .kj-pro-num-box button:hover {
  background: #dedede;
}
.proinfo_btn {
  display: flex;
  justify-content: right;
}
.proinfo_btn button {
  border: none;
  outline: none;
  height: 38px;
  border: 1px solid #C13A36;
  width: 146px;
  border-radius: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #C13A36;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  justify-content: center;
}
.proinfo_btn button::before {
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
}
.proinfo_btn button.icon-gouwuche5 {
  margin-left: 20px;
  background-color: #C13A36;
  color: #fff;
}
.proinfo_btn button:hover {
  background-color: #C13A36;
  color: #fff;
}
.proinfo_btn button.icon-gouwuche5:hover {
  background-color: #852522;
  border-color: #852522;
}
.proinfo_tab {
  margin-top: 35px;
}
.proinfo_tab .tab-content {
  position: relative;
}
.proinfo_tab .tab-content > .tab-pane {
  display: block !important;
  opacity: 0;
}
.proinfo_tab .tab-content > .tab-pane.active {
  opacity: 1;
  z-index: 2;
}
.proinfo_tab .nav-tabs {
  border-bottom: 2px solid var(--bgColor);
  height: 42px;
}
.proinfo_tab .nav-tabs::before,
.proinfo_tab .nav-tabs::after {
  display: none;
}
.proinfo_tab .nav-tabs > li {
  margin-bottom: 0;
  width: 140px;
  margin-right: 12px;
  height: 40px;
}
.proinfo_tab .nav-tabs > li > a {
  text-align: center;
  margin-right: 0;
  border: none;
  background-color: #D3EDE3;
  color: var(--fontColor);
  font-weight: bold;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.proinfo_tab .nav-tabs > li.active > a,
.proinfo_tab .nav-tabs > li.active > a:focus,
.proinfo_tab .nav-tabs > li.active > a:hover,
.proinfo_tab .nav-tabs > li > a:hover,
.proinfo_tab .nav-tabs > li > a:focus {
  margin: 0;
  background-color: var(--bgColor);
  color: #fff;
  border: none;
}
.proinfo_tab .active_content {
  padding: 0 20px;
  padding-top: 25px;
  line-height: 28px;
  background-color: #fff;
  padding-bottom:1px;
}
.proinfo_tab .active_content h3 {
  font-size: 16px;
  color: var(--fontColor);
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.proinfo_tab .active_content h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  margin-right: 10px;
  background-color: var(--bgColor);
}
.proinfo_tab .active_content .content {
  color: #666;
  border-bottom: 1px solid #ddd;
  padding: 0 12px;
  padding-bottom: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
#ckwx a {
  display: block;
}
#xgcp {
  padding-bottom: 20px;
}
#xgcp a:last-child::after {
  display: none;
}
#xgcp a::after {
  content: "|";
  margin: 0 5px 0 10px;
}
#zjbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cpsms {
  position: relative;
}
.page_title {
  margin-bottom: 30px;
  text-align: center;
}
.page_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.page_title h2 i {
  font-style: normal;
  margin: 0 15px;
}
.page_title h2::before,
.page_title h2::after {
  content: "";
  display: block;
  width: 26px;
  height: 17px;
  background-image: url('../images/lingxing.png');
  background-position: center center;
  background-size: 27px;
  background-repeat: no-repeat;
}
.page_title span {
  color: #999;
}
.active_box_ab {
  margin-top: 60px;
  display: flex;
}
.active_box_ab .right {
  line-height: 40px;
}
.active_box_ab .img {
  margin-left: 70px;
  flex: 0 0 442px;
  height: 322px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.active_box {
  padding: 35px 45px 115px;
  background-color: #fff;
}
.youshi {
  margin-top: 90px;
}
.youshi h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}
.youshi .row {
  display: flex;
  flex-wrap: wrap;
}
.youshi .box {
  height: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid var(--bgColor);
  background-color: #F7FAFD;
}
.youshi .box .img {
  height: 171px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.youshi .box .title {
  padding: 20px 15px 0px;
  font-size: 16px;
  font-weight: bold;
}
/*导航栏*/
.dropdown-menu {
    border: none;
    padding: 0;
    min-width: 100%;
}

.site_top .nav_all .dropdown-menu > li > a {
    padding: 0;
    font-weight: normal;
    line-height: 35px;
    color:#333;
    background-color:#fff;
    display: block;
    text-align: center;
}
.site_top .nav_all .dropdown-menu > li > a:hover{
    background-color:var(--bgColor);
    color:#fff;
}
.site_top .nav_all .li-procata .dropdown-menu {
    border: none;
    top: 100%;
    overflow-y: auto;
    padding: 0;
    float: none;
    height: 320px;
    width: 600px;
    padding: 5px 25px 5px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .175);
}

.site_top .nav_all .li-procata .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bgColor);
}

.site_top .nav_all .li-procata .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--bgHoverColor);
    border-radius: 3px;
}
.index_product .box .in .content::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255,255,255,0.3);
}
.index_product .box .in .content::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}
.site_top .nav_all .li-procata .dropdown-menu li a {
    color: var(--bgColor) !important;
    padding: 0;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: left;
}

.site_top .nav_all .li-procata .dropdown-menu li a:hover {
    color: #1D8C3F !important;
}

.site_top .nav_all .li-procata .dropdown-menu li a:hover {
    background-color: #fff !important;
}

.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu {
    width: 100%;
    display: flex !important;
    height: auto;
    box-shadow: none;
    padding: 0;
    position: initial;
    flex-wrap: wrap;
    border-radius:0;
   
}

.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu a {
    font-size: 13px !important;
    margin: 0;
    margin-right: 20px;
    font-weight: normal;
    color: #333 !important;
}

.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu a:hover {
    color: #1D8C3F !important;
}

.site_top .nav_all .li-procata.fa-angle-down {
    display: none;
}


.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #1D8C3F !important;
}
.site_top .nav_all .li-procata .dropdown-menu li a span {
    display: none;
}
.kj-shopcart-count {
    position: absolute;
    left: 37px;
    color: #fff;
    font-size: 9px;
    padding: 7px 4px;
    border-radius: 50%;
    top: 4px;
    background-color: #d02626;
}
#xgcp .content{
    display:flex;
    flex-wrap:wrap;
} 
/*分页*/
.kj-page {
    display: flex;
    justify-content: center;
    margin-top:50px;
}
.kj-page .pagination {
    display: flex;
    justify-content: center;
    margin: 0
}

.kj-page .pagination>li>a,.kj-page .pagination>li>span {
    font-size: 13px;
    margin: 3px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #999
}

.kj-page .pagination>li>a:hover,.kj-page .pagination>li>span:hover {
    background: var(--fontColor);
    color: #fff;
    border-color: var(--fontColor)
}

.kj-page .pagination>li.active>a {
    background: var(--fontColor);
    color: #fff;
    border-color: var(--fontColor)
}

.kj-page .page_select {
    color: #999
}

.kj-page .page_select input {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 10px;
    height: 30px
}

.kj-page .page_select button {
    background-color: var(--bgColor);
    color: #fff;
    border: none;
    height: 30px;
    font-size: 12px;
    width: 45px;
    border-radius: 5px
}

.kj-page .page_select button:hover {
    background-color: var(--bgHoverColor)
}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
.batchsearchlist .kj-table .kj-pro-num-box input{
    width:18px;
}
.batchsearchlist .kj-table tbody tr td{background-color:#fff;}
#fenleiSearch .searchBox {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 40px;
    width: 80%;
    margin:0 auto;
    margin-bottom:30px;
    background-color: #fff
}

#fenleiSearch .searchBox input {
    height: 38px;
    border: none;
    border-radius: 40px !important;
    box-shadow: none;
    padding-left: 13px;
    outline: none;
    width: calc(100% - 100px)
}

    #fenleiSearch .searchBox input:focus {
        box-shadow: none
    }

    #fenleiSearch .searchBox input::placeholder {
        color: #999
    }

#fenleiSearch .searchBox button {
    position: absolute;
    right: -2px;
    padding: 0;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 8px;
    text-align: center;
    top: -2px;
    height: 40px;
    border-radius: 40px !important;
    width: 60px;
    border: none;
    color: #fff;
    font-size: 22px;
    background: var(--bgColor);
    transition-duration: .39s
}

#fenleiSearch .searchBox button:hover {
        background: var(--bgHoverColor)
}
