html {
    height: 100%;
    min-width: 1260px;
    font-family: "微软雅黑";
}

body,
.header,
.jx-banner,
.jx-nav__list li a,
.jx-banner__content>ul>li,
.jx-nav__list li.active a,
.jx-main__block .explain,
.jx-solution .list .list-item,
.jx-solution .list .list-item__intro .text,
.jx-float>ul,
.jx-info__item .item-intro .title,
.jx-case .list>li .list-item__show,
.jx-nav__menu>ul>li,
.menu-con__img,
.jx-float__btn,
.jx-banner__about .vj-post .btn-center,
.jx-main__content .row,
.footer .ft,
.foot .ft,
.jx-solution .list .list-item.active a,
.jx-case .list>li .list-item__intro .title {
    position: relative;
}

.col-hide {
    display: none;
}

.col-show {
    display: block;
}

.header,
.header a {
    color: #fff;
}

body,
.container,
.main {
    min-height: 100%;
}

.abs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.col-xs-12 {
    width: 1200px;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.jx-nav {
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.jx-nav,
.jx-nav a {
    font-size: 17px;
}

.jx-nav__logo {
    margin-left: 19px;
    width: 353px;
    height: 50px;
}

.jx-nav__list {
    width: 600px;
    margin-right: 20px;
}

.jx-nav__list li {
    width: 20%;
    height: 55px;
    line-height: 55px;
}

.jx-nav__list li a {
    padding: 0 15px;
}

.jx-nav__list li a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(249, 249, 249, 0), #e6eefa);
    position: absolute;
    left: 0;
    bottom: 0;
}

.jx-nav__list li a:before {
    left: 100%;
    width: 0;
    transition: all 0.2s linear;
}

.jx-nav__list li.active a::before,
.jx-nav__list li a:hover:before {
    left: 0;
    width: 100%;
}

.jx-nav__list li a:hover~a:before {
    left: 0;
}

.jx-nav__menu {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100000;
}

.jx-nav__menu a {
    color: #333;
}

.jx-nav__menu .menu-content>li {
    width: 560px;
    font-size: 20px;
    margin-right: 40px;
    padding: 60px 0 20px;
}

.jx-nav__menu .menu-content>li:nth-child(1):after {
    content: "";
    width: 1px;
    height: 280px;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: -20px;
}

.jx-nav__menu .menu-content>li:last-child {
    margin-right: 0;
}

.jx-nav__menu .menu-con__img {
    width: 100%;
    height: 220px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.jx-nav__menu .menu-con__img:after {
    content: "";
    width: 48px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.jx-banner,
.jx-banner__content>ul>li {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.jx-banner__content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jx-banner__content>ul>li.bg1 {
    background-color: #2c6dd5;
}

.jx-banner__content>ul>li.bg2 {
    background-color: #38b714;
}

.jx-banner__content>ul>li.bg3 {
    background-color: #1958e9;
}

.jx-banner__content>ul>li.bg4 {
    background-color: #5353b1;
}

.jx-banner__content>ul>li.bg5 {
    background-color: #0f1e98;
}

.con-block {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.con-block__left {
    max-width: 600px;
}

.con-block__left .title {
    font-size: 48px;
    white-space: nowrap;
    margin-bottom: 16px;
}

.con-block__left .explain {
    width: 100%;
    white-space: nowrap;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 70px;
}

.con-block__left .list>li {
    margin-right: 54px;
    font-size: 16px;
}

.con-block__left .list>li:last-child {
    margin-right: 0;
}

.con-block__left .list>li .list-img {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    opacity: 0.7;
}

.con-block__right {
    width: 600px;
    height: 600px;
}

.jx-banner__circle {
    height: 6px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.jx-banner__circle .item {
    width: 16px;
    height: 6px;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.3)
}

.jx-banner__circle .item:last-child {
    margin-right: 0;
}

.jx-banner__circle .item.active {
    background-color: #fff;
}

.jx-banner__btn {
    width: 45px;
    height: 80px;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.2s ease;
}

.jx-banner__btn:hover,
.jx-banner__btn:active {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.9);
}

.jx-banner__btn .icon {
    font-size: 20px;
}

.jx-banner__btn.left {
    left: -80px;
}

.jx-banner__btn.right {
    right: -80px;
}

.jx-main__block .title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

.jx-main__block .explain {
    font-size: 17px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.jx-main__block .explain:after {
    content: "";
    width: 96px;
    height: 2px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.jx-service,
.jx-service .list,
.jx-case,
.jx-tab__content,
.jx-main__content {
    background-color: #f6f6f6;
}

.jx-service {
    padding: 40px 0 28px;
}

.jx-service .list .list-item {
    width: 239px;
    height: 420px;
    font-size: 22px;
    border-right: 1px solid #f6f6f6;
    color: #666;
    position: relative;
}


/* .jx-service .list .list-item:after {
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(#5d96ff, #2c6dd5);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height 0.5s ease;
} */

.jx-service .list .list-item__img {
    width: 112px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto 60px;
}

.jx-service .list .list-item__img,
.jx-service .list .list-item__title {
    z-index: 10;
}

.jx-service .list .list-item.active {
    color: #fff;
    background: linear-gradient(#5d96ff, #2c6dd5);
}


/* .jx-service .list .list-item.active:after {
    height: 100%;
} */

.jx-solution {
    padding: 50px 0 10px;
}

.jx-solution .list .list-item {
    width: 300px;
    height: 200px;
}

.jx-solution .list .list-item a {
    color: #fff;
    width: 100%;
    height: 100%;
}

.jx-solution .list .list-item.active a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.jx-solution .list .list-item__intro {
    position: absolute;
    top: 30px;
}

.jx-solution .list .list-item__intro .text {
    font-size: 24px;
    padding-bottom: 10px;
    z-index: 2;
}

.jx-solution .list .list-item__intro .text:after {
    content: "";
    width: 48px;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
}

.jx-solution .list .list-item__intro.right {
    right: 30px;
}

.jx-solution .list .list-item__intro.right .text:after {
    right: 0;
}

.jx-solution .list .list-item__intro.left {
    left: 30px;
}

.jx-solution .list .list-item__intro.left .text:after {
    left: 0;
}

.jx-solution .list .list-item__logo {
    width: 600px;
}

.jx-solution .list .list-item__intro.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jx-solution .list .list-item__intro .img {
    width: 96px;
    height: 58px;
}

.jx-float,
.jx-float__btn .block {
    position: fixed;
    bottom: 8%;
    transition: bottom 0.2s linear;
}

.jx-float {
    right: 10px;
    overflow: hidden;
    z-index: 1000;
}

.jx-float__btn .block {
    width: 48px;
    height: 88px;
    border-radius: 50px;
    background: #417dee;
    right: 10px;
}

.jx-float__btn .btn-icon {
    height: 50%;
    line-height: 44px;
    cursor: pointer;
}

.jx-float__btn .btn-icon:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.jx-float__btn .btn-icon .icon {
    font-size: 24px;
    color: #fff;
}

.jx-float__btn .btn-icon.pull-down .icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
}

.jx-float__list {
    width: 125px;
    padding: 0 20px;
    border: 1px solid #f6f6f6;
}

.jx-float__list:before {
    content: "";
    width: 90px;
    height: 3px;
    background-color: #2c6dd5;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.jx-float__list .list-item {
    padding: 23px 0 19px;
    border-bottom: 1px solid #eee;
}

.jx-float__list .list-item:last-child {
    border-bottom: 0;
}

.jx-float__list .list-item .item-row,
.jx-float__list .list-item .item-row .icon,
.footer,
.foot,
.footer a,
.foot a {
    font-size: 14px;
    color: #333;
}

.jx-float__list .list-item .item-row .icon {
    font-size: 18px;
    margin-right: 5px;
}

.jx-float__list .list-item .item-intro {
    width: 100%;
    color: #2c6dd5;
    font-size: 16px;
    margin-top: 3px;
    word-wrap: break-word;
}

.jx-float__list .list-item .item-intro:hover {
    color: #528be6;
}

.jx-float__list .list-item .item-code {
    width: 137px;
    height: 137px;
}

.jx-float__list .list-item.item-last {
    padding: 13px 0;
    cursor: pointer;
}

.jx-float__list .list-item.item-last .icon {
    font-size: 22px;
    color: #dedede;
}

.footer,
.foot {
    background-color: #090909;
}

.footer a,
.foot a {
    transition: color 0.2s ease;
}

.footer a:hover,
.foot a:hover {
    color: #ccc;
}

.footer .pd,
.foot .pd {
    padding-top: 51px;
}

.jx-info__item .item-intro {
    margin-bottom: 36px;
}

.jx-info__item .item-intro:last-child {
    margin-bottom: 0;
}

.jx-info__item .item-intro .title {
    font-size: 16px;
    color: #666;
    padding-left: 13px;
    margin-bottom: 15px;
}

.jx-info__item .item-intro .title:before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: #666;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.jx-info__item .item-intro .list li,
.jx-info__item .item-intro__contact .text {
    margin-right: 30px;
}

.jx-info__item .item-intro .list li:last-child {
    margin-right: 0;
}

.jx-info__item .item-intro__contact .list li {
    margin-bottom: 12px;
}

.jx-info__item .item-intro__follow .title {
    padding-left: 0;
    text-align: right;
}

.jx-info__item .item-intro__follow .title:before {
    width: 0;
}

.jx-info__item .item-intro__follow .code {
    width: 100px;
    height: 100px;
}

.jx-explain {
    padding: 30px 0;
}

.jx-footer__btn {
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.jx-footer__btn .icon {
    transition: transform 0.5s ease;
}


/* 开发服务 */

.jx-banner__service {
    height: 100%;
    padding: 94px 0 36px;
    background-color: #2299ff;
}

.jx-banner__service .list .list-item {
    height: 239px;
    font-size: 18px;
}

.jx-service .list .list-item__img {
    margin-bottom: 30px;
}

.jx-banner__service .list .list-item.active {
    border-color: #2299ff;
}

.jx-case {
    padding: 50px 0 18px 20px;
}

.jx-case .explain {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.jx-case .explain:after {
    width: 0;
}

.jx-case .list>li {
    width: 32.4%;
    height: 400px;
    overflow: hidden;
    margin: 0 16px 14px 0;
    display: none;
}

.jx-case .list>li .padding {
    margin: 67px 18px 0 26px;
}

.jx-case .list>li .list-item__intro {
    max-width: 35%;
    padding-top: 39px;
}

.jx-case .list>li .list-item__intro .title {
    font-size: 24px;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.jx-case .list>li .list-item__intro .title::after {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

.jx-case .list>li .list-item__intro .title.color1 {
    color: #2299ff;
}

.jx-case .list>li .list-item__intro .title.color1::after {
    background-color: #2299ff;
}

.jx-case .list>li .list-item__intro .title.color2 {
    color: #d82430;
}

.jx-case .list>li .list-item__intro .title.color2::after {
    background-color: #d82430;
    left: 48px;
}

.jx-case .list>li .list-item__intro .title.color3 {
    color: #0084e5;
}

.jx-case .list>li .list-item__intro .title.color3::after {
    background-color: #0084e5;
    width: 96px;
}

.jx-case .list>li .list-item__intro .title.color4 {
    color: #417dee;
}

.jx-case .list>li .list-item__intro .title.color4::after {
    background-color: #417dee;
}

.jx-case .list>li .list-item__intro .title.color5 {
    color: #2d73e7;
}

.jx-case .list>li .list-item__intro .title.color5::after {
    background-color: #2d73e7;
    width: 96px;
}

.jx-case .list>li .list-item__intro .title.color6 {
    color: #e68939;
}

.jx-case .list>li .list-item__intro .title.color6::after {
    background-color: #e68939;
    width: 96px;
}

.jx-case .list>li .list-item__intro .content {
    font-size: 16px;
    color: #666;
}

.jx-case .list>li .list-item__show .show-img {
    width: 247px;
    height: 370px;
}

.jx-case .list>li .list-item__show .show-img__absolute {
    height: 330px;
    position: absolute;
    top: 55px;
    right: 130px;
}

.jx-case .list>li .list-item__show .show-img1 {
    width: 356px;
    height: 303px;
}

#pagination {
    padding: 0 20px;
}

#pagination>li {
    padding: 5px 10px;
    font-size: 16px;
}

#pagination>li.active a {
    color: #417dee;
}

#pagination>li a {
    color: #333;
}


/* 解决方案 */

.jx-banner__solution .con-block__left .text {
    font-size: 36px;
    margin: 0 0 40px 81px;
    color: rgba(255, 255, 255, 0.9);
}

.jx-banner__solution .con-block__left .title {
    margin: 0 0 25px 153px;
}

.jx-banner__solution .con-block__left .explain {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.jx-banner__solution .con-block__right {
    width: 498px;
    height: 567px;
}

.jx-banner__solution .jx-banner__circle {
    bottom: 100px;
}

.jx-banner__tab {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.jx-banner__tab>ul>li {
    width: 174px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
}

.jx-banner__tab>ul>li.active {
    background-color: #fff;
    color: #2c6dd5;
}

.jx-tab__content {
    padding: 30px 0;
}

.jx-tab__content .row {
    height: 280px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

.jx-tab__content .row:last-child {
    margin-bottom: 0;
}

.jx-tab__content .row-intro {
    width: 352px;
    margin-right: 28px;
    padding-top: 50px;
}

.jx-tab__content .row-intro .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.jx-tab__content .row-intro__con {
    opacity: 0;
}

.jx-tab__content .row-intro__con .text {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    line-height: 22px;
}

.jx-tab__content .row-intro__con .btn {
    font-size: 16px;
    color: #2c6dd5;
    margin: 10px 0 10px 0;
    cursor: pointer;
    text-align: right;
}

.jx-tab__content .row-large {
    width: 800px;
    min-height: 100%;
}


/* 关于 */

.jx-banner__about>.title {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-tech {
    outline: none;
}

.vjs-controls-disabled .vjs-big-play-button {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 1.9em;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 35px;
}

.jx-main__content .row {
    padding: 20px 0 90px;
}

.jx-main__content .con-intro {
    width: 600px;
    height: 650px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 1000;
}

.jx-main__content .con-intro .bg-border {
    width: 100%;
    height: 100%;
    background: url(../image/img-about-hisb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jx-main__content .content {
    padding: 70px 60px 90px;
}

.jx-main__content .content .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 45px;
}

.jx-main__content .content .detail {
    color: #666;
    font-size: 16px;
}

.jx-main__content .content .detail p {
    text-indent: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
}

.jx-main__content .con-img {
    width: 580px;
    height: 422px;
    margin-left: 620px;
}


/* 联系我们 */

.jx-hd__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jx-hd__info .info-list {
    padding-left: 20px;
    margin-bottom: 44px;
    color: #fff;
}

.jx-hd__info .info-list>li {
    margin-left: 40px;
}

.jx-hd__info .info-list>li.last {
    margin-left: 173px;
}

.jx-hd__info .info-list>li .title {
    font-size: 14px;
    color: rgba(128, 149, 173, 0.5);
    margin-bottom: 8px;
}

.jx-hd__info .info-list>li .text {
    font-size: 16px;
    color: #8095ad;
}

.jx-hd__info .info-list>li .text1 {
    font-size: 16px;
    vertical-align: middle;
}

.jx-hd__info .info-list>li .text1 .icon {
    font-size: 18px;
    margin-right: 10px;
}

.info-content {
    height: 680px;
}

.info-con__mes {
    width: 50%;
    padding: 68px 0 24px;
}

.info-con__mes>.title {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.info-con__mes .text {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-con__mes>.text:last-child {
    margin-bottom: 0;
}

.info-con__mes .text1 span {
    margin-right: 20px;
}

.info-con__mes>.block {
    width: 484px;
    margin: 60px auto 0;
}

.info-con__mes>.block .text {
    color: #999;
    text-align: left;
}

.info-con__mes>.block .form .row {
    margin-top: 18px;
    padding: 17px 18px;
    border: 1px solid #7d7d7d;
}

.info-con__mes>.block .form .inp {
    width: 100%;
    font-size: 16px;
    color: #666;
}

.info-con__mes>.block .form .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1a1b42;
    color: #fff;
    font-size: 18px;
    margin: 48px 0 53px;
    cursor: pointer;
}

.info-con__mes>.block .form .btn:active {
    background: #262855;
}

#allmap {
    width: 50%;
    height: 100%;
}