@charset "UTF-8";
/**
author:王文超
未经许可不可将部分或全部代码用于其他项目 */
@import url("../assets/font/bahnschrift/bahnschrift.css");
@import url("../assets/font/futurademic/futurademic.css");
@import url("../assets/font/BEBAS/BEBAS.css");
@import url("../assets/font/lovelo/lovelo.css");
body { margin: 0 auto; max-width: 3840px; width: 100%; min-width: 1600px; font: 16px/1.5 'Microsoft YaHei',Arial,"Helvetica Neue",Helvetica,sans-serif; color: #333333; padding: 0; box-sizing: border-box; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input { vertical-align: middle; }

textarea { resize: none; }

/*input placeholder 样式 */
::-webkit-input-placeholder { color: #999999; }

:-moz-placeholder { color: #999999; }

::-moz-placeholder { color: #999999; }

:-ms-input-placeholder { color: #999999; }

/*修改滚动条*/
::-webkit-scrollbar { width: 6px; height: 6px; }

::-webkit-scrollbar-track { box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px; }

::-webkit-scrollbar-thumb { border-radius: 6px; background: #bbb; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.pl-0 { padding-left: 0 !important; }

.pr-0 { padding-right: 0 !important; }

.pl-20 { padding-left: 20px !important; }

.mt-0 { margin-top: 0px !important; }

.mt-20 { margin-top: 20px !important; }

.mr-20 { margin-right: 20px !important; }

.ml-20 { margin-left: 20px !important; }

.mb-20 { margin-bottom: 20px !important; }

.m-auto { margin: 0 auto !important; }

body { --theme-txt-color: #004a92; --theme-color: #0052d9; --theme-red: #cb1f24; --theme-blue:#0052d9; }

.blue { color: var(--theme-blue) !important; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

div { margin: 0; padding: 0; box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p { margin: 0; padding: 0; border: none; list-style-type: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wrap { margin: 0 auto; width: 100%; position: relative; overflow: hidden; }

.table td, .table th { padding: 5px; }

/*重置svg图标*/
.icon { width: 1rem; height: 1rem; vertical-align: -0.15em; fill: currentColor; display: inline-block; overflow: hidden; }

.f_l, .fleft, .pull-left { float: left !important; }

.f_r, .fright, .pull-right { float: right !important; }

.d-block { display: block; }

.d-inline { display: inline; }

.d-none { display: none; }

.d-inline-block { display: inline-block !important; }

a { text-decoration: none; color: #666; transition: all .2s linear 0s; }

a:hover { color: var(--theme-color); }

a:focus { outline: none; }

a, a:link, a:active, a:visited, a:hover { text-decoration: none; }

.text-uppercase { text-transform: uppercase; }

.row { --gutter-x: 12px; --gutter-y: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--gutter-y)*-1); margin-right: calc(var(--gutter-x)/-2); margin-left: calc(var(--gutter-x)/-2); }
.row.gy-0 { --gutter-y: 0; }
.row.g-0 { --gutter-x:0; --gutter-y: 0; }

.d-flex { display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

.row > * { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--gutter-x)/2); padding-left: calc(var(--gutter-x)/2); margin-top: var(--gutter-y); }

.col { flex: 1 0 0%; }

.row-cols-auto > * { flex: 0 0 auto; width: auto; }

.row-cols-1 > * { flex: 0 0 auto; width: 100%; }

.row-cols-2 > * { flex: 0 0 auto; width: 50%; }

.row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; }

.row-cols-4 > * { flex: 0 0 auto; width: 25%; }

.row-cols-5 > * { flex: 0 0 auto; width: 20%; }

.row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; }

.col-1 { width: calc(100% / 1); }

.col-2 { width: calc(100% / 2); }

.col-3 { width: calc(100% / 3); }

.col-4 { width: calc(100% / 4); }

.col-5 { width: calc(100% / 5); }

.col-6 { width: calc(100% / 6); }

.ratio { position: relative; width: 100%; }
.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ratio:before { display: block; padding-top: var(--aspect-ratio); content: ""; }

.ratio-4x3 { --aspect-ratio: calc(3 / 4 * 100%); }

.ratio-3x4 { --aspect-ratio: calc(4 / 3 * 100%); }

.ratio-16x9 { --aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 { --aspect-ratio: calc(9 / 21 * 100%); }

.ratio-2x3 { --aspect-ratio: calc(2 / 3 * 100%); }

.ratio-1x1 { --aspect-ratio: 100%; }

.ratio-9x7 { --aspect-ratio: calc(7 / 9 * 100%); }

.w-980 { width: 980px; }

.w-420 { width: 420px; }

.position-relative { position: relative !important; }

.position-static { position: static !important; }

.position-absolute { position: absolute !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.iconfont { font-size: inherit; }

.img-fluid { display: block; max-width: 100%; }

.wrapper, .container-fluid { width: 100%; overflow: hidden; }

.container { width: 1400px !important; margin: 0 auto; }

.bg-white { background-color: #ffffff !important; }

.bg-grey { background-color: #f7f8fa !important; }

.bg-light { background-color: #f8f8f8 !important; }

.bg { background-color: #f6f8fb !important; }

.p-20 { padding: 20px !important; }

.pt-20 { padding-top: 20px !important; }

.overhidden { overflow: hidden; }

.w-next, .w-prev { cursor: pointer; position: absolute; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; background-color: rgba(0, 104, 183, 0.5); border-radius: 50%; }
.w-next svg, .w-prev svg { width: 50%; height: 50%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; }
.w-next svg path, .w-prev svg path { fill: #ffffff; }
.w-next.swiper-button-disabled, .w-prev.swiper-button-disabled { opacity: .5; cursor: not-allowed; }

.w-next { right: 0; }

.w-prev { left: 0; }

.f12 { font-size: 12px; }

.f14 { font-size: 14px; }

.f16 { font-size: 16px; }

/*新闻文字列表*/
.news-list .news-item { --item-time:120px; }
.news-list .news-item .news-title { width: calc(100% - var(--item-time)); line-height: 2.8; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list .news-item .news-title::before { content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background-color: currentColor; vertical-align: middle; margin-right: 5px; }
.news-list .news-item .news-time { width: 100px; text-align: right; color: #a6a6a6; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list .news-gap-line { border-bottom: 1px dashed #dddddd; width: 100%; margin: 20px 0; }
.news-list.xxgk .news-item .news-title { line-height: 2.5; }
.news-list.xxgk .news-gap-line { margin: 10px 0; }

/* 前台 完整分页 分页效果 - bootstrap 样式 start */
.paeg { text-align: center; }

.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; line-height: 1.2; }

.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

/* 前台 完整分页 分页效果 - bootstrap 样式 end */
.layui-form-label { width: 120px !important; }

.layui-input-block { margin-left: 120px !important; }

.layui-form-item .layui-input-inline { width: 390px !important; }

.layui-input.captcha-input { width: 230px; display: inline-block; margin-right: 5px; }

.verifyImg { height: 38px; width: 150px; }

.w-form .layui-input:focus, .w-form .layui-textarea:focus { border-color: var(--theme-color) !important; }

.form-submit { background-color: #0068b7; cursor: pointer; color: #ffffff; width: 150px; height: 42px; text-align: center; line-height: 42px; border-radius: 3px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; border: none; }
.form-submit:hover { background-color: #0085ea; }

.score-stars { display: inline-block; width: 75px; height: 15px; overflow: hidden; background: url("../image/icon-rating.png") 0 0 no-repeat; }

.score-stars.stars-00 { background-position: 0 -150px; }

.score-stars.stars-05 { background-position: 0 -135px; }

.score-stars.stars-10 { background-position: 0 -120px; }

.score-stars.stars-15 { background-position: 0 -105px; }

.score-stars.stars-20 { background-position: 0 -90px; }

.score-stars.stars-25 { background-position: 0 -75px; }

.score-stars.stars-30 { background-position: 0 -60px; }

.score-stars.stars-35 { background-position: 0 -45px; }

.score-stars.stars-40 { background-position: 0 -30px; }

.score-stars.stars-45 { background-position: 0 -15px; }

.score-stars.stars-50 { background-position: 0 0; }

table { width: 100%; border-collapse: collapse; }

table tr td { width: auto; line-height: 26px; border: 1px solid #797979; padding: 5px !important; }

.new-tag { display: inline-block; background: url("../image/icon-new.png") center/contain no-repeat; width: 38px; height: 14px; vertical-align: middle; margin-left: 5px; }

.header { height: 90px; }
.header .header-wrap { height: 90px; position: fixed; width: 100%; background-color: #ffffff; z-index: 9; }
.header .container { width: 1800px!important; }
.header .container .logo { text-align: center; width: 300px; }
.header .container .nav { width: 680px; margin-left: 20px; }
.header .container .nav ul { width: 100%; }
.header .container .nav ul li { flex: 1; position: relative; }
.header .container .nav ul li > a { text-align: center; font-size: 18px; line-height: 90px; display: block; width: 100%; height: 90px; }
.header .container .nav ul li .sub-menu { position: absolute; display: block; width: 100%; }
.header .container .header-right { flex: 0 auto; width: 630px; }
.header .container .header-right .header-search { border-radius: 5px;   }
.header .container .header-right .header-search form { width: 220px; }
.header .container .header-right .header-search .search-input { border: none; width: 180px; height: 40px; padding: 5px 15px; display: block; background-color: #f5f5f5; }
.header .container .header-right .header-search .search-btn { width: 40px; height: 40px; background-color: #ededed; border: none; cursor: pointer; position: relative; }
.header .container .header-right .header-search .search-btn svg { width: 22px; height: 22px; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.header .container .header-right .header-search .search-btn svg path { fill: #787878; }
.header .container .header-right .header-search .search-btn:hover { background-color: var(--theme-color); }
.header .container .header-right .header-search .search-btn:hover svg path { fill: #ffffff; }
.header .container .header-right .member_info { margin: 0 30px; text-align: center; }
.header .container .header-right .member_info a { display: inline-block; width: 60px; text-align: center; }
.header .container .header-right .header-tel .tel-icon { margin-right: 10px; width: 50px; text-align: center; }
.header .container .header-right .header-tel .tel-icon img { display: block; max-width: 100%; }
.header .container .header-right .header-tel .tel-info p { font-size: 14px; color: #282828; opacity: .8; }
.header .container .header-right .header-tel .tel-info .tel-num { font-family: Arial; line-height: 1; font-size: 24px; color: #333333; }
.header .dropdown-nav { background-color: #fff; box-shadow: 0px 3px 250px 0px rgba(0, 0, 0, 0.05); border-top: 1px solid #d9dbe0; display: none; }
.header .dropdown-nav .dropdown-wrap { width: 1600px; height: 400px; margin: 0 auto; }
.header .dropdown-nav .dropdown-wrap .dropdown-left { flex: 0 auto; width: 390px; padding-top: 30px; padding-left: 30px; padding-right: 60px; background: url("../image/nav/dropdown-lefg-bg.jpg") bottom center no-repeat; }
.header .dropdown-nav .dropdown-wrap .dropdown-left h3 { font-size: 18px; margin-top: 15px; line-height: 2; margin-bottom: 8px; }
.header .dropdown-nav .dropdown-wrap .dropdown-left p { color: #666666; font-size: 14px; }
.header .dropdown-nav .dropdown-wrap .dropdown-left a { color: #0052d9; font-size: 14px; margin-top: 8px; display: block; }
.header .dropdown-nav .dropdown-wrap .dropdown-main { background-color: #ffffff; }
.header .dropdown-nav .dropdown-wrap .dropdown-mid { flex: 0 auto; width: 720px; --gutter-x: 0; --gutter-y: 0; padding: 30px 0; }
.header .dropdown-nav .dropdown-wrap .dropdown-mid dl dd { padding-left: 15px; line-height: 30px; height: 30px; overflow: hidden; }
.header .dropdown-nav .dropdown-wrap .dropdown-mid dl dd a { color: #666666; display: block; }
.header .dropdown-nav .dropdown-wrap .dropdown-mid dl dd:hover a { color: var(--theme-color); }
.header .dropdown-nav .dropdown-wrap .dropdown-right { flex: 0 auto; width: 550px; padding: 30px; }
.header .dropdown-nav .dropdown-wrap .dropdown-right .quick-link { --gutter-x: 15px; --gutter-y: 15px; }
.header .dropdown-nav .dropdown-wrap .dropdown-right .quick-link .link-item .item-wrap { width: 240px; height: 90px; border-radius: 5px; background: url("../image/nav/q-nav-bg.jpg") center/cover no-repeat; padding: 18px 26px; }
.header .dropdown-nav .dropdown-wrap .dropdown-right .quick-link .link-item .item-wrap .item-title { font-size: 16px; color: #333333; line-height: 2; }
.header .dropdown-nav .dropdown-wrap .dropdown-right .quick-link .link-item .item-wrap .item-desc { font-size: 13px; color: #666666; }
.header .dropdown-nav .dropdown-wrap .dropdown-right .quick-link .link-item:hover .item-wrap { background-image: url("../image/nav/q-nav-bg-hover.jpg"); }

.footer { background-color: #141b1e; color: #999999; }
.footer a { color: #999999; }
.footer a:hover { color: #efefef; }
.footer .footer-top .footer-service { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .footer-service .item { width: 25%; height: 100px; }
.footer .footer-top .footer-service .item .item-icon { width: 48px; height: 48px; position: relative; }
.footer .footer-top .footer-service .item .item-icon img { max-width: 100%; max-height: 100%; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.footer .footer-top .footer-service .item .item-name { margin-left: 8px; font-size: 18px; color: #ffffff; }
.footer .footer-mid { padding-top: 40px; }
.footer .footer-mid .footer-nav dl { width: 220px; padding-left: 20px; }
.footer .footer-mid .footer-nav dl dt { color: #ffffff; font-size: 18px; line-height: 60px; overflow: hidden; }
.footer .footer-mid .footer-nav dl dd { line-height: 36px; }
.footer .footer-mid .footer-nav dl dd a { display: block; }
.footer .footer-mid .footer-contact { padding-left: 40px; }
.footer .footer-mid .footer-contact .online-btn { width: 190px; height: 46px; background-color: var(--theme-blue); color: #ffffff; border-radius: 5px; font-size: 14px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.footer .footer-mid .footer-contact .online-btn svg { margin-right: 6px; display: block; width: 20px; height: 20px; }
.footer .footer-mid .footer-contact .contact-info { margin: 20px 0; padding-right: 20px; }
.footer .footer-mid .footer-contact .contact-info .info-item { margin-bottom: 10px; line-height: 23px; }
.footer .footer-mid .footer-contact .contact-info .info-item .icon { width: 22px; height: 22px; margin-right: 10px; }
.footer .footer-mid .footer-contact .contact-info .info-item .icon img { display: block; width: 100%; height: 100%; }
.footer .footer-mid .footer-contact .contact-info .info-item .value { flex: auto; width: calc(100% - 35px); }
.footer .footer-mid .footer-contact .contact-qrcode { padding-left: 30px; }
.footer .footer-mid .footer-contact .contact-qrcode .qrcode { width: 113px; }
.footer .footer-mid .footer-contact .contact-qrcode .qrcode .qrcode-img { border: 1px solid #f3f3f4; width: 100%; }
.footer .footer-mid .footer-contact .contact-qrcode .qrcode .qrcode-img img { width: 100%; height: 100%; object-fit: contain; }
.footer .footer-mid .footer-contact .contact-qrcode .qrcode .qrcode-title { line-height: 32px; font-size: 14px; }
.footer .footer-bottom { padding: 20px 0; font-size: 14px; height: 76px; line-height: 36px; }

.banner { height: 690px; position: relative; }
.banner .swiper-banner .swiper-slide { height: 690px; }
.banner .swiper-banner .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.banner .banner-wrap { position: absolute; z-index: 1; width: 100%;}
.banner .login-zone { box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05); width: 420px; height: 440px; background-color: #fff; z-index: 2; border-radius: 5px; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; padding: 30px 46px; }
.banner .login-zone .login-head { margin-top: 10px; text-align: center; }
.banner .login-zone .login-head .login-title { font-size: 32px; }
.banner .login-zone .login-head .login-en { color: #4c4948; opacity: .5; font-size: 14px; text-transform: capitalize; }
.banner .login-zone .login-head .login-en::before, .banner .login-zone .login-head .login-en::after { content: ''; display: inline-block; width: 30px; height: 0; border-bottom: 1px solid #dfdede; vertical-align: middle; margin: 0 10px; }
.banner .login-zone .login-form { margin-top: 20px; }
.banner .login-zone .login-form .form-item { margin-bottom: 20px; }
.banner .login-zone .login-form .form-item .login-input { width: 100%; display: block; background-color: #f2f4f9; border-radius: 5px; height: 55px; padding: 5px 25px; line-height: 45px; font-size: 12px; color: #989ea7; border: none; }
.banner .login-zone .login-form .form-item .login-submit { display: block; width: 100%; height: 55px; line-height: 55px; text-align: center; color: #ffffff; background: var(--theme-color); border-radius: 5px; border: none; font-size: 14px; letter-spacing: 2px; cursor: pointer; }
.banner .login-zone .login-exts { display: inline-block; padding: 5px 20px; }
.banner .login-zone .login-exts .wx-login { display: inline-block; padding: 5px 10px; }
.banner .login-zone .login-exts .wx-login svg { width: 22px; height: 22px; }
.banner .logined-zone { position: absolute; box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05); width: 420px; height: 465px; border-radius: 5px; margin: auto; top: 0; bottom: 0; right: 0; background: url("../image/login/logined-bg.jpg") center/cover no-repeat; z-index: 3; text-align: center; }
.banner .logined-zone .wellcome { font-size: 30px; }
.banner .logined-zone .login-info { margin: 30px auto; }
.banner .logined-zone .login-info .avatar { width: 117px; height: 117px; overflow: hidden; position: relative; margin: 0 auto; }
.banner .logined-zone .login-info .avatar img { position: absolute; width: 100%; height: 100%; object-fit: cover; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.banner .logined-zone .login-info .username { line-height: 2; font-size: 20px; color: #333333; margin-top: 10px; }
.banner .logined-zone .quick-nav { margin-top: 30px; }
.banner .logined-zone .quick-nav i { display: inline-block; font-style: normal; margin: 0 10px; }
.banner .logined-zone .quick-nav a { font-size: 18px; color: #666666; }
.banner .logined-zone .quick-nav a:hover { color: var(--theme-color); }

.sbanner { text-align: center; height: 400px; background-size: cover; background-position: center; color: #ffffff; }
.sbanner .sbanner-title { font-size: 40px; letter-spacing: 2px; line-height: 2; }
.sbanner .sbanner-desc { font-size: 20px; }

.sbanner .sbanner-title { font-size: 36px; color: #282828; font-weight: bold; }
.sbanner .sbanner-desc { color: #282828; opacity: .8; font-size: 18px; line-height: 34px; width: 490px; text-align: left; }
.sbanner .sbanner-link { background-color: var(--theme-color); margin-top: 30px; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #ffffff; }
.sbanner .sbanner-link:hover { opacity: 0.8; }
.sbanner.about-sbanner .sbanner-title { font-weight: normal; color: #ffffff; }
.sbanner.about-sbanner .sbanner-desc { color: #ffffff; }

.section { padding: 50px 0; }
.section .sec-head { text-align: center; margin-bottom: 40px; }
.section .sec-head .sec-title { font-size: 30px; font-weight: bold; color: #333333; line-height: 2; }
.section .sec-head .sec-desc { color: #898989; letter-spacing: 2px; font-size: 18px; line-height: 2; }
.section .sec-head.head-white .sec-title { color: #ffffff; }
.section .sec-head.head-white.sec-desc { color: #ffffff; opacity: .5; }
.section .sec-foot { text-align: center; }
.section .sec-foot .sec-tel { display: inline-block; width: 330px; height: 50px; background-color: var(--theme-color); border-radius: 25px; color: #ffffff; padding: 8px; margin: 30px auto; }
.section .sec-foot .sec-tel .tel-icon { background-color: #ffffff; width: 36px; height: 36px; border-radius: 50%; margin-right: 15px; }
.section .sec-foot .sec-tel .tel-icon svg { width: 22px; height: 22px; }
.section .sec-foot .sec-tel .tel-icon svg path { fill: var(--theme-color); }
.section .sec-foot .sec-tel .tel-num span { padding-right: 8px; line-height: 1; vertical-align: middle; }
.section .sec-foot .sec-tel .tel-num strong { line-height: 1; vertical-align: middle; font-size: 24px; }
.section.sec-service .service-box .item { width: 325px; position: relative; }
.section.sec-service .service-box .item .item-wrap { background-image: -moz-linear-gradient(90deg, white 0%, #f9fafc 58%, #f3f5f8 100%); background-image: -webkit-linear-gradient(90deg, white 0%, #f9fafc 58%, #f3f5f8 100%); background-image: -ms-linear-gradient(90deg, white 0%, #f9fafc 58%, #f3f5f8 100%); box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1); width: 325px; height: 385px; padding-top: 30px; text-align: center; display: block; position: relative; z-index: 2; }
.section.sec-service .service-box .item .item-wrap .item-icon { width: 120px; height: 120px; position: relative; margin: 0 auto; }
.section.sec-service .service-box .item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section.sec-service .service-box .item .item-wrap .item-title { color: #333333; font-size: 26px; margin-bottom: 10px; }
.section.sec-service .service-box .item .item-wrap .item-desc { color: #999999; font-size: 16px; line-height: 2; width: 150px; margin: 0 auto; height: 64px; }
.section.sec-service .service-box .item .item-wrap .item-ico { width: 65px; height: 65px; border-radius: 50%; padding: 8px; margin: 10px auto 0; }
.section.sec-service .service-box .item .item-wrap .item-ico img { filter: contrast(0); opacity: .1; width: 100%; height: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-service .service-box .item .item-more { position: absolute; width: 100%; bottom: 0; display: block; height: 46px; line-height: 46px; text-align: center; color: #ffffff; background-color: var(--theme-color); border-radius: 0 0 5px 5px; z-index: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 0; visibility: hidden; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-service .service-box .item:hover .item-wrap .item-ico img { opacity: 1; filter: none; }
.section.sec-service .service-box .item:hover .item-more { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); visibility: visible; opacity: 1; }
.section.sec-product .pro-box { --gutter-x: 40px; --gutter-y: 40px; }
.section.sec-product .pro-box .item .item-wrap { box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1); }
.section.sec-product .pro-box .item .item-wrap .item-head { background-color: #f5f5f5; padding: 19px 29px; }
.section.sec-product .pro-box .item .item-wrap .item-head .item-icon { padding: 15px; width: 70px; height: 70px; border-radius: 50%; margin-right: 25px; background-color: #ffffff; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.section.sec-product .pro-box .item .item-wrap .item-head .item-icon img {  max-width: 100%; max-height: 100%; }
.section.sec-product .pro-box .item .item-wrap .item-head .item-info .item-title { color: #262626; font-size: 24px; }
.section.sec-product .pro-box .item .item-wrap .item-head .item-info .item-desc { line-height: 2; color: #666666; }
.section.sec-product .pro-box .item .item-wrap .item-con { padding: 26px; border: 1px solid #f5f5f5; border-top: none; }
.section.sec-product .pro-box .item .item-wrap .item-con .con-detail .con-item { line-height: 42px; }
.section.sec-product .pro-box .item .item-wrap .item-con .con-detail .con-item .red { color: var(--theme-red); }
.section.sec-product .pro-box .item .item-wrap .item-con .con-detail .con-item .red::before { content: ''; display: inline-block; width: 3px; height: 3px; background-color: currentColor; vertical-align: middle; margin-right: 10px; }
.section.sec-product .pro-box .item .item-wrap .item-con .con-links a { width: 115px; height: 38px; border: 1px solid #e0e0e0; border-radius: 3px; color: #999999; font-size: 14px; text-align: center; line-height: 36px; display: block; margin-bottom: 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-product .pro-box .item .item-wrap .item-con .con-links a:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.section.sec-product .pro-box .item:hover .item-wrap .item-head .item-icon { background-color: var(--theme-red); }
.section.sec-product .pro-box .item:hover .item-wrap .item-head .item-icon img {  }
/*.section.sec-product .pro-box .item:hover .item-wrap .item-head .item-icon img { filter: grayscale(100%) brightness(100); }*/
.section.sec-yinqi { background: url("../image/yinqi-bg.jpg") center/cover fixed no-repeat; }
.section.sec-yinqi .yinqi-box { --gutter-x: 20px; margin-bottom: 50px; }
.section.sec-yinqi .item .item-wrap { width: 335px; height: 440px; position: relative; display: block; border-radius: 10px; overflow: hidden; }
.section.sec-yinqi .item .item-wrap > img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-yinqi .item .item-wrap .item-head { position: absolute; width: 100%; left: 0; bottom: 30px; color: #ffffff; padding: 0 30px; }
.section.sec-yinqi .item .item-wrap .item-head .item-name { line-height: 2; font-size: 26px; }
.section.sec-yinqi .item:hover .item-wrap > img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.section.sec-clients .client-table-list { border-left: 1px solid #dde1e8;  }
.section.sec-clients .client-table-list .list-item { width: 100%;border-bottom: 1px solid #dde1e8; }

.section.sec-clients .client-table-list .list-item:not(:first-child) { border-bottom: 1px solid #dde1e8; }
.section.sec-clients .client-table-list .list-item .item-value { flex: 1; border-right: 1px solid #dde1e8; padding: 0 20px; text-align: center; height: 80px; display: flex; align-items: center; justify-content: center; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag { display: inline-block; padding: 0 10px; width: 120px; height: 36px; line-height: 36px; border-radius: 36px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag:hover { opacity: .8; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag.tag-success { color: #0052d9; background-color: #e5edfb; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag.tag-success .tag-icon svg path { fill: #0052d9; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag.tag-error { color: #e1251b; background-color: #f5e3e5; }
.section.sec-clients .client-table-list .list-item .item-value .status-tag.tag-error .tag-icon svg path { fill: #e1251b; }
.section.sec-clients .client-table-list .list-item .item-value:nth-child(1) { flex: 2; }
.section.sec-clients .client-table-list .list-item .item-value:nth-child(2) { flex: 1.7; }
.section.sec-clients .client-table-list .list-item .item-value:nth-child(6) { flex: 1.9; }
.section.sec-clients .client-table-list .list-item.list-head { background-color: #e9edf4; }
.section.sec-clients .client-table-list .list-item.list-head .item-value { font-size: 18px; }
.section.sec-offline { background-color: #f2f5f9; }
.section.sec-offline .offline-service-box { margin: 60px auto; }
.section.sec-offline .offline-service-box .item { flex: 1; height: 490px; position: relative; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.section.sec-offline .offline-service-box .item .item-img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; margin: auto; top: -50%; bottom: -50%; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-offline .offline-service-box .item .item-img::before { display: block; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; content: ''; background-color: #002363; opacity: .65; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.section.sec-offline .offline-service-box .item .item-img img { width: 100%; height: 100%; }
.section.sec-offline .offline-service-box .item .item-wrap { height: 100%; position: relative; z-index: 2; }
.section.sec-offline .offline-service-box .item .item-wrap .item-icon { width: 70px; height: 70px; position: relative; margin-bottom: 20px; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; }
.section.sec-offline .offline-service-box .item .item-wrap .item-icon svg { width: 50px; height: 50px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.section.sec-offline .offline-service-box .item .item-wrap .item-icon svg path { fill: #ffffff; }
.section.sec-offline .offline-service-box .item .item-wrap .item-title { font-size: 22px; color: #ffffff; font-weight: bold; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-offline .offline-service-box .item .item-wrap .item-title::after { content: ''; width: 35px; height: 2px; background-color: #ffffff; margin: 20px auto; display: none; }
.section.sec-offline .offline-service-box .item .item-wrap .item-desc { width: 240px; text-align: center; color: #fff; opacity: 0; display: none; -webkit-transition: transform .3s,opacity 3s; -moz-transition: transform .3s,opacity 3s; -ms-transition: transform .3s,opacity 3s; -o-transition: transform .3s,opacity 3s; transition: transform .3s,opacity 3s; }
.section.sec-offline .offline-service-box .item .item-wrap .more-link { width: 130px; height: 36px; line-height: 36px; text-align: center; color: #ffffff; background-color: #2566d3; border: 1px solid #5487da; border-radius: 5px; display: none; opacity: 0; margin-top: 30px; }
.section.sec-offline .offline-service-box .item:hover, .section.sec-offline .offline-service-box .item.active { flex: 0 auto; width: 328px; }
.section.sec-offline .offline-service-box .item:hover .item-img, .section.sec-offline .offline-service-box .item.active .item-img { height: 565px; }
.section.sec-offline .offline-service-box .item:hover .item-img::before, .section.sec-offline .offline-service-box .item.active .item-img::before { background-color: #0052d9; opacity: .9; }
.section.sec-offline .offline-service-box .item:hover .item-wrap .item-icon, .section.sec-offline .offline-service-box .item.active .item-wrap .item-icon { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.section.sec-offline .offline-service-box .item:hover .item-wrap .item-title, .section.sec-offline .offline-service-box .item.active .item-wrap .item-title { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.section.sec-offline .offline-service-box .item:hover .item-wrap .item-title::after, .section.sec-offline .offline-service-box .item.active .item-wrap .item-title::after { display: block; opacity: 1; }
.section.sec-offline .offline-service-box .item:hover .item-wrap .item-desc, .section.sec-offline .offline-service-box .item.active .item-wrap .item-desc { display: block; opacity: 1; }
.section.sec-offline .offline-service-box .item:hover .item-wrap .more-link, .section.sec-offline .offline-service-box .item.active .item-wrap .more-link { opacity: 1; display: block; }
.section.sec-news .news-box .box-left { width: 590px; background-color: #f2f5f9; }
.section.sec-news .news-box .box-right { width: 810px; }
.section.sec-about .about-content { margin-top: 30px; padding: 40px; }
.section.sec-about .about-content p { line-height: 2.5; margin-bottom: 18x; color: #282828; }
.section.sec-partner { background: url("../image/about/sec-partner-bg.jpg") center/cover no-repeat; }
.section.sec-partner .sec-head .sec-desc { color: #ffffff; }
.section.sec-partner .partner-box { padding: 20px; border-radius: 10px; background: #ffffff; }
.section.sec-partner .partner-box .box-wrap { --gutter-x: 10px; --gutter-y: 10px; }
.section.sec-partner .partner-box .item .item-wrap { background-color: #fafafa; height: 100px; position: relative; }
.section.sec-partner .partner-box .item .item-wrap img { max-width: 90%; max-height: 90%; margin: auto; top: 0; bottom: 0; right: 0; left: 0; position: absolute; }
.section.sec-contact .contact-box { border-radius: 10px; }
.section.sec-contact .contact-box .contact-info { width: 350px; padding: 0 30px; }
.section.sec-contact .contact-box .contact-info .contact-item { margin-top: 15px; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row { display: flex; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon { width: 40px; height: 40px; position: relative; margin-right: 8px; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon.icon-tel { background: url("../image/about/icon-tel.png") center no-repeat; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon.icon-email { background: url("../image/about/icon-email.png") center no-repeat; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon.icon-address { background: url("../image/about/icon-address.png") center no-repeat; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon.icon-scan { background: url("../image/about/icon-scan.png") center no-repeat; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-icon .item-icon.icon-line::before { content: ''; display: block; width: 8px; border-bottom: 2px solid var(--theme-color); height: 0; position: absolute; margin: auto; top: 25%; left: 0; right: 0; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-value { color: #666666; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-value .item-title { color: #000002; font-size: 20px; line-height: 2; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-value .item-qrcode { width: 80px; height: 80px; padding: 3px; border: 1px solid #dfe0e1; }
.section.sec-contact .contact-box .contact-info .contact-item .item-row .row-value .item-qrcode .qrcode-img { width: 100%; height: 100%; object-fit: contain; }
.section.sec-contact .contact-box .contact-map { width: 990px; height: 470px; }

.inner-section { padding: 60px 0 40px; }
.inner-section.light-bg { background-color: #f7fafd; }
.inner-section .sec-head { margin-top: 15px; }
.inner-section .sec-head .head-name { color: #2b325a; font-size: 32px; text-align: center; font-weight: bold; }
.inner-section .sec-head .head-name::after { content: ''; display: block; background-image: -moz-linear-gradient(0deg, #3c75fe 0%, #234cf8 100%); background-image: -webkit-linear-gradient(0deg, #3c75fe 0%, #234cf8 100%); background-image: -ms-linear-gradient(0deg, #3c75fe 0%, #234cf8 100%); width: 50px; height: 6px; border-radius: 6px; margin: 10px auto; }
.inner-section .sec-more-btn { display: block; background-color: #0052d9; border-radius: 5px; color: #ffffff; width: 280px; height: 50px; margin: 0 auto; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section .sec-more-btn:hover { background-color: var(--theme-red); }

.swiper-news .item .item-wrap { padding: 40px 60px; }
.swiper-news .item .item-time { font-size: 22px; color: #333333; }
.swiper-news .item .item-title { font-size: 20px; color: #333333; line-height: 2; }
.swiper-news .item .item-desc { line-height: 26px; color: #666666; margin-top: 10px; }
.swiper-news .item .item-img { margin-top: 25px; width: 470px; height: 170px; overflow: hidden; }
.swiper-news .item .item-img img { display: block; }
.swiper-news .item .item-link { display: block; height: 46px; line-height: 46px; text-align: center; color: #ffffff; background-color: var(--theme-color); border-radius: 5px; width: 160px; margin-top: 30px; }

.i-news .news-item .news-info { width: 630px; border-bottom: 1px solid #f2f5f9; padding-left: 40px; padding-top: 30px; padding-bottom: 30px; }
.i-news .news-item .news-info .news-title { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 18px; color: #333333; position: relative; padding-left: 30px; line-height: 42px; }
.i-news .news-item .news-info .news-title::before { content: ''; display: inline-block; position: absolute; margin: auto; top: 0; bottom: 0; left: 12px; vertical-align: middle; width: 5px; height: 5px; border-radius: 50%; background-color: var(--theme-red); }
.i-news .news-item .news-info .news-desc { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; padding-left: 30px; font-size: 16px; line-height: 2; color: #999999; }
.i-news .news-item .news-exts { width: 122px; text-align: right; }
.i-news .news-item .news-exts .news-time { color: #999999; font-size: 24px; }
.i-news .news-item .news-exts .news-link svg { width: 30px; height: auto; }
.i-news .news-item .news-exts .news-link svg path { fill: #666666; }
.i-news .news-item:first-child { border-top: 1px solid #f2f5f9; }
.i-news .news-item:hover .news-info .news-title { color: var(--theme-red); }
.i-news .news-item:hover .news-info .news-desc { color: #666666; }

/*关于*/
.about-param-box .param-item .item-wrap { text-align: center; }
.about-param-box .param-item .item-wrap .item-icon { width: 100px; height: 100px; margin: 0 auto; }
.about-param-box .param-item .item-wrap .item-name { font-size: 24px; color: #333333; }
.about-param-box .param-item .item-wrap .item-desc { font-size: 14px; color: #80848f; line-height: 2; }

/**/
.page-location { line-height: 65px; color: #ffffff; }
.page-location a { color: #ffffff; }
.page-location svg path { fill: #ffffff; }

.main-container { padding-bottom: 60px; }

.page-bg { position: relative; }
.page-bg::before { content: ''; display: block; height: 250px; width: 100%; position: absolute; top: 0; left: 0; background: url("../image/sbanner/news-sbanner.jpg") center/cover no-repeat; }

.left-wiget { width: 1065px; }
.left-wiget .news-nav { padding: 10px 40px 0; }
.left-wiget .news-nav li { line-height: 78px; position: relative; margin-right: 60px; }
.left-wiget .news-nav li::after { position: absolute; bottom: 0; left: 0; content: ''; display: block; width: 0; height: 3px; background-color: #e1251b; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.left-wiget .news-nav li a { font-size: 20px; }
.left-wiget .news-nav li.active::after { width: 100%; }
.left-wiget .news-nav li.active a { font-weight: bold; font-size: 24px; }
.left-wiget .news-list-2 { margin-bottom: 30px; }
.left-wiget .news-list-2 .news-item { padding: 40px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.left-wiget .news-list-2 .news-item .news-img { width: 160px; }
.left-wiget .news-list-2 .news-item .news-info { width: calc(100% - 160px); padding-left: 20px; }
.left-wiget .news-list-2 .news-item .news-info .news-title { font-size: 22px; line-height: 1.8; }
.left-wiget .news-list-2 .news-item .news-info .news-desc { font-size: 14px; color: #666666; }
.left-wiget .news-list-2 .news-item .news-info .news-meta { font-size: 14px; color: #999999; line-height: 2; margin-top: 5px; }
.left-wiget .news-list-2 .news-item .news-info .news-meta > div { margin-right: 5px; }
.left-wiget .news-list-2 .news-item .news-info .news-meta svg { margin: 0 3px; }
.left-wiget .news-list-2 .news-item .news-info .news-meta svg path { fill: #999999; }
.left-wiget .news-list-2 .news-item:hover { background-color: #f2f5fb; }
.left-wiget .news-list-2 .news-item:hover .news-info .news-title { color: var(--theme-color); }
.left-wiget .news-list-3 { --gutter-x: 20px; --gutter-y: 20px; }
.left-wiget .news-list-3 .news-item { -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.left-wiget .news-list-3 .news-item .news-img { width: 130px; }
.left-wiget .news-list-3 .news-item .news-info { width: calc(100% - 160px); padding-left: 20px; }
.left-wiget .news-list-3 .news-item .news-info .news-title { line-height: 1.8; }
.left-wiget .news-list-3 .news-item .news-info .news-desc { font-size: 14px; color: #666666; }
.left-wiget .news-list-3 .news-item .news-info .news-meta { font-size: 14px; color: #999999; line-height: 2; margin-top: 5px; }
.left-wiget .news-list-3 .news-item .news-info .news-meta > div { margin-right: 5px; }
.left-wiget .news-list-3 .news-item .news-info .news-meta svg { margin: 0 3px; }
.left-wiget .news-list-3 .news-item .news-info .news-meta svg path { fill: #999999; }
.left-wiget .news-list-3 .news-item:hover .news-info .news-title { color: var(--theme-color); }
.left-wiget .page { margin-bottom: 30px; }

.right-wiget { width: 320px; }
.right-wiget .count-box { height: 120px; }
.right-wiget .count-box .count-item:nth-child(1) .item-num { border-right: 1px solid #e4e6e6; }
.right-wiget .count-box .count-item .item-num { font-size: 20px; color: #333333; line-height: 38px; font-weight: bold; }
.right-wiget .count-box .count-item .item-desc { line-height: 26px; font-size: 12px; color: #666666; }
.right-wiget .count-box .count-item .item-desc svg { margin-right: 3px; width: 16px; height: 16px; vertical-align: text-bottom; }
.right-wiget .count-box .count-item .item-desc svg path { fill: #999999; }
.right-wiget .rank-list { padding-top: 5px; }
.right-wiget .rank-list ul li { margin: 8px 0; }
.right-wiget .rank-list ul li a { display: flex; }
.right-wiget .rank-list ul li a .rank-num { font-size: 14px; font-family: Arial; width: 24px; height: 24px; background-color: #c8cccc; text-align: center; color: #ffffff; display: inline-block; margin-right: 10px; }
.right-wiget .rank-list ul li a .rank-title { color: #666666; font-size: 14px; }
.right-wiget .rank-list ul li:nth-child(1) a .rank-num { background-color: #e73c14; }
.right-wiget .rank-list ul li:nth-child(2) a .rank-num { background-color: #fc6a02; }
.right-wiget .rank-list ul li:nth-child(3) a .rank-num { background-color: #ffb737; }
.right-wiget .rank-list ul li:hover a .rank-title { color: var(--theme-color); }
.right-wiget .box-contact .contact-img { width: 200px; height: 200px; text-align: center; margin: 0 auto; }
.right-wiget .box-contact .contact-btn { border-radius: 5px; background-color: var(--theme-color); color: #ffffff; font-size: 18px; line-height: 48px; height: 48px; text-align: center; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; display: block; width: 240px; margin: 0 auto; }
.right-wiget .box-contact .contact-btn:hover { opacity: .85; }
.right-wiget .box-contact .contact-tel { padding-top: 30px; padding-bottom: 10px; }
.right-wiget .box-contact .contact-tel .tel-num { font-size: 28px; color: #333333; line-height: 1; font-weight: bold; }
.right-wiget .box-contact .contact-tel .tel-desc { margin-top: 5px; color: #686868; font-size: 13px; line-height: 2; }

.wiget-box { padding: 20px 30px; }
.wiget-box .box-head { margin-bottom: 10px; }
.wiget-box .box-head .head-name { font-weight: bold; color: #333333; font-size: 18px; position: relative; padding-left: 12px; }
.wiget-box .box-head .head-name::before { content: ''; position: absolute; display: block; margin: auto; width: 3px; height: 16px; top: 0; bottom: 0; left: 0; background-color: #e1251b; vertical-align: middle; margin-right: 5px; }
.wiget-box .box-head .head-name.orange::before { background-color: #fc6a02; }

.newsdetail-page .news-detail { padding: 30px 40px; }
.newsdetail-page .news-detail .news-title { font-size: 28px; color: #333333; font-weight: bold; }
.newsdetail-page .news-detail .news-meta { color: #999999; font-size: 14px; line-height: 2; }
.newsdetail-page .news-detail .news-meta span { margin: 0 5px; }
.newsdetail-page .news-detail .news-meta svg { margin-right: 3px; display: inline-block; vertical-align: middle; }
.newsdetail-page .news-detail .news-meta svg path { fill: #999999; }
.newsdetail-page .news-detail .news-content { border-top: 1px solid #ededed; margin-top: 20px; padding: 25px 0; line-height: 26px; }
.newsdetail-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.newsdetail-page .news-detail .prev-next .item { padding-left: 30px; }
.newsdetail-page .news-detail .prev-next .item span { color: #999999; }
.newsdetail-page .news-detail .prev-next .item.prev { background: url("../image/icon-prev.png") left center no-repeat; }
.newsdetail-page .news-detail .prev-next .item.next { background: url("../image/icon-next.png") left center no-repeat; }

/*找企业*/
.filter-box { padding: 30px; }
.filter-box .filter-item { line-height: 36px; padding: 15px; border-bottom: 1px solid #eee; }
.filter-box .filter-item .item-name { color: #333333; line-height: 32px; height: 32px; margin: 5px; }
.filter-box .filter-item .item-name svg { display: inline-block; margin-right: 5px; width: 20px; height: 20px; vertical-align: middle; }
.filter-box .filter-item .item-name svg path { fill: #cbd0d9; }
.filter-box .filter-item .item-con { flex: 1; }
.filter-box .filter-item .item-con a { display: inline-block; margin: 5px 16px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; line-height: 2; }
.filter-box .filter-item .item-con a.currents, .filter-box .filter-item .item-con a:hover { color: var(--theme-color); }
.filter-box .filter-footer .counts-item { margin-right: 20px; margin-top: 30px; }
.filter-box .filter-footer .counts-item .item-icon { width: 20px; height: 20px; border-radius: 20px; background-color: var(--theme-color); text-align: center; line-height: 20px; position: relative; display: inline-block; vertical-align: middle; margin-right: 5px; }
.filter-box .filter-footer .counts-item .item-icon svg { width: 60%; height: 60%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.filter-box .filter-footer .counts-item .item-icon svg path { fill: #ffffff; }

.jigou-list .jigou-item { background-color: #ffffff; margin-bottom: 20px; padding: 30px; }
.jigou-list .jigou-item .item-line { background: url("../image/line-bg.png") repeat-x; height: 3px; margin: 15px 0; }
.jigou-list .jigou-item .item-left { flex: 0 auto; width: 700px; }
.jigou-list .jigou-item .item-left .base-info { text-align: center; margin-right: 25px; }
.jigou-list .jigou-item .item-left .base-info .item-img { width: 100px; height: 100px; padding: 10px; border: 1px solid #eeeeee; border-radius: 50%; }
.jigou-list .jigou-item .item-left .base-info .item-link { color: var(--theme-color); margin-top: 35px; display: inline-block; position: relative; line-height: 1; }
.jigou-list .jigou-item .item-left .base-info .item-link::after { content: ''; display: block; position: absolute; height: 4px; width: 100%; background: var(--theme-color); opacity: .2; left: 0; bottom: 0; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.jigou-list .jigou-item .item-left .base-info .item-link span { position: relative; z-index: 2; }
.jigou-list .jigou-item .item-left .base-info .item-link:hover::after { width: 0; right: 0; left: auto; }
.jigou-list .jigou-item .item-left .ext-info { width: 520px; }
.jigou-list .jigou-item .item-left .ext-info .item-title a { font-size: 22px; color: #333333; line-height: 2; display: block; flex: 0 auto; }
.jigou-list .jigou-item .item-left .ext-info .item-title a:hover { color: var(--theme-color); }
.jigou-list .jigou-item .item-left .ext-info .item-title .item-stars .stars-label { font-size: 12px; background-color: var(--theme-color); border-radius: 20px; line-height: 18px; width: 65px; height: 18px; text-align: center; color: #ffffff; margin-right: 5px; }
.jigou-list .jigou-item .item-left .ext-info .item-contact .contact-item .item-label { color: #999999; flex: 0 auto; width: 70px; }
.jigou-list .jigou-item .item-left .ext-info .item-contact .contact-item .item-label .label-icon svg path { fill: var(--theme-color); }
.jigou-list .jigou-item .item-left .ext-info .item-contact .contact-item .item-value { color: #333333; flex: 0 auto; }
.jigou-list .jigou-item .item-left .ext-info .item-contact .contact-item .item-value.address { max-width: 250px; }
.jigou-list .jigou-item .item-left .ext-info .item-desc { color: #666666; line-height: 26px; }
.jigou-list .jigou-item .item-right { flex: 0 auto; width: 700px; }
.jigou-list .jigou-item .item-right .item-products { --gutter-x: 20px; --gutter-y: 20px; }
.jigou-list .jigou-item .item-right .item-products .product-item .product-img { overflow: hidden; }
.jigou-list .jigou-item .item-right .item-products .product-item .product-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.jigou-list .jigou-item .item-right .item-products .product-item .product-title { margin-top: 20px; }
.jigou-list .jigou-item .item-right .item-products .product-item:hover .product-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.jigou-list .jigou-item .item-right .item-products .product-item:hover .product-title { color: var(--theme-color); }

.sbanner-qudao { height: 480px; }
.sbanner-qudao .sbanner-title { font-weight: bold; color: #282828; font-size: 36px; }
.sbanner-qudao .sbanner-desc { color: #8497a6; font-size: 18px; line-height: 32px; width: 490px; margin: 20px 0; }
.sbanner-qudao .sbanner-btn a { display: block; width: 120px; height: 40px; color: #ffffff; text-align: center; line-height: 40px; font-size: 18px; background-color: var(--theme-color); }

.tab-box .tab-head { border-bottom: 1px solid #dfe1e6; margin-bottom: 20px; }
.tab-box .tab-head li { line-height: 62px; font-size: 18px; flex: auto; text-align: center; position: relative; color: #333333; cursor: pointer; }
.tab-box .tab-head li::after { content: ''; display: block; width: 70%; position: absolute; height: 2px; left: 0; right: 0; margin: auto; bottom: -1px; background-color: CurrentColor; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.tab-box .tab-head li.active, .tab-box .tab-head li:hover { color: var(--theme-color); }
.tab-box .tab-head li.active::after, .tab-box .tab-head li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.swiper-produxt-pagination { height: 46px; margin-top: 30px; display: flex; align-items: center; justify-content: center; }
.swiper-produxt-pagination .swiper-pagination-bullet { width: 20px; height: 3px; border-radius: 0; background-color: var(--theme-color); opacity: .2; }
.swiper-produxt-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; }

.more-link { height: 46px; text-align: center; margin-top: 30px; }
.more-link a { font-size: 22px; position: relative; color: var(--theme-color); }
.more-link a::after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; height: 6px; width: 90px; opacity: 0.502; box-shadow: 0px 5px 11px 0px rgba(0, 81, 214, 0.42); background-image: -moz-linear-gradient(180deg, #0051d6 0%, #216dea 100%); background-image: -webkit-linear-gradient(180deg, #0051d6 0%, #216dea 100%); background-image: -ms-linear-gradient(180deg, #0051d6 0%, #216dea 100%); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.more-link a span { position: relative; z-index: 2; }
.more-link a:hover::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }

/*产品列表*/
.product-list { --gutter-x: 40px; --gutter-y: 40px; }
.product-list .item .item-wrap { box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03); border: 1px solid #f5f5f5; }
.product-list .item .item-wrap .item-head { background-color: #f5f5f5; padding: 29px; }
.product-list .item .item-wrap .item-head .item-icon { padding: 15px; width: 70px; height: 70px; border-radius: 50%; margin-right: 25px; background-color: #ffffff; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.product-list .item .item-wrap .item-head .item-icon img { max-width: 100%; max-height: 100%; }
.product-list .item .item-wrap .item-head .item-info .item-title { color: #262626; font-size: 24px; }
.product-list .item .item-wrap .item-head .item-info .item-desc { line-height: 2; color: #666666; }
.product-list .item .item-wrap .item-con { padding: 26px; border-top: none; }
.product-list .item .item-wrap .item-con .con-detail .con-item { line-height: 42px; }
.product-list .item .item-wrap .item-con .con-detail .con-item .red { color: var(--theme-red); }
.product-list .item .item-wrap .item-con .con-detail .con-item .red::before { content: ''; display: inline-block; width: 3px; height: 3px; background-color: currentColor; vertical-align: middle; margin-right: 10px; }
.product-list .item .item-wrap .item-con .con-links a { width: 115px; height: 38px; border: 1px solid #e0e0e0; border-radius: 3px; color: #999999; font-size: 14px; text-align: center; line-height: 36px; display: block; margin-bottom: 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.product-list .item .item-wrap .item-con .con-links a:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.product-list .item:hover .item-wrap .item-head .item-icon { background-color: var(--theme-red); }
.product-list .item:hover .item-wrap .item-head .item-icon img { filter: grayscale(100%) brightness(100); }

/*融资机构列表*/
.rz-jigou-list { --gutter-x: 32px; --gutter-y: 32px; }
.rz-jigou-list .item .item-wrap { padding: 25px 30px 30px; border-style: solid; border-width: 1px; border-color: whitesmoke; background-color: white; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.rz-jigou-list .item .item-wrap .item-logo { height: 160px; width: 100%; }
.rz-jigou-list .item .item-wrap .item-desc { font-size: 16px; color: #666666; margin: 0 0 15px; line-height: 2; }
.rz-jigou-list .item .item-wrap .item-spec { border-top: 1px solid #eaeaea; padding: 15px 0; }
.rz-jigou-list .item .item-wrap .item-spec p { line-height: 36px; font-size: 16px; color: #666666; }
.rz-jigou-list .item .item-wrap .item-spec p::before { content: ''; display: inline-block; vertical-align: middle; width: 5px; height: 5px; background-color: CurrentColor; border-radius: 50%; margin-right: 5px; }
.rz-jigou-list .item .item-wrap .item-link { display: block; border: 1px solid #1a5ae7; background-color: #f1f4fe; width: 135px; height: 44px; margin-top: 5px; color: #1a5ae7; line-height: 42px; text-align: center; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.rz-jigou-list .item .item-wrap .item-link:hover { color: #ffffff; background-color: #1a5ae7; }
.rz-jigou-list .item .item-wrap:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08); }

.login-wrapper { background: url("../image/login/login-bg.jpg") center/cover no-repeat; width: 100%; height: 100%; padding-top: 135px; padding-bottom: 180px; }
.login-wrapper .login-left { width: 825px; }
.login-wrapper .login-right { width: 576px; padding: 0 58px; }
.login-wrapper .login-form { border-radius: 5px; background-color: white; box-shadow: 0px 7px 27px 0px rgba(0, 82, 217, 0.05); width: 480px; height: 620px; padding: 60px 80px 60px; }
.login-wrapper .login-form .form-wrap { padding-top: 20px; }
.login-wrapper .login-form .form-wrap .form-head { text-align: center; }
.login-wrapper .login-form .form-wrap .form-head .head-item { position: relative; width: 50%; }
.login-wrapper .login-form .form-wrap .form-head .head-item::after { content: ''; position: absolute; margin: auto; bottom: 0; left: 0; right: 0; display: block; background-color: #0052d9; width: 34px; height: 4px; border-radius: 5px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.login-wrapper .login-form .form-wrap .form-head .head-item a { line-height: 52px; display: block; font-size: 20px; }
.login-wrapper .login-form .form-wrap .form-head .head-item.on a { color: #0052d9; }
.login-wrapper .login-form .form-wrap .form-head .head-item.on::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.login-wrapper .login-form .form-wrap .form-body { padding-top: 30px; }
.login-wrapper .login-form .form-wrap .form-body .form-con { display: none; }
.login-wrapper .login-form .form-wrap .form-body .scan-box { width: 80%; margin: 0 auto 20px; }
.login-wrapper .login-form .form-wrap .form-body .form-item { margin-bottom: 20px; color: #a0a5ab; font-size: 14px; }
.login-wrapper .login-form .form-wrap .form-body .form-item .form-input { display: block; border: none; border-radius: 2px; background-color: #f2f4f9; height: 56px; width: 325px; color: #989ea7; padding: 5px 25px; line-height: 46px; }
.login-wrapper .login-form .form-wrap .form-body .form-item label { display: inline-block; vertical-align: middle; }
.login-wrapper .login-form .form-wrap .form-body .form-item .form-submit { margin-top: 20px; width: 100%; border-radius: 2px; background-color: #0052d9; box-shadow: 0px 6px 18px 0px rgba(0, 106, 173, 0.3); }
.login-wrapper .login-form .form-wrap .form-body .form-item .is-agree { color: #999999; text-align: center; font-size: 12px; line-height: 30px; }
.login-wrapper .login-form .form-wrap .form-body .form-item .is-agree a { color: #0052d9; }
.login-wrapper .login-form .form-wrap .quick-link { text-align: center; padding-top: 40px; line-height: 42px; color: #999999; }
.login-wrapper .login-form .form-wrap .quick-link a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 14px; display: inline-block; width: 110px; text-align: center; color: #333333; }
.login-wrapper .login-form .form-wrap .quick-link a:hover { color: #0052d9; }

.register-wrapper { background: url("../image/register/bg.jpg") center/cover no-repeat; padding: 90px 0 100px; }
.register-wrapper .register-box { background-color: #ffffff; }
.register-wrapper .register-box .register-left { width: 735px; height: 660px; overflow: hidden; }
.register-wrapper .register-box .register-right { width: 665px; }

.register-form-box { padding-top: 60px; }
.register-form-box .form-head { text-align: center; color: #333333; font-size: 26px; }
.register-form-box .register-form { width: 440px; margin: 0 auto; }
.register-form-box .register-form .form-item { padding-top: 30px; }
.register-form-box .register-form .form-item .item-label { width: 28px; text-align: center; border-bottom: 1px solid #ebecee; }
.register-form-box .register-form .form-item .item-label svg { width: 90%; height: auto; display: block; margin: 0 auto; }
.register-form-box .register-form .form-item .item-label svg path { fill: #3f3f3f; }
.register-form-box .register-form .form-item .item-con { flex: 1; }
.register-form-box .register-form .form-item .item-con .form-input { padding-left: 5px; display: block; width: 100%; border: none; border-bottom: 1px solid #ebecee; height: 46px; line-height: 46px; }
.register-form-box .register-form .form-item .item-con .form-input.captcha-input { flex: 1; }
.register-form-box .register-form .form-item .item-con .get-smscode { border: 1px solid #ebecee; border-radius: 5px; width: 120px; margin-left: 20px; line-height: 46px; text-align: center; }
.register-form-box .register-form .form-item .is-agree { font-size: 14px; color: #666666; }
.register-form-box .register-form .form-item .is-agree a { color: #0052d9; }
.register-form-box .register-form .form-item .is-agree label { margin-left: 5px; display: inline-block; vertical-align: middle; }
.register-form-box .register-form .form-item .register-submit { background-color: #0052d9; border-radius: 2px; box-shadow: 0px 6px 18px 0px rgba(0, 106, 173, 0.3); width: 440px; height: 56px; line-height: 56px; color: #ffffff; text-align: center; border: none; cursor: pointer; }

.cj-link { color: #0052d9; }
.cj-link i { width: 10px; position: relative; height: 0; display: inline-block; margin-left: 5px; vertical-align: middle; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.cj-link i::before, .cj-link i::after { content: ''; display: block; width: 100%; border-bottom: 1px solid currentColor; position: absolute; margin: auto; top: 0; bottom: 0; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.cj-link i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.cj-link i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.cj-link:hover i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.sec-cjgw-huangye .huangye-about-box { padding: 90px 0 50px 0; }
.sec-cjgw-huangye .huangye-about-box .huangye-about { padding-left: 100px; margin-right: 100px; width: 670px; }
.sec-cjgw-huangye .huangye-about-box .huangye-about .about-title { color: #262a47; font-size: 32px; line-height: 85px; margin-bottom: 20px; }
.sec-cjgw-huangye .huangye-about-box .huangye-about .about-content p { font-size: 18px; color: #616b90; line-height: 42px; margin-bottom: 30px; }
.sec-cjgw-huangye .huangye-about-box .huangye-about .about-content a { color: #0052d9; }

.sec-cjgw-process { background: url("../image/cjgw/cjlc-bg.jpg") center no-repeat; }
.sec-cjgw-process .cjgw-process { margin-top: 35px; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li { flex: 1; max-width: 280px; position: relative; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li .num { font-family: "Lovelo Black"; font-size: 40px; color: var(--theme-color); text-align: center; line-height: 2; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li .dot { margin: auto; border-width: 2px; border-color: #8ab0ed; border-style: solid; background-color: #fcfdfe; width: 25px; height: 25px; position: relative; border-radius: 50%; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li .dot::before, .sec-cjgw-process .cjgw-process .cjgw-process-head li .dot::after { z-index: 3; content: ''; display: block; width: 15px; height: 15px; border-radius: 50%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; background-color: #0052d9; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li .dot::after { background-color: #ffffff; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); background-color: #fff; z-index: 2; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li .name { text-align: center; font-size: 20px; line-height: 46px; margin-top: 5px; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li:not(:last-child)::before { content: ''; display: block; position: absolute; width: 100%; margin: auto; height: 0; border-bottom: 1px solid #dbdee5; right: 0; top: 92px; left: 50%; }
.sec-cjgw-process .cjgw-process .cjgw-process-head li.on .dot, .sec-cjgw-process .cjgw-process .cjgw-process-head li:hover .dot { background-color: var(--theme-color); border-color: var(--theme-color); }
.sec-cjgw-process .cjgw-process .cjgw-process-head li.on .dot::before, .sec-cjgw-process .cjgw-process .cjgw-process-head li:hover .dot::before { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.sec-cjgw-process .cjgw-process .cjgw-process-head li.on .dot::after, .sec-cjgw-process .cjgw-process .cjgw-process-head li:hover .dot::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.sec-cjgw-process .cjgw-process .cjgw-process-body { margin-top: 80px; position: relative; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item { display: none; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-img { border-width: 1px; border-color: #e8eaef; border-style: solid; border-radius: 10px; width: 828px; height: 473px; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-img img { width: 100%; height: 100%; object-fit: cover; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-info { width: calc(100% - 830px); padding-left: 65px; padding-top: 35px; padding-right: 162px; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-info .info-en-title { text-transform: uppercase; color: #728cb2; font-size: 14px; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-info .info-title { line-height: 2; font-size: 34px; position: relative; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-info .info-title::after { content: ''; display: block; width: 25px; height: 0; border-bottom: 1px solid var(--theme-color); margin-top: 10px; margin-bottom: 15px; }
.sec-cjgw-process .cjgw-process .cjgw-process-body .con-item .con-wrap .con-info .info-desc { color: #646b74; font-size: 18px; line-height: 36px; margin-bottom: 26px; }

.sec-cjgw-users { padding-bottom: 75px; }
.sec-cjgw-users .swiper-users { margin-top: 35px; margin-bottom: 50px; position: relative; }
.sec-cjgw-users .swiper-users .item .item-wrap { border-radius: 5px; padding: 25px 50px; }
.sec-cjgw-users .swiper-users .item .item-wrap .item-img { height: 210px; position: relative; width: 100%; }
.sec-cjgw-users .swiper-users .item .item-wrap .item-img img { max-width: 100%; max-height: 140px; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; }
.sec-cjgw-users .swiper-users .item .item-wrap .item-title { color: #000000; font-size: 22px; line-height: 56px; text-align: center; }
.sec-cjgw-users .swiper-users .item .item-wrap .item-desc { color: #999999; line-height: 28px; font-size: 16px; text-align: center; }
.sec-cjgw-users .swiper-users .item .item-wrap .item-more-link { text-align: center; color: #0052d9; line-height: 36px; margin-top: 20px; text-align: center; display: block; }
.sec-cjgw-users .swiper-users-box .swiper-prev, .sec-cjgw-users .swiper-users-box .swiper-next { position: absolute; margin: auto; top: 0; bottom: 0; z-index: 2; width: 80px; height: 80px; cursor: pointer; }
.sec-cjgw-users .swiper-users-box .swiper-prev.swiper-button-disabled, .sec-cjgw-users .swiper-users-box .swiper-next.swiper-button-disabled { opacity: .5; }
.sec-cjgw-users .swiper-users-box .swiper-prev svg, .sec-cjgw-users .swiper-users-box .swiper-next svg { position: absolute; margin: auto; width: 60%; height: 60%; top: 0; bottom: 0; left: 0; right: 0; }
.sec-cjgw-users .swiper-users-box .swiper-prev svg path, .sec-cjgw-users .swiper-users-box .swiper-next svg path { fill: #0052d9; }
.sec-cjgw-users .swiper-users-box .swiper-prev { left: -80px; }
.sec-cjgw-users .swiper-users-box .swiper-next { right: -80px; }
.sec-cjgw-users .more-link-btn { display: block; background-color: #0052d9; border-radius: 5px; color: #ffffff; width: 280px; height: 50px; margin: 0 auto; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-cjgw-users .more-link-btn:hover { background-color: var(--theme-red); }

.cjgw-adv-box { margin-top: 35px; }
.cjgw-adv-box .item .item-wrap { background-color: #f7fafd; width: 450px; height: 160px; padding: 30px; }
.cjgw-adv-box .item .item-wrap .item-icon { border-radius: 50%; background-image: -moz-linear-gradient(-60deg, #1a6bfc 0%, #0052d9 0%, #2d75ec 34%, #5998ff 100%); background-image: -webkit-linear-gradient(-60deg, #1a6bfc 0%, #0052d9 0%, #2d75ec 34%, #5998ff 100%); background-image: -ms-linear-gradient(-60deg, #1a6bfc 0%, #0052d9 0%, #2d75ec 34%, #5998ff 100%); width: 85px; height: 85px; position: relative; }
.cjgw-adv-box .item .item-wrap .item-icon .icon-wrap { position: relative; height: 100%; }
.cjgw-adv-box .item .item-wrap .item-icon .icon-wrap svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 50%; display: block; height: auto; }
.cjgw-adv-box .item .item-wrap .item-icon .icon-wrap svg path { fill: #ffffff; }
.cjgw-adv-box .item .item-wrap .item-info { padding-left: 20px; width: calc(100% - 85px); }
.cjgw-adv-box .item .item-wrap .item-info .item-title { font-size: 24px; color: #333333; }
.cjgw-adv-box .item .item-wrap .item-info .item-desc { color: #666666; font-size: 18px; line-height: 30px; }

.zjl-container { padding-top: 88px; background-color: #f0f3f6; }

.zjl-left { flex: 0 auto; width: 280px; }
.zjl-left .left-nav { position: sticky; top: 110px; border-left: 1px solid #e6e8ea; }
.zjl-left .left-nav li { margin-bottom: 5px; position: relative; }
.zjl-left .left-nav li::after { content: ''; position: absolute; top: 0; height: 100%; left: 0; width: 4px; background-color: #0052d9; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.zjl-left .left-nav li::before { content: ''; display: block; position: absolute; background-image: -moz-linear-gradient(180deg, #f1f4fe 0%, #a9c3ee 100%); background-image: -webkit-linear-gradient(180deg, #f1f4fe 0%, #a9c3ee 100%); background-image: -ms-linear-gradient(180deg, #f1f4fe 0%, #a9c3ee 100%); opacity: 0.302; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.zjl-left .left-nav li a { position: relative; padding-left: 45px; height: 65px; color: #bcbcc5; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.zjl-left .left-nav li a p { font-size: 22px; }
.zjl-left .left-nav li a span { text-transform: uppercase; font-size: 12px; opacity: .6; }
.zjl-left .left-nav li.on::before, .zjl-left .left-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.zjl-left .left-nav li.on::after, .zjl-left .left-nav li:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.zjl-left .left-nav li.on a, .zjl-left .left-nav li:hover a { color: #0052d9; }
.zjl-left .left-nav li.on a p, .zjl-left .left-nav li:hover a p { font-weight: bold; }

.zjl-right { flex: 0 auto; width: 1100px; }
.zjl-right .zjl-box { margin-bottom: 60px; }
.zjl-right .zjl-box .box-head { margin-bottom: 30px; }
.zjl-right .zjl-box .box-head .head-name { font-size: 24px; position: relative; line-height: 48px; }
.zjl-right .zjl-box .box-head .head-name span { position: relative; color: #0052d9; }
.zjl-right .zjl-box .box-head .head-name::after { content: ''; display: block; height: 4px; width: 100%; position: absolute; left: 0; bottom: 10px; background-color: #0052d9; opacity: .3; }
.zjl-right .zjl-box .box-head .head-more { text-transform: uppercase; font-size: 14px; }

.jingli-list .item { width: 340px; }
.jingli-list .item .item-wrap { width: 100%; height: 495px; padding: 35px; background-color: #ffffff; border-radius: 10px; box-shadow: 0px 0px 100px 0px rgba(0, 72, 204, 0.04); -webkit-transition: transform .3s, box-shadow .3s; -moz-transition: transform .3s, box-shadow .3s; -ms-transition: transform .3s, box-shadow .3s; -o-transition: transform .3s, box-shadow .3s; transition: transform .3s, box-shadow .3s; }
.jingli-list .item .item-wrap .item-avatar { width: 105px; height: 105px; border-radius: 25px; overflow: hidden; background-color: #f8f8f8; }
.jingli-list .item .item-wrap .item-avatar img { width: 100%; height: 100%; object-fit: cover; }
.jingli-list .item .item-wrap .item-name { margin-top: 10px; font-size: 22px; line-height: 46px; color: #222222; }
.jingli-list .item .item-wrap .item-company { font-size: 20px; color: #666666; line-height: 2; margin-bottom: 20px; }
.jingli-list .item .item-wrap .item-tags span { display: inline-block; width: 130px; height: 40px; border: 1px solid #ececec; background-color: #fbfbfb; color: #737373; font-size: 14px; text-align: center; line-height: 40px; border-radius: 40px; margin-bottom: 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.jingli-list .item .item-wrap .item-tags span:hover { border-color: #0052d9; background-color: #f1f4fe; color: #0052d9; }
.jingli-list .item .item-wrap .item-tel { line-height: 46px; height: 46px; }
.jingli-list .item .item-wrap .item-tel span { display: inline-block; vertical-align: middle; }
.jingli-list .item .item-wrap .item-tel span.tel-num { font-size: 18px; color: #e02324; }
.jingli-list .item .item-wrap .item-contact { background-color: #0052d9; color: #ffffff; margin-top: 20px; height: 46px; border-radius: 3px; line-height: 44px; text-align: center; display: block; border: 1px solid #0052d9; width: 100%; }
.jingli-list .item .item-wrap .item-contact:hover { background-color: #f1f4fe; color: #0052d9; }
.jingli-list .item .item-wrap:hover { box-shadow: 0px 0px 100px 0px rgba(0, 72, 204, 0.14); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }

.dzht-section-box .sec-dzht-about .dzht-about-box { padding: 30px 0; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-img { display: block; margin: 0 auto; max-width: 100%; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-title { font-size: 32px; color: #262a47; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-content { margin: 20px 0; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-content p { line-height: 36px; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-link { background-color: #0052d9; width: 160px; height: 40px; text-align: center; line-height: 38px; }
.dzht-section-box .sec-dzht-about .dzht-about-box .item .item-wrap .item-link .cj-link { color: #ffffff; }
.dzht-section-box .dzht-why-box { width: 1400px; height: 560px; margin: 80px auto 60px; border-radius: 20px; background-image: -moz-linear-gradient(-180deg, rgba(237, 240, 243, 0.8) 0%, rgba(248, 249, 251, 0.8) 100%); background-image: -webkit-linear-gradient(-180deg, rgba(237, 240, 243, 0.8) 0%, rgba(248, 249, 251, 0.8) 100%); background-image: -ms-linear-gradient(-180deg, rgba(237, 240, 243, 0.8) 0%, rgba(248, 249, 251, 0.8) 100%); }
.dzht-section-box .dzht-why-box .box-wrap { --gutter-x: 0; --gutter-y: 0; }
.dzht-section-box .dzht-why-box .item { position: relative; }
.dzht-section-box .dzht-why-box .item.item-no { --item-color: #666666; --item-title-color:#262a47; overflow: hidden; }
.dzht-section-box .dzht-why-box .item.item-no .item-wrap { /*margin: -20px auto -20px 0;*/ margin: 0px auto -40px 0; padding: 30px 50px; }
.dzht-section-box .dzht-why-box .item.item-yes { --item-color: #ffffff; --item-title-color:#ffffff; color: var(--item-color); }
.dzht-section-box .dzht-why-box .item.item-yes .item-wrap { margin: -20px 0 -20px auto; }
.dzht-section-box .dzht-why-box .item.item-yes .item-wrap .why-list .why-item { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.dzht-section-box .dzht-why-box .item.item-yes .item-wrap .why-list .why-item .why-info .info-en { opacity: .2; }
.dzht-section-box .dzht-why-box .item .item-wrap { padding: 50px; position: relative; overflow: hidden; }
.dzht-section-box .dzht-why-box .item .item-wrap::before { content: ''; display: block; width: 900px; height: 500px; background-color: rgba(255, 255, 255, 0.1); position: absolute; -webkit-transform: rotate(-25deg) translate(-10%, -58%); -moz-transform: rotate(-25deg) translate(-10%, -58%); -ms-transform: rotate(-25deg) translate(-10%, -58%); -o-transform: rotate(-25deg) translate(-10%, -58%); transform: rotate(-25deg) translate(-10%, -58%); top: 0; left: 0; transition: transform .3s; }
.dzht-section-box .dzht-why-box .item .item-wrap::after { content: attr(data-title); text-transform: uppercase; font-size: 144px; opacity: .05; line-height: 1; position: absolute; right: -30px; bottom: -40px; font-weight: bold; }
.dzht-section-box .dzht-why-box .item .item-wrap .item-title { position: relative; text-align: center; font-size: 30px; line-height: 2; color: var(--item-title-color); }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list { position: relative; margin-top: 40px; }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item { height: 100px; border-top: 1px solid rgba(38, 42, 71, 0.1); }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item .why-name { font-size: 24px; color: var(--item-color); }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item .why-name span { display: block; padding: 0 30px; }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item .why-info { padding-left: 20px; }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item .why-info .inf-title { font-size: 20px; opacity: .8; }
.dzht-section-box .dzht-why-box .item .item-wrap .why-list .why-item .why-info .info-en { font-size: 12px; opacity: .8; text-transform: uppercase; }
.dzht-section-box .dzht-why-box .box-left .item-wrap { border-radius: 20px; background-image: -moz-linear-gradient(-135deg, #448bff 0%, #226fec 51%, #0052d9 100%); background-image: -webkit-linear-gradient(-135deg, #448bff 0%, #226fec 51%, #0052d9 100%); background-image: -ms-linear-gradient(-135deg, #448bff 0%, #226fec 51%, #0052d9 100%); box-shadow: 0px 28px 40px 0px rgba(0, 39, 102, 0.21); width: 650px; height: 600px; }
.dzht-section-box .sec-dzht-tedian { padding-bottom: 60px; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box { padding: 60px 0; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item { flex: 1; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item:not(:last-child) { padding-right: 20px; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item .item-wrap .item-icon { width: 88px; height: 88px; position: relative; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item .item-wrap .item-icon img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item .item-wrap .item-name { font-size: 24px; color: #2b3546; line-height: 56px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item .item-wrap .item-desc { color: #718093; }
.dzht-section-box .sec-dzht-tedian .dzht-spec-box .item .item-wrap:hover .item-name { color: #0052d9; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box { margin: 50px auto; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap { text-align: center; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap .item-icon { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-width: 1px; border-color: #dfe4e9; border-style: solid; border-radius: 20px; width: 148px; height: 148px; position: relative; margin: 0 auto; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap .item-icon img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap .item-num { position: relative; width: 30px; height: 30px; border-radius: 50%; font-size: 16px; line-height: 28px; text-align: center; color: #778093; border: 1px solid #c6ccd4; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: 30px auto 10px; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap .item-name { color: #333333; font-size: 24px; line-height: 52px; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap .item-en-name { text-transform: uppercase; color: #aaaaaa; font-size: 14px; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap:hover .item-icon { border-color: #0052d9; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item .item-wrap:hover .item-num { background-color: #0052d9; color: #ffffff; border-color: #0052d9; }
.dzht-section-box .sec-dzht-process .dzht-fwlc-box .item:not(:last-child) .item-wrap .item-num::before { content: ''; position: absolute; display: block; width: 310px; height: 0; border-bottom: 1px solid #dfe4e9; margin: auto; top: 0; bottom: 0; left: 120%; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box { margin-top: 35px; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap { width: 450px; height: 160px; padding: 20px; background: url("../image/dzht/rz-bg.png") left bottom no-repeat #f7fafd; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-icon { border-radius: 50%; width: 115px; height: 115px; position: relative; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-icon .icon-wrap { position: relative; height: 100%; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-icon .icon-wrap img { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; max-width: 80%; display: block; height: auto; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-info { padding-left: 10px; width: calc(100% - 125px); }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-info .item-title { font-size: 24px; color: #333333; }
.dzht-section-box .sec-dzht-renzhun .dzht-renzhun-box .item .item-wrap .item-info .item-desc { color: #666666; font-size: 18px; line-height: 30px; }

.zlcd-section-box .sec-zlcd-about .zlcd-about-box { padding: 30px 0; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-img { display: block; margin: 0 auto; max-width: 100%; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-title { font-size: 32px; color: #262a47; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-content { margin: 20px 0; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-content p { line-height: 36px; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-link { background-color: #0052d9; width: 160px; height: 40px; text-align: center; line-height: 38px; }
.zlcd-section-box .sec-zlcd-about .zlcd-about-box .item .item-wrap .item-link .cj-link { color: #ffffff; }
.zlcd-section-box .sec-zlcd-advs { padding-bottom: 60px; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box { padding: 60px 0; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item { flex: 1; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item:not(:last-child) { padding-right: 20px; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap { background-color: #ffffff; border-radius: 15px; box-shadow: 0px 8px 35px 0px rgba(0, 52, 137, 0.02); width: 330px; height: 320px; text-align: center; padding: 30px 50px; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap .item-icon { width: 108px; height: 108px; position: relative; margin: 0 auto; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap .item-icon img { max-width: 80%; max-height: 80%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap .item-name { font-weight: bold; font-size: 24px; color: #2b3546; line-height: 56px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap .item-desc { text-align: center; color: #718093; line-height: 42px; }
.zlcd-section-box .sec-zlcd-advs .zlcd-adv-box .item .item-wrap:hover .item-name { color: #0052d9; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box { margin: 60px auto; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item { flex: 1; height: 490px; position: relative; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; margin: auto; top: -50%; bottom: -50%; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-img::before { display: block; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; content: ''; background-color: #002363; opacity: .65; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-img img { width: 100%; height: 100%; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap { height: 100%; position: relative; z-index: 2; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-icon { width: 70px; height: 70px; position: relative; margin-bottom: 20px; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-icon svg { width: 50px; height: 50px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-icon svg path { fill: #ffffff; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-title { font-size: 22px; color: #ffffff; font-weight: bold; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-title::after { content: ''; width: 35px; height: 2px; background-color: #ffffff; margin: 20px auto; display: none; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .item-desc { width: 240px; text-align: center; color: #fff; opacity: 0; display: none; -webkit-transition: transform .3s,opacity 3s; -moz-transition: transform .3s,opacity 3s; -ms-transition: transform .3s,opacity 3s; -o-transition: transform .3s,opacity 3s; transition: transform .3s,opacity 3s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item .item-wrap .more-link { width: 130px; height: 36px; line-height: 36px; text-align: center; color: #ffffff; background-color: #2566d3; border: 1px solid #5487da; border-radius: 5px; display: none; opacity: 0; margin-top: 30px; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active { flex: 0 auto; width: 328px; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-img, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-img { height: 565px; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-img::before, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-img::before { background-color: #0052d9; opacity: .9; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-wrap .item-icon, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-wrap .item-icon { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-wrap .item-title, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-wrap .item-title { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-wrap .item-title::after, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-wrap .item-title::after { display: block; opacity: 1; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-wrap .item-desc, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-wrap .item-desc { display: block; opacity: 1; }
.zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item:hover .item-wrap .more-link, .zlcd-section-box .sec-zlcd-scheme .zlcd-scheme-box .item.active .item-wrap .more-link { opacity: 1; display: block; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box { margin: 50px auto; --gutter-x: 80px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item { position: relative; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-bg { position: relative; height: 20px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-bg svg { position: absolute; margin: auto; top: 0; left: 0; right: 0; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap { background: rgba(255, 255, 255, 0.02); background-image: linear-gradient(0, white, rgba(255, 255, 255, 0.02)); backdrop-filter: blur(15px); text-align: center; border-radius: 20px; box-shadow: 0px 8px 35px 0px rgba(0, 52, 137, 0.04); height: 300px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .item-num { position: relative; font-size: 36px; font-family: "Lovelo Black",Avian; line-height: 78px; text-align: center; color: #ffffff; opacity: .8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .item-name { color: #333333; font-size: 24px; line-height: 52px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .item-desc { color: #5f6078; font-size: 16px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .icon-icon { position: relative; display: block; width: 30px; height: 4px; border-radius: 4px; color: #0052d9; margin: 40px auto 0; background-color: CurrentColor; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .icon-icon::before, .zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .icon-icon::after { content: ''; display: block; position: absolute; width: 55%; height: 100%; border-radius: 4px; background-color: CurrentColor; opacity: .5; margin: auto; left: 0; right: 0; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .icon-icon::before { top: -8px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-wrap .icon-icon::after { bottom: -8px; }
.zlcd-section-box .sec-zlcd-process .zlcd-fwlc-box .item .item-next { width: 26px; height: 26px; position: absolute; margin: auto; top: 0; bottom: 0; background: url("../image/zlcd/icon-next.png") center no-repeat; right: -13px; }

.sec-zlcd-renzhun .zlcd-renzhun-box { margin-top: 35px; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap { width: 450px; height: 160px; padding: 20px; background: url("../image/zlcd/rz-bg.png") left bottom no-repeat #f7fafd; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-icon { border-radius: 50%; width: 115px; height: 115px; position: relative; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-icon .icon-wrap { position: relative; height: 100%; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-icon .icon-wrap img { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; max-width: 80%; display: block; height: auto; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-info { padding-left: 10px; width: calc(100% - 125px); }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-info .item-title { font-size: 24px; color: #333333; }
.sec-zlcd-renzhun .zlcd-renzhun-box .item .item-wrap .item-info .item-desc { color: #666666; font-size: 18px; line-height: 30px; }

.tradeinfo-page .info-top { padding: 40px; background-color: #ffffff; }
.tradeinfo-page .info-top .info-logo { margin: 10px; width: 112px; height: 112px; border-radius: 10px; border: 1px solid #eeeeee; position: relative; }
.tradeinfo-page .info-top .info-logo img { width: 70%; height: 70%; object-fit: contain; }
.tradeinfo-page .info-top .box-content { width: calc(100% - 130px); padding-left: 40px; }
.tradeinfo-page .info-top .box-content .left-top .info-title { color: #000; font-size: 28px; line-height: 2; }
.tradeinfo-page .info-top .box-content .left-top .info-link { background-color: #0052d9; color: #ffffff; border-radius: 5px; padding: 5px 10px; }
.tradeinfo-page .info-top .box-content .left-top .info-link span { vertical-align: middle; }
.tradeinfo-page .info-top .box-content .left-top .info-link .link-name::before { content: ''; display: inline-block; height: 12px; vertical-align: middle; margin-right: 5px; border-left: 1px solid #ffffff; opacity: .5; margin-left: 5px; }
.tradeinfo-page .info-top .box-content .left-top .info-link svg path { fill: #ffffff; }
.tradeinfo-page .info-top .box-content .left-top .info-category { display: flex; margin-top: 10px; }
.tradeinfo-page .info-top .box-content .left-top .info-category span { display: inline-block; color: #282828; opacity: .5; background-color: #f2f4f6; line-height: 32px; text-align: center; border: 1px solid #f0f1f5; }
.tradeinfo-page .info-top .box-content .left-top .info-category span.cate-label { width: 68px; }
.tradeinfo-page .info-top .box-content .left-top .info-category span.cate-value { border-left: none; background-color: #ffffff; opacity: 1; padding: 0 15px; }
.tradeinfo-page .info-top .box-content .info-params { margin-top: 15px; }
.tradeinfo-page .info-top .box-content .info-params .param-item { line-height: 32px; }
.tradeinfo-page .info-top .box-content .info-params .param-item::before { content: ''; display: block; width: 4px; height: 4px; background-color: #e1251b; margin-right: 6px; }
.tradeinfo-page .info-top .box-content .info-params .param-item .item-label { color: #e1251b; width: 50px; text-align: center; }
.tradeinfo-page .info-top .box-content .info-params .param-item .item-value { flex: 0 auto; width: calc(100% - 60px); }
.tradeinfo-page .info-bottom { margin-top: 20px; }
.tradeinfo-page .info-bottom .info-detail { padding: 40px; }
.tradeinfo-page .info-bottom .info-detail .detail-title { font-size: 24px; color: #0052d9; }
.tradeinfo-page .info-bottom .info-detail .detail-content { margin-top: 20px; }
.tradeinfo-page .info-bottom .info-detail .detail-content p { line-height: 2; margin-bottom: 10px; }
.tradeinfo-page .info-bottom .info-detail .detail-content img { max-width: 100%; }

.proinfo-page .info-top { padding: 50px; background-color: #ffffff; }
.proinfo-page .info-top .info-logo { background-color: #f3f5f7; width: 445px; height: 210px; position: relative; }
.proinfo-page .info-top .info-logo img { width: 95%; height: 90%; object-fit: contain; mix-blend-mode: multiply; }
.proinfo-page .info-top .box-content { width: calc(100% - 500px); padding-left: 40px; }
.proinfo-page .info-top .box-content .left-top .info-title { color: #000; font-size: 28px; line-height: 2; }
.proinfo-page .info-top .box-content .left-top .info-intro { margin-top: 5px; line-height: 2; }
.proinfo-page .info-top .box-content .info-params { border-top: 1px solid #eaeaea; margin-top: 15px; }
.proinfo-page .info-top .box-content .info-params .param-item { line-height: 32px; }
.proinfo-page .info-top .box-content .info-params .param-item::before { content: ''; display: block; width: 4px; height: 4px; background-color: #e1251b; margin-right: 6px; }
.proinfo-page .info-top .box-content .info-params .param-item .item-label { color: #e1251b; width: 80px; text-align: center; }
.proinfo-page .info-top .box-content .info-params .param-item .item-value { flex: 0 auto; width: calc(100% - 90px); }
.proinfo-page .info-bottom { margin-top: 15px; }
.proinfo-page .info-bottom .info-detail { padding: 40px; }
.proinfo-page .info-bottom .info-detail .detail-title { font-size: 24px; color: #0052d9; }
.proinfo-page .info-bottom .info-detail .detail-content { margin-top: 20px; }
.proinfo-page .info-bottom .info-detail .detail-content p { line-height: 2; margin-bottom: 10px; }
.proinfo-page .info-bottom .info-detail .detail-content img { max-width: 100%; }
.proinfo-page .info-jingli { margin-top: 50px; }
.proinfo-page .info-jingli .info-title { font-size: 24px; color: #282828; margin-bottom: 30px; }
.proinfo-page .info-jingli .info-title::before { vertical-align: middle; display: inline-block; content: ''; width: 3px; height: 24px; margin-right: 5px; background-color: #0052d9; }

.clientinfo-page .clientinfo-top { padding: 50px; }
.clientinfo-page .clientinfo-top .client-base .client-info .client-title { font-size: 28px; color: #282828; margin-bottom: 15px; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status { line-height: 38px; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .check-label { background-color: #f2f4f6; border-radius: 38px; color: #282828; padding: 0 20px; padding-right: 50px; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .status-tag { margin-left: -30px; background-color: #0052d9; border-radius: 38px; padding: 0 20px; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .status-tag .tag-icon { margin-right: 5px; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .status-tag .tag-icon svg path { fill: #ffffff; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .status-tag .tag-txt { color: #ffffff; }
.clientinfo-page .clientinfo-top .client-base .client-info .check-status .status-tag.tag-error { background-color: #c31a1f; }
.clientinfo-page .clientinfo-top .client-base .client-scores .score-item { margin: 0 20px; text-align: center; }
.clientinfo-page .clientinfo-top .client-base .client-scores .score-item .item-title { font-size: 18px; line-height: 2; }
.clientinfo-page .clientinfo-top .client-param-table { margin-top: 40px; }
.clientinfo-page .clientinfo-top .client-param-table th { background-color: #f2f4f6; color: #63636d; border-color: #dee3e9; }
.clientinfo-page .clientinfo-top .client-param-table td { padding: 9px 15px !important; border-color: #dee3e9; background-color: #f7f9fb; color: #333333; }
.clientinfo-page .client-detail { margin-top: 15px; padding: 40px 50px; }
.clientinfo-page .client-detail .detail-title { font-size: 24px; color: #0052d9; }
.clientinfo-page .client-detail .detail-content { margin-top: 20px; }
.clientinfo-page .client-detail .detail-content p { line-height: 2; margin-bottom: 10px; }
.clientinfo-page .client-detail .detail-content img { max-width: 100%; }
.clientinfo-page .client-detail .detail-content .login-tips { min-height: 300px; }
.clientinfo-page .client-detail .detail-content .login-tips .login-link { display: block; width: 200px; height: 48px; border: 1px solid #cacaca; border-radius: 10rem; text-align: center; line-height: 48px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.clientinfo-page .client-detail .detail-content .login-tips .login-link:hover { border-color: var(--theme-color); background-color: var(--theme-color); color: #ffffff; }
