@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

h2 {
    font-size: 28px;
}

.banner {
    position: relative;
    height: 480px;
    background: url('../../Content/img/service/banner.png') no-repeat center;
    background-size: cover;
}
.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;
}
.preface {
    background: #FFFFFF;
}
.preface .container {
    display: flex;
}
.preface .container div {
    height: 140px;
    width: 283px;
    margin-top: 80px;
    margin-right: 24px;
    border-radius: 2px;
    color: #fff;
}
.preface .h1 {
    margin-top: 32px;
    margin-left: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}
.preface .p {
    margin-top: 18px;
    margin-left: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
    .preface .preface-item {
        background: url('../../Content/img/service/bg_fuwubaozhang.png') no-repeat center;
        background-size: cover;
    }
/* .preface .two {
    background: url('../img/service/bg_zhuanye.png') no-repeat center;
}
.preface .three {
    background: url('../img/service/bg_zhuanzhu.png') no-repeat center;
}
.preface .four {
    background: url('../img/service/bg_zhuanshu.png') no-repeat center;
} */

.cycle {
    background: #fff;
    text-align: center;
    padding: 0 0 90px;
}
.cycle .container h1 {
    margin-top: 120px;
}
.cycle .container>div {
    display: flex;
    justify-content: space-between;
    margin-top: 29.5px;
}
.cycle .container .one {
    margin-left: 60px;
}
.cycle .container .three {
    margin-right: 60px;
}
/* .cycle .container>div>div {
    height: 393px;
    width: 374px;
    margin-top: 47px;
    margin-right: 24px;
    margin-bottom: 76px;
    border: 1px solid #e7eef9;
} */
/* .cycle .container>div>div:hover {
    box-shadow: 0 0 30px #e7eff8;
} */
.cycle .container img{
    width: 283px;
    height: 283px;
}
.cycle .h1 {
    margin: 21px 0 28px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
.cycle .p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.process {
    background: #f6f8fb;
}
.process .container h1 {
    margin: 88px 0 90px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}

.process .wrap {
    width: 1200px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
    border-radius: 4px;
    display: flex;
    margin-bottom: 60px;
}
.process .item {
    display: inline-block;
    width: 200px;
    height: 284px;
    background: #FFFFFF;
    /*background: linear-gradient(0deg, #135DFF 0%, #08A4FE 100%);*/
    border-radius: 4px;
    position: relative;
    text-align: center;
    position: relative;
}
.process .item:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 1px;
    height: 284px;
    border: 1px solid #000000;
    opacity: 0.05;
    border-radius: 4px;
}
.process .item:last-child:after {
    display: none;
}
.process .item:hover {
    background: linear-gradient(0deg, #135DFF 0%, #08A4FE 100%);
}
.process .item:hover .out-mark{
    display: none;
}
    .process .item:hover .num {
        color: #0064FA;
        background: url("../../Content/img/service/num_active.png") no-repeat;
        background-size: cover;
    }
.process .item:hover .h1{
    margin: 74px 0 22px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}
.process .item:hover .p{
    display: block;
}
.process .item .out-mark {
    display: inline-block;
    margin: 90px 0 20px;
    height: 44px;
    width: 44px;
}
.process .item .out-mark img {
    height: 100%;
    width: 100%;
}
    .process .item .num {
        position: absolute;
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        color: #FAFAFA;
        line-height: 60px;
        top: -30px;
        left: 50%;
        transform: translateX(-30px);
        background: url("../../Content/img/service/num.png") no-repeat;
        background-size: cover;
    }
.process .item .h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    margin: 0;
}
.process .item .p {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.7;
    padding: 0 22.5px;
}

.process .swiper-container {
  width: 100%;
  margin-bottom: 80px;
}
.process .swiper-slide video {
  width: 100%;
}
.swiper-button-prev::after {
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 40px;
    background: url('../../Content/img/service/al.png') no-repeat;
    background-size: cover;
}
.swiper-button-prev:hover::after {
    background-image: url('../../Content/img/service/alt.png');
}
.swiper-button-next::after {
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    right: 40px;
    background: url('../../Content/img/service/ar.png') no-repeat;
    background-size: cover;
}
.swiper-button-next:hover::after {
    background-image: url('../../Content/img/service/art.png');
}

.nationwide {
    padding-top: 76px;
    padding-bottom: 80px;
    background: #78abfb;
}
.nationwide .container{
    width: 1170px;
}
.nationwide h2 {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
    .nationwide .container > div {
        height: 850px;
        background: url(../../Content/img/service/china2.png) no-repeat center 0;
        position: relative;
    }
.nationwide .container>div>div {
    height: 12px;
    width: 12px;
    position: absolute;
}
.nationwide .container>div>div .address {
    width: 200px;
    background: #fff;
    position: absolute;
    top: -130px;
    left: -86px;
    border-radius: 5px;
    padding-bottom: 15px;
    display: none;
}
.nationwide .container>div>div:hover .address {
    display: block;
}
.nationwide .container>div>div .address:after {
    content: '';
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 119px;
    left: 81px;
}
.nationwide .container>div>div .address .h1 {
    background: #f5f7fa;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 14px;
    border-radius: 5px 5px 0 0;
}
    .nationwide .container > div > div .address .p {
        padding: 11px 14px 0px 30px;
        color: #999999;
        font-size: 11px;
        line-height: 18px;
        background: url(../../Content/img/service/mark.png) no-repeat 13px 16px;
    }
.nationwide .container>div>div:hover .mark{
    position: absolute;
    width: 24px;
    height: 24px;
    left: -13px;
    top: -11px;
    border: 6px solid #f2ba06;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 1s ease-out;
    -moz-animation: warn 1s ease-out;
    animation: warn 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.nationwide .container>div>.beijing {
    top: 329px;
    left: 810px;
}
.nationwide .container>div>.beijing .address {
    top: -160px;
    left: -86px;
}
.nationwide .container>div>.beijing .address:after {
    top: 148px;
    left: 81px;
}
.nationwide .container>div>.shanghai {
    top: 519px;
    left: 926px;
}
.nationwide .container>div>.shanghai .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.shanghai .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.hangzhou {
    top: 552px;
    left: 902px;
}
.nationwide .container>div>.hangzhou .address {
    top: -208px;
    left: -86px;
}
.nationwide .container>div>.hangzhou .address:after {
    top: 195px;
    left: 81px;
}
.nationwide .container>div>.guangzhou {
    top: 705px;
    left: 781px;
}
.nationwide .container>div>.xian {
    top: 484px;
    left: 683px;
}
.nationwide .container>div>.xian .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.xian .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.suzhou {
    top: 521px;
    left: 907px;
}
.nationwide .container>div>.suzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.suzhou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.wuhan {
    top: 549px;
    left: 785px;
}
.nationwide .container>div>.wuhan .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.wuhan .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.chengdu {
    top: 558px;
    left: 575px;
}
.nationwide .container>div>.chengdu .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.chengdu .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.shenzhen {
    top: 710px;
    left: 801px;
}
.nationwide .container>div>.shenzhen .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.shenzhen .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.yiwu {
    top: 569px;
    left: 890px;
}
.nationwide .container>div>.zhengzhou {
    top: 456px;
    left: 779px;
}
.nationwide .container>div>.zhengzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.zhengzhou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.wenzhou {
    top: 596px;
    left: 912px;
}
.nationwide .container>div>.wenzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.wenzhou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.changsha {
    top: 603px;
    left: 772px;
}
.nationwide .container>div>.changsha .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.changsha .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.qingdao {
    top: 423px;
    left: 868px;
}
.nationwide .container>div>.qingdao .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.qingdao .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.foshan {
    top: 715px;
    left: 771px;
}
.nationwide .container>div>.xiamen {
    top: 674px;
    left: 874px;
}
.nationwide .container>div>.xiamen .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.xiamen .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.hefei {
    top: 507px;
    left: 840px;
}
.nationwide .container>div>.hefei .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.hefei .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.jinan {
    top: 411px;
    left: 826px;
}
.nationwide .container>div>.jinan .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.jinan .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.wuxi {
    top: 507px;
    left: 902px;
}
.nationwide .container>div>.wuxi .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.wuxi .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.jiaxing {
    top: 557px;
    left: 914px;
}
.nationwide .container>div>.jiaxing .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.jiaxing .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.nanchang {
    top: 587px;
    left: 837px;
}
.nationwide .container>div>.shantou {
    top: 702px;
    left: 846px;
}
.nationwide .container>div>.shantou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.shantou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.nantong {
    top: 467px;
    left: 863px;
}
.nationwide .container>div>.nantong .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.nantong .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.ningbo {
    top: 573px;
    left: 927px;
}
.nationwide .container>div>.ningbo .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.ningbo .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.quanzhou {
    top: 658px;
    left: 884px;
}
.nationwide .container>div>.quanzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.quanzhou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.baoding {
    top: 361px;
    left: 786px;
}
.nationwide .container>div>.baoding .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.baoding .address:after {
    top: 101px;
    left: 81px;
}
/*.nationwide .container>div>.shaoxing {
    top: 557px;
    left: 914px;
}
.nationwide .container>div>.shaoxing .address {
    display: block;
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.shaoxing .address:after {
    top: 101px;
    left: 81px;
}*/
/*.nationwide .container>div>.weifang {
    top: 557px;
    left: 914px;
}
.nationwide .container>div>.weifang .address {
    display: block;
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.weifang .address:after {
    top: 101px;
    left: 81px;
}*/
/*.nationwide .container>div>.taizhou {
    top: 557px;
    left: 914px;
}
.nationwide .container>div>.taizhou .address {
    display: block;
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.taizhou .address:after {
    top: 101px;
    left: 81px;
}*/
.nationwide .container>div>.haerbin {
    top: 179px;
    left: 963px;
}
.nationwide .container>div>.haerbin .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.haerbin .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.zhongshan {
    top: 732px;
    left: 771px;
}
/*.nationwide .container>div>.shijiazhuang {
    top: 557px;
    left: 914px;
}*/
.nationwide .container>div>.changzhou {
    top: 488px;
    left: 898px;
}
.nationwide .container>div>.changzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.changzhou .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.linyi {
    top: 436px;
    left: 848px;
}
.nationwide .container>div>.linyi .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.linyi .address:after {
    top: 101px;
    left: 81px;
}
/*.nationwide .container>div>.dongguan {
    top: 179px;
    left: 963px;
}
.nationwide .container>div>.dongguan .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.dongguan .address:after {
    top: 101px;
    left: 81px;
}*/
.nationwide .container>div>.nanjing {
    top: 505px;
    left: 881px;
}
.nationwide .container>div>.tianjin {
    top: 344px;
    left: 828px;
}
/*.nationwide .container>div>.fuzhou {
    top: 179px;
    left: 963px;
}
.nationwide .container>div>.fuzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.fuzhou .address:after {
    top: 101px;
    left: 81px;
}*/
/*.nationwide .container>div>.huizhou {
    top: 179px;
    left: 963px;
}
.nationwide .container>div>.huizhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.huizhou .address:after {
    top: 101px;
    left: 81px;
}*/
/*.nationwide .container>div>.xuzhou {
    top: 179px;
    left: 963px;
}
.nationwide .container>div>.xuzhou .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.xuzhou .address:after {
    top: 101px;
    left: 81px;
}*/
.nationwide .container>div>.nanning {
    top: 710px;
    left: 675px;
}
.nationwide .container>div>.nanning .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.nanning .address:after {
    top: 101px;
    left: 81px;
}
.nationwide .container>div>.kunming {
    top: 677px;
    left: 559px;
}
.nationwide .container>div>.kunming .address {
    top: -112px;
    left: -86px;
}
.nationwide .container>div>.kunming .address:after {
    top: 101px;
    left: 81px;
}
.guarantee .container {
    padding-top: 88px;
    text-align: center;
}
.guarantee h1 {
    margin-bottom: 74px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
.guarantee img {
    height: 105px;
    width: 93px;
    margin-bottom: 40px;
}
.guarantee .container>div {
    display: flex;
    justify-content: space-around;
}

.guarantee .h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    margin: 0 0 28px;
}
.guarantee .p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.club {
    padding-top: 130px;
    background-color: #FFFFFF;
    text-align: center;
}

.club h1 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}
    .club .container > a {
        display: block;
        height: 658px;
        width: 1168px;
        background: url("../../Content/img/service/club.png") no-repeat;
        background-size: cover;
        margin-bottom: 135px;
    }
.apply {
    width: 100%;
    height: 235px;
    background: url('../../Content/img/service/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;
}
/* 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;
}