.banner {
    position: relative;
    height: 480px;
    background: url('../img/case/banner.png') no-repeat center;
    background-size: cover;
}

/* #this-ip{
    position: absolute;
    top: 90px;
    width: 100%;
    margin: 0 auto;
}

#this-ip div{
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
}
#this-ip a{
    color: #ffffff;
}
#this-ip a:hover{
    color: #0064FA !important;
} */
.banner .container{
    padding-top: 79px;
}
.banner .container .word {
    margin-left: 30px;
    font-size: 16px;
}
.banner .container .word h1 {
    font-size: 40px;
    margin-top: 120px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin-bottom: 22px;
}
.banner .container .word .p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
/*.banner .h1{*/
/*    margin-bottom: 23.5px;*/
/*    font-size: 40px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: 600;*/
/*    color: #000000;*/
/*}*/
/*.banner .p{*/
/*    color: #333333;*/
/*    line-height: 28px;*/
/*    font-size: 16px;*/
/*}*/
.video {
    padding-top: 88px;
    padding-bottom: 80px;
    background: #fff;
}
.video-main {
    display: flex;
    width: 1200px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
}
.video-main video {
    width: 927px;
    height: 554px;
}
.swiper-container {
    width: 280px;
    /*height: 300px;*/
}
.video-list li {
    height: 100px;
    /*pad-right: 10px;*/
    padding-left: 16px;

    position: relative;
}
.video-list li img {
    margin-top: 22px;
    width: 60.5px;
    height: 60.5px;
}
.video-list li .h1 {
    font-size: 15px;
    position: absolute;
    top: 24px;
    left: 87px;
    line-height: 1;
}
.video-list li:hover .h1{
    color: #0064fa !important;
}
.video-list li .p {
    font-size: 12px;
    color: #666666;
    position: absolute;
    top: 51px;
    left: 87px;
    line-height: 1.2;
}
.video-list .active {
    background: #ebf3ff;
    border-right: 6px solid #0064fa;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
    height: 7px !important;
    width: 7px !important;
    background-color: #0064FA;
    background-color: #999999;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #0064FA;
}

.long-term {
    padding-top: 88px;
    background: #f5f9ff;
    text-align: center;
}
.long-term .focus-bg{
    position: absolute;
    width: 384px;
    height: 156px;
    display: none;
    background: linear-gradient(180deg, #E5EFFE 0%, #FEFEFE 100%);
    border-bottom: 6px solid #0064FA;
}
.long-term .focus-bg img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.long-term-content {
    position: absolute;
    width: 384px;
    height: 156px;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
    border-radius: 2px;
}
.long-term h1 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
.long-term ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    height: 333px;
}
.long-term li {
    position: relative;
    width: 384px;
    height:156px;
    margin: 0 16px 16px 0;
    border-radius: 2px;
    background: #ffffff;
}

