.banner {
  position: relative;
  overflow: hidden;
  height: 460px;
}
.banner-inner {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.banner-inner img {
  width: 100%;
}
.content-title {
  color: #304155;
  font-weight: bold;
  position: relative;
  font-size: 26px;
  line-height: 52px;
  padding-top: 37px;
  text-align: center;
  margin-bottom: 30px;
}
.content-title:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  background-color: #ff532b;
}
.content-box {
  -webkit-box-shadow: 6px 0 40px rgba(51, 53, 57, 0.1);
          box-shadow: 6px 0 40px rgba(51, 53, 57, 0.1);
  padding: 15px 30px;
  position: relative;
  background-color: #fff;
  z-index: 4;
}
.content-product {
  position: relative;
  padding-bottom: 50px;
  background: url(bxk_bgImg.png) no-repeat center top;
}
.content-product-list {
  margin-bottom: 15px;
}
.content-product-list h4 {
  padding-left: 30px;
  font-size: 22px;
  color: #304155;
  font-weight: bold;
  line-height: 62px;
  position: relative;
}
.content-product-list h4:before,
.content-product-list h4:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-left: 14px solid #ff6440;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.content-product-list h4:before {
  left: 0;
}
.content-product-list h4:after {
  left: 8px;
  opacity: 0.5;
}
.content-product-info {
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  font-size: 0;
}
.content-product-li {
  display: inline-block;
  list-style: disc;
  width: 30%;
  padding-left: 36px;
}
.content-product-li a {
  font-size: 16px;
  display: block;
  position: relative;
  color: #666;
  line-height: 36px;
}
.content-product-li a:hover {
  text-decoration: underline;
  color: #ff532b;
}
.content-product-li a:before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #DCB276;
  left: -16px;
  top: 14px;
}
.content-question {
  position: relative;
  background: url(bxk_question_banner.png) no-repeat center top;
  margin-bottom: 50px;
}
.content-question-title {
  color: #fff;
  z-index: 5;
}
.content-question-title:after {
  background-color: #fff;
}
.content-question-li {
  padding-bottom: 16px;
  border-bottom: 1px dashed #E7E7E7;
  padding-left: 28px;
}
.content-question-li h4 {
  margin-top: 5px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 0;
  color: #304155;
  font-weight: bold;
}
.content-question-li h4:before {
  content: "";
  width: 17px;
  height: 17px;
  left: -28px;
  top: 13px;
  background: url("bxk_question_icon.png") no-repeat;
  position: absolute;
}
.content-question-li:last-child {
  border: none;
}
.content-question-info {
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
.more-service {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 14px;
  color: #4981e8;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.more-service:hover {
  cursor: pointer;
}
.more-service:hover .more-service-ul {
  display: block;
  animation: hideIndex 1s;
  -moz-animation: hideIndex  1s;
  -webkit-animation: hideIndex  1s;
}
.more-service-ul {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 0 15px;
  white-space: nowrap;
  position: absolute;
  right: -62px;
  top: 32px;
  background-color: #fff;
  z-index: 4;
  border-radius: 5px;
  -webkit-box-shadow: 6px 0 40px rgba(51, 53, 57, 0.1);
          box-shadow: 6px 0 40px rgba(51, 53, 57, 0.1);
}
.more-service-ul:before {
  content: " ";
  border-width: 0 6px 6px 6px;
  border-color: #fff transparent #fff;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: -6px;
  left: 89px;
}
.more-service-title {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 10px;
  color: #c6c6c6;
  border-bottom: 1px dashed #E7E7E7;
}
.more-service-title strong {
  color: #FE522A;
}
.more-service-li {
  margin-bottom: 15px;
}
.more-service-li a {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #666;
}
.more-question a {
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 78px;
  padding-right: 29px;
  background: url(bxk_toMore.png) no-repeat;
  background-position: 73px 9px ;
}
@-webkit-keyframes hideIndex {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.w {
  position: relative;
}
.formInput {
  position: absolute;
  padding: 40px 40px 50px 40px;
  width: 400px;
  height: 404px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #F8FAFB;
}
.formInput .error-info {
  font-size: 12px;
  color: #ff532b;
  position: absolute;
  bottom: -20px;
  left: 60px;
}
.formInput-title {
  position: relative;
  color: #3a4a5d;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D4D5D5;
}
.formInput-box {
  padding-top: 20px;
}
.formInput-list-user,
.formInput-list-password,
.formInput-list-imgCode {
  border: 1px solid #D4D5D5;
  border-radius: 5px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.formInput-list-user input,
.formInput-list-password input,
.formInput-list-imgCode input {
  display: inline-block;
  vertical-align: top;
  width: 255px;
  height: 31px;
  border: none;
  background-color: #F8FAFB;
  padding-left: 10px;
}
.formInput-list-user input::-ms-clear,
.formInput-list-password input::-ms-clear,
.formInput-list-imgCode input::-ms-clear {
  display: none;
}
.formInput-list-user input::-ms-reveal,
.formInput-list-password input::-ms-reveal,
.formInput-list-imgCode input::-ms-reveal {
  display: none;
}
.formInput-list-user i,
.formInput-list-password i,
.formInput-list-imgCode i {
  background-image: url(resigste-sprite.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-bottom: 0px;
  margin-top: 9px;
  background-position: 0 -320px;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  right: 10px;
  top: 0px;
}
.formInput-list-imgCode {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
}
.formInput-list-imgCode input {
  width: 70%;
}
.formInput-list-imgCode-right {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-left: 4px;
}
.formInput-list-imgCode-right img {
  border-radius: 5px;
  height: 35px;
  width: 100px;
}
.formInput button {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background-color: #FE522A;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.formInput-downLoad {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding-left: 40px;
  background-color: #F6F6F6;
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #4981e8;
}
.place_holder {
  display: inline-block;
  width: 44px;
  height: 33px;
  background: url("bxk_input_icon.png") no-repeat;
  background-position: 12px 9px;
  position: relative;
}
.place_holder:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #ccc;
}
.place_holder_full {
  background-position: -48px 9px;
}
.place_holder_password {
  background-position: 12px -41px;
}
.place_holder_password_full {
  background-position: -48px -41px;
}
.place_holder_imgCode {
  background-position: 12px -91px;
}
.place_holder_imgCode_full {
  background-position: -48px -91px;
}
.hide {
  display: none;
}
.error-border {
  border: 1px solid #f56c6c;
}
.detail-btn {
  width: 116px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff3c1c;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ff3c1c;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.detail-name {
  font-size: 24px;
  color: #304155;
  font-weight: bold;
  line-height: 1;
}
.detail-introduce {
  font-size: 16px;
  color: #888;
  margin-top: 15px;
  line-height: 25px;
}
.detail-img {
  width: 100%;
}
.detail-img-box {
  position: absolute;
  width: 195px;
  height: 195px;
  border-radius: 5px;
  overflow: hidden;
  top: -25px;
  left: -25px;
}
.detail-product-info {
  font-size: 0;
  margin-right: -10px;
}
.detail-product {
  background: #fff;
  padding-top: 110px;
}
.detail-box {
  background: url(bxk-detail-bg.jpg) center center no-repeat;
  padding-top: 20px;
  padding-bottom: 45px;
}
.detail-box .content-product-list {
  margin-bottom: 0;
  margin-top: -5px;
}
.detail-box .more-btn {
  text-align: center;
}
.detail-box .more-btn a {
  display: inline-block;
  width: 140px;
  height: 38px;
  border-radius: 38px;
  border: 1px solid #dee1e2;
  background-color: #fafcfd;
  font-size: 14px;
  color: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
}
.detail-box .more-btn a:hover {
  color: #fff;
  background-color: #ff3c1c;
  border-color: #ff3c1c;
}
.detail-cproduct-li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
  padding-left: 55px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 45px;
}
.detail-cproduct-li a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 6px 0 10px rgba(204, 202, 202, 0.5);
          box-shadow: 6px 0 10px rgba(204, 202, 202, 0.5);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 195px;
  height: 195px;
  padding-top: 40px;
  background-color: #fff;
}
.detail-cproduct-li a:hover .detail-btn {
  color: #fff;
  border: none;
  line-height: 32px;
  background: #ff340b;
  background: -moz-linear-gradient(left, #ff340b 0%, #ff592b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff340b), color-stop(100%, #ff592b));
  background: -webkit-linear-gradient(left, #ff340b 0%, #ff592b 100%);
  background: -o-linear-gradient(left, #ff340b 0%, #ff592b 100%);
  background: -ms-linear-gradient(left, #ff340b 0%, #ff592b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff340b), to(#ff592b));
  background: linear-gradient(to right, #ff340b 0%, #ff592b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff340b', endColorstr='#ff592b', GradientType=1);
  -webkit-box-shadow: 0 4px 8px rgba(192, 24, 31, 0.2);
          box-shadow: 0 4px 8px rgba(192, 24, 31, 0.2);
}
