/* -------------basic------------- */

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Mulish';
    src: url('../font/Mulish-VariableFont_wght.ttf');
}

html {
    min-width: 1312px;
}

body {
    position: relative;
    font-family: "Mulish", sans-serif;
    color: #000;
    font-size: 14px;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
    color: #000;
}

button {
    border: none;
    outline: none;
}

img {
    border: none;
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

input {
    outline: none;
    font-family: Mulish;
}

input[type=checkbox] {
    margin-left: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

input[type=checkbox]::after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #f8f8f8;
}

input[type=checkbox]:checked::after {
    border-color: #0044A2;
    background-color: #0044A2;
    background-image: url("../images/icon/icon_check.png");
    background-size: 20px 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.zm_fl {
    float: left;
}

.zm_fr {
    float: right;
}

.zm_clear::before,
.zm_clear::after {
    content: '';
    clear: both;
    display: block;
    zoom: 1;
}

.zm_wrap {
    width: 1312px;
    margin: 0 auto;
}

.mobile {
    display: none;
}

/* -------------顶部------------- */

#zm_header {
    position: fixed;
    width: 100%;
    padding-top: 56px;
    top: 0;
    z-index: 100;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

#zm_header .logo_nav .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 137px;
}

#zm_header .logo_nav {
    background-color: #fff;
}

/* 移动端导航 */
.nav_drawer_wrap {
    display: none;
}

#zm_header .logo_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#zm_header .logo_nav ul a {
    display: block;
    line-height: 64px;
    padding: 0 27px;
    color: #2E3033;
    border-right: 1px solid #E6E6E6;
    position: relative;
}

#zm_header .logo_nav ul li:last-of-type a {
    padding-right: 0;
    border: none;
}

#zm_header .logo_nav ul .action a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #0044A2;
}

#zm_header .logo_nav ul li:last-of-type.action a::after {
    width: calc(100% + 27px);
}

#zm_header .logo_nav ul a.robot img {
    width: 32px;
    height: 32px;
}

#zm_header .login_search {
    top: 0;
    right: 0;
    position: absolute;
    padding: 14px 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.75) 25.66%, #FFFFFF 54.86%);
    width: 100%;
    font-size: 12px;
}

#zm_header .login_search .zm_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#zm_header .login_search li {
    margin-right: 24px;
}

#zm_header .login_search li:last-of-type {
    margin: 0;
}

#zm_header .login_search form {
    position: relative;
}

#zm_header .login_search input {
    width: 269px;
    height: 28px;
    border: 1px solid #B3B3B3;
    border-radius: 20px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: transparent;
}

#zm_header .login_search button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon_search.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

/* -------------底部------------- */

#zm_footer {
    background-color: #0044A2;
}

#zm_footer .zm_wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

#zm_footer .icon_list {
    /* display: flex; */
    display: none;
}

#zm_footer .icon_nav {
    display: flex;
    align-items: center;
}

#zm_footer .icon_list li {
    margin-right: 50px;
}

#zm_footer .icon_list img {
    width: 48px;
}

#zm_footer .nav_list {
    display: flex;
    /* margin-top: 32px; */
    font-size: 20px;
}

#zm_footer .nav_list a {
    display: block;
    padding: 0 20px;
    color: #fff;
    position: relative;
}

#zm_footer .nav_list li:first-of-type a {
    padding-left: 0;
}

#zm_footer .nav_list li:last-of-type a::after {
    background-color: transparent;
}

#zm_footer .nav_list a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#zm_footer .logo {
    width: 287px;
}


/* -------------底部------------- */

#content {
    padding-top: 120px;
}


/* banner */

#banner {
    position: relative;
}

#banner img {
    width: 100%;
    min-height: 360px;
}

#banner span {
    position: absolute;
    left: calc(50% - 600px);
    bottom: -65px;
    width: 1200px;
    height: 299px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 114px;
    padding-left: 32px;
    font-size: 68px;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: 0.2em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#banner span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 247px;
    height: 100%;
    z-index: -1;
    background: rgba(0, 68, 162, 0.8);
}

#sub_content {
    margin-top: 65px;
}


/* 区块标题 */

.section_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.section_title.white {
    color: #fff;
}

.section_title::before {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    margin-bottom: 12px;
    background: #0044A2;
}

