body { background-color: #fff; }

.w1400 { width: 1400px; margin: 0 auto; }

.color1 { color: #0056E8 !important; }

.color2 { color: #FF6922 !important; }

.color3 { color: #E62020; }

.fz28 { font-size: 28px !important; }

.mt60 { margin-top: 60px !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: 80px; }
.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: 20px; height: 20px; background: #FF6922; display: inline-block; vertical-align: 7px; position: relative; }
.wrapp-tit i::after, .wrapp-tit i::before { content: ""; width: 12px; height: 12px; background: rgba(255, 105, 34, 0.5); position: absolute; }
.wrapp-tit i::before { right: -18px; top: 14px; }
.wrapp-tit i::after { right: -28px; top: -4px; }
.wrapp-tit i.next::before { left: -18px; top: 14px; right: auto; }
.wrapp-tit i.next::after { left: -28px; top: -4px; right: auto; }
.wrapp-sub { color: #999; font-size: 16px; text-align: center; margin-top: 10px; }

.banner { height: 600px; background-repeat: no-repeat; background-position: center; display: block; position: relative;z-index: 8}

.navv { display: flex; background: #FFFFFF; border-radius: 16px; padding: 22px; justify-content: space-between; margin-top: -50px; position: relative; box-shadow: 0px 0px 50px 0px rgba(0, 86, 232, 0.08); z-index: 9}
.navv a { width: 122px; height: 110px; text-align: center; padding: 15px 0 0 0; transition: all .3s; background: #F7F8FC; border-radius: 8px; }
.navv a:hover, .navv a.active { background-color: rgba(255, 147, 51, 0.05); }
.navv a.active p, .navv a.active .iconfont { color: #FF9333; }
.navv a .iconfont { font-size: 32px; color: #333; }
.navv a p { font-size: 18px; line-height: 1; margin-top: 5px; color: #333; }

.type { box-shadow: 0px 0px 50px 0px rgba(0, 86, 232, 0.1); border-radius: 16px; padding: 50px; }
.type-cont { display: flex; align-items: flex-start; }
.type-img { flex-shrink: 0; margin-right: 50px; width: 530px; height: 300px; }
.type-img.w480 { width: 480px; }
.type-txt { flex: 1; display: flex; justify-content: space-between; flex-direction: column; min-height: 290px; }
.type-txt-sub { line-height: 26px; margin-top: 20px; }
.type-tit { font-size: 40px; font-weight: bold; margin-top: 5px; }
.type-btn { display: flex; margin-top: 20px; }
.type-btn a { border-radius: 8px; line-height: 56px; border: 1px solid #FF6922; padding: 0 35px; font-size: 20px; transition: all .3s; color: #FF6922; }
.type-btn a:hover { background-color: #FF6922; color: #fff !important; }

.flow { display: flex; margin: 46px 0 0 -32px; }
.flow-list { flex: calc(25% - 32px) 0 1; box-shadow: 0px 0px 30px 0px rgba(255, 105, 34, 0.06); border-radius: 16px; text-align: center; padding: 55px 50px 70px; margin-left: 32px; transition: all .3s; }
.flow-list:hover { transform: translateY(-10px); }
.flow-img { width: 55px; height: 50px; object-fit: contain; }
.flow-tit { color: #000; font-size: 24px; font-weight: bold; margin: 45px 0 0 0; }
.flow-sub { color: #666; line-height: 26px; margin: 16px 0 0 0; }

.cert { display: flex; margin: 40px 0 0 -40px; }
.cert-list { flex: calc(50% - 40px) 0 1; margin: 0 0 0 40px; padding: 0 50px 50px; border: solid 1px #FF9333; box-shadow: 0px 0px 30px 0px rgba(255, 105, 34, 0.06); border-radius: 16px; display: flex; justify-content: space-between; flex-direction: column; }
.cert-list:last-child { border: solid 1px #0056E8; }
.cert-list:last-child .cert-head { background: url("../images/6.png") no-repeat center center; }
.cert-head { width: 400px; height: 72px; color: #fff; text-align: center; line-height: 72px; font-weight: bold; background: url("../images/5.png") no-repeat center center; font-size: 28px; margin: 0 auto; }
.cert-sub { margin: 30px auto 0; font-size: 18px; line-height: 34px; }
.cert-img { margin-top: 50px; }

.ques { display: flex; margin: 0 0 0 -40px; }
.ques-item { border-radius: 16px 16px 16px 16px; flex: 680px 0 1; flex-wrap: wrap; margin: 40px 0 0 40px; overflow: hidden; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); background-color: #fff; }
.ques-item:last-child .ques-head { background-color: #FF6922; }
.ques-head { height: 72px; background: #0056E8; text-align: center; line-height: 72px; font-size: 24px; color: #fff; }
.ques ul { margin: 30px 50px; }
.ques li { height: 56px; line-height: 56px; overflow: hidden; }
.ques li a { display: flex; justify-content: space-between; }
.ques li a span { color: #999; font-size: 14px; flex-shrink: 0; }

.under-cont { display: flex; margin: 0 0 0 -32px; flex-wrap: wrap; }
.under-list { flex: calc(25% - 32px) 0 1; margin: 40px 0 0 32px; border-radius: 16px; overflow: hidden; }
.under-img { height: 183px; overflow: hidden; border-radius: 16px; }
.under-img img { width: 100%; height: 100%; transition: all .3s; }
.under-img img:hover { transform: scale(1.1); }
.under-tit { font-size: 16px; font-weight: bold; line-height: 22px; height: 22px; overflow: hidden; margin-top: 16px; }

.zx-cont { border-radius: 16px; padding: 30px 60px 60px; border-radius: 10px; margin: 40px 0 80px 0; font-size: 16px; box-shadow: 0px 0px 50px 0px rgba(0, 86, 232, 0.1); }
.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-list .select_open { right: 0; }
.zx-tips { color: #F43636; font-size: 14px; position: absolute; left: 0; bottom: -24px; display: none; }
.zx-ipt { border: 0; background: #F7F8FC; height: 100%; width: 100%; }
.zx-btn { width: 400px; height: 64px; background: #FF6922; border-radius: 36px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 50px auto 0; color: #fff !important; }
.zx-agree { display: block; text-align: center; margin: 20px auto 0; }
.zx-agree a { color: #666; }
