@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;
    }
}

h1 {
    font-size: 28px;
}

.banner {
    height: 480px;
    background: #014df5 url('../image/banner3.png') no-repeat center bottom;
}

.preface {
    height: 260px;
    background: #f6f8fb;
}
.preface .container {
    display: flex;
}
.preface .container div {
    height: 140px;
    width: 276px;
    margin-top: 60px;
    margin-right: 22px;
    border-radius: 5px;
    color: #fff;
}
.preface .h1 {
    margin-top: 34px;
    margin-left: 48px;
    font-size: 31px;
}
.preface .p {
    margin-top: 16px;
    margin-left: 48px;
    line-height: 19px;
    font-size: 13px;
}
.preface .one {
    background: url('../image/bg_zhuanxiang.png') no-repeat center;
}
.preface .two {
    background: url('../image/bg_zhuanye.png') no-repeat center;
}
.preface .three {
    background: url('../image/bg_zhuanzhu.png') no-repeat center;
}
.preface .four {
    background: url('../image/bg_zhuanshu.png') no-repeat center;
}

.cycle {
    background: #fff;
    text-align: center;
}
.cycle .container h1 {
    margin-top: 76px;
}
.cycle .container>div {
    display: flex;
}
.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 .h1 {
    margin-top: 45px;
    font-size: 20px;
    color: #1d6cc5;
}
.cycle .p {
    margin-top: 21px;
    font-size: 14px;
}
.cycle .one {
    background: url('../image/img_shangmenshishi.png') no-repeat bottom;

}
.cycle .two {
    background: url('../image/img_zaixianfuwu.png') no-repeat bottom;
}
.cycle .three {
    background: url('../image/img_dingqihuifang.png') no-repeat bottom;
}

.process {
    padding-top: 76px;
    background: #f6f8fb;
}
.process .container h1 {
    margin-bottom: 47px;
    text-align: center;
}
.process .container>div {
    position: relative;
    display: flex;
}
.process .container>div>div {
    height: 130px;
    width: 155px;
    margin-right: 24px;
    margin-bottom: 50px;
    padding: 130px 10px 0 10px;
    border: 1px solid #eeeeee;
}
.process .container>div>div:hover {
    box-shadow: 0 0 30px #e7eff8;
}
.process .h1 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 15px;
}
.process .p {
    font-size: 11px;
    color: #999999;
    line-height: 16px;
}
.process .container>div>.one {
    background: #ffffff url(../image/icon_xianchangdiaoyan.png) no-repeat center 55px;
}
.process .container>div>.two {
    background: #ffffff url(../image/icon_zhidingfangan.png) no-repeat center 55px;
}
.process .container>div>.three {
    background: #ffffff url(../image/icon_zhunbeigongzuo.png) no-repeat center 55px;
}
.process .container>div>.four {
    background: #ffffff url(../image/icon_peixunshangxian.png) no-repeat center 55px;
}
.process .container>div>.five {
    background: #ffffff url(../image/icon_peibanshifuwu.png) no-repeat center 55px;
}
.process .container>div>.six {
    background: #ffffff url(../image/icon_yanshoubaogao.png) no-repeat center 55px;
}
.process .container>div>.one:after {
    content: '';
    position: absolute;
    left: 168px;
    top: 64px;
    height: 30px;
    width: 30px;
    background: url(../image/icon_connect.png) no-repeat;
}
.process .container>div>.two:after {
    content: '';
    position: absolute;
    left: 363px;
    top: 64px;
    height: 30px;
    width: 30px;
    background: url(../image/icon_connect.png) no-repeat;
}
.process .container>div>.three:after {
    content: '';
    position: absolute;
    left: 559px;
    top: 64px;
    height: 30px;
    width: 30px;
    background: url(../image/icon_connect.png) no-repeat;
}
.process .container>div>.four:after {
    content: '';
    position: absolute;
    left: 754px;
    top: 64px;
    height: 30px;
    width: 30px;
    background: url(../image/icon_connect.png) no-repeat;
}
.process .container>div>.five:after {
    content: '';
    position: absolute;
    left: 948px;
    top: 64px;
    height: 30px;
    width: 30px;
    background: url(../image/icon_connect.png) no-repeat;
}
.process video {
    width: calc(100% - 25px);
    margin-bottom: 80px;
}

.nationwide {
    padding-top: 76px;
    padding-bottom: 80px;
    background: #78abfb;
}
.nationwide .container{
    width: 1170px;
}
.nationwide h1 {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.nationwide .container>div {
    height: 850px;
    background: url(../image/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(../image/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: 76px;
    padding-bottom: 76px;
    text-align: center;
}
.guarantee h1 {
    margin-bottom: 46px;
}
.guarantee .container>div {
    display: flex;
}
.guarantee .container>div>div {
    height: 393px;
    width: 374px;
    margin-right: 24px;
    border: 1px solid #e7eef9;
}
.guarantee .container>div>div:hover {
    box-shadow: 0 0 30px #e7eff8;
}
.guarantee .h1 {
    margin-top: 195px;
    margin-bottom: 30px;
    font-size: 23px;
}
.guarantee .p {
    line-height: 26px;
    font-size: 15px;
    color: #666666;
}
.guarantee .one {
    background: url(../image/icon_xitongbaozhang.png) no-repeat center 100px;
}
.guarantee .two {
    background: url(../image/icon_yingjianbaozhang.png) no-repeat center 100px;
}
.guarantee .three {
    background: url(../image/icon_fuwubaozhang.png) no-repeat center 100px;
}

.club {
    padding-top: 76px;
    padding-bottom: 76px;
    background-color: #f6f8fb;
    text-align: center;
}
.club h1 {
    /*font-size: 40px;*/
    margin-bottom: 45px;
}
.club .container>a {
    display: block;
    height: 658px;
    width: 1168px;
    background: url(../image/club.png) no-repeat;
}

.apply {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #5885c9 url(../image/apply_bg.png) no-repeat right top;
}
.apply .container {
    display: flex;
}
.apply p {
    margin-left: 355px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
}
.apply a {
    margin-left: 42px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 118px;
    text-align: center;
}