.section_title.white::before {
    background: #fff;
}


/* 下载按钮 */

.btn_download {
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 50px 0px 20px;
    border: 1px solid #B8C0CC;
    border-radius: 22px;
    background: transparent url("../images/icon/icon_download.png") no-repeat;
    background-position: calc(100% - 11px) center;
    background-size: 24px 24px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: all 100ms ease-out;
}

.btn_download:hover {
    border-color: #fff;
    background-color: #fff;
    background-image: url("../images/icon/icon_downlaod_blue.png");
    color: #0044A2;
}

.btn_download.blue {
    border-color: #0044A2;
    color: #0044A2;
    background-image: url("../images/icon/icon_downlaod_blue.png");
}

.btn_download.blue:hover {
    background-color: #0044A2;
    color: #fff;
    background-image: url("../images/icon/icon_download_white.png");
}


/* 更多按钮 */

.btn_more {
    display: inline-block;
    padding: 11px 50px 11px 20px;
    border: 1px solid #0044A2;
    border-radius: 22px;
    background: transparent url("../images/icon/icon_more.png") no-repeat;
    background-position: calc(100% - 9px) center;
    background-size: 24px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #0044A2;
    transition: all 100ms ease-out;
    cursor: pointer;
}

.btn_more:hover {
    background-color: #0044A2;
    background-image: url("../images/icon/icon_more_hover.png");
    color: #fff;
}


/* 获取按钮 */

.btn_get {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 42px 11px 10px;
    border: 1px solid #B8C0CC;
    border-radius: 50px;
    background: none;
    font-size: 16px;
    line-height: 20px;
    color: #B8C0CC;
    cursor: pointer;
    position: relative;
}

.btn_get:hover {
    background: #0044A2;
    color: #fff;
    border-color: #0044A2;
}

.btn_get::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icon/icon_arrow_right1.png) no-repeat;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn_get:hover::after {
    background-image: url("../images/icon/icon_more_hover.png");
}


/* 更多 */

.go_more {
    display: inline-block;
    width: 280px;
    border: 1px solid #0044A2;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0044A2;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
}

.go_more:hover {
    background: #0044A2;
    color: #fff;
}


/* -------------二级页面tabs------------- */

#tabs {
    display: inline-block;
    position: relative;
    padding: 0 36px;
    margin-top: 35px;
    border: 1px solid #D9D9D9;
}

#tabs .swiper {
    width: 198px;
    margin: 0;
}

#tabs .swiper-slide {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
    line-height: 36px;
    cursor: pointer;
}

#tabs .swiper-slide a {
    color: #8A9099;
}

#tabs .swiper-slide-active {
    background-color: #0044A2;
    border: 0;
}

#tabs .swiper-slide-active a {
    color: #fff;
}

#tabs .swiper-button div {
    height: 36px;
    width: 36px;
    color: #8A9099;
    margin: 0;
    top: 0;
}

#tabs .swiper-button-next:after,
#tabs .swiper-button-prev:after {
    font-size: 16px;
}

#tabs .swiper-button-next {
    right: 0;
}

#tabs .swiper-button-prev {
    left: 0;
}

#tabs-news .swiper-news {
    margin-top: 35px;
}

#tabs-news .swiper-news .swiper-wrapper-news {
    display: flex;
    flex-direction: row;
}

#tabs-news .swiper-slide-news {
    width: 80px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-right-width: 0;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

#tabs-news .swiper-slide-news:last-child {
    border-right-width: 1px;
}

#tabs-news .swiper-slide-news a {
    color: #8A9099;
}

#tabs-news .swiper-slide-news-active {
    background-color: #0044A2;
    border-color: #0044A2;
}

#tabs-news .swiper-slide-news-active a {
    color: #fff;
}

.crumbs {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #6b7280;
    cursor: default;
}

.crumbs a {
    color: #6b7280;
}

.crumbs .symbol {
    margin: 0 6px;
}

/* cases */
ul.cases_grids {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.cases_grids li:nth-child(3n) {
    margin-right: 0 !important;
}

ul.cases_grids li>a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

ul.cases_grids li .img_wrap {
    flex-shrink: 0;
    background: #D9D9D9;
}

ul.cases_grids li .img_wrap img {
    height: 100%;
}

ul.cases_grids li .text_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background: #FFFFFF;
}

