body{background-color: #fff;}
.flow-list::after { content: ''; border-top: 6px solid currentColor; border-left: 5px solid transparent; border-right: 5px solid transparent; display: inline-block; margin-left: 5px; vertical-align: middle; }

.w1400 { width: 1400px; margin: 0 auto; }

.color1 { color: #0056E8; }

.color2 { color: #FF9333; }

.color3 { color: #E62020; }

.fz28 { font-size: 28px !important; }

.nav-hide-mask { background-color: #fff; }

.main { padding: 0; font-size: 16px; }

.container { min-width: 1400px; }

.header-switch { height: 100%; align-items: center; display: flex; }

.wrapp-item { margin-top: 120px; }
.wrapp-tit { text-align: center; }
.wrapp-tit h2, .wrapp-tit em, .wrapp-tit h3 { font-size: 40px; font-weight: bold; display: inline-block; margin: 0 50px; line-height: 1; }
.wrapp-tit i { width: 26px; height: 26px; background: rgba(0, 86, 232, 0.1); display: inline-block; vertical-align: 2px; position: relative; transform: rotate(-45deg); }
.wrapp-tit i::after, .wrapp-tit i::before { content: ""; width: 26px; height: 26px; background: rgba(0, 86, 232, 0.1); position: absolute; left: -14px; top: -14px; }
.wrapp-tit i::after { right: -14px; left: auto; top: 14px; }
.wrapp-sub { text-align: center; font-size: 16px; color: #999; margin-top: 10px; }

.banner { height: 520px; background-repeat: no-repeat; background-position: center; display: block; }

.intro { display: flex; }
.intro-left { width: 160px; padding: 28px 30px 0 0; text-align: center; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #FF9333; flex-shrink: 0; border-radius: 6px; }
.intro-left-tit { font-size: 32px; font-weight: bold; color: #fff; line-height: 1; }
.intro-left-en { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin-top: 10px; }
.intro-txt { font-size: 18px; line-height: 36px; background-color: #fff; margin-left: -30px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); border-radius: 6px; padding: 20px 30px; }

.retest { background: rgba(0, 86, 232, 0.05); border-radius: 20px; overflow: hidden; padding-bottom: 30px; }
.retest-head { height: 50px; background-color: #0056E8; color: #fff; line-height: 50px; text-align: center; }
.retest-cont { display: flex; margin-top: 30px; }
.retest-item { flex: 640px 0 1; margin: 0 0 0 40px; }
.retest-tit { font-size: 24px; font-weight: bold; }
.retest-info { display: flex; flex-wrap: wrap; margin: 0 0 0 -20px; }
.retest-list { background: #FFFFFF; border-radius: 24px; flex: 200px 0 1; height: 48px; line-height: 48px; color: #666666; text-align: center; margin: 20px 0 0 20px; }
.retest-tips { font-size: 14px; color: rgba(102, 102, 102, 0.5); text-align: center; margin-top: 35px; }

.situa-head { height: 50px; background: #0056E8; border-radius: 4px 4px 0px 0px; line-height: 50px; color: #fff; text-align: center; margin: 40px 0 0 0; }
.situa-cont { display: flex; margin: 20px 0 0 0; justify-content: space-between; }
.situa-list { border-radius: 0px 0px 4px 4px; border: 1px solid #E5E5E5; padding: 40px 40px 30px; flex: 690px 0 1; transition: all .3s; }
.situa-list:last-child .situa-tit { background-color: #FF9333; }
.situa-list:hover { transform: translateY(-10px); }
.situa-tit { height: 40px; padding: 0 40px; background-color: #0056E8; color: #fff; text-align: center; line-height: 40px; display: inline-block; }
.situa-txt { line-height: 28px; margin: 24px 0 0 0; }

.flow { padding: 80px 0; background-color: #0056E8;position: relative;z-index: 3; }
.flow .wrapp-tit { color: #fff; }
.flow .wrapp-tit i { background: rgba(255, 255, 255, 0.1); }
.flow .wrapp-tit i::after, .flow .wrapp-tit i::before { background: rgba(255, 255, 255, 0.1); }
.flow-cont { display: flex; flex-wrap: wrap; position: relative; }
.flow-cont .pass { color: #fff; position: absolute; top: 149px; left: 503px; font-size: 14px; }
.flow-cont .pass span { display: inline-block; width: 8px; height: 8px; position: relative; transform: rotate(-135deg); margin-right: 6px; }
.flow-cont .pass span::after, .flow-cont .pass span::before { content: ""; display: inline-block; border-top: solid 1px rgba(255, 255, 255, 0.5); border-left: solid 1px rgba(255, 255, 255, 0.5); width: 8px; height: 8px; position: absolute; left: 0; top: 0; }
.flow-cont .pass span::after { top: 4px; left: 4px; }
.flow-cont .pass.two { left: 860px; }
.flow-cont .pass.two span { transform: rotate(45deg); vertical-align: 1px; }
.flow-cont .pass.two span::after, .flow-cont .pass.two span::before { border-top: solid 1px #FFF; border-left: solid 1px #FFF; }
.flow-cont .pass.three { left: 1210px; }
.flow-list { background-color: #fff; flex: calc(25% - 20px) 0 1; margin: 40px 0 0 20px; padding: 16px; display: flex; align-items: center; border-radius: 4px; position: relative; }
.flow-list::after { content: ""; position: absolute; right: -15px; transform: rotate(-90deg); border-top: 6px solid #fff; }
.flow-list:nth-child(4n)::after { display: none; }
.flow-list img { margin-right: 20px; }
.flow-txt { font-size: 18px; font-weight: bold; }
.flow-sub { font-weight: normal; font-size: 14px; color: #999; }

.review { margin-top: 40px; }
.review-list { border-radius: 12px; background-color: rgba(255, 147, 51, 0.05); margin-top: 10px; padding: 30px 40px 30px 64px; display: flex; align-items: center; transition: all .3s; }
.review-list:hover { background-color: #0056E8; }
.review-list:hover .review-tit, .review-list:hover .review-sub { color: #fff; }
.review-list:hover .review-img { background: url("../images/9.png") no-repeat center center; }
.review-img { margin-right: 84px; width: 152px; height: 133px; background: url("../images/10.png") no-repeat center center; flex-shrink: 0; }
.review-tit { font-size: 24px; font-weight: bold; line-height: 1; color: #FF9333; }
.review-sub { line-height: 24px; margin-top: 20px; }

.ques { display: flex; flex-wrap: wrap; margin: 8px 0 0 -25px; }
.ques-list { flex: calc(33.3% - 25px) 0 1; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); border-radius: 6px; padding: 40px; margin: 25px 0 0 25px; transition: all .3s; }
.ques-list:hover { transform: translateY(-10px); }
.ques-list i { width: 24px; height: 24px; background: #FF952E; border-radius: 4px; display: inline-block; font-size: 16px; color: #fff; text-align: center; line-height: 24px; font-weight: normal; margin-right: 2px; vertical-align: 1px; }
.ques-head { font-size: 20px; font-weight: bold; line-height: 32px; height: 64px; overflow: hidden; }
.ques-ans { color: #666; font-size: 20px; line-height: 32px; overflow: hidden; margin-top: 35px; }
.ques-ans i { background-color: #0056E8; }

.under { background-color: #0056E8; }
.under .wrapp-item { padding: 60px 0; }
.under .wrapp-tit { color: #fff; }
.under .wrapp-tit i { background: rgba(255, 255, 255, 0.1); }
.under .wrapp-tit i::after, .under .wrapp-tit i::before { background: rgba(255, 255, 255, 0.1); }
.under .bd { margin-top: 40px; overflow: hidden; }
.under-cont li { width: 320px; margin-left: 40px; }
.under-cont li .pic { width: 320px; height: 200px; overflow: hidden; }
.under-cont li .pic img { width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.under-cont li .pic img:hover { transform: scale(1.1); }
.under-tit { font-size: 18px; height: 18px; line-height: 18px; margin-top: 24px; color: #fff; }

.news { display: flex; font-size: 16px; flex-wrap: wrap; margin: 5px 0 0 -25px; }
.news-list { flex: calc(33.3% - 25px) 0 1; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05); border-radius: 6px; padding: 40px 40px 0; transition: all .3s; border: 2px solid #fff; margin: 25px 0 0 25px; }
.news-list:hover { border: 2px solid #FF9333; box-shadow: 0px 0px 32px 0px rgba(255, 149, 46, 0.2); }
.news-tit { font-size: 24px; line-height: 32px; height: 64px; overflow: hidden; color: #333; }
.news-txt { margin: 40px 0 0 0; color: rgba(51, 51, 51, 0.5); }
.news-btm { margin: 130px 0 0 0; border-top: solid 1px #F1F1F1; line-height: 28px; padding: 23px 0 34px 0; color: rgba(51, 51, 51, 0.5); display: flex; justify-content: space-between; }
.news-btm span { color: rgba(0, 86, 232, 0.5); }

.zx { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #0056E8; box-shadow: 0px 20px 60px 0px rgba(0, 86, 232, 0.2); border-radius: 20px; padding: 30px 10px 10px; font-size: 16px; margin-bottom: 150px; }
.zx .wrapp-tit { color: #fff; }
.zx .wrapp-tit i { background: rgba(255, 255, 255, 0.1); }
.zx .wrapp-tit i::after, .zx .wrapp-tit i::before { background: rgba(255, 255, 255, 0.1); }
.zx-cont { background-color: #fff; padding: 20px 60px 40px 60px; border-radius: 10px; margin: 26px 0 0 0; }
.zx-item { display: flex; flex-wrap: wrap; margin-left: -30px; }
.zx-list { width: 400px; height: 64px; background: #F7F8FC; border-radius: 8px; margin: 30px 0 0 30px; position: relative; display: flex; align-items: center; padding: 0 30px; }
.zx-list em { color: #FF0000; margin-right: 5px; }
.zx-list .select { height: 64px; border: 0; display: flex; align-items: center; font-size: 16px; border: 0; flex: 1; }
.zx-list .select .option { top: 64px; width: calc(100% + 62px); left: -30px; }
.zx-list .select_txt { padding-left: 0; }
.zx-tips { color: #F43636; font-size: 14px; position: absolute; left: 0; bottom: -24px; display: none; }
.zx-ipt { border: 0; background: none; height: 100%; width: 100%; }
.zx-btn { width: 400px; height: 64px; background: #FF9333; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; margin: 50px auto 0; color: #fff !important; }
.zx-agree { text-align: center; margin: 20px auto 0; }
.zx-agree a { color: #999; }
