@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
  line-height: 1.42857;
  color: #666;
  font-size: 14px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #666;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

img {
  vertical-align: middle;
  border: 0; 
}

label {
  display: inline-block;
}

.containerSelf {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.float_right {
  float: right;
}

.float_right::after {
  clear: both;
  display: block;
  content: ""
}

.flex-block {
  display: flex;
}

.text-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-content {
  margin-top: 35px;
}

/* header start */
.header-top {
  background: #fafafa;
  box-shadow: inset 0px -4px 9px 1px #e8e8e8;
  height: 35px;
  line-height: 35px;

}
.nav-img{
  width:460px;
}
.flex-block p span {
  margin: 0 5px;
}



.navbar {
  background: rgb(96 96 96 / 76%);
  position: absolute;
  width: 100%;
  top: 135px;
  z-index: 100;
}

.navbar-nav {
  display: flex;

}

.navbar-nav-item {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
}

.navbar-nav a {
  color: #ffffff;
  cursor: pointer;

}

.navbar-nav-item:hover,
.navbar-nav .active {
  background: #f4781f;
}

.top-img {
  overflow: hidden;
  position: relative;
  min-height: 45px;
  /* top: -45px;
  margin-bottom: -45px;
  z-index: -10; */
}
.top-img img{
  width:100%;
}
/* header end */
/* menu start */
.content-left {
  width: 216px;
}

.menu {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.menu-item {
  display: block;
}

.arrow-down {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 20px;
}

.arrow-down::after {
  content: '';
  position: absolute;
  top: -11px;
  left: -8px;
  border: 8px solid;
  border-color: #f1761e transparent transparent transparent;
}
.arrow-right {
  width: 0;
  height: 0;
  border: 5px solid;
  border-color:  transparent transparent transparent #bdbbba;
  position: absolute;
  right: 15px;
  top:40%;
}

.arrow-right::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -8px;
  border: 5px solid;
  border-color:  transparent transparent transparent #ffffff;
}
.menu-item-block {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  text-indent: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.menu-item-title {
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  position: relative;
  background: #f1761e;

}

.menu-item-title.active,
.menu-item-title:hover,
.menu-item-title a.active {
  color: #ffffff;
}

.menu-item-content {
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  background: #fafafa;
}

.menu-item-content>ul>li {
  position: relative;
}

.menu-item-content>ul>li:hover .menu-item-content-floatright {
  display: block;
}
.subtitle span:first-child{
  display:block;
  width: 85%;
  padding: 10px 0;
  line-height: 20px;
  padding-left: 40px;
  text-indent: 0;
}
.subtitle:hover,
.subtitle.active {
  color: #f1761e;
}

.menu-item-content-floatright {
  display: none;
  position: absolute;
  top: 0px;
  left: 216px;

  height: 100%;
}

.menu-item-content-floatright-main {
  min-height: 100%;
 
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

  position: relative;
  left: 10px;
  background: #f4f4f4;
  padding: 10px 10px 1px; 
  z-index: 200;
  line-height: 20px;

}

.menu-item-content-floatright-main li {
  flex: 0 0 30%;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
}

.menu-item-content-floatright-main .active,
.menu-item-content-floatright-main li:hover {
  color: #f1761e;
}

.triangle-left {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #f4f4f4 transparent transparent;
  position: absolute;
  left: 2px;
  top: 10px;
}

/* menu end */

/* right start */
.content-right {
  margin-left: 12px;
  width: 770px;
  position: relative;
  background: #fff;
  border: 1px solid #dfdfdf;
  /* padding: 10px; */
}

.content-right-main {
  /* width: 90%; */
  padding: 20px;
  margin: 0 auto;
}

.article-list {
  list-style-type: disc;
}


/* articlelist start */
.list-area {
  margin-bottom: 30px;
  padding: 15px 15px 5px;
}

.list-area-items li {
  content: ".";
  color: #f1761e;
  padding: 5px;
  margin-bottom: 10px;

}

.list-area-items li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #f1761e;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 10px;
}

.list-area-items li a:hover {
  color: #f1761e;
}

.list-area-items li span:first-child {
  width: 85%;
  display: inline-block;
}

.list-area-items li span:last-child {
  font-size: 12px;
}

/* articlelist end */


/* right end */
/* pagebar start */
.pagebar {
  bottom: 10px;
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #333333;
}

.pagebar ul {
  display: flex;
}

.pagebar ul li {
  margin-right: 5px;
  cursor: pointer;
}

.pagebar .invalid {
  color: #b0b0b0;
}

.pagebar .active {
  color: #000000;
  font-weight: 600;
}

/* pagebar end */


/* slider start*/
.slider {
  position: relative;
  margin:0 auto;
}

.slider-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-inner-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
  opacity: 0;
}

.slider-inner-item.active {
  display: block;
  opacity: 1;
}

.slider-inner-item img {
  width: 100%;  
}

.slider-control {
  position: absolute;
  bottom: 20px;
  left: 48%;
  z-index:1000;
}

