.xx-tips { display: flex; align-items: center; justify-content: space-between; }

.w1400 { width: 1400px; margin: 0 auto; }

.color1 { color: #0056E8 !important; }

.color2 { color: #FF9333 !important; }

.color3 { color: #E62020; }

.fz28 { font-size: 28px !important; }

.mt60 { margin-top: 60px !important; }

.mt80 { margin-top: 80px !important; }


.main { padding: 0; font-size: 16px; }

.container { min-width: 1400px; }

.header-switch { height: 100%; align-items: center; display: flex; }

.wrapp-item { margin-top: 100px; }
.wrapp-tit { text-align: center; position: relative; }
.wrapp-tit h2, .wrapp-tit em, .wrapp-tit h3 { font-size: 40px; font-weight: bold; display: inline-block; margin: 0 50px; line-height: 1; position: relative; z-index: 2; }
.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-star { display: flex; align-items: center; }
.wrapp-stars { display: flex; }
.wrapp-stars .icon { width: 16px; height: 16px; background: url("../images/13.png") no-repeat center center; background-size: cover; margin-left: 5px; }
.wrapp-star-tit { font-size: 18px; font-weight: bold; }
.wrapp-flex { display: flex; justify-content: space-between; margin-top: 40px; }
.wrapp-flex .wrapp-titt { margin-top: 0; }
.wrapp-cont { background: #FFFFFF; border-radius: 8px; padding: 1px 40px 40px; margin: 40px 0 0 0; }
.wrapp-titt { font-size: 20px; font-weight: bold; line-height: 1; margin-top: 40px; }
.wrapp-titt span { height: 28px; background: #0056E8; border-radius: 4px; color: #fff; line-height: 28px; font-size: 18px; display: inline-block; margin-right: 10px; padding: 0 7px; vertical-align: 4px; }

.banner { height: 520px; background-repeat: no-repeat; background-position: center; display: block; position: relative;z-index: 8; }

.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; }

.polic { background-color: #fff; padding: 20px; border-radius: 8px; display: flex; margin: 40px 0 0 0; }
.polic-img { margin-right: 50px; }
.polic-txt { line-height: 28px; margin: -20px 0 0 0; }
.polic-txt p { margin-top: 30px; }

.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; position: relative; }
.type-tit::after { content: ""; width: 40px; height: 8px; background: #FF9333; right: 0; top: 50%; display: block; position: absolute; margin-top: -4px; }
.type-btn { display: flex; margin-top: 20px; }
.type-btn a { border-radius: 8px; line-height: 56px; border: 1px solid #0056E8; padding: 0 35px; font-size: 20px; transition: all .3s; color: #0056E8; }
.type-btn a:hover { background-color: #0056E8; color: #fff !important; }

.advant { display: flex; margin: 20px 0 0 -20px; flex-wrap: wrap; }
.advant.active { margin: 20px 0 0 -25px; }
.advant.active .advant-list { background-color: #fff; padding: 50px 40px 56px; margin-top: 25px; display: flex; justify-content: space-between; flex-direction: column; flex: 450px 0 1; }
.advant.active .advant-sub { text-align: left; color: rgba(51, 51, 51, 0.6); min-height: 78px; }
.advant-list { text-align: center; flex: 315px 0 1; margin-left: 20px; padding: 44px 22px 24px; border-radius: 8px; transition: all .3s; background-color: #F7F8FC; }
.advant-list:hover { transform: translateY(-10px); }
.advant-list img { width: 40pxp; height: 40px; object-fit: contain; }
.advant-tit { font-size: 20px; line-height: 1; margin-top: 20px; font-weight: bold; }
.advant-sub { line-height: 24px; margin-top: 26px; color: #616371; }
.advant-btn { display: flex; align-items: center; justify-content: center; color: #0056E8; border: solid 1px currentColor; border-radius: 4px; margin: 80px auto 0; width: 160px; height: 40px; transition: all .3s; }
.advant-btn:hover { background-color: #0056E8; color: #fff; }

.flow { display: flex; justify-content: space-between; align-items: center; padding: 10px 10px 10px 40px; background: #F7F8FC; border-radius: 4px; margin: 20px 0 0 0; }
.flow-cont { display: flex; }
.flow-cont.fq li { margin-right: 69px; }
.flow-cont.fq li::after { margin-left: 69px; }
.flow-cont li { margin: 0 40px 0 0; }
.flow-cont li::after { content: ""; display: inline-block; width: 18px; height: 18px; background: url("../images/10.png") no-repeat center center; margin: 0 0 0 40px; vertical-align: -3px; }
.flow-cont li:last-child::after { display: none; }
.flow-btn { display: flex; }
.flow-btn a { width: 96px; height: 36px; background: #FF9333; border-radius: 4px; text-align: center; line-height: 36px; color: #fff; margin-left: 10px; }

.catalog { margin: 0 0 0 0; }
.catalog-tit { font-size: 32px; font-weight: bold; text-align: center; }
.catalog-cont { display: flex; flex-wrap: wrap; margin: 0 0 0 -32px; }
.catalog-list { flex: calc(25% - 20px) 0 1; margin: 20px 0 0 20px; border-radius: 2px; transition: all .3s; padding: 16px; background-color: #fff; border: 1px solid #EEEEEE; }
.catalog-list:hover { transform: translateY(-10px); }
.catalog-list-tit { line-height: 26px; height: 52px; overflow: hidden; display: block; margin: 40px 0 0 0; }
.catalog-list-sub { color: #979AA8; font-size: 12px; line-height: 12px; margin-top: 14px; height: 12px; overflow: hidden; }
.catalog-list-sub span { padding: 0 10px; position: relative; }
.catalog-list-sub span:first-child { padding-left: 0; }
.catalog-list-sub span:first-child::before { display: none; }
.catalog-list-sub span::before { content: ""; position: absolute; left: 0; top: 50%; height: 12px; width: 1px; background-color: #979AA8; margin-top: -6px; }
.catalog-btm { display: flex; align-items: center; }
.catalog-xx { display: flex; flex: 1; }
.catalog-xx-list { display: flex; align-items: center; margin-top: 8px; }
.catalog-xx-list:first-child { margin-top: 0; }
.catalog-xx-list .catalog-xx-img { width: 20px; height: 20px; }
.catalog-xx-list .catalog-xx-sub { margin-top: 0; font-size: 14px; color: #666; }
.catalog-xx-img { width: 40px; height: 40px; margin-right: 14px; }
.catalog-xx-tit { font-size: 14px; font-weight: bold; height: 14px; line-height: 14px; overflow: hidden; margin-top: 4px; color: #000; display: block; }
.catalog-xx-sub { color: #979AA8; font-size: 12px; height: 12px; line-height: 12px; overflow: hidden; margin-top: 8px; display: block; }
.catalog-cert { display: flex; }
.catalog-cert span { height: 20px; line-height: 20px; padding: 0 7px; background-color: rgba(24, 190, 112, 0.1); font-size: 12px; color: #18BE70; margin-left: 8px; }
.catalog-cert span.jy { color: #FF9333; background-color: rgba(255, 147, 51, 0.1); }

.xx-cont { display: flex; flex-wrap: wrap; margin-left: -20px; }
.xx-list { padding-bottom: 70px; flex: calc(25% - 20px) 0 1; background-color: #fff; border-radius: 2px; position: relative; transition: all .3s; border: 1px solid #EEEEEE; margin: 32px 0 0 20px; cursor: pointer; }
.xx-list:hover { transform: translateY(-10px); }
.xx-list-inner { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 0 16px; }
.xx-list-img { width: 72px; height: 72px; margin-top: 60px; }
.xx-list-tit { font-size: 18px; font-weight: bold; height: 18px; line-height: 1; margin-top: 20px; overflow: hidden; color: #1E2129 !important; }
.xx-list-pri { font-weight: bold; color: var(--fc1); line-height: 14px; margin-top: 10px; font-size: 14px; }
.xx-list-type { text-align: center; margin-top: 10px; font-size: 12px; }
.xx-list-btm { position: absolute; left: 0; width: 100%; bottom: 16px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; }
.xx-list-btm a { height: 36px; border: 1px solid #E2E2E2; line-height: 34px; flex: 1; margin-left: 2px; text-align: center; transition: all .3s; border-radius: 4px; margin: 0 4px; font-size: 14px; }
.xx-list-btm a:hover { color: #0056E8; border: solid 1px #0056E8; }
.xx-tips { position: absolute; width: 100%; left: 0; top: 0; font-size: 12px; }
.xx-tips-txt { height: 20px; line-height: 20px; background-color: rgba(var(--tca), 0.1); padding: 0 6px; color: var(--tc); }
.xx-tips-gz { color: #FF952E; background-color: rgba(255, 149, 46, 0.1); padding: 0 6px; height: 20px; line-height: 20px; }

.ques { display: flex; flex-wrap: wrap; margin: 20px 0 0 -20px; }
.ques-list { flex: calc(25% - 20px) 0 1; margin: 20px 0 0 20px; background-color: #fff; border-radius: 6px; padding: 30px; transition: all .3s; }
.ques-list:hover { transform: translateY(-10px); }
.ques-tit { font-size: 20px; line-height: 32px; height: 64px; overflow: hidden; }
.ques-btm { margin-top: 40px; border-top: solid 1px #F1F1F1; font-size: 14px; display: flex; justify-content: space-between; padding-top: 20px; line-height: 1; }
.ques-date { color: rgba(51, 51, 51, 0.5); }
.ques-m { color: rgba(0, 86, 232, 0.5); }

.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; }

.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; }