ul.cases_grids li .text_wrap .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #2E3033;
}

ul.cases_grids li .text_wrap .profile {
    margin-top: 16px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    color: #8A9099;
}

ul.cases_grids li .text_wrap .types .type {
    display: inline-block;
    margin-top: 12px;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 6px 10px;
    background: #E2EAF6;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3033;
}

ul.cases_grids li .text_wrap .types .type:last-child {
    margin-right: 0;
}

/* 搜索结果 */
.search_result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search_result .search_result_l {
    width: 314px;
}

.search_result .search_result_l dl {
    margin-top: 40px;
}

.search_result .search_result_l dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.search_result .search_result_l .checkbox_group dd {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
}

.search_result .search_result_l .checkbox_group dd label {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.search_result .search_result_l .checkbox_group dd input[type=checkbox] {
    flex-shrink: 0;
    margin-right: 10px;
}

.search_result .search_result_l .checkbox_group dd>span {
    flex-shrink: 0;
    color: #6B7280;
}

.search_result .search_result_r {
    width: 958px;
}

/* 分页 */
.common_pages {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_pages>a,
.common_pages>span {
    display: inline-block;
    margin-left: -1px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
}

.common_pages>span {
    cursor: default;
}

/* 上一页，下一页 */
.common_pages .pre,
.common_pages .next {
    width: 36px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center center;
}

.common_pages .pre {
    margin-left: 0;
    background-image: url("../images/icon/icon_page_pre_disabled.png");
}

.common_pages .next {
    background-image: url("../images/icon/icon_page_next_disabled.png");
}

/* 页数*/
.common_pages .cur,
.common_pages .num {
    min-width: 36px;
    padding: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8A9099;
    text-align: center;
}

/* 当前页数 */
.common_pages .cur {
    border-color: #0044A2;
    background-color: #0044A2;
    color: #fff;
}

/* 文章详情样式 */
.article .page_top {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0px 16px 0px;
    background-color: #fff;
}

.article .page_top .title {
    margin-top: 28px;
    font-weight: 700;
    font-size: 40px;
    color: #2e3033;
}

.article .page_top .title::first-letter {
    font-weight: 900;
    font-size: 64px;
}

.article .page_top .extra {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article .page_top .extra .related {
    font-size: 18px;
    line-height: 24px;
    color: #6b7280;
}

/* 翻译 */
.article .page_top .extra .translate {
    margin-left: 16px;
    position: relative;
}

.article .page_top .extra .translate .language {
    padding: 8px 15px 8px 39px;
    border-radius: 40px;
    border: 1px solid #E6E6E6;
    background: url("../images/icon/icon_language.png") no-repeat;
    background-size: 26px 26px;
    background-position: 7px center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #6B7280;
    cursor: pointer;
}

.article .page_top .extra .translate ul.language_list {
    position: absolute;
    left: calc(100% + 23px);
    top: -15px;
    width: 450px;
    min-height: 39px;
    box-sizing: content-box;
    padding: 7px 29px 23px 29px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.article .page_top .extra .translate ul.language_list.hide {
    display: none !important;
}

.article .page_top .extra .translate ul.language_list::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 27px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    transform: rotate(45deg);
}

.article .page_top .extra .translate ul.language_list::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 15px;
    height: 30px;
    background: #fff;
}

.article .page_top .extra .translate ul.language_list li {
    margin-top: 16px;
    width: 170px;
}

.article .page_top .extra .translate ul.language_list li:nth-child(3n) {
    width: 110px;
}

.article .page_top .extra .translate ul.language_list li span {
    font-size: 18px;
    line-height: 23px;
    color: #6B7280;
    cursor: pointer;
}

.article .page_top .extra .translate ul.language_list li.selected span {
    color: #0044A2;
}

.article .page_top .extra .translate ul.language_list li.english span {
    font-weight: 700;
    color: #231F20;
}

.article .rich_text {
    padding: 80px 0px 83px 0px;
    background-image: url('../images/bg/bg_detail_rich.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    font-size: 18px;
    line-height: 27px;
    color: #2e3033;
    text-align: justify;
}

.article .rich_text p {
    margin-top: 40px;
}

.article .rich_text p:first-child {
    margin-top: 0 !important;
}

.article .rich_text img {
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}