.noPro{text-align:center;width:100%;margin:60px 0;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.swiper-button-prev::after,
.swiper-button-next::after{
  display:none !important;
}
/*表单*/
.kj-concactus-form .formcolumn-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 50%;
}

.kj-concactus-form .formcolumn-item dt {
  font-size: 14px;
  flex:0 0 80px;
  color: #555;
  margin-right: 10px;
}

.kj-concactus-form .formcolumn-item dd {
  width: 100%;
  position: relative;
}

.kj-concactus-form .formcolumn-item dd input {
  width: 80%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid #019034;
}

.kj-concactus-form .formcolumn-item dd input:focus {
  outline: 0 none;
}

.kj-concactus-form .formcolumn-item dd textarea {
  width: calc(96.2% + 1px);
  height: 48px;
  padding: 5px 10px;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  border-radius: 3px;
  background-color: #a3cece;
  border: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  resize: none;
}

.kj-concactus-form .formcolumn-item dd textarea:focus {
  outline: 0 none;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox img {
  height: 38px;
}

.kj-concactus-form .formcolumn-item-ct {
  display: flex;
  line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
  width: 110px;
  order: 1;
  height: 38px;
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
  width: 64%;
}

.kj-concactus-form .formcolumn-item dd .required {
  order: 3;
  margin-left: 10px;
  font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
  order: 4;
}

.kj-concactus-form form {
  display: flex;
  flex-wrap: wrap;
}

.kj-btn-form {
  width: 100%;
  text-align: center;
  margin-top:40px;
}

.kj-btn-form input {
  width: 100%;
  height: 45px;
  background-color: #019034;
  color: #fff;
  border-radius: 4px;
  width: 150px;
}

.kj-btn-form input:hover {
  background-color: #7dc325;
  color: #fff;
}

.kj-concactus-form {
  margin: 35px 0 0;
  display:flex;
  flex-wrap:wrap;
}
.kj-concactus-form .formcolumn-item dd .formcom-vcode{
    flex:0 0 38%;
}
/*文章*/
.article_box{display:flex;align-items:flex-start;background:#fff;border-radius:5px;}
.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:#2974ba;border-left-color:#2974ba;}
.article_box .article_left ul li .btn_box a.active{background:#f1f1f1;color:#2974ba;border-left-color:#2974ba;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;}
/*手机端下拉模块*/
.kj-modal.fade .modal-dialog {
  transform: translate(100%, 0);
}
.kj-modal.in .modal-dialog {
  transform: translate(0, 0);
}
.kj-modal.fade .modal-dialog {
  transform: translate(100%, 0);
}
.kj-modal.in .modal-dialog {
  transform: translate(0, 0);
}
.kj-modal .modal-body{
  overflow-y: scroll;
  height: calc(100vh - 73px);
}
.kj-modal .modal-content {
  box-shadow: none;
  border: none;
}
.kj-modal .modal-header button {
  padding: 6px !important;
}
.kj-nav-all {
  padding-right: 15px;
}
.kj-nav-list2 li {
  position: relative;
}
.kj-nav-list2 li i {
  position: absolute;
  right: 25px;
  top: 12px;
}
.kj-nav-list2 ul li:last-child {
  display: block;
}
.kj-nav-list2 {
  margin: 0;
  padding: 0;
}
.kj-nav-list2 li {
  line-height: 40px;
  list-style: none;
  padding-left: 25px;
  border-left: 5px solid transparent;
}
.kj-nav-list2 li a {
  color: #333;
}
.kj-nav2-li.active {
  border-left: 5px solid #dd3b3f;
  color: #dd3b3f;
}
.kj-nav2-li.active a {
  color: #dd3b3f;
}
.kj-nav-list2 ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu {
  top: 98%;
  border-color: #ebebeb;
  padding:0;
  left:50%;
  transform:translateX(-50%);
  box-shadow:none;
  min-width:inherit;
  width:100%;
}
.dropdown-menu .fa-angle-down{
  transform: rotate(-90deg);
  margin-left:10px;
}
    .dropdown-menu li a {
        color: #333 !important;
        display: block;
        font-weight: normal !important;
        font-size: 14px !important;
        padding: 0 !important;
        padding: 10px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        position: relative;
    }
.dropdown-menu li a::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background-color: #e5e5e5;
    width: 92%;
    display: block;
    height: 1px;
} 
.dropdown-menu li:last-child a::after{
    display:none;
}
.dropdown-menu li a:hover{
    color:#fff!important;
}
.dropdown-menu li:hover .dropdown-menu{
    display:block !important;
}
.dropdown-menu li .dropdown-menu{
    left: 100%;
    width:auto;
transform: translateX(0);
    top: -3px;
}
/*大包装询价*/
#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:130px;}
#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:37%;}
#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:#019034;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#7dc325;}
.kj-nav-all h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.kj-nav-list2 li {
    margin-bottom: 15px;
    position: relative;
}

.kj-nav-list2 li i {
    position: absolute;
    right: 0;
}

.kj-nav-list2 li {
    margin-top: 20px;
    padding-left: 20px;
}

.kj-modal.in .modal-dialog {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    height: 100vh;
}

#phone-search-box {
    display: flex;
    margin: 0;
}

.kj-modal.in .modal-content {
    border: 0;
    border-radius: 0;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}
.kj-modal .modal-header:after,
.kj-modal .modal-header:before {
    display: none;
}
.kj-modal .btn-default {
    border: none;
    padding: 0;
}
.kj-pronav2 ul a:hover {
    text-decoration: underline;
}
.kj-scroll-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#fff;
    z-index:99;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.kj-scroll-top .kj-site-top-nav{
    display:none;
}
.kj-concactbox .kj-left ul li a:hover{
    color:#1155ac;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color:transparent;
    color:#fff;
}
.container {
  padding: 0;
  width: 1200px;
}
body {
  overflow-x: hidden;
}
.container {
  padding: 0;
  width: 1200px;
}
body {
  overflow-x: hidden;
}
.kj-site-top {
  background-color: #fff;
  font-size: 13px;
  background-image: url('../images/bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
a {
  color: #333;
}
a:hover {
  color: #019034;
  text-decoration: none;
}
.kj-site-top-logo {
  max-width: 100%;
  margin-top:10px;
}
.kj-top-search .col-xs-2 {
  width: calc(100% - 455px);
  padding-left: 90px;
}
.kj-top-search .col-xs-10 {
  width: 455px;
}
.kj-top-search {
  height: 108px;
  display: flex;
  align-items: center;
  align-self: start;
}
.kj-phone-search {
  display: none;
  transition-duration: 0.39s;
}
.kj-site-top-search-center-all {
  display: flex;
  align-items: center;
}
.kj-site-top-search-center {
  border: 1px solid #a5a5a5;
  width: 100%;
  background-color: #fff;
}
.kj-site-top-search-center .btn-default:hover {
  background-color: #7dc325;
  color: #fff;
}
.kj-site-top-search-center input {
  height: 40px;
  border: none;
  box-shadow:none;
  padding-left: 20px;
  border-radius: 0px !important;
  outline: none;
  width: 95% !important;
  line-height: 40px;
  font-size: 14px;
}
.kj-site-top-search-center input:focus {
  box-shadow: none;
}
.kj-site-top-search-center input::placeholder {
  font-size: 14px;
}
.kj-site-top-search-center input::-webkit-input-placeholder {
  font-size: 14px;
}
.kj-site-top-search-center button {
  height: 40px;
  line-height: initial;
  padding: 0;
  width: 60px;
  border: none;
  border-radius: 0px !important;
  color: #fff;
  font-size: 22px;
  background-color: #019034;
  transition-duration: 0.39s;
}
.kj-site-top-search-center button i {
  font-size: 23px;
}
#kj-site-top-nav-button {
  background-color: #019034;
}
#kj-site-top-nav-button span {
  background-color: #fff;
}
.kj-site-top-nav {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-color: #019034;
  border: none;
}
.kj-site-top .navbar-collapse {
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.kj-site-top .navbar-collapse .navbar-nav {
  float: none;
  width:100%;
  display:flex;
}
.kj-site-top .navbar-collapse::before,
.kj-site-top .navbar-collapse::after {
  display: none;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li{
    flex:1;
    text-align:center;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a {
    display: inline-block;
    padding: 0;
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
    transition-duration: 0.39s;
    width:100%;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a:hover {
  background-color: #7dc325;
}
.kj-default-swiper1 {
  height: 560px;
}
.kj-default-swiper1 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination {
  bottom: 15px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 17px;
  border: 1px solid #fff;
  height: 17px;
  margin: 0 5px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.kj-header {
  text-align: center;
  font-size: 15px;
  margin-top: 65px;
  color: #999;
  margin-bottom: 50px;
}
.kj-header span {
  display: block;
  font-size: 34px;
  color: #019034;
}
.kj-header span::after {
  content: "";
  width: 40px;
  display: block;
  margin: 15px auto 20px;
  height: 3px;
  background-color: #019034;
}
.kj-indexAboutUs {
  background-image: url('../images/bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
}
.kj-indexAboutUs .media {
  overflow: initial;
}
.kj-indexAboutUs .media-left {
  padding: 0;
  box-shadow: 0 4px 4px #e9e9e9;
  position: relative;
  width: 50%;
}
.kj-indexAboutUs .media-left a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-indexAboutUs .media-body {
  box-shadow: 0 4px 4px #e9e9e9;
  width: 50%;
  padding: 50px 45px 35px 30px;
  background-color: #f2f7fd;
  font-size: 14px;
  height: 350px;
}
.kj-indexAboutUs .media-body div {
  height: 115px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 30px;
}
.kj-indexAboutUs .media-body .media-heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.kj-more {
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #019034;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.kj-more:hover {
  background-color: #7dc325;
  color: #fff;
}
.kj-footer-ipad {
  background-color: #eee;
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333;
}
.kj-footer-ipad i {
  font-style: normal;
  margin: 0 10px;
}
.kj-footer-ipad span {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #333;
}
.kj-indexPlatform {
  background-image: url('../images/bg3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 90px;
  position: relative;
}
.kj-indexPlatform .swiper-pagination {
  bottom: 0;
}
    .kj-indexPlatform .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        opacity: 1;
        display: inline-block;
        border: 1px solid #019034;
        background-color: transparent;
    }
.kj-indexPlatform .swiper-pagination-bullet-active {
  background-color: #247839;
}
.kj-Platform .kj-img {
  display: block;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.kj-Platform .kj-title {
  font-size: 17px;
  margin-top: 20px;
  text-align: center;
  display: block;
  font-weight: bold;
  height: 25px;
}
.kj-Platform .kj-content {
  font-size: 14px;
  color: #666;
  height: 46px;
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
}
#kj-indexPlatform {
  height: 680px;
}
.kj-chengguozhanshi {
  background-image: url('../images/bg4.png');
  background-repeat: no-repeat;
  padding-top: 1px;
  background-size: cover;
  background-position: center center;

}
.kj-chengguozhanshi .container {
    position: relative;
}
#chengguozhanshi {
    position: relative;
    width: 100%;
    height: 430px;
}
#chengguozhanshi .swiper-slide h3 {
  font-size: 17px;
  margin-top: 20px;
  display: none;
  text-align: center;
}
#chengguozhanshi .kj-img {
  height: 325px;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#chengguozhanshi .kj-img::after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
}
#chengguozhanshi .swiper-slide-active .kj-img::after {
  display: none;
}
#chengguozhanshi .swiper-slide-active h3 {
  display: block;
}
#chengguozhanshi .swiper-container {
  padding-bottom: 60px;
}
#chengguozhanshi .swiper-slide {
  width: 460px;
  height: 430px;
}
.kj-news .kj-img {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.kj-news .kj-title {
  font-size: 18px;
  margin-top: 20px;
  color: #019034;
  display: block;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 25px;
}
.kj-news .kj-content {
  font-size: 14px;
  color: #666;
  height: 46px;
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
}
.kj-news .kj-date {
  font-size: 12px;
  display: block;
  margin-top: 20px;
  color: #999;
}
.kj-news .kj-date i {
  font-size: 13px;
  margin-right: 5px;
}
.kj-indexNews {
  background-image: url('../images/bg5.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom:80px;
  background-position: center center;
}
.kj-indexNews .swiper-pagination {
  bottom: 0;
}
.kj-indexNews #kj-indexNews {
  padding-bottom: 65px;
}
.kj-indexNews .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  display: inline-block;
  border: 1px solid #019034;
  background-color: transparent;
}
.kj-indexNews .swiper-pagination-bullet-active {
  background-color: #247839;
}
.kj-footer {
  min-height: 280px;
  margin-top:100px;
  background-color: #1c2021;
}
.kj-concact hr {
  margin: 0;
  border-top: 1px solid #fff;
  opacity: 0.1;
}
.kj-concact .kj-concact-bottom-all {
  padding-top: 55px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 36px;
}
.kj-concact .kj-concact-bottom ul {
  padding-left: 0;
  margin: 0;
}
.kj-concact .kj-concact-bottom ul li {
  list-style: none;
  color: #fff;
  display:flex;
  margin-bottom: 20px;
}
.kj-concact .kj-concact-bottom ul li a {
  color: #fff;
  opacity: 0.9;
  font-weight: lighter;
}
.kj-concact .kj-concact-bottom ul li a:hover {
  text-decoration: underline;
}
.kj-concact .kj-concact-bottom ul li:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.kj-concact .kj-concact-bottom ul li:last-child {
  margin: 0;
}
.kj-concact .kj-concact-bottom-cc {
  display: flex;
  margin-left: 110px;
  font-size: 18px;
  font-weight: bold;
}
.kj-concact .kj-concact-bottom-cc div {
  text-align: center;
  color: #fff;
  margin-left: 10px;
}
.kj-concact .kj-concact-bottom-cc div img {
  width: 140px;
  margin-top: 20px;
}
.kj-kf {
  text-align: center;
  display: flex;
  align-items: center;
}
.kj-footer-bottom {
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  line-height: 30px;
  opacity: 0.9;
  background-color: #171919;
  padding-top: 20px;
}
.kj-footer-bottom a {
  color: #fff;
}
.kj-footer-bottom a:hover {
  text-decoration: underline;
}
.kj-pageBg {
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.kj-nav-list {
  margin: 0;
  padding: 0;
}
    .kj-nav-list li {
        border: 1px solid #d2d2d2;
        border-top:none;
        list-style: none;
    }
.kj-nav-list li a {
  height: 55px;
  display: flex;
  padding-left: 25px;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.39s;
  color: #333;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  padding-right: 15px;
}
.kj-nav-list li a i {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  display:inline-block;
  transition:all 0.2s linear 0s;
}
    .kj-nav-list li a[aria-expanded="true"] i {
        transform:rotate(90deg);
    }
    .kj-nav-list li:hover a.fat_btn,
    .kj-nav-list li a.fat_btn.active {
        color: #019034;
        font-weight: bold;
    }
            .kj-nav-list li:hover a i,
            .kj-nav-list li.active a i {
                font-size: 14px;
                color: #019034;
            }

        .kj-nav-list li .second_box{border-top:1px solid #ddd;}
         .kj-nav-list li .second_box a{height:42px;padding-left:40px;}
         .kj-nav-list li .second_box a:hover{color:#019034;}
          .kj-nav-list li .second_box a.active{color:#019034;font-weight:bold;}

        .kj-header2 {
            font-size: 20px;
            color: #fff;
            background-color: #019034;
            font-weight: bold;
            height: 50px;
            padding-left: 25px;
            display: flex;
            align-items: center;
        }
.kj-header2 i {
  font-size: 30px;
  margin-right: 10px;
}
.kj-table thead tr th, .kj-table tbody tr td {
    text-align: center;
    transition:all 0.2s linear 0s;
}
.kj-table thead tr th{
    background:#019034;
    color:#fff;
    border-bottom:0;
    line-height:50px;
    font-size:16px;
    padding-top:0;
    padding-bottom:0;
}
.kj-table tbody tr td{
    border-top:0;
    border-bottom:1px solid #dedede;
}
.kj-table em {
    color: #e20000;
    font-style: normal;
}
.kj-table tbody tr:hover td{
    background:#f5f5f5;
}

.kj-prolist-width .col-md-3 {
    width: 310px;
}
.kj-prolist-width .col-md-9 {
  width: calc(100% - 310px);
}
.kj-header3 {
  font-size: 28px;
  padding-top: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #019034;
  margin-bottom: 15px;
}
.kj-pro {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.kj-pro a.kj-img-a {
  height: 265px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  border-bottom: none;
}
.kj-pro a.kj-img-a img {
  object-fit: cover;
  transition-duration: 0.39s;
  image-rendering: -webkit-optimize-contrast;
}
.kj-pro div.protxt {
  text-align:center;
  padding: 10px 20px;
  line-height: 25px;
  height: 80px;
}
.kj-pro div.protxt span {
  color: #666;
}
.kj-pro div.protxt a.kj-title {
  color: #333;
  font-size: 16px;
}
.kj-pro:hover a.kj-img-a img {
  transform: scale(1.2);
}
.kj-pro:hover .protxt {
  color: #019034 !important;
}
    .kj-pro:hover .protxt i {
        color: #019034 !important;
    }
.kj-pro:hover .protxt a {
  color: #019034 !important;
}
.kj-pro:hover .protxt span {
  color: #fff;
}
.kj-pageBg {
  height: 310px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.kj-nav {
  background-color: transparent;
  color:#666;
}
.kj-nav .container {
  display: flex;
  align-items: center;
  height: 55px;
  margin-bottom: 10px;
}
    .kj-nav i {
        font-style: normal;
        color: #019034;
        margin-right:10px;
    }
.kj-nav .container:before,
.kj-nav .container:after {
  display: none;
}
.kj-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
    .kj-nav .breadcrumb a {
        color: #999;
    }
.kj-nav .breadcrumb a:hover {
  color: #019034;
}
    .kj-nav .breadcrumb li:last-child span {
        color: #019034;
    }
.kj-nav .breadcrumb > li + li:before {
  content: ">";
  color: #666;
}
.kj-navigation-page {
    text-align: center;
    margin-top: 40px;
}
    .kj-navigation-page .pagination{
        margin:0;
    }
    .kj-navigation-page .pagination > li > a,
    .kj-navigation-page .pagination > li > span {
        border: 1px solid #e5e5e5;
        color: #333;
        font-size: 13px;
        padding: 6px 12px;
        background-image: linear-gradient(#ffffff, #f2f2f2);
        font-weight: bold;
        color: #000;
    }
        .kj-navigation-page .pagination > li.active > a,
        .kj-navigation-page .pagination > li > a:focus,
        .kj-navigation-page .pagination > li > a:hover,
        .kj-navigation-page .pagination > li > span:focus,
        .kj-navigation-page .pagination > li > span:hover {
            background: #019034;
            color: #fff;
        }

    .kj-navigation-page .pagination > li:last-child > a,
    .kj-navigation-page .pagination > li:last-child > span {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .kj-navigation-page .pagination > li:first-child > a,
    .kj-navigation-page .pagination > li:first-child > span {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
.kj-aboutUs .media-left {
  padding: 0;
}
.kj-aboutUs .media-left a {
  display: block;
  width: 565px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-aboutUs .media-body {
  font-size: 15px;
  line-height: 36px;
  padding-right: 65px;
}
.kj-aboutUs .media-heading {
  font-size: 34px;
  padding-top: 5px;
  font-weight: bold;
}
.kj-aboutUs .media-heading::after {
  content: "";
  width: 45px;
  margin: 20px 0 25px;
  display: block;
  border-radius: 10px;
  height: 4px;
  background-color: #019034;
}
.kj-prolist-width .kj-detail-swiper {
  width: 375px;
  padding-right: 15px;
  padding-left: 15px;
}

.kj-detail-swiper .swiper {
  width: 100%;
  height: 100%;
}

.kj-detail-swiper .mySwiper {
  margin-top: 10px;
}

.kj-detail-swiper .mySwiper .swiper-slide {
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.kj-detail-swiper .mySwiper .swiper-slide.active {
  border-color: #c7161e;
}

.kj-detail-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
  overflow:hidden;
}

.kj-detail-swiper .swiper-slide img {
width:100%;
}

.kj-detail-swiper .swiper {
  width: 100%;
  height: 375px;
  margin-left: auto;
  margin-right: auto;
}

.kj-detail-swiper .mySwiper2 {
  width: 100%;
  height: 345px;
}

.kj-margin2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 15px;
}

.kj-margin2:hover {
  display: block;
  overflow: initial
}

.kj-proBox {
  background-color: #fff;
  margin-bottom: 30px;
}

.kj-color {
  color: #999;
}
/*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: 65px;
  height: 65px;
  border-radius:3px;
  background-color:rgb(0 0 0 / 60%);
  text-align: center;
  margin-bottom:5px;
  color:#fff;
  vertical-align: bottom;
  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: 9px;
  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-color:#019034;
}

.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: 65px;
  top: -1px;
  display: none;
  background: #019034;
  border-radius:4px;
  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;
  border-radius:4px;
  position: absolute;
  right: 65px;
  top: -1px;
  border-top: 4px solid #019034;
  padding: 20px;
  font-size: 14px;
  background: #fff;
  line-height: 28px;
  width: 262px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.float_box ul li .tel_box i {
  font-size: 42px;
  color: #d3d3d3;
  margin-right: 10px;
}

.float_box ul li .tel_box span {
  color: #7dc325;
  font-size: 22px;
  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: #019034;
  border-radius:4px;
  position: absolute;
  right: 65px;
  top: -1px;
  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 a{
    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;
}

.phone_top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
}

.phone_top i {
  color: #2974ba;
  font-size: 40px;
}

.kj-modal .input-group {
  width: 80%;
}

.float_box ul {
  position: relative;
}

/*.float_box ul:before {
  content: "\e812";
  display: block;
  background-color: rgb(0 0 0 / 60%);
  width: 25px;
  padding: 10px 5px;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.float_box {
  right: 5px;
}

/*.float_box:hover {
  right: -1px;
}*/

/*.float_box:hover ul:before {
  opacity: 0;
}*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color:#fff;
}

.kj-btm-info {
  margin-top: 35px;
}

    .kj-btm-info .nav-tabs {
        border-top: none;
        background-color: #f9f9f9;
        border-bottom: 1px solid #019034;
    }

.kj-btm-info .nav-tabs>li.active>a,
.kj-btm-info .nav-tabs>li.active>a:focus,
.kj-btm-info .nav-tabs>li>a:focus,
.kj-btm-info .nav-tabs>li>a:hover {
  border: none;
  background-color: #019034;
  color:#fff;
  font-weight:bold;
  margin-right:0;
  margin-top: -1px;
}

.kj-btm-info .nav-tabs>li>a {
  border: none;
  color: #333;
  padding: 0;
  width: 145px;
  margin-top: -1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.kj-detail-info-bb {
  margin-bottom: 30px;
}

.kj-infoText {
  padding: 25px 25px 40px;
  font-size: 14px;
  line-height: 30px;
}

.kj-infoText img {
  max-width: 100%;
  height: auto !important;
}

.kj-infoText .kj-infoUl li {
  list-style: none;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #bfbfbf;
}

.kj-infoText .kj-infoUl li span {
  flex: 0 0 100px;
  color: #999;
}

.kj-enname {
  font-size: 14px;
}
.kj-prolist-width .kj-detail-info {
  width: calc(100% - 375px);
  min-height: 350px;
  padding-left:25px;
}

.kj-detail-info h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom:15px;
    padding-top: 40px;
}

.kj-detail-info ul {
  margin: 0;
  padding: 0;

}

.kj-margin {
  margin-bottom: 15px;
}

.kj-detail-info ul li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.kj-detail-info ul li.brief_text{
    line-height:22px;
    font-size:14px;
    margin-bottom:15px;
}

.kj-detail-info ul li span {
  color: #999;
}
  .kj-detail-info ul li em {
  color: #e20000;
  font-weight:bold;
  font-size:22px;
  font-style:normal;
}
.kj-detail-other-info {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 30px;
}
.kj-detail-other-info div a {
  margin-right: 10px;
  width: 150px;
  height: 45px;
  font-size:15px;
  background-color: #019034;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
}
/*.kj-detail-other-info div a:last-child{
  background-color: #b8b8b8;
}
*/
.kj-detail-other-info a:hover{
  background-color: #7dc325 !important;
}
.kj-relatedpro-swiper-container .kj-pro a.kj-img-a{
    height:200px;
}
.kj-header5{
    font-size:24px;
    margin:45px 0 15px;
}
.kj-sapn{
    display:block;
    margin-top:5px;
    margin-bottom:25px;
}
.kj-detail-info ul li span, .kj-margin span{
    display:inline-block;
    width:80px;
}
.kj-aboutUs{
    padding-top:40px;
}
.kj-relatedpro .table thead tr td{
    border-bottom:none;
    font-weight:bold;
}
.kj-relatedpro .table thead tr {
    background-color: #e8f0eb;
}
.kj-newsbox {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}
.kj-newsbox .media-left {
  padding-right: 25px;
}
.kj-newsbox .media-left a {
  display: block;
  width: 165px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.kj-newsbox .media-heading {
  font-size: 16px;
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  font-weight:bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kj-newsbox .media-body span {
  color: #999;
}
.kj-newsbox .media-body .kj-content {
  margin-top: 10px;
  color: #666;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color:#7dc325;
    color:#fff;
}
.kj-chengguozhanshi .swiper-button-prev i, .kj-chengguozhanshi .swiper-button-next i {
    font-size: 30px;
    font-weight: bold;
    color: #7dc325;
}
.kj-chengguozhanshi .swiper-button-prev, .kj-chengguozhanshi .swiper-button-next{
    top:43%;
}
.kj-chengguozhanshi .swiper-button-prev{
    left:-40px;
}
.kj-chengguozhanshi .swiper-button-next{
    right:-40px;
}

    .kj-chengguozhanshi .swiper-button-prev i:hover, .kj-chengguozhanshi .swiper-button-next i:hover {
        color: #019034;
    }
.kj-header4{
    text-align:center;
    font-size:36px;
    font-weight:bold;
    padding-top:65px;
    padding-bottom:35px;
}
.kj-content-all{
    color:#666;
    font-size:16px;
    line-height:34px;
}
#chengguozhanshi2 {
    position: relative;
    width: 100%;
    height: 370px;
}
#chengguozhanshi2 .swiper-slide h3 {
  font-size: 17px;
  margin-top: 20px;
  display: none;
  text-align: center;
}
    #chengguozhanshi2 .kj-img {
        height: 370px;
        display: block;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
#chengguozhanshi2 .kj-img::after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
}
#chengguozhanshi2 .swiper-slide-active .kj-img::after {
  display: none;
}
#chengguozhanshi2 .swiper-slide-active h3 {
  display: block;
}
#chengguozhanshi2 .swiper-container {
  padding-bottom: 60px;
}
#chengguozhanshi2 .swiper-slide {
  width: 590px;
  height: 370px;
}
.containers{
    position:relative;
    margin-top:70px;
}
    .containers .swiper-button-prev i, .containers .swiper-button-next i {
        font-size: 30px;
        font-weight: bold;
        color: #7dc325;
    }

.containers .swiper-button-prev, .containers .swiper-button-next {
    top: 50%;
}

.containers .swiper-button-prev {
    left: -40px;
}

.containers .swiper-button-next {
    right: -40px;
}

    .containers .swiper-button-prev i:hover, .containers .swiper-button-next i:hover {
        color: #019034;
    }
.kj-news .kj-title:hover{
    text-decoration:underline;
}
.pro_slide_box {
    margin-top: 40px;
    margin-bottom: 25px;
}

.pro_slide_box .nav-tabs {
    border-bottom: 1px solid #888;
}

.pro_slide_box .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 3px;
}

.pro_slide_box .nav-tabs > li a {
    padding: 0 35px;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 14px;
    background: #eaeaea
}

.pro_slide_box .nav-tabs > li:hover a {
    background: #888;
    color: #fff;
}

.pro_slide_box .nav-tabs > li.active > a,.pro_slide_box .nav-tabs > li.active > a:focus,.pro_slide_box .nav-tabs > li.active > a:hover {
    color: #fff;
    font-weight: bold;
    background: #019034;
    border: 0;
}

.pro_slide_box .nav-tabs.nav-flex {
    display: flex;
    justify-content: space-between;
}

.pro_slide_box .nav-tabs.nav-flex li {
    flex: 1;
}

.pro_slide_box .nav-tabs.nav-flex li:last-child {
    margin-right: 0;
}

.pro_slide_box .nav-tabs.nav-flex li a {
    padding: 0;
}

.pro_slide_box .table-responsive {

}

.pro_slide_box .table-responsive table {
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}

.pro_slide_box .table-responsive table tr th {
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 13px;
}

.pro_slide_box .table-responsive table tr:first-child th {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr th {
    width: calc(100% / 6);
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.pro_slide_box .table-responsive table tr:first-child td {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr td {
    color: #333333;
}

.pro_slide_box .table-responsive table tr td .table_article {
    font-size: 13px;
    color: #333;
    line-height: 23px;
    padding: 0 0 0 5px;
    word-break: break-word;
}

.pro_slide_box .table-responsive table tr td .table_article table tr th , .pro_slide_box .table-responsive table tr td .table_article table tr td {
    padding: 8px;
}

.pro_slide_box .table-responsive table tr td .table_article p {
    text-align: justify;
}

.pro_slide_box .table-responsive table tr td .table_article a {
    color: #333 !important;
}

.pro_slide_box .table-responsive table tr td .table_article a:hover {
    color: #3eb135 !important;
}

.pro_slide_box .table-responsive table tr td .table_article em,.pro_slide_box .table-responsive table tr td .table_article i {
    font-style: italic;
}

.pro_slide_box .article_list {
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-top: 18px;
    width: 100%;
}

.pro_slide_box .article_list li {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    transition: all 0.2s linear 0s;
}

.pro_slide_box .article_list li a {
    font-size: 13px;
    color: #333;
    line-height: 24px;
}

.pro_slide_box .article_list li:first-child {
    border-top: 0;
}

.pro_slide_box .article_list li:hover {
    background: #f9f9f9;
}

.pro_slide_box .article_list li:hover a {
    color: #45b035;
}

.pro_slide_box .activeBox {
    padding: 30px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
}

.pro_slide_box .activeBox img {
    max-width: 100%;
}

.pro_slide_box .article_box {
    padding: 15px;
    font-size: 13px;
    color: #333;
    line-height: 23px;
    border: 1px solid #e5e5e5;
    margin-top: 18px;
}

.pro_slide_box .article_box table {
    border: 1px solid #A8A8A8;
}

.pro_slide_box .article_box table tr th {
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #a8a8a8;
}

.pro_slide_box .article_box table tr td {
    border-bottom: 1px solid #a8a8a8;
    border-right: 1px solid #A8A8A8;
}

.pro_slide_box .article_box table tr th, .pro_slide_box .article_box table tr td {
    padding: 8px;
}

.pro_slide_box .purity_box {
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-top: 18px;
    width: 100%;
    padding: 35px 18px 18px 24px;
}

.pro_slide_box .purity_box .batch_box {
    margin-bottom: 35px;
    display: flex;
}

.pro_slide_box .purity_box .batch_box p#productDetailBatch_pdf_batch {
    font-size: 14px;
    color: #3eb135;
    width: auto;
    line-height: 33px;
    font-weight: bold;
    margin-right: 30px;
}

.pro_slide_box .purity_box .batch_box p#productDetailBatch_pdf_batch span {
    color: #333;
}

.pro_slide_box .purity_box .batch_box .titer {
    font-size: 14px;
    color: #333;
    width: auto;
    line-height: 33px;
    font-weight: bold;
}

.pro_slide_box .purity_box .batch_box .titer em {
    color: #3eb135;
    margin-left: 8px;
}

.pro_slide_box .purity_box .batch_box label {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    margin-right: 60px;
}

.pro_slide_box .purity_box .batch_box select {
    height: 33px;
    border: 1px solid #bdbdbd;
    padding: 0 3px;
    width: 290px;
    margin-left: 10px;
}

.pro_slide_box .purity_box .pdf_btn {
    display: flex;
    flex-wrap: wrap;
}

.pro_slide_box .purity_box .pdf_btn a {
    /*flex:0 0 20%;*/
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #333;
    margin-bottom: 12px;
    margin-right: 35px;
}

.coapurity {
    color: #3eb135 !important;
}

.pro_slide_box .purity_box .pdf_btn a img {
    height: 34px;
    margin-right: 10px;
}

.pro_slide_box .purity_box .pdf_btn a:hover {
    color: #3eb135;
}

.pro_slide_box .form_tubiao {
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-top: 18px;
    width: 100%;
    padding: 35px 18px 18px 24px;
}

.cpd-cal-con {
  padding:15px;
  overflow-x:auto;
}

.cpd-cal-con h6 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
}

.cpd-cal-con .brief_text {

    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding: 20px;
    margin-bottom: 22px;
}

.cpd-cal-con .calculator-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpd-cal-con .calculator-form.calculator_box {
    width: 100%;
}

.cpd-cal-con .calculator-form.calculator_box::-webkit-scrollbar {
    height: 0;
}

.cpd-cal-con .calculator-form .calculator_input {

    padding: 15px;
  
}

.cpd-cal-con .calculator-form .calculator_input {
    display: flex;
}

.cpd-cal-con .calculator-form .calculator_input span {
    color: #666;
    font-size: 16px;
    margin: 30px 8px 0 8px;
    line-height: 28px;
}

.cpd-cal-con .calculator-form .input_item label {
    width: 100%;
    font-size: 14px;
    color: #1B0808;
    line-height: 16px;
}

.cpd-cal-con .calculator-form .input_item label em {
    color: red;
}

.cpd-cal-con .calculator-form .input_item .input_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cpd-cal-con .calculator-form .input_item .input_box input {
    padding: 0 8px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    width: 100px;
    margin-right: 8px;
    font-size: 14px;
    color: #1B0808;
    height: 28px;
}

.cpd-cal-con .calculator-form .input_item .input_box select {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    width: 60px;
    font-size: 14px;
    color: #1B0808;
    height: 28px;
    padding: 0;
}

.cpd-cal-con .calculator-form .opt_box a {
    display: block;
    background: #abacac;
    width: 156px;
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 8px 0;
    text-align: center;
    line-height: 36px;
}

.cpd-cal-con .calculator-form .opt_box a:first-child {
    background: #abacac;
}

.cpd-cal-con .calculator-form .opt_box a:hover {
    background: #888;
}

.cpd-cal-con .calculator-form .opt_box a:first-child:hover {
    background: #888;
}

.cpd-cal-con .calculator-form .opt_box a:active {
    position: relative;
    top: 2px;
}

.cpd-cal-con .calculator-form.calculator_animals_box {
    flex-wrap: wrap;
}

.cpd-cal-con .calculator-form.calculator_animals_box .note_tips {
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding: 20px;
}

.cpd-cal-con .calculator-form.calculator_animals_box .calculator_input {
    width: 100%;
}

.cpd-cal-con .calculator-form .calculator_input.calculator_input_step2 .input_item {
    display: flex;
    align-items: center;
}

.cpd-cal-con .calculator-form .calculator_input.calculator_input_step2 .input_item .input_box {
    margin-top: 0;
}

.cpd-cal-con .calculator-form .calculator_input.calculator_input_step2 span {
    margin-top: 0;
}

.cpd-cal-con .calculator-form.calculator_animals_box .opt_box {
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.cpd-cal-con .calculator-form.calculator_animals_box .opt_box a {
    margin: 0 15px 0 0;
}
#inResult {
    display: none;
}
.product_list_ul2 {
    display: block;
    width: 100%;
}

.product_list_ul2 li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.2s linear 0s;
}

.product_list_ul2 li.selectActive {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.product_list_ul2 li .pro_description {
    padding: 15px 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product_list_ul2 li .pro_description .img_btn {
    height: 90px;
    display: inline-flex;
    justify-content: center;
}

.product_list_ul2 li .pro_description .img_btn img {
    max-width: 125px;
}

.product_list_ul2 li .pro_description .right_info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.product_list_ul2 li .pro_description .right_info .name_btn {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.product_list_ul2 li .pro_description .right_info .name_btn:hover {
    text-decoration: underline;
    color: var(--fontColor);
    ;}

.product_list_ul2 li .pro_description .right_info .basic_text {
    display: inline-block;
    line-height: 22px;
    margin-right: 25px;
}

.product_list_ul2 li .pro_description .right_info .basic_text_all {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}

.product_list_ul2 li .pro_description .right_info label {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.product_list_ul2 li .pro_description .right_info span {
    font-size: 14px;
    color: #333333;
}

.product_list_ul2 li .pro_description .right_info span a {
    color: var(--fontColor);
}

.product_list_ul2 li .pro_description .right_info span a:hover {
    text-decoration: underline;
}

.product_list_ul2 li .stock_btn {
    margin: 10px 0;
    background: none;
    border: 0;
    display: flex;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #ee3f38;
    justify-content: center;
    transition: all 0.2s linear 0s;
}

.product_list_ul2 li .stock_btn i {
    font-size: 13px;
    color: #ee3f38;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 1px;
    transition: all 0.2s linear 0s;
}

.product_list_ul2 li .stock_btn.active {
    background: #eff6fa;
    font-weight: bold;
}

.product_list_ul2 li .stock_btn.active i {
    transform: rotate(180deg);
    margin-top: 0;
}

.product_list_ul2 li .stock_btn:hover {
    background: #eff6fa;
}

.product_list_ul2 li .kjcollapse {
    display: none;
}

.product_list_ul2 li .kj-table {
    margin: 10px 15px 0 15px;
}

.product_list_ul2 li .kj-table table {
    margin-bottom: 0;
}

.product_list_ul2 li .kj-table thead tr th {
    text-align: center;
    border-bottom: 0;
    background: #f7f7f7;
    font-size: 14px;
    border-top: 1px solid #dcdcdc!important;
    border-bottom: 1px solid #dcdcdc;
}

.product_list_ul2 li .kj-table thead tr th:first-child {
    text-align: left;
    padding-left: 20px;
    width: 160px;
}

.product_list_ul2 li .kj-table tbody tr td {
    border-top: 0;
    text-align: center;
    font-size: 14px;
    color: #626262;
    vertical-align: middle;
    border-bottom: 1px dotted #dcdcdc;
}

.product_list_ul2 li .kj-table tbody tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

.product_list_ul2 li .kj-table tbody tr td em {
    color: #e70012;
}

.product_list_ul2 li .kj-table tbody tr td a {
    color: #626262
}

.product_list_ul2 li .kj-table tbody tr td a:hover {
    color: var(--fontColor);
}

.product_list_ul2 li .kj-table tbody tr td a.car_btn {
    color: #e70012;
}

.product_list_ul2 li .kj-table tbody tr td a.car_btn i {
    font-size: 20px;
    display: inline-block;
    transition: all 0.2s linear 0s;
}

.product_list_ul2 li .kj-table tbody tr td a.car_btn:hover i {
    transform: scale(1.1);
}

.product_list_ul2 li .kj-table tbody tr td a.login_btn {
    color: #e70012;
}

.product_list_ul2 li .kj-table tbody tr td a.login_btn:hover {
    text-decoration: underline;
}

.product_list_ul2 li .kj-table .kj-pro-num-box {
    width: 72px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #949494;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product_list_ul2 li .kj-table .kj-pro-num-box button {
    width: 20px;
    border: 0;
    padding: 0;
    height: 28px;
    transition: all 0.2s linear 0s;
    background: none;
    font-size: 14px;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product_list_ul2 li .kj-table .kj-pro-num-box input {
    width: 32px;
    height: 28px;
    line-height: 18px;
    border: 0;
    top: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #333;
}
    .product_list_ul2 li .kj-table thead tr th {
        text-align: center;
        border-bottom: 0;
        background: #f7f7f7;
        font-size: 14px;
        border-top: 1px solid #dcdcdc !important;
        border-bottom: 1px solid #dcdcdc;
        color:#333;
    }
     .product_cata_1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

 .product_cata_1 ul li {
    margin-right: 65px;
    width: calc((100% - 130px)/3);
}

 .product_cata_1 ul li:nth-child(3n) {
    margin-right: 0;
}

 .product_cata_1 ul li a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dddddd;
    font-size: 14px;
    color: #333333;
}

 .product_cata_1 ul li a em {
    width: 90%;
    height: 50px;
    font-style: normal;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .product_cata_1 ul li a i {
    font-size: 12px;
    color: #999999;
}

 .product_cata_1 ul li a:hover {
    color: #019034;
}

 .product_cata_1 ul li a:hover i {
    color: #019034;
}
 /*产品详情*/
.pro_desc_content {
    display: flex;
}

.pro_desc_content .left_box {
    width: 270px;
    margin-right: 40px
}

.pro_desc_content .left_box .img_box {
    width: 100%;
    height: 270px;
    border: 1px solid #c6c6c6;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_desc_content .left_box .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.pro_desc_content .right_box {
    width: calc(100% - 310px);
}

.pro_desc_content .right_box h1 {
    line-height: 42px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 4px;
}

.pro_desc_content .right_box h6 {
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}

.pro_desc_content .right_box .info_box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.pro_desc_content .right_box .info_box .list {
    line-height: 26px;
    font-size: 14px;
    color: #333333;
    flex: 0 0 33.33333%;
    margin-bottom: 10px;
    display: flex;
}

.pro_desc_content .right_box .info_box .list.list_all {
    flex: 0 0 100%;
}

.pro_desc_content .right_box .info_box .list label {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    width: 90px;
}

.pro_desc_content .right_box .info_box .list a {
    color: #02944b;
}

.pro_desc_content .right_box .info_box .list.list_all a {
    width: 90px;
    text-align: right
}

.pro_desc_content .right_box .info_box .list.list_all span {
    width: calc(100% - 160px);
    height: 26px;
    overflow: hidden;
    word-break: break-all;
}

.pro_desc_table {
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}

.pro_desc_table .kj-table {
    margin-top: 2px;
}

.pro_desc_table .kj-table tr th {
    text-align: center;
    background: #019034;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    border-bottom: 0;
}

.pro_desc_table .kj-table tr th:first-child {
    border-radius: 5px 0 0 5px;
    text-align: left;
    padding-left: 20px;
    width: 160px;
}

.pro_desc_table .kj-table tr th:last-child {
    border-radius: 0 5px 5px 0;
}

.pro_desc_table .kj-table tr td {
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px dotted #dcdcdc;
    border-top: 0;
}

.pro_desc_table .kj-table tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

.pro_desc_table .kj-table tbody tr td em {
    color: #e70012;
}

.pro_desc_table .kj-table tbody tr td a {
    color: #e70012;
}

.pro_desc_table .kj-table tbody tr td a.car_btn i {
    font-size: 20px;
    display: inline-block;
    transition: all 0.2s linear 0s;
}

.pro_desc_table .kj-table tbody tr td a.car_btn:hover i {
    transform: scale(1.2);
}

.pro_desc_table .kj-table .kj-pro-num-box {
    width: 72px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #949494;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.pro_desc_table .kj-table .kj-pro-num-box button {
    width: 20px;
    border: 0;
    padding: 0;
    height: 28px;
    transition: all 0.2s linear 0s;
    background: none;
    font-size: 14px;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pro_desc_table .kj-table .kj-pro-num-box input {
    width: 32px;
    height: 28px;
    line-height: 18px;
    border: 0;
    top: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #333;
}

.pro_desc_table .btn_box {
    margin-top: 5px;
    margin-bottom: 50px;
}

.pro_desc_table .btn_box .right_btn {
    display: flex;
    justify-content: flex-end;
}

.pro_desc_table .btn_box .right_btn a {
    width: 146px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    margin-left: 8px;
    background: #e0e0e0;
    font-weight: bold;
}

.pro_desc_table .btn_box .right_btn a:hover {
    background: #019034;
    color: #fff;
}

.pro_desc_table .btn_box .right_btn a:first-child {
    background: #019034;
    color: #fff;
}

.pro_desc_table .btn_box .right_btn a:first-child:hover {
    background: var(--bgHoverColor);
}

.pro_desc_table .btn_box .right_btn a:active {
    position: relative;
    top: 2px;
}

.pro_slide_box .nav {
    border-bottom: 2px solid #c2c2c2;
    display: flex;
}

.pro_slide_box .nav li {
    margin-right: 10px;
    margin-bottom: 0;
}

.pro_slide_box .nav li a {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    position: relative;
    background: #e0e0e0;
    border: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 162px;
}

.pro_slide_box .nav li.active a {
    background: #019034;
    color: #fff;
}

.pro_slide_box .nav li a:hover {
    background: #019034;
    color: #fff;
    border: 0;
}

.pro_slide_box .nav li a:focus {
    background: #019034;
    color: #fff;
    border: 0;
}

.pro_slide_box .tab-pane {
    border: 1px solid #c2c2c2;
    border-top: 0;
}

.pro_slide_box .table-responsive {
 
}

.pro_slide_box .table-responsive table {
    margin-bottom: 0;
}

.pro_slide_box .table-responsive table tr th {
    border-right: 1px solid #d9d9d9;
    font-size: 14px;
    color: #333;
}

.pro_slide_box .table-responsive table tr:first-child th {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr:first-child td {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr td {
    padding-left: 50px;
    color: #333333;
}

.pro_slide_box .table-responsive table tr td a {
    color: #333;
}

.pro_slide_box .table-responsive table tr td a:hover {
    color: var(--fontColor);
}

.pro_slide_box .technology_list {
    padding: 15px 15px 40px 15px;
}

.pro_slide_box .technology_list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #dedede;
    line-height: 38px;
    padding: 0 15px;
}

.pro_slide_box .technology_list li a {
    font-size: 14px;
    color: #333;
    flex: 1;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

.pro_slide_box .technology_list li a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #dedede;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s linear 0s;
}

.pro_slide_box .technology_list li .time {
    font-size: 14px;
    color: #999;
}

.pro_slide_box .technology_list li a:hover {
    color: var(--fontColor);
}

.pro_slide_box .technology_list li a:hover:before {
    background: #019034;
}

.pro_slide_box .activeBox {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

/*产品详情-相关产品*/
.product_relevant {
    margin-top: 45px;
}

.product_relevant h1 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev {
    color: #9a9a9a;
    transition: all 0.2s linear 0s;
    margin: 0;
    transform: translateY(-50%);
}

.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover {
    color: var(--fontColor);
}

.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
}

.product_relevant .swiper-button-prev {
    left: -52px;
}

.product_relevant .swiper-button-next {
    right: -52px;
}

.product_relevant .swiper-slide {
    border-radius: 10px;
    height: 230px;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    border: 1px solid #cccccc;
}

.product_relevant .swiper-slide .img_btn {
    transition: all 480ms ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    height: 165px;
}

.product_relevant .swiper-slide .img_btn img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1,1);
    transition-duration: 400ms;
    transition-timing-function: ease-out;
}

.product_relevant .swiper-slide .name_btn {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_relevant .swiper-slide .base_info {
    padding: 0 15px;
    margin: 3px 0 7px 0;
}

.product_relevant .swiper-slide .base_info span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.product_relevant .swiper-slide .car_btn {
    display: flex;
    background: #019034;
    height: 33px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.product_relevant .swiper-slide .car_btn i {
    margin-right: 8px;
}

.product_relevant .swiper-slide:hover {
    border-color: #019034;
}

.product_relevant .swiper-slide:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.product_relevant .swiper-slide:hover .img_btn img {
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.product_relevant .swiper-slide:hover .name_btn {
    color: var(--fontColor);
    text-decoration: underline;
}

.product_relevant .swiper-slide .car_btn:hover {
    background: var(--bgHoverColor);
}

/*化合物详情*/
.product_hhwk_desc {
    width: 100%;
}

.product_hhwk_desc .product_title {
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 12px;
    font-size: 24px;
    color: #02944b;
    font-weight: bold;
    line-height: 30px;
    height: 42px;
    margin-bottom: 20px;
}

.product_hhwk_desc .product_title em {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    line-height: 42px;
    margin-left: 5px;
}

.product_hhwk_desc .base_detail {
    display: flex;
    margin-bottom: 70px;
}

.product_hhwk_desc .base_detail .image_box {
    width: 180px;
    margin-right: 85px;
}

.product_hhwk_desc .base_detail .image_box img {
    max-width: 100%;
    max-height: 100%;
}

.product_hhwk_desc .base_detail .pro_desc_box {
    width: calc(100% - 265px);
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.compound_composition h1 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.compound_composition .kj-table thead tr th {
    text-align: center;
    background: #fafafa;
    font-size: 14px;
    color: #333333;
    border-bottom: 2px solid #019034;
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

.compound_composition .kj-table tbody tr td {
    text-align: center;
    border-top: 0;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dotted #dcdcdc;
    line-height: 24px;
}

.compound_composition .kj-table tbody tr td a {
    color: var(--fontColor);
}

.compound_composition .kj-table tbody tr td a:hover {
    text-decoration: underline;
}
.pro_slide_box .nav {
    border-bottom: 2px solid #c2c2c2;
    display: flex;
}

.pro_slide_box .nav li {
    margin-right: 10px;
    margin-bottom: 0;
}

.pro_slide_box .nav li a {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    position: relative;
    background: #e0e0e0;
    border: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 162px;
}

.pro_slide_box .nav li.active a {
    background: #019034;
    color: #fff;
}

.pro_slide_box .nav li a:hover {
    background: #019034;
    color: #fff;
    border: 0;
}

.pro_slide_box .nav li a:focus {
    background: #019034;
    color: #fff;
    border: 0;
}

.pro_slide_box .tab-pane {
    border: 1px solid #c2c2c2;
    border-top: 0;
}

.pro_slide_box .table-responsive {
   
}

.pro_slide_box .table-responsive table {
    margin-bottom: 0;
}

.pro_slide_box .table-responsive table tr th {
    border-right: 1px solid #d9d9d9;
    font-size: 14px;
    color: #333;
}

.pro_slide_box .table-responsive table tr:first-child th {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr:first-child td {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr td {
    padding-left: 50px;
    color: #333333;
}

.pro_slide_box .table-responsive table tr td a {
    color: #333;
}

.pro_slide_box .table-responsive table tr td a:hover {
    color: var(--fontColor);
}
.pro_desc_content .right_box .info_box .list {
    flex: 0 0 100%;
}
.kj-pageBgIn{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,0.5);
}
.bottom_form{
    width:400px;
}
.bottom_form h3{
    font-size:18px;
    margin-bottom:15px;
    color:#fff;
    font-weight:bold;
}
.bottom_form .formcolumn-item-tit{
    display:none;
}
.bottom_form .request_custom_synthesis_form{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.bottom_form .formcolumn-item{
    width:49%;
}
    .bottom_form .formcolumn-item input{
        width:100%;
        border:none;
        height:35px;
        padding: 0 10px;
        margin-bottom:8px;
    }
#guestbook_remark{
    width:100%;
}
    #guestbook_remark textarea {
        width: 100%;
        padding:10px;
        border: none;
        min-height: 50px;
    }
.bottom_form .btn-custom-synthesis {
    width: 120px;
    height: 35px;
    background-color: #019034;
    color: #fff;
    border: none;
    outline: none;
}
    .bottom_form .btn-custom-synthesis:hover {
        background-color: #7dc325;
        color: #fff;
    }
.bottom_form #GBCAPTCHAIMG img {
    height: 35px;
}
.kj-concact .kj-concact-bottom ul li{
    max-width:250px;
}
.kj-concact .kj-concact-bottom ul li span{
    text-wrap:nowrap;
}