body {
  min-width: 1360px;
  font-size: 16px;
  padding-right: 0px!important;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* Firefox版本4-18 */
input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* Firefox版本19+ */
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* IE浏览器 */
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* 使用webkit内核的浏览器 */
textarea:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* Firefox版本4-18 */
textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* Firefox版本19+ */
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
/* IE浏览器 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
@media (min-width: 768px) {
  .modal-sm {
    width: 305px;
  }
}
.modal-open {
  overflow-y: scroll!important;
  padding-right: 0px!important;
}
a:hover {
  text-decoration: none;
}
input[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.modal-title-ex {
  color: #6CBA48;
  font-size: 20px;
}
.modal-backdrop.in {
  opacity: 0.1;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}
.trial_success_dialog,
.trial_fail_dialog,
.max_fives_dialog {
  align-items: center;
  justify-content: center;
}
.modal-trial-dialog {
  align-items: center;
  justify-content: center;
}
.modal-trial-dialog .modal-content {
  width: 800px;
  border-radius: 0;
}
.modal-trial-dialog .modal-content .modal-header .close-dialog {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index_new/close.png) no-repeat center;
}
.modal-trial-dialog .modal-content .modal-header .close {
  opacity: 0.7;
}
.modal-trial-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal-trial-dialog .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
.modal-trial-dialog .modal-content .modal-body .body-left {
  width: 400px;
}
.modal-trial-dialog .modal-content .modal-body .body-left p {
  width: 15px;
  color: #999;
  width: 380px;
  line-height: 20px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form {
  margin-top: 20px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label span {
  display: inline-block;
  width: 94px;
  text-align: right;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 15px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label span i {
  color: #FF0000;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label input {
  font-weight: normal;
  border: 1px solid #E5E5E5;
  padding: 0 5px;
  width: 289px;
  color: #999;
  font-size: 15px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label input:focus {
  border: 1px solid #6cba48;
  box-shadow: #6bc943 0 0 3px;
  outline: 0;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label .input-extend {
  width: 152px;
  margin-right: 10px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label textarea {
  font-weight: normal;
  width: 289px;
  height: 75px;
  vertical-align: text-top;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item label textarea:focus {
  border: 1px solid #6cba48;
  box-shadow: #6bc943 0 0 3px;
  outline: 0;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item .trail-btn {
  box-sizing: border-box;
  padding: 9px 0;
  color: #fff;
  background: #6CBA48;
  border: oldlace;
  border-radius: 15px;
  width: 120px;
  cursor: pointer;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item .trail-btn:focus {
  outline: none;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item .trail-btn:hover {
  background: #4c9829;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .item .trail-btn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .submit-container {
  margin-top: 58px;
  margin-bottom: 18px;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .submit-container button {
  padding: 10px 126px;
  color: #fff;
  background: #6CBA48;
  font-size: 18px;
  margin-left: 102px;
  border-radius: 0;
  border: 0;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .submit-container button:hover {
  background: #4c9829;
}
.modal-trial-dialog .modal-content .modal-body .body-left .apply-form .submit-container button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}
.modal-trial-dialog .modal-content .modal-body .body-right img {
  width: 298px;
}
.modal-concat-dialog .modal-dialog {
  position: fixed;
  bottom: 120px;
  right: 53px;
}
.modal-concat-dialog .modal-dialog .modal-content {
  width: 453px;
}
.modal-concat-dialog .modal-dialog .modal-header {
  background: url(../images/index_new/bg_trial.png) no-repeat center;
}
.modal-concat-dialog .modal-dialog .modal-header .close span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index_new/close_w.png) no-repeat center;
}
.modal-concat-dialog .modal-dialog .modal-header .modal-header-item img {
  width: 17px;
  margin-right: 15px;
}
.modal-concat-dialog .modal-dialog .modal-header .modal-header-item span {
  letter-spacing: 1px;
  color: #fff;
}
.modal-concat-dialog .modal-dialog .modal-header .modal-header-item:last-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .modal-concat-dialog .modal-dialog {
    width: 453px;
  }
}
.modal-dialog-container {
  align-items: center;
  justify-content: center;
}
.modal-dialog-container .modal-content {
  width: 435px;
  border-radius: 0;
}
.modal-dialog-container .modal-content .modal-header .close-dialog {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index_new/close.png) no-repeat center;
}
.modal-dialog-container .modal-content .modal-header .close {
  opacity: 0.7;
}
.modal-dialog-container .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal-dialog-container .modal-content .modal-body {
  padding: 32px 38px;
}
.modal-dialog-container .modal-content .modal-body .item label {
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
.modal-dialog-container .modal-content .modal-body .item label span {
  display: inline-block;
  width: 81px;
  text-align: right;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 15px;
}
.modal-dialog-container .modal-content .modal-body .item label input {
  border: 1px solid #E5E5E5;
  padding: 0 5px;
  width: 255px;
  color: #999;
  font-size: 15px;
}
.modal-dialog-container .modal-content .modal-body .item label input:focus {
  border: 1px solid #6cba48;
  box-shadow: #6bc943 0 0 3px;
  outline: 0;
}
.modal-dialog-container .modal-content .modal-body .item label input[readonly]:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.modal-dialog-container .modal-content .modal-body .item .progress-tiao {
  display: inline-block;
  width: 168px;
  height: 10px;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #eee;
}
.modal-dialog-container .modal-content .modal-body .item .progress-tiao-low {
  background-image: linear-gradient(to right, #ff0000, #ffffff, #ffffff);
}
.modal-dialog-container .modal-content .modal-body .item .progress-tiao-mid {
  background-image: linear-gradient(to right, #ff0000, #f6b415, #ffffff);
}
.modal-dialog-container .modal-content .modal-body .item .progress-tiao-high {
  background-image: linear-gradient(to right, #ff0000, #f6b415, #6cba48);
}
.modal-dialog-container .modal-content .modal-body .item .range_tip {
  color: #999;
  font-size: 14px;
}
.modal-dialog-container .modal-content .modal-body .item .red {
  color: #ff0000;
}
.modal-dialog-container .modal-content .modal-body .item .yellow {
  color: #f6b415;
}
.modal-dialog-container .modal-content .modal-body .item .green {
  color: #6cba48;
}
.modal-dialog-container .modal-footer {
  text-align: center;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.modal-dialog-container .modal-footer .btn-primary {
  background-color: #6CBA48;
  font-size: 18px;
  padding: 10px 27px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.modal-dialog-container .modal-footer .btn-primary:hover {
  background: #4c9829;
}
.modal-dialog-container .modal-footer .btn-default {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  padding: 10px 27px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 0;
}
.modal-dialog-container .modal-footer .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal-dialog-container .modal-footer .btn + .btn {
  margin-left: 20px;
}
.dot {
  display: inline-block;
  position: relative;
  top: 2px;
  left: -2px;
}
.is-show {
  display: none;
}
.header-container {
  width: 100%;
  height: 45px;
}
.header-container .background-header {
  background: #2F3135;
}
.header-container .header {
  position: fixed;
  width: 100%;
  height: 45px;
  z-index: 100;
  transition: background-color 0.3s;
}
.header-container .header::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
}
.header-container .header .logo {
  float: left;
  margin-top: 6px;
  margin-left: 75px;
  position: relative;
  top: -4px;
  width: 116px;
}
.header-container .header .right-nav {
  font-size: 12px;
}
.header-container .header .right-nav .right-search:hover input {
  width: 283px;
}
.header-container .header .right-nav .right-search input {
  width: 203px;
  box-sizing: border-box;
  padding: 15px;
  margin-top: -5px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  transition: width 0.3s;
}
.header-container .header .right-nav .right-search input:focus {
  width: 283px;
  outline-width: 0!important;
}
.header-container .header .right-nav .right-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.header-container .header .right-nav .right-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.header-container .header .right-nav .right-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.header-container .header .right-nav .right-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.header-container .header .right-nav .right-search i {
  position: absolute;
  background: url(../images/index_new/search.png) no-repeat;
  top: 10px;
  right: 11px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.header-container .header .right-nav li {
  cursor: pointer;
  position: relative;
}
.header-container .header .right-nav li span {
  display: inline-block;
  padding: 16.5px;
}
.header-container .header .right-nav .language i {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 4px;
  background: url('../images/index_new/down.png') no-repeat;
  top: 20px;
  right: 4px;
  cursor: pointer;
}
.header-container .header .right-nav .login {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.header-container .header .right-nav .login:hover {
  background: rgba(255, 255, 255, 0.3);
}
.header-container .header .right-nav .register {
  background: #6CBA48;
  margin-left: -13px;
  cursor: pointer;
}
.header-container .header .right-nav .register:hover {
  background: #4c9829;
}
.header-container .header .right-nav .system {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 2px;
  color: #fff;
}
.header-container .header .right-nav .system:hover {
  color: #6CBA48;
}
.header-container .header .right-nav .login-user {
  position: relative;
  color: #fff;
}
.header-container .header .right-nav .login-user .icon-user {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/index_new/me.png) no-repeat;
  vertical-align: middle;
}
.header-container .header .right-nav .login-user:hover {
  color: #6CBA48;
}
.header-container .header .right-nav .login-user:hover .icon-user {
  background: url(../images/index_new/me-on.png) no-repeat;
}
.header-container .header .right-nav .login-user .down-dialog {
  position: absolute;
  z-index: 1000;
  background: #fff;
  right: 30px;
  min-width: 140px;
  padding: 29px;
}
.header-container .header .right-nav .login-user .down-dialog p {
  color: #000;
}
.header-container .header .right-nav .login-user .down-dialog p:first-child {
  margin-bottom: 20px;
}
.header-container .header .right-nav .login-user .down-dialog p:hover {
  color: #6CBA48;
}
.header-container .header .right-nav .login-user .down-dialog:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 10px;
}
.header-container .header:after {
  display: table;
  content: '';
  clear: both;
}
.header-container .header ul li {
  display: inline-block;
  color: #FFF;
  margin: 0 8px;
}
.header-container .header ul li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 15px 10px;
  font-size: 12px;
}
.header-container .header ul li a:hover {
  color: #6CBA48;
  border-bottom: 3px solid #6CBA48;
}
.header-container .header ul li a.active {
  color: #6CBA48;
  border-bottom: 3px solid #6CBA48;
}
.wrap {
  width: 100%;
  margin-top: -45px;
}
.wrap .product-banner {
  position: relative;
}
.wrap .product-banner img {
  width: 100%;
}
.wrap .product-list {
  width: 921px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 224px;
}
.wrap .product-list .product-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 33px 23px 0 23px;
  border: 1px solid #F2F2F2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  padding-bottom: 15px;
}
.wrap .product-list .product-list-item .introduction {
  display: flex;
}
.wrap .product-list .product-list-item .introduction .left {
  height: 47px;
  margin-top: 12px;
}
.wrap .product-list .product-list-item .introduction .description {
  margin-left: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap .product-list .product-list-item .introduction .description .title {
  font-size: 23px;
  color: #000;
  margin-bottom: 14px;
}
.wrap .product-list .product-list-item .introduction .description .word {
  font-size: 14px;
  color: #000;
  text-indent: 2em;
  margin-right: 92px;
  line-height: 20px;
}
.wrap .product-list .product-list-item .big-pic {
  margin-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.wrap .product-list .product-list-item .big-pic img {
  width: 100%;
}
.wrap .product-list .product-list-item .big-pic .buy {
  padding: 8px 20px;
  font-size: 15px;
  color: #000;
  border: 1px solid #0B0306;
}
.wrap .product-list .product-list-item .big-pic .buy:hover {
  background: #6CBA48;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.wrap .product-list .product-list-item .big-pic .buy:hover i {
  background: url(../images/index_new/right_on.png) no-repeat;
}
.wrap .product-list .product-list-item .big-pic .buy i {
  display: inline-block;
  background: url(../images/index_new/right_1.png) no-repeat;
  width: 16px;
  height: 12px;
  position: relative;
  left: 8px;
}
.wrap .product-list .product-list-item .circle img {
  width: 23px;
  display: none;
}
.wrap .product-list .product-list-item:hover {
  box-shadow: 0 0 30px #e8e8e0;
}
.wrap .product-list .product-list-item:hover .introduction .description .title {
  color: #6CBA48;
}
.wrap .product-list .product-list-item .icon {
  position: absolute;
  width: 14px;
  height: 8px;
  right: 23px;
  top: 77px;
}
.wrap .product-list .product-list-item .clomun-line {
  width: 8px;
  height: 135px;
  background: #6CBA48;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .product-list .product-list-item .row-line {
  width: 100%;
  height: 8px;
  background: #6CBA48;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .product-list .product-list-item .is-show {
  display: none;
}
.wrap .we-banner {
  position: relative;
}
.wrap .we-banner img {
  width: 100%;
}
.wrap .we-type {
  text-align: center;
  margin-top: 131px;
  margin-bottom: 69px;
}
.wrap .we-type p {
  color: #000;
  font-size: 38px;
  margin-bottom: 23px;
}
.wrap .we-type span {
  font-size: 14px;
  color: #999;
}
.wrap .we-intrdoction {
  width: 902px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 78px;
}
.wrap .we-intrdoction img {
  height: 300px;
}
.wrap .we-intrdoction .description {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.wrap .we-intrdoction .description .company {
  font-size: 23px;
  color: #000;
}
.wrap .we-intrdoction .description .company-right {
  position: relative;
  left: 338px;
}
.wrap .we-intrdoction .description .row-line-right {
  position: relative;
  left: 409px;
}
.wrap .we-intrdoction .description .row-line {
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #000;
  margin-top: 22px;
  margin-bottom: 38px;
}
.wrap .we-intrdoction .description div {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}
.wrap .we-intrdoction .description p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
}
.wrap .we-intrdoction .top-description {
  margin-left: 20px;
}
.wrap .we-intrdoction .bottom-description {
  margin-right: 20px;
}
.wrap .contact-type {
  margin-top: 113px;
  box-sizing: border-box;
  width: 1100px;
  height: 230px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 8px 8px rgba(195, 195, 195, 0.1);
  border-radius: 10px 10px 0px 0px;
  padding: 37px 0px 0 45px;
}
.wrap .contact-type .contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .contact-type .contact-title .h-line {
  width: 62px;
  height: 3px;
  background: #000000;
}
.wrap .contact-type .contact-title .contact-us {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin: 0 15px;
}
.wrap .contact-type .contact-title .h-line {
  width: 62px;
  height: 3px;
  background: #000000;
}
.wrap .contact-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.wrap .contact-type ul li {
  display: inline-block;
  width: 48%;
}
.wrap .contact-type ul li img {
  float: left;
}
.wrap .contact-type ul li .right-info {
  margin-left: 40px;
}
.wrap .contact-type ul li .right-info span {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.wrap .contact-type ul li.mt {
  margin-top: 30px;
}
.wrap .contact-type ul li.mt .position-move {
  position: relative;
  top: -12px;
}
.wrap .contact-type ul li .adjust {
  position: relative;
  top: -9px;
}
.wrap .bespread {
  width: 100%;
}
.wrap .bg-container {
  padding-top: 96px;
  box-sizing: border-box;
  height: 282px;
  background: url(../images/index/we/bg.png) no-repeat;
  background-size: 100% 100%;
}
.wrap .bg-container .we-kouhao {
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  color: #000000;
}
.wrap .bg-container .we-experise {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
.wrap .bg-container .we-experise a {
  color: #fff;
  background-color: #6CC944;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  /* margin-left: 25px; */
}
.wrap .scheme-banner {
  position: relative;
}
.wrap .scheme-banner img {
  width: 100%;
}
.wrap .scheme-type {
  text-align: center;
  margin-top: 143px;
  margin-bottom: 123px;
}
.wrap .scheme-type p {
  color: #000;
  font-size: 38px;
  margin-bottom: 23px;
}
.wrap .scheme-type span {
  display: inline-block;
  color: #999;
  padding: 1px 8px 1px 8px;
  border-right: 1px solid #ccc;
}
.wrap .scheme-type span:last-child {
  border-right: none;
}
.wrap .scheme-solution {
  width: 922px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.wrap .scheme-solution .scheme-solution-item {
  position: relative;
  width: 293px;
  margin-right: 11px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wrap .scheme-solution .scheme-solution-item:hover {
  box-shadow: 0 0 30px #e8e8e0;
}
.wrap .scheme-solution .scheme-solution-item .position-adjust {
  margin-top: 74px;
  margin-bottom: 32px;
  font-size: 23px;
  color: #000;
}
.wrap .scheme-solution .scheme-solution-item .row-line {
  display: inline-block;
  width: 38px;
  height: 3px;
  background-color: #6CBA48;
  margin-bottom: 32px;
}
.wrap .scheme-solution .scheme-solution-item p {
  margin-bottom: 60px;
  height: 80px;
  font-size: 14px;
  color: #000;
  padding: 0 12px;
  line-height: 24px;
}
.wrap .scheme-solution .scheme-solution-item .circle {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  top: 113px;
}
.wrap .scheme-solution .scheme-solution-item .circle img {
  width: 38px;
  position: relative;
  top: 20px;
}
.wrap .scheme-solution .scheme-solution-item .img {
  width: 293px;
}
.wrap .shcheme_footer {
  width: 100%;
  height: 674px;
  background: url('../images/index_new/pic.png') no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 155px;
}
.wrap .shcheme_footer .title {
  display: flex;
  margin-top: 128px;
  margin-bottom: 39px;
  font-size: 23px;
  color: #fff;
}
.wrap .shcheme_footer .title .left span,
.wrap .shcheme_footer .title .right span {
  display: block;
  background: #fff;
}
.wrap .shcheme_footer .title .left span:first-child,
.wrap .shcheme_footer .title .right span:first-child {
  width: 29px;
  height: 3px;
  margin-top: 7px;
  margin-left: 9px;
}
.wrap .shcheme_footer .title .left span:last-child,
.wrap .shcheme_footer .title .right span:last-child {
  width: 38px;
  height: 3px;
  margin-top: 6px;
}
.wrap .shcheme_footer .title .word {
  margin: 0 5px;
}
.wrap .shcheme_footer .description {
  width: 755px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.wrap .shcheme_footer .show img {
  height: 150px;
  margin-top: 66px;
  margin-bottom: 20px;
}
.wrap .shcheme_footer .show p {
  font-size: 27px;
  color: #fff;
}
.wrap .shcheme_footer .show .position1 {
  position: relative;
  left: 49px;
}
.wrap .shcheme_footer .show .position2 {
  position: relative;
  left: 248px;
}
.wrap .shcheme_footer .show .position3 {
  position: relative;
  left: 456px;
}
.wrap .shcheme_footer .show .position4 {
  position: relative;
  left: 660px;
}
.wrap .banner {
  position: relative;
}
.wrap .banner .scheme-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrap .banner .banner-position {
  width: 100%;
  position: absolute;
  bottom: -4.6875rem;
}
.wrap .banner .banner-position .banner-data {
  position: relative;
  display: flex;
  align-items: center;
  width: 57.6875rem;
  height: 9.375rem;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px #e8e8e0;
}
.wrap .banner .banner-position .banner-data .banner-data-item {
  width: 33%;
  padding-left: 80px;
  border-right: 2px solid #eee;
}
.wrap .banner .banner-position .banner-data .banner-data-item:last-child {
  border-right: none;
}
.wrap .banner .banner-position .banner-data .banner-data-item .font-adjust {
  font-size: 30px;
}
.wrap .banner .banner-position .banner-data .banner-data-item p {
  margin-top: 14px;
  color: #999;
  font-size: 11px;
  width: 132px;
  text-align: center;
}
.wrap .banner .banner-leader {
  position: absolute;
  top: 23%;
  left: 29%;
}
.wrap .banner .banner-leader p {
  color: #Fff;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 10px;
}
.wrap .banner .banner-leader .leader-serve {
  color: #Fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 53px;
}
.wrap .banner .banner-leader .leader-detail a {
  position: relative;
  background: #6CBA48;
  padding: 8px 42px 8px 20px;
  text-decoration: none;
  color: #fff;
}
.wrap .banner .banner-leader .leader-detail i {
  position: absolute;
  width: 18px;
  height: 14px;
  background: url('../images/index_new/right.png') no-repeat;
  right: 15px;
  top: 12px;
}
.wrap .product-introduce {
  margin-top: 226px;
}
.wrap .product-introduce .product-info {
  text-align: center;
}
.wrap .product-introduce .product-info span {
  font-size: 38px;
  color: #000;
}
.wrap .product-introduce p {
  margin-top: 22px;
  margin-bottom: 74px;
  color: #999;
  text-align: center;
}
.wrap .businese-parent {
  width: 924px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.wrap .businese-parent .item {
  display: flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  padding: 45px 33px 40px 34px;
  width: 308px;
  flex-direction: column;
  border: 1px solid #F2F2F2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.wrap .businese-parent .item img {
  height: 56px;
}
.wrap .businese-parent .item:before {
  content: '';
  width: 0;
  height: 5px;
  background-color: #6CBA48;
  position: absolute;
  bottom: 0;
  left: 1px;
  transition: width 1s ease;
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
}
.wrap .businese-parent .item:hover::before {
  width: 305px;
}
.wrap .businese-parent .item .free {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .businese-parent .item:hover {
  box-shadow: 0 0 30px #e8e8e0;
}
.wrap .businese-parent .item:hover .position-adjust {
  color: #6CBA48;
}
.wrap .businese-parent .item:hover .buy {
  background: #6CBA48;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.wrap .businese-parent .item:hover .buy i {
  background: url('../images/index_new/right_on.png') no-repeat;
}
.wrap .businese-parent .item:hover .description {
  color: #000;
}
.wrap .businese-parent .item .position-adjust {
  margin-top: 45px;
  margin-bottom: 26px;
  font-size: 23px;
  color: #000;
}
.wrap .businese-parent .item .row-line {
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #6CBA48;
}
.wrap .businese-parent .item .description {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #999;
  margin-top: 23px;
  margin-bottom: 47px;
  text-align: center;
}
.wrap .businese-parent .item .know-more {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  margin-bottom: 20px;
}
.wrap .businese-parent .item .know-more:hover {
  color: #6CBA48;
}
.wrap .businese-parent .item .know-more:hover i {
  background: url('../images/index_new/right_n.png') no-repeat;
}
.wrap .businese-parent .item .know-more i {
  display: inline-block;
  background: url('../images/index_new/right_h.png') no-repeat;
  width: 16px;
  height: 12px;
  position: relative;
  left: 8px;
}
.wrap .businese-parent .item .buy {
  padding: 8px 20px;
  font-size: 15px;
  color: #000;
  border: 1px solid #0B0306;
}
.wrap .businese-parent .item .buy:hover {
  background: #6CBA48;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.wrap .businese-parent .item .buy i {
  display: inline-block;
  background: url('../images/index_new/right_1.png') no-repeat;
  width: 16px;
  height: 12px;
  position: relative;
  left: 8px;
}
.wrap .bg-slice {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-top: 154px;
  background-size: 100%;
}
.wrap .bg-slice .title {
  font-size: 38px;
  color: #000;
  margin-top: 75px;
  margin-bottom: 22px;
}
.wrap .bg-slice .purpose {
  color: #999;
  font-size: 17px;
  line-height: 29px;
}
.wrap .bg-slice .move-bg {
  width: 976px;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
}
.wrap .bg-slice .move-bg .move-bg-container {
  position: relative;
  width: 914px;
  margin: 0 auto;
  height: 375px;
  overflow: hidden;
}
.wrap .bg-slice .move-bg ul {
  width: 3000px;
  position: absolute;
  left: 0;
}
.wrap .bg-slice .move-bg ul:before {
  content: '';
  display: table;
  clear: both;
}
.wrap .bg-slice .move-bg ul li {
  float: left;
  width: 131.98px;
  height: 375px;
  margin-left: -1px;
  transition: all 0.1s easy-in-out;
}
.wrap .bg-slice .move-bg ul li.move-1 {
  background: url('../images/index_new/porduct1/Intelligence.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-1.active {
  background: url('../images/index_new/porduct1/Intelligence.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-2 {
  background: url('../images/index_new/product2/coordinate.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-2.active {
  background: url('../images/index_new/product2/coordinate.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-3 {
  background: url('../images/index_new/product3/documents.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-3.active {
  background: url('../images/index_new/product3/documents.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-4 {
  background: url('../images/index_new/product4/Finance.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-4.active {
  background: url('../images/index_new/product4/Finance.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-5 {
  background: url('../images/index_new/product5/state.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-5.active {
  background: url('../images/index_new/product5/state.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-6 {
  background: url('../images/index_new/product6/aeo.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-6.active {
  background: url('../images/index_new/product6/aeo.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-7 {
  background: url('../images/index_new/product7/report.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-7.active {
  background: url('../images/index_new/product7/report.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-8 {
  background: url('../images/index_new/product8/Settlement.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-8.active {
  background: url('../images/index_new/product8/Settlement.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-9 {
  background: url('../images/index_new/product9/balance.pic.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li.move-9.active {
  background: url('../images/index_new/product9/balance.bg.png') no-repeat;
}
.wrap .bg-slice .move-bg ul li .move-1-norml {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .bg-slice .move-bg ul li .move-1-norml img {
  width: 68px;
}
.wrap .bg-slice .move-bg ul li .move-1-norml .row-line {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrap .bg-slice .move-bg ul li .move-1-norml .help {
  color: #fff;
  font-size: 15px;
}
.wrap .bg-slice .move-bg ul li .move-1-hover {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .bg-slice .move-bg ul li .move-1-hover img {
  width: 68px;
}
.wrap .bg-slice .move-bg ul li .move-1-hover .row-line {
  display: inline-block;
  width: 33px;
  height: 4px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrap .bg-slice .move-bg ul li .move-1-hover .help {
  color: #fff;
  font-size: 23px;
  margin-top: 29px;
}
.wrap .bg-slice .move-bg ul li .move-1-hover .description {
  font-size: 15px;
  color: #fff;
  margin-top: 3px;
}
.wrap .bg-slice .move-bg ul li.active {
  width: 395.98px;
}
.wrap .bg-slice .move-bg ul li.active .move-1-norml {
  display: none;
}
.wrap .bg-slice .move-bg ul li.active .move-1-hover {
  display: flex;
}
.wrap .bg-slice .move-bg .left-arrow {
  position: absolute;
  width: 53px;
  height: 53px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 168px;
  left: 0;
  cursor: pointer;
}
.wrap .bg-slice .move-bg .left-arrow:hover {
  background: #6CBA48;
}
.wrap .bg-slice .move-bg .left-arrow:hover img {
  background: url('../images/index_new/left_on.png') no-repeat;
}
.wrap .bg-slice .move-bg .left-arrow img {
  width: 36px;
  height: 25px;
  background: url('../images/index_new/left@2x.png') no-repeat;
}
.wrap .bg-slice .move-bg .right-arrow {
  position: absolute;
  width: 53px;
  height: 53px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 168px;
  right: 0;
  cursor: pointer;
}
.wrap .bg-slice .move-bg .right-arrow:hover {
  background: #6CBA48;
}
.wrap .bg-slice .move-bg .right-arrow:hover img {
  background: url('../images/index_new/right@2x.png') no-repeat;
}
.wrap .bg-slice .move-bg .right-arrow img {
  width: 36px;
  height: 25px;
  background: url('../images/index_new/right-2.png') no-repeat;
}
.wrap .partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 150px;
}
.wrap .partner .partner-title {
  font-size: 38px;
  color: #000;
  margin-bottom: 22px;
}
.wrap .partner .partner-thanks {
  font-size: 17px;
  color: #000;
  margin-bottom: 75px;
}
.wrap .partner img {
  width: 924px;
  margin-bottom: 112px;
}
.wrap .experise {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 278px;
  background: url('../images/index_new/bg_2.png') no-repeat;
  background-size: 100%;
  margin-top: -7px;
}
.wrap .experise .experise-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 74px;
  color: #000;
}
.wrap .experise .experise-info {
  margin-top: 20px;
  color: #000;
}
.wrap .experise a {
  padding: 8px 19px;
  color: #fff;
  margin-top: 29px;
  margin-bottom: 74px;
  background: #6CBA48;
}
.wrap .footer {
  width: 100%;
  background: #2F3135;
  height: 270px;
}
.wrap .footer .foot-container {
  width: 924px;
  display: flex;
  justify-content: space-between;
  padding: 44px 5px 27px 5px;
  margin: 0 auto;
}
.wrap .footer .foot-container .foot-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap .footer .foot-container .foot-item .item-title a {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}
.wrap .footer .foot-container .foot-item .item-title a:hover {
  text-decoration: underline;
}
.wrap .footer .foot-container .foot-item .item-title .no-jump:hover {
  text-decoration: none;
}
.wrap .footer .foot-container .foot-item .row-line {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin: 15px 0;
}
.wrap .footer .foot-container .foot-item ul li {
  color: #999;
  font-size: 10px;
  margin-bottom: 10px;
}
.wrap .footer .foot-container .foot-item ul li a {
  display: inline-block;
  color: #999;
  font-size: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.wrap .footer .foot-container .foot-item ul li a:hover {
  text-decoration: underline;
}
.wrap .footer .foot-container .foot-item img {
  width: 73px;
}
.wrap .footer .foot-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.wrap .footer .foot-bottom .copyright {
  color: #fff;
}
.wrap .footer .foot-bottom .version {
  margin-top: 10px;
}
.wrap .footer .foot-bottom .version a {
  color: #0466D4;
}
.right-fixed {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 53px;
}
.right-fixed .contact-us {
  height: 90px;
  background: #2F3135;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
}
.right-fixed .contact-us img {
  margin-bottom: 8px;
  width: 20px;
  height: 20px;
}
.right-fixed .contact-us span {
  margin-top: 2px;
}
.right-fixed .toTop {
  height: 45px;
  background: #2F3135;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}
.right-fixed .toTop img {
  width: 21px;
  height: 20px;
  transition: width 0.2s linear;
}
.right-fixed .toTop .offset {
  position: relative;
  top: -4px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.margin-adjust {
  margin-left: 30px;
}
.concat-us-down {
  width: 211px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 53px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 8px;
}
.concat-us-down .top-part {
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 5px;
  border-bottom: 1px solid #DCDCDC;
}
.concat-us-down .top-part img {
  height: 18px;
  position: relative;
  top: 3px;
}
.concat-us-down .top-part span {
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 1px;
}
.concat-us-down .bottom-part {
  display: flex;
  padding-top: 10px;
  padding-left: 15px;
}
.concat-us-down .bottom-part img {
  height: 17px;
  position: relative;
  top: 5px;
}
.concat-us-down .bottom-part div {
  margin-left: 10px;
}
.concat-us-down .bottom-part span {
  font-size: 12px;
  letter-spacing: 1px;
}
/*轮播*/
.pic-setting img {
  width: 100%;
}
.index-spread,
.other-spread {
  position: relative;
  overflow: hidden;
}
.index-spread {
  height: 563px;
}
.carousel {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.carousel-indicators {
  position: absolute;
  right: 47%;
  bottom: 120px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 40px;
  height: 6px;
  margin-left: 15px;
  text-indent: -999px;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
}
.carousel-inner > .item.active {
  left: 0;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 563px;
}
.alert {
  /*background-color: #FFFF99;*/
  background-color: white;
  border-color: white;
  color: #5c5158;
  font-size: 20px;
}
.tooltip {
  position: absolute;
  z-index: 99999;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.error {
  border: 1px solid #ff0000 !important;
}
