.active_1 {
  opacity: 1 !important;
}
.jq-banner {
  height: 440px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  background: #21305E;
}
.font-family {
  font-family:  "PingFang SC", "Segoe UI", "Microsoft YaHei", "wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", "Ubuntu", "Cantarell", "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mr_16 {
  margin-left: 16px;
}
.enter-sanjioa {
  display: inline-block;
  vertical-align: inherit;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3C7EEE;
}

.mt_60 {
  margin-top: 60px;
}

.ck-slide {
  background-color: #21305E;
}

.jq-banner .banner-info {
  height: 200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.jq-banner .banner-info .banner-info-head {
  width: 480px;
  height: 67px;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 67px;
}

.jq-banner .banner-info .banner-info-text {
  width: 450px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.jq-banner .banner-info .banner-info-login {
  display: flex;
  justify-content: flex-start;
}

.banner-register {
  width: 150px;
  height: 42px;
  background: rgba(60, 126, 238, 1);
  border-radius: 2px;
  font-weight: 400;
  color: #fafafa;
  line-height: 20px;
  border: none;
}

.banner-register:hover {
  background-color: #4D92F1;
}

.banner-login {
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #fafafa;
  font-weight: 400;
  color: #fafafa;
  line-height: 20px;
  background-color: #21305E;
  margin-left: 14px;
  transition: all linear 0.3s 0s;
}

.banner-login:hover {
  background-color: #fff;
  color: #21305E;
  border: none;
  transition: all linear 0.3s 0s;
}

.jq-banner .banner-img {
  width: 718px;
  height: 439px;
  /* background: url('../img/default/jq-banner.png') no-repeat center; */
  background: url('../img/default/jq-banner.svg') no-repeat center;
  background-size: cover;
}

.jq-body-quant-way {
  height: 580px;
  display: flex;
  justify-content: space-between;
}

.jq-body-quant-way .info-img {
  width: 564px;
  height: 449px;
  /* background: url('../img/default/info-box.png') center; */
  background: url('../img/default/info-box.svg') center;
  background-size: cover;
  margin: 36px 0;
}
.celue_chart_box {
  /* margin-top: 20px; */
}
.jq-body-quant-way .info-img img {
  width: 564px;
}

.info-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jq-body-quant-way .info-body .info-body-title {
  font-size: 36px;
  font-weight: 600;
  color: rgba(63, 74, 87, 1);
  line-height: 50px;
  margin-bottom: 17px;
}

.jq-body-quant-way .info-body .info-body-text {
  width: 555px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(137, 151, 171, 1);
  line-height: 30px;
  margin-bottom: 26px;
}

.info-body-enter {
  color: #3C7EEE;
  font-size: 16px;
  cursor: pointer;
}

.hLine {
  display: inline-block;
  width: 120px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

.body-community-title-text {
  display: inline-block;
  margin: 0 20px;
}

.info-body-enter:hover {
  color: #4D92F1;
}

.jq-body-community {
  width: 100%;
  background: #21305E;
  padding-bottom: 123px;
}

.jq-body-community .body-community-title {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  padding-top: 94px;
  padding-bottom: 55px;
}

.jq-body-community .body-community-content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.jq-body-community .body-community-content .body-community-item {
  height: 380px;
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jq-body-community .body-community-content .body-community-item .body-community-item-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}
.jq-body-community .body-community-content .body-community-item .body-community-item-title a {
  color: #fff;
}
.jq-body-community .body-community-content .body-community-item .body-community-item-content {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px
}

.jq-body-community .body-community-content .body-community-item .body-community-item-enter {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
}

.jq-body-community .body-community-content .body-community-item .body-community-item-enter a {
  color: #fff;
}

.jq-body-community .body-community-content .body-community-item-enter a:hover {
  color: #3c7eee;
}
.jq-body-community .body-community-content .body-community-item-enter a:hover>span {
  border-color: transparent transparent transparent #3c7eee !important;
}
.jq-body-community .body-community-content .body-community-item .body-community-item-enter .enter-sanjioa {
  border-color: transparent transparent transparent #fff;
}

.jq-body-introduce {
  width: 100%;
  height: 540px;
  background-color: #fafafa;
}

.bc-fa {
  border-top: 1px solid #E8ECF0;
  border-bottom: 1px solid #E8ECF0
}

.jq-introduce-body {
  display: flex;
  justify-content: space-around;
  height: 100%;
}

.jq-introduce-img {
  margin: auto 0;
}

.python-img {
  width: 511px;
  height: 459px;
  /* background: url('../img/default/python.png') center; */
  background: url('../img/default/python.svg') center;
  background-size: cover;
}

.quant-img {
  width: 466px;
  height: 411px;
  /* background: url('../img/default/jq-quant.png') center; */
  background: url('../img/default/jq-quant.svg') center;
  background-size: cover;
}

.jq-data-img {
  width: 492px;
  height: 459px;
  /* background: url('../img/default/jq-data.png') center; */
  background: url('../img/default/jq-data.svg') center;
  background-size: cover;
}

.jq-introduce-info {
  width: 621px;
}

.jq-introduce-info .jq-introduce-info-title {
  font-size: 36px;
  font-weight: 400;
  color: rgba(61, 73, 92, 1);
  line-height: 50px;
  margin-bottom: 12px;
}

.jq-introduce-info .jq-introduce-info-text {
  width: 560px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(137, 151, 171, 1);
  line-height: 28px;
  margin-bottom: 20px;
}

.jq-user {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.partner-wall{
  position: absolute;
  box-sizing: border-box;
  top: -200%;
  right: -200%;
  bottom: -200%;
  left: -200%;
  width: 500%;
  height: 500%;
  background-image: url('../img/partner.png');
  transform:scale(0.8,0.8);
  -ms-transform:scale(0.8,0.8);
  -moz-transform:scale(0.8,0.8);
  -webkit-transform:scale(0.8,0.8);
  -o-transform:scale(0.8,0.8);
  background-position: 50% 50.8%;
  transition: transform 1s ease
}
.partner-wall-shade {
  width:600px;
  height: 340px;
  background: url('../img/default/partner-box.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 40px;
  left:50%;
  margin-left: -300px;
  z-index: 4;
}

.add_transform{
   transform:scale(0.5,0.5);
   -ms-transform:scale(0.5,0.5); 	/* IE 9 */
   -moz-transform: scale(0.5,0.5); 	/* Firefox */
   -webkit-transform: scale(0.5,0.5); /* Safari 和 Chrome */
   -o-transform: scale(0.5,0.5); 	/* Opera */
   transition: all 0.8s ease;
   -moz-transition: all 0.8s ease; /* Firefox 4 */
   -webkit-transition: all 0.8s ease; /* Safari 和 Chrome */
   -o-transition: all 0.8s ease; /* Opera */
}

.jq-user .jq-user-title {
  position: absolute;
  width: 100%;
  margin-top: 140px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: rgba(61, 73, 92, 1);
  line-height: 50px;
  z-index:5;
}

.jq-user-button-box {
  position: absolute;
  top: 183px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  z-index: 5;
}

.jq-user-button {
  display: inline-block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(60, 126, 238, 1);
  border-radius: 2px;
  border: none;
  margin: 27px auto 0;
  color: #fff;
}

.jq-user-button:hover {
  color: #fff;
  background-color: #4D92F1
}

.ck-slide .ck-prev, .ck-slide .ck-next {
  margin-top: -66px;
}

.qiyeban {
  display: none !important;
}

.celuebox .item .title {
  border-bottom: none;
  margin-top: 10px;
}

.celuebox .item .title .title_p a {
  color: #323F50;
  cursor: pointer;
}

.celuebox .item .title .title_p a:hover {
  color: #3c7eee;
}

.celue_item {
  box-shadow: 0px 2px 4px 0px rgba(213, 218, 228, 1);
  border-radius: 5px;
}

.celue_item_tile {
  height: 260px;
}