.slider-control li {
  list-style: none;
  border-radius: 50%;
  border-color: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #fff;
  margin: 10px;
  
}

.slider-control li.active {
  background: #fff;  
}

.slider-control-img{
  background:#333;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-control-arrow{
width:20px;
color:#cdcdcd;
visibility: hidden;
margin: 10px;
}
.slider-control-arrow:hover,.slider-control-img li:hover,.slider-control li:hover{
  cursor: pointer;
}
.visible{
  visibility:visible;
}
.slider-control-img li{
  list-style: none;
  display: inline-block;
  transition:all .5 linear;
}
.slider-control-img li img{
  display:none;
}
.slider-control-img li img.showImg{
  display: block;
}
.slider-control-img li.active{
border:2px solid #fff;
}
.slider-control-img img{
  width:50px;
  height:50px;
}

/* slider end */

/* footer start */
.footer {
  background: #e8e8e8;
  box-shadow: inset 2px 0px 4px 2px #cdcaca;
  color: #333;
  font-size: 14px;
  padding: 30px 0;
  margin-top: 40px;
}

.footer .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

.footer-left {
  flex: 1;
}

.footer-left ul {
  display: flex;
  margin-left: 20%;
}

.footer-left ul li {
  flex: 1
}

.footer-left ul li span {
  margin-left: 20%;
}

.footer-left a {
  color: #333;
}

.footer-left a:hover {
  color: cornflowerblue;
}

.footer-right {
  text-align: right;
  line-height: 20px;
}

.footer-right p {
  height: 25px;
}

/* footer end */

/* home start */
.home-con {
  background: #e7e7e7;
  padding: 40px;
}

.home-con .clo-item {
  position: relative;
  width: 270px;
  margin: 0 17px;
  transition: all 0.3s ease-in-out;
}

.home-con .flex-block {
  align-items: center;
  justify-content: center;
}

.home-con .clo-item p {
  position: absolute;
  color: #fff;
  top: 0;
  height: 80px;
  width: 100%;
  line-height: 80px;
  background: rgb(51 51 51 / 69%);
  font-size: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.home-con .clo-item:hover {
  box-shadow: 2px 2px 3px 2px #c7c7c7;
}

.home-con .clo-item:hover p {
  background: #f1761e;
}

.home-bottom {
  display: flex;
  align-items: flex-start;
  padding: 40px 20px 20px;
}

.col-item-2 {
  width: 50%;
  padding: 0 20px;
}

.col-item-2:first-child {
  border-right: 1px solid #dbdbdb
}

.col-item-2-title {
  height: 30px;
  color: #f28134;
  font-size: 20px;
  font-weight: bold;
}

.col-item-2-title p {
  border-bottom: 3px solid #c5c3c3;
  padding-bottom: 12px;

}

.col-item-2-title p span {
  border-bottom: 3.5px solid #f1761e;
  padding: 12px 5px;
}

.col-item-2-title p a {
  color: #666;
  font-size: 13px;
  font-weight: initial;
  margin-top: 10px;

}

.col-item-2-list li a .text-ell {
  width: 60%;
  display: inline-block;
}

.col-item-2-list {
  list-style: disc;
  margin-top: 30px;
}

.col-item-2-list li {
  height: 30px;

}

.col-item-2-list li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 7px;
}

.col-item-2-list li a:hover {
  color: rgb(43, 106, 148)
}

/* home end */

/* article start */
.tab-panel h5 {
  border-bottom: 2px dotted #d9d9d9;
  font-size: 13px;
  position: relative;
  text-align: right;
}
.content-main{
  contain: content;
  padding:20px;
  width: 100%; 
}
.border-box{
  border: 1px solid #dfdfdf;
}
/* article end */
.pro-title {
  border-bottom: 1px solid #ccc;
  color: #333;
  height: 32px;
  line-height: 25px;
  margin-top: 10px;
  margin-left: 14px;
  position: relative;
}
.padding-content{
  padding:0 18px;
}
.pro-title p span,.pro-title span {
  border-bottom: 3px solid #f4781f;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  *height: 29px;
  padding: 0 6px;
  position: absolute;
}