.long-term li p {
    margin-left: 116.5px;
    text-align: left;
}
.long-term li .h1 {
    margin-top: 29.5px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.long-term li:hover .h1 {
    color: #0064FA;
}
.long-term li .p {
    width: 239px;
    height: 34px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.long-term li .h2 {
    margin-top: 21px;
    font-size: 14px;
    color: #0064FA;
}
.long-term li .h2 a {
    color: #0064FA;
}
.long-term li .logo {
    box-sizing: border-box;
    width: 80px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
}
.long-term li:hover .logo {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.long-term li:hover .long-term-content {
    background: url('../img/case/background.png') no-repeat center;
    background-size: cover;
}
.long-term li .logo img{
    width: 80px;
    height: 50px;
}

.long-term .more {
    margin: 40px 0 80px 0;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.long-term .more img{
    height: 16px;
    width: 9px;
    margin: 0 0 0 10px;
}
.long-term .back {
    margin: 40px 0 90px 0;
    display: none;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
}
.fortune-500 {
    padding-top: 88px;
}
.fortune-500 h1 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px !important;
    font-weight: 500;
    color: #000000 !important;
    line-height: 1;
}
.fortune-500 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    height: 375px;
}
.fortune-500 li {
    position: relative;
    width: 260px;
    height: 375px;
    overflow: hidden;
    flex: auto;
    background: #ffffff;
    margin-right: 19px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
}
.fortune-500 li:hover .fortune-500-text{
    height: 200px;
}
.fortune-500 li:hover .fortune-500-text .p{
    display: block;
}
.fortune-500 li:hover .fortune-500-mark{
    top: 175px;
}
.fortune-500 li .fortune-500-mark:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0573FA 0%, #00BAFF 100%);
    top: -4px;
    left: 0;
}
.fortune-500 li img {
    /* margin-bottom: 30px; */
}
.fortune-500 .fortune-500-text {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 282px;
    /* height: 197px; */
    /*background: #FFFFFF;*/
    opacity: 0.8;
    /* border-image:linear-gradient(90deg, #0573FA 0%, #00BAFF 100%); */
}
.fortune-500 .fortune-500-mark{
    position: absolute;
    top: 276px;
    width: 282px;
    height: 197px;
    background: linear-gradient(0deg, #e5effe 0%, rgba(229, 239, 254, 0) 300%);
}
.fortune-500 li .h1 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 12px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.fortune-500 li .h1 >span{
    border-radius: 2px;
    background: linear-gradient(0deg, #0064FA 0%, #3399FF 100%);
    padding: 0 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 4px;
    display: inline-block;
    height: 22px;
}
.fortune-500 li .h2 {
    font-size: 14px;
    color: #1d6cc5;
    margin-left: 16px;
    margin-right: 16px;
}
.fortune-500 li .h3 {
    font-size: 16px;
    margin-bottom: 13px;
    margin-left: 16px;
    margin-right: 16px;
}
.fortune-500 li .h2 a {
    color: #1d6cc5;
}
.fortune-500 li .p {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
}
.fortune-500 .more {
    text-align: center;
    margin: 40px 0 90px 0;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-img {
    margin-left: 10px;
    height: 16px;
    width: 9px;
}
/* .fortune-500 .hidden {
    display: none;
    margin: 0 auto;
    margin-top: 40px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #1d6cc5;
    border: 1px solid #1d6cc5;
    border-radius: 5px;
    text-align: center;
} */
.fortune-500 .back {
    margin: 40px 0 90px 0;
    text-align: center;
    display: none;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
}
.head-merchant {
    padding-top: 88px;
    /* background: #0064FA url(../img/cases/head-merchant/bg.png) no-repeat center top; */
    background: #F5F9FF;
    /* opacity: 0.04; */
    text-align: center;
}
.head-merchant .container{
    width: 1216px;
}
.head-merchant h1 {
    margin-bottom: 66px;
    height: 34px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
.head-merchant ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 8px 8px 0 8px;
    height: 346px;
}
.head-merchant li {
    position: relative;
    width: 384px;
    height:156px;
    margin: 0 16px 16px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
    border-radius: 2px;
    background: #ffffff;
}
.head-merchant li:hover .h1{
    color: #0064FA;
}
.head-merchant li p {
    margin-left: 116.5px;
    text-align: left;
}

.head-merchant li .h1 {
    margin-top: 29.5px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.head-merchant li .h2 {
    margin-top: 21px;
    font-size: 14px;
    color: #0064FA;
}
.head-merchant li .h2 a {
    color: #0064FA;
}
.head-merchant li .p {
    width: 239px;
    height: 34px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.head-merchant li .logo {
    box-sizing: border-box;
    width: 80px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
}
.head-merchant li:hover {
    background: url('../img/case/background.png') no-repeat center;
    background-size: cover;
}
.head-merchant li:hover .logo {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.head-merchant li .logo img{
    width: 80px;
    height: 50px;
}
.head-merchant .more {
    padding: 40px 0 90px 0;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-merchant .back {
    margin: 40px 0 90px 0;
    display: none;
    font-size: 18px;
    color: #0064FA;
    cursor: pointer;
}
.classic-case {
    padding-top: 88px;
    text-align: center;
}
.classic-case h1 {
    margin-bottom: 60px;
    height: 35px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
.classic-case .container {
    width: 1216px;
    position: relative;
    margin: 0 auto;
}
.classic-case .container .wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(9, 91px);
    row-gap: 25px;
    column-gap: 12px;
}
.classic-case .container .wrap img {
    height: 91px;
    width: 160px;
}
.classic-case .container .label-list {
    margin: 60px 0 90px;
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.18);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 0 0 24px;
}
.classic-case .container .label-list .cover {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
}
.classic-case .container .label-list span {
    margin-right: 23.5px;
}
.classic-case .container .label-list span a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.classic-case .container .label-list .active a {
    color: #0064FA;
}
.apply {
    width: 100%;
    height: 235px;
    background: url('../img/case/bottom_banner.png');
    background-size: cover;
}
.apply .container {
    margin: 0 auto;
    text-align: center;
}
.apply p {
    height: 30px;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin: 65px 0 38.5px;
}
.apply .goto {
    display: inline-block;
    width: 172px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.apply .goto a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.clear{
    clear:both;
}

/* nav导航样式调整 */

.navbar-fixed-top .consult{
    color: #0064fa !important;
}
.navbar-itcast .navbar-fixed-top li.menu-active > a {
    cursor: pointer;
    color: #0064FA!important;
    opacity: 1;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li > a >p{
    width: 88px;
    height: 32px;
    color: #0064FA !important;
    border: 1px solid #0064FA !important;
    /* border-radius: 3px; */
    background: transparent;
    line-height: 30px;
}

.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last:hover p{
    border-color: #0064FA;
    background-color: #0064FA;
    color: #fff;
}
.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last p:hover {
    background: transparent;
    color: #0064FA;
    border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last:hover p {
    background: transparent;
    color: #0064FA;
    border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last p:hover {
    background: #0064FA;
    color: #FFF !important;
    border: 1px solid #0064FA !important;
}


#this-ip{
    padding-top: 90px;
    color: #666666;
    width: 1200px;
    margin: 0 auto;
}
#this-ip a{
    color: #666666;
}
#this-ip a:hover{
    color: #0064FA !important;
}