/* 图片自适应 */
img { width: auto\9; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; object-fit: cover; }

/* 去除苹果手机默认按钮样式 */
input[type='button'], input[type='submit'], input[type='reset'], textarea { resize: none; -webkit-appearance: none; }

/* 初始化 */
html, body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, hr, input, textarea, select, p, dl, dt, dd, a, span, strong, font, i, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "思源黑体", "微软雅黑", Arial; margin: 0; padding: 0; border: none; box-sizing: border-box; text-size-adjust: none; }
html, body { min-width: 320px; max-width: 1920px; margin: 0 auto; width: 100%; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { position: relative; -overflow-x: hidden; background-color: #fff; overflow-x: hidden; }
input, button, select, textarea { outline: none; }
em, i { font-style: normal; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: ''; }
.clearfix { zoom: 1; }
a { text-decoration: none; }
a:hover { text-decoration: none; color: #2075d4 !important; }
ul, li, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%; max-height: 100%; vertical-align: middle; }
.fl { float: left; }
.fr { float: right; }
.over { overflow: hidden; }

html, body { overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; scrollbar-color: #1347a7 #f4f4f4; }
html::-webkit-scrollbar, body::-webkit-scrollbar { width: 5px; }
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb { border-radius: 5px; background: #1347a7; }

.bg { background: url(cj_bg.jpg) no-repeat top center #e2f1ff; }
.container { width: 1354px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 0 20px #bcddfa; padding-bottom: 70px; margin-bottom: 24px; }
.banner { height: 390px; }


.container { padding: 20px 60px 0; }
.flow-item { position: relative; margin-bottom: 44px; } 
.flow-item-tit {margin-bottom: 20px;height: 72px;background: url(tit_bg.png) no-repeat center center;color: #fff;font-size: 28px;font-weight: bold;text-align: center;line-height: 72px;}
.flow-item-content { position: relative; display: flex; justify-content: space-between; height: 356px; background-color: #f8f8f8; border-radius: 15px; }
.fic-pic { width: 550px; height: 356px; padding: 28px; background-color: #d1e4ff; border-radius: 15px; }
.fic-pic-wrap { width: 492px; overflow: hidden; border-radius: 15px; box-shadow: 0 0 10px #5298f9; }
.fic-pic img {  transition: all .3s linear; }
.fic-pic img:hover { transform: scale(1.1); } 
.fic-tips { width: 650px; }
.fic-tips p.big { color: #545454; font-size: 24px; font-weight: bold; }
.fic-tips p.big span { color: #1a5cb7;font-size: 24px; }
.fic-tips p.small { font-size: 18px; color: #545454; }
.fic-tips p.small span { color: #e1bc6f; font-weight: bold; font-size: 18px; }
.fic-tips p.link { margin-top: 40px; }
.fic-tips p.link a { color: #1a5cb7; font-size: 18px; display: block; line-height: 30px; }
@keyframes arrowDown {
    from { bottom: -28px; }
    to { bottom: -40px; }
}
.flow-item .arrow { position: absolute; bottom: -28px; left: 50%; margin-left: -20px; animation: arrowDown .5s ease-in-out infinite; }
/* .flow-item .arrow:hover { bottom: -40px; }  */
.flow-item .xjj { position: absolute; }

.flow-item.one .fic-tips { padding: 118px 0 0 50px; }
.flow-item.one p.small { margin-top: 40px; }
.flow-item.one .xjj { bottom: 0; right: 0; }

.flow-item.two .fic-tips { padding: 70px 0 0 150px; }
.flow-item.two p.small { margin-top: 25px; }
.flow-item.two .xjj { top: -23px; left: -30px; }

.flow-item.three .fic-tips { padding: 160px 0 0 50px; }
.flow-item.three .xjj { top: -23px; right: -35px; }

.flow-item.four .fic-tips { padding: 64px 0 0 50px; }
.flow-item.four .xjj {bottom: -23px;right: -40px;}
.flow-item.four .fic-tips p.small {padding: 40px 165px 0 0px;}

.flow-item.five .fic-tips {padding: 60px 0 0 150px;}
.flow-item.five .fic-tips p.big { width: 410px; }
.flow-item.five .xjj {top: -40px;left: -30px;}

.flow-item.six .flow-item-tit { background: url(tit_bg_long.png) no-repeat center center; }
.flow-item.six .flow-item-content { background: none; flex-direction: column; align-items: center; justify-content: center; height: auto; padding-bottom: 310px; }
.flow-item.six .fic-tips { width: auto; margin-top: 34px; }
.flow-item.six .fic-tips p.big { font-size: 22px; }
.flow-item.six .xjj { bottom: 0; left: 50%; transform: translateX(-50%); }
@keyframes newArrowDown {
    from { bottom: 247px; }
    to { bottom: 259px; }
}
.flow-item.six .arrow { position: absolute; bottom: 247px; left: 50%; margin-left: -20px; animation: newArrowDown .5s ease-in-out infinite; }

@media screen and (	max-width:1199px){
    .bg { background: none; }
    .banner { padding-bottom: 42%;  height: 0; background: url(mobile_bg.jpg) no-repeat center top; background-size: cover;}
    .container { width: calc(100% - 30px); padding: 30px; }
    .flow-item-content, .fic-pic, .fic-pic-wrap { width: auto; height: auto;  }
    .fic-pic img { width: 100%; }
    .fic-tips { width: auto; }
    .fic-tips p.small { margin-top: 20px !important; padding: 0 !important; }
    .flow-item .fic-tips { padding: 20px !important; }
    .flow-item .xjj { display: none; }
    .flow-item.five .fic-tips p.big { width: auto; }
    .flow-item.six .xjj { display: block; }

}

@media screen and (	max-width:750px){
    html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; }
    html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb { border-radius: 0; background: #1347a7; }
    .container { padding: 15px; }
    .flow-item-tit {font-size: 20px;background-size: 330px;}
    .flow-item-content { flex-direction: column; }
    .fic-tips { text-align: center; order: 1 !important; }
    .fic-tips p.big { font-size: 20px; }
    .fic-tips p.small,.fic-tips p.link { margin-top: 20px !important; font-size: 16px; }
    .fic-tips p.link a { font-size: 16px; }
    .fic-pic { order: 2 !important; }
    .flow-item.four .fic-tips p.small { padding: 0; }
    
    .flow-item.six .xjj { display: block; }
    .flow-item.six .flow-item-content { padding-bottom: 150px; }
    .flow-item.six .arrow,.flow-item.six .fic-tips { display: none; }
    .flow-item.six .flow-item-tit {font-size: 16px;background-size: 340px;}
}