.product-title {
 
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;

  background: linear-gradient(0deg, #dbdbdb, #ffffff);
  box-shadow: 0px 2px 2px 1px #ececec;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.product-title span {
  padding: 8px 22px;
  background: linear-gradient(0deg, #cd5d07, #ff7310);
 
}

.title-bg {
  background: linear-gradient(90deg, #ff7600, #fc7909, #f88e33, transparent);
  width: 30%;
  line-height: 45px;
}

.title-bg span {
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.khj-home {
  width: 100%;
  height: 6970px;
  min-width: 1236px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  background-image: url("/butler-img/client/assets/images/khj/home/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.khj-home-part {
  position: relative;
}

.khj-home-banner {
  width: 2293px;
  height: 2966px;
  margin: 0 auto;
  background-image: url("/butler-img/client/assets/images/khj/home/banner1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-main {
  position: absolute;
  top: 776px;
  width: 100%;
}

.khj-home-introduce {
  width: 1236px;
  height: 616px;
  margin: 0 auto;
  background-image: url("/butler-img/client/assets/images/khj/home/introduce.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.khj-home-promise {
  width: 1236px;
  height: 608px;
  margin: 0 auto;
  padding: 152px 58px 64px 24px;
  background-image: url("/butler-img/client/assets/images/khj/home/promise.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-promise-part {
  display: inline-block;
  width: 540px;
  height: 392px;
  margin-left: 34px;
}

.khj-home-lj {
  position: absolute;
  top: -52px;
  width: 100%;
  height: 92px;
  margin: 0 auto;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-lj.png");
  background-repeat: no-repeat;
  background-size: 1200px 92px;
  background-position: center;
}

.khj-home-grid {
  position: relative;
  width: 540px;
  height: 360px;
  margin-top: 40px;
}

.khj-home-grid:hover .khj-home-hover {
  display: block;
}

.khj-home-grid:hover .khj-home-blank {
  display: none;
}

.khj-home-hover {
  display: none;
  position: absolute;
  top: 0;
  width: 540px;
  height: 360px;
  text-align: center;
  background: rgba(51, 51, 51, 0.5);
}

.khj-home-hover-text {
  margin-top: 136px;
  color: #ffffff;
  font-size: 20px;
}

.khj-home-hover-btn {
  width: 136px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  color: #ff8000;
  font-size: 16px;
  cursor: pointer;
  border-radius: 28px;
  background: #ffffff;
}

.khj-home-blank {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 540px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 10px 10px;
}

.khj-home-activity-sx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 1028px;
  margin: 0 auto;
  padding: 164px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-sx.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-activity-cx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 918px;
  margin: 0 auto;
  padding: 54px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-cx.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-activity-xb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 918px;
  margin: 0 auto;
  padding: 54px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-xb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-activity-jd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 628px;
  margin: 0 auto;
  padding: 164px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-jd.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-activity-rj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 518px;
  margin: 0 auto;
  padding: 54px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-rj.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-activity-rh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1236px;
  height: 518px;
  margin: 0 auto;
  padding: 54px 58px 64px 58px;
  background-image: url("/butler-img/client/assets/images/khj/home/activity-rh.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.khj-home-code {
  width: 1200px;
  height: 300px;
  margin: 36px auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/butler-img/client/assets/images/khj/home/code.png");
  background-repeat: no-repeat;
  background-size: 900px 219px;
  background-position: center;
  box-shadow: 0px 6px 12px 1px rgba(136, 138, 16, 0.5);
}

.khj-home-review {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 2px;
  color: #ff8000;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 12px 1px rgba(136, 138, 16, 0.5);
}

.khj-home-mask {
  position: absolute;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 6970px;
  background: rgba(0, 0, 0, 0.4);
}

.khj-home-modal {
  position: fixed;
  top: 200px;
  z-index: 1002;
  width: 100%;
  display: flex;
  align-items: center;
}

.khj-home-modal-part {
  width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

.khj-home-modal-top {
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #ff8000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #EBEBEB;
}

.khj-home-modal-close {
  position: absolute;
  top: 16px;
  right: 0;
  cursor: pointer;
}

.khj-home-modal-text {
  margin: 40px 20px;
}

.khj-column {
  min-width: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.khj-column-part {
  width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}

.khj-fwcn-bg {
  background: #f7f0e8;
}

.khj-fwcn-back {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 24px;
  background: #fa9e41;
  display: inline-block;
}

.khj-fwcn-title {
  color: #f08800;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.khj-fwcn-detail {
  margin-top: 40px;
}

.khj-lshg-tab {
  width: 1000px;
  overflow: hidden;
  position: relative;
}

.khj-lshg-tab-left {
  margin-left: -920px !important;
}

.khj-lshg-tab:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.khj-lshg-tab:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.khj-lshg-tab ul {
  margin-left: 0;
}

.khj-lshg-tab ul li {
  display: table-cell;
  white-space: nowrap;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 15px 25px;
  background: #eff2f9;
}

.khj-lshg-tab ul .active {
  color: #ffffff;
  background: #ef7827;
}

.khj-lshg-tab ul .active:hover {
  color: #ffffff;
}

.khj-lshg-tab ul li:hover {
  color: #ff6000;
}

.khj-lshg-tab .back {
  color: #6d778e;
  background: #e3e8f3 !important;
}

.khj-lshg-tab .back:hover {
  color: #545f7a !important;
  background: #dbe2ef !important;
}

.khj-lshg-tab a img {
  width: 8px;
  height: 14px;
}

.khj-lshg-tab a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.khj-lshg-tab .prev {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  box-shadow: 0 0 12px rgba(68, 85, 120, 0.24);
  background: #eff2f9;
  text-align: center;
  font-size: 0;
  left: 0;
}

.khj-lshg-tab .next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  box-shadow: 0 0 12px rgba(68, 85, 120, 0.24);
  background: #eff2f9;
  text-align: center;
  font-size: 0;
  right: 0;
}

.khj-lshg-detail {
  margin-top: 30px;
}