@charset "UTF-8";
html, body { font-size: 16px; color: #000; }

.red { color: #E60013 !important; }

.blue { color: #3D80F7 !important; }

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

.clearfix::before, .clearfix::after { content: ""; display: table; }

.clearfix::after { clear: both; }

.clearfix { *zoom: 1; }

.en { letter-spacing: 0px; line-height: 1.2; }

.icon { display: inline-block; vertical-align: middle; background-size: 100% 100%; }

.icon-search { width: 14px; height: 14px; cursor: pointer; }

.icon-search.gray { background-image: url("../img/icon-search-gray.png"); }

.icon-search.white { background-image: url("../img/icon-search-white.png"); }

.icon-search.red { background-image: url("../img/icon-search-red.png"); }

.icon-search.black { background-image: url("../img/icon-search-black.png"); }

.icon-detail { width: 12px; height: 6px; }

.icon-detail.gray { background-image: url("../img/icon-detail-gray.png"); background-size: 100% 100%; }

.icon-detail.white { background-image: url("../img/icon-detail-white.png"); }

.icon-detail.red { background-image: url("../img/icon-detail-red.png"); }

.icon-environment1 { width: 24px; height: 24px; background-image: url("../img/icon-environment1.png"); }

.icon-environment2 { width: 24px; height: 24px; background-image: url("../img/icon-environment2.png"); }

.icon-ecruit1 { width: 20px; height: 20px; background-image: url("../img/icon-ecruit1.png"); }

.icon-ecruit2 { width: 20px; height: 20px; background-image: url("../img/icon-ecruit2.png"); }

.icon-ecruit3 { width: 20px; height: 20px; background-image: url("../img/icon-ecruit3.png"); }

.icon-headOffice1 { width: 24px; height: 24px; background-image: url("../img/icon-headOffice1.png"); }

.icon-headOffice2 { width: 24px; height: 24px; background-image: url("../img/icon-headOffice2.png"); }

.icon-headOffice3 { width: 24px; height: 24px; background-image: url("../img/icon-headOffice3.png"); }

.icon-headOffice4 { width: 24px; height: 24px; background-image: url("../img/icon-headOffice4.png"); }

.icon-operation1 { width: 20px; height: 20px; background-image: url("../img/icon-operation1.png"); }

.icon-operation2 { width: 20px; height: 20px; background-image: url("../img/icon-operation2.png"); }

.icon-bond1 { width: 20px; height: 20px; background-image: url("../img/icon-bond1.png"); }

.icon-bond2 { width: 20px; height: 20px; background-image: url("../img/icon-bond2.png"); }

.icon-bond3 { width: 20px; height: 20px; background-image: url("../img/icon-bond3.png"); }

.icon-bond4 { width: 20px; height: 20px; background-image: url("../img/icon-bond4.png"); }

.icon-bond1 { width: 20px; height: 20px; background-image: url("../img/icon-bond1.png"); }

.icon-time { width: 16px; height: 16px; background-image: url("../img/icon-time.png"); }

.icon-title-deco { width: 40px; height: 40px; background-image: url("../img/icon-title-deco.png"); }

.arrow-right { display: inline-block; width: 0 !important; height: 0 !important; border-left: 12px solid #E60013; border-right: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; }

.swiper-container, .swiper-slide { width: 100%; height: 100%; }

.swiper-container .swiper-slide { position: relative; }

.inner-box { position: relative; height: 100%; margin: auto; width: 1240px; }

.inner-box.sub { padding-top: 56px; padding-bottom: 112px; }

.inner-box > .content-item { width: 1240px; margin: auto; }

.button { display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid #fff; color: #fff; -webkit-appearance: none; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; margin: 0; -webkit-transition: 0.1s; transition: 0.1s; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 10px 24px; font-size: 14px; border-radius: 2px; }

.button .icon { margin-left: 8px; }

.button:hover { border-color: #E60013; background-color: #E60013; }

.button.small { font-size: 12px; padding: 6px 12px; }

.button.medium { font-size: 16px; }

.button.large { font-size: 18px; }

.button.danger { color: #fff; border-color: #E60013; background-color: #E60013; }

.button.plain { background: transparent; }

.button.plain.danger { color: #E60013; border-color: #E60013; }

.button.text { background: none !important; border: none !important; }

.button.text.dander { color: #E60013; }

.button.text.info { color: #000; }

.page { min-width: 1400px; overflow-x: auto; }

.page-box { display: none; }

.header-box { position: fixed; left: 0; top: 0; width: 100%; padding: 0 40px; z-index: 200; background: #fff; -webkit-transition: background 0.5s; transition: background 0.5s; border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0px 8px 32px rgba(28, 67, 125, 0.06); box-shadow: 0px 8px 32px rgba(28, 67, 125, 0.06); min-width: 1400px; }

.header-box .inner-box { width: 1300px; }

.header-box .logo { position: absolute; left: 40px; top: 13px; height: 36px; }

.header-box .search-box { position: absolute; right: 40px; top: 22px; }

.header-box .search-box input { height: 32px; line-height: 24px; font-size: 14px; padding: 4px 46px 4px 16px; }

.header-box .search-box .search-btn { position: absolute; top: 0; right: 0; text-align: center; }

.header-box .search-box .icon-search { vertical-align: baseline; width: 20px; height: 20px; }

.header-box .menu-list { font-size: 16px; color: #000; padding: 16px 32px 0 224px; }

.header-box .menu-nav { display: inline-block; padding: 0 16px 20px; position: relative; line-height: 28px; }

.header-box .menu-nav:hover .sub-list { display: block; }

.header-box .menu-nav .menu-link:hover, .header-box .menu-nav .sub-link:hover, .header-box .menu-nav .menu-link.active, .header-box .menu-nav .sub-link.active { color: #E60013; }

.header-box .menu-nav .sub-list { display: none; position: absolute; left: 50%; top: 100%; background: #fff; padding: 15px 12px; -webkit-transform: translateX(-50%); transform: translateX(-50%); min-width: 100%; white-space: nowrap; -webkit-box-shadow: 0px 8px 32px rgba(28, 67, 125, 0.06); box-shadow: 0px 8px 32px rgba(28, 67, 125, 0.06); z-index: 1; }

.header-box .menu-nav .sub-nav { line-height: 28px; padding: 5px 0; }

.header-box .menu-nav .sub-list.full { position: fixed; left: 0; top: 64px; width: 100%; text-align: center; -webkit-transform: none; transform: none; padding-top: 50px; padding-bottom: 68px; }

.header-box .menu-nav .sub-list.full .sub-list-item { display: inline-block; vertical-align: top; padding: 0 40px; text-align: left; }

.header-box .menu-nav .sub-list.full .sub-list-item .sub-header, .header-box .menu-nav .sub-list.full .sub-list-item .sub-nav { padding-left: 36px; }

.header-box .menu-nav .sub-list.full .sub-list-item .sub-header { background: url("../img/sub-header-icon.png") left center no-repeat; background-size: 28px 28px; margin-bottom: 20px; font-size: 18px; }

.header-box.transparent { background: transparent; }

.header-box.transparent .menu-link { color: #fff; }

.header-box.transparent .search-box input { border-color: #fff; }

.header-box.transparent .search-box input::-webkit-input-placeholder { /* 使用webkit内核的浏览器 */ color: #fff; }

.header-box.transparent .search-box input:-moz-placeholder { /* Firefox版本4-18 */ color: #fff; }

.header-box.transparent .search-box input::-moz-placeholder { /* Firefox版本19+ */ color: #fff; }

.header-box.transparent .search-box input:-ms-input-placeholder { /* IE浏览器 */ color: #fff; }

.footer-ifm { width: 100%; height: 540px; }

.footer-box { font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.6); padding: 40px 20px; background: #123e93; text-align: center; }

.footer-box .inner-box { min-width: 1500px; width: auto; display: inline-block; text-align: left; }

.footer-box .company-info { width: 340px; margin-right: 100px; }

.footer-box .company-info .menu-link { font-weight: bold; }

.footer-box .company-info .code { width: 88px; height: 88px; margin-right: 24px; }

.footer-box .company-info .addr { margin-top: 8px; margin-bottom: 20px; }

.footer-box .company-info .tel a { font-size: 20px; line-height: 32px; }

.footer-box .company-info .tel.hot a { font-size: 14px; }

.footer-box .menu-nav:not(:last-child) { margin-right: 40px; }

.footer-box .menu-link { display: inline-block; font-size: 18px; color: #fff; position: relative; line-height: 1; padding-bottom: 16px; margin-bottom: 36px; }

.footer-box .menu-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: rgba(255, 255, 255, 0.8); }

.footer-box .sub-link { padding: 5px 0; }

.footer-box .sub-link:hover { color: #fff; }

.footer-box .link-list a:hover { color: #fff; }

.footer-box .friend-link { margin: 40px 0; }

.footer-box .copyright { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.4); }

.title-box { text-align: center; padding: 120px 0 80px; }

.title-box .title-item { font-size: 32px; line-height: 32px; position: relative; padding: 0 50px; cursor: pointer; color: #999; display: inline-block; }

.title-box .title-item .en { font-size: 20px; margin-top: 5px; }

.title-box .title-item.active { color: #000; }

.title-box .title-item.active::after { content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -24px; width: 56px; height: 4px; background: #ed1f23; }

.sub-title { font-size: 28px; text-align: center; margin-bottom: 40px; font-weight: bold; letter-spacing: 4px; }

.sub-title .en { font-size: 18px; margin-top: 5px; }

.sub-title .publish { color: #999; font-size: 14px; margin-top: 16px; }

.sub-title .publish span { padding: 0 10px; }

.search-box { position: relative; }

.search-box input { width: 100%; border: none; background: transparent; }

.banner-box { position: relative; }

.banner-box .banner-bg { width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; left: 0; top: 0; }

.banner-box .inner-box { color: #fff; padding: 240px 0px 0; width: 1300px; }

.banner-box .inner-box .main-box { display: inline-block; position: relative; }

.banner-box .inner-box .title { font-size: 48px; }

.banner-box .inner-box .text { position: absolute; top: 100%; left: 0; font-size: 20px; line-height: 28px; min-width: 20em; }

.banner-box .title { margin-bottom: 40px; font-weight: bold; text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); }

.banner-box.size1 { height: 780px; }

.banner-box.size2 { height: 400px; }

.banner-box.size2 .inner-box { padding-top: 100px; }

.banner-box.size2 .title { margin-bottom: 20px; }

.banner-box .pagination { position: absolute; z-index: 20; left: 50%; bottom: 224px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.banner-box .swiper-pagination-switch { display: inline-block; width: 40px; height: 4px; background: #fff; margin-right: 5px; opacity: 0.3; cursor: pointer; }

.banner-box .swiper-visible-switch { opacity: 1; }

.banner-box .swiper-active-switch { opacity: 1; }

.page-index .banner-box .title { font-size: 56px; }

.news-box { height: 884px; background: url("../img/news-bg.jpg") no-repeat; background-size: cover; }

.news-box .inner-box { height: 500px; margin-bottom: 60px; overflow: hidden; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; }

.news-box .detail { -webkit-box-flex: 0; -ms-flex: 0 0 590px; flex: 0 0 590px; width: 590px; color: #666; margin-right: 60px; }

.news-box .detail img { width: 100%; height: 369px; margin-bottom: 15px; }

.news-box .detail .date { width: auto; color: #E60013; }

.news-box .detail .date em { display: inline-block; }

.news-box .detail .title { color: #E60013; }

.news-box .detail .news-item { border: none; margin-bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.news-box .detail .news-item font { height: 0 !important; }

.news-box .news-list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }

.news-box .news-item { padding-left: 0; -webkit-transition: all 0.5s; transition: all 0.5s; }

.news-box .news-item .arrow-right { position: absolute; left: 0; top: 26px; display: none; }

.news-box .news-item.active { padding-left: 30px; }

.news-box .news-item.active .arrow-right { display: block; }

.news-box .news-item.active .date, .news-box .news-item.active .title { color: #E60013; }

.news-item { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #d6dae2; cursor: pointer; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

.news-item .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; font-size: 14px; color: #000; text-align: right; margin-right: 24px; white-space: nowrap; }

.news-item .date em { display: block; font-size: 30px; margin-right: 4px; }

.news-item .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }

.news-item .title { color: #000; font-size: 20px; margin-bottom: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.news-item .text { font-size: 14px; color: #666; overflow: hidden; line-height: 24px; max-height: 48px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }

.detail-content { font-size: 16px; line-height: 28px; }

.tabs-menu { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; z-index: 1; }

.tabs-menu .menu-item { cursor: pointer; min-width: 180px; height: 60px; text-align: center; line-height: 60px; }

.tabs-menu .menu-item a { display: block; }

.tabs-menu .menu-item.active, .tabs-menu .menu-item:hover { background: #fff5f5; color: #E60013; }

.tabs-menu.type1 { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0px 6px 10px rgba(28, 67, 125, 0.06); box-shadow: 0px 6px 10px rgba(28, 67, 125, 0.06); position: relative; }

.tabs-menu.fixed { position: fixed; top: 64px; left: 0; right: 0; background: #fff; min-width: 1400px; z-index: 100; }

.back { position: fixed; bottom: 100px; right: 40px; z-index: 9999; cursor: pointer; display: none; }

.back i { position: relative; font-size: 0; display: block; width: 44px; height: 44px; overflow: hidden; text-align: center; font-style: normal; font-family: arial; border-radius: 3px; color: #fff; background: linear-gradient(190.38deg, rgba(163, 172, 253, 0.8) 3.88%, rgba(132, 144, 255, 0.8) 39.2%, rgba(74, 103, 255, 0.8) 94.92%), rgba(255, 255, 255, 0.7); opacity: 0.8; -webkit-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; border-radius: 6px; }

.back i:before { content: ""; position: absolute; top: 0; display: block; width: 44px; height: 44px; background: url("../img/icon-back.png") no-repeat center; -webkit-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; }

.back i:after { content: "置顶"; position: absolute; top: 44px; display: block; width: 44px; height: 44px; line-height: 44px; text-align: center; font-family: "microsoft yahei"; font-size: 14px; -webkit-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; }

.back i:hover { opacity: 1; }

.back i:hover:before { top: -44px; }

.back i:hover:after { top: 0; }

.empty { width: 600px; height: 300px; background: url("/static/img/empty.png") no-repeat; background-size: 100% 100%; margin: auto; }

.page-content .content-item { padding-top: 125px; margin-top: -125px; padding-top: var(--content-padding-top, 125px); margin-top: calc(-1 * var(--content-padding-top, -125px)); }

.page-content .content-item:not(:last-child) { margin-bottom: 56px; }

.contact-box { width: 100%; background: #f9f8f9 url("/static/img/section-bg-contact.png") no-repeat; background-size: cover; background-position: center center; padding: 50px 0; }

.contact-box .content-item { display: -webkit-box; display: -ms-flexbox; display: flex; -js-display: flex; }

.contact-box .contact-title { font-size: 20px; margin-bottom: 20px; }

.contact-box .detail-item { font-size: 14px; line-height: 1.5; display: -webkit-box; display: -ms-flexbox; display: flex; -js-display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 10px; }

.contact-box .detail-item .icon { margin-right: 4px; margin-top: -2px; }

.contact-box .headOffice { -webkit-box-flex: 0; -ms-flex: 0 0 400px; flex: 0 0 400px; margin-right: 60px; }

.contact-box .headOffice img { width: 100%; margin-bottom: 20px; border-radius: 4px; }

.contact-box .operation { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.contact-box .operation-list { margin: -10px; display: -webkit-box; display: -ms-flexbox; display: flex; -js-display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.contact-box .operation-item { padding: 20px 16px; -webkit-box-flex: calc(50% - 20px); -ms-flex: calc(50% - 20px); flex: calc(50% - 20px); margin: 10px; background: rgba(255, 255, 255, 0.6); border-radius: 4px; }

.contact-box .operation-item .name { font-size: 16px; margin-bottom: 8px; }

.contact-box .operation-item .icon { margin-top: 2px; }

.table { width: 100%; }

.table .sort-btn { display: inline-block; width: 20px; height: 20px; background: url("/static/img/icon-sort.png"); background-size: 100% 100%; cursor: pointer; vertical-align: middle; margin-left: 10px; }

.table .sort-btn.up { background-image: url("/static/img/icon-sort-up.png"); }

.table .sort-btn.down { background-image: url("/static/img/icon-sort-down.png"); }

.table th, .table td { height: 56px; line-height: 32px; padding: 12px 20px; }

.table th:nth-child(1), .table th:nth-child(2), .table td:nth-child(1), .table td:nth-child(2) { text-align: left; }

.table th:nth-child(3), .table th:nth-child(4), .table td:nth-child(3), .table td:nth-child(4) { text-align: right; }

.table th { background: #f6f8fb; }

.table td { color: #444; }

.table tbody tr:nth-child(even) { background: #f6f8fb; }
