@charset "utf-8"; /* CSS Document */
/* reset */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font: 14px / 1.6 MiSans, Arial, "Microsoft YaHei UI", "Microsoft YaHei", serif;
    letter-spacing: 1px;
}

body {
    height: 100%;
    color: #000;
    overflow: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, canvas, details, figure, figcaption, footer, header, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

ol, ul, li, dl, dt, dd {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    word-break: break-all;
}

fieldset {
    width: 100%;
    pointer-events: none;
}

fieldset, img {
    border: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

button, select, input, textarea, label, img {
    vertical-align: middle;
    font: inherit;
    border: 0
}

button {
    background: transparent;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
}

button:disabled {
    cursor: default;
}

button > span {
    position: relative
}

address, caption, em, strong, th {
    font-style: normal;
    font-weight: normal
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: .5s;
}

a:hover, a:visited, a:focus {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #005bac;
}

/* button:hover, a:hover { outline: dotted thin;} */
em, address {
    font-style: normal;
}

/* hidden */
caption, .a11y {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

caption {
    position: relative;
    font-size: 0;
}

/* safari bug */
.hide {
    display: none;
}

html {
    font-size: 100%
}

@font-face {
    font-family: 'sh';
    src: url("SourceHanSerifCN-Bold.otf") format("truetype")
}

/*fixed*/
.fixed {
    overflow: hidden
}

/* float */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* text align */
.alL {
    text-align: left !important;
}

.alC {
    text-align: center !important;
}

.alR {
    text-align: right !important;
}

/* size */
.w140 {
    min-width: 140px;
}

.full {
    width: 100%;
}

/* vertical */
.verT {
    vertical-align: top;
}

/* ellipsis */
.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* link */
a.no_link {
    cursor: not-allowed;
}

/* font style */
.font_bold {
    font-weight: 700 !important;
}

.font_medium {
    font-weight: 500 !important;
}

.font_normal {
    font-weight: 400 !important;
}

.underL {
    position: relative;
}

.underL:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #202020;
}

.bold-underL:after {
    bottom: -5px;
    height: 2px;
    background: #6d7278
}

.col_type4.underL:after {
    background: #0072ce;
}

/* border style */
.top_border:before {
    content: '';
    display: block;
    width: 1280px;
    height: 3px;
    background: #333;
}

/*margin*/
.mt0 {
    margin-top: 0 !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px !important;
}

.mt120 {
    margin-top: 120px
}

.mt150 {
    margin-top: 150px!important;
}

.pd0 {
    padding: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

/* btn_area */
.bottom_area {
    margin-top: 35px;
}

.bottom_area.type2 {
    margin-top: 50px;
}

.bottom_area .pagination {
    margin-top: 0;
}

.btn_area, .bottom_area {
    position: relative;
}

.btn_area a + a, .btn_area button + button {
    margin-left: 5px;
}

.fixL, .fixR {
    position: absolute;
    top: 0;
}

.fixL {
    left: 0;
}

.fixR {
    right: 0;
}

.bottom_area .pagination + .fixR {
    top: -8px;
}

/* button */
.btn_s {
    display: inline-block;
    height: 35px;
    padding: 0 8px;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.btn_ms {
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 45px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.btn_m {
    display: inline-block;
    height: 56px;
    padding: 0 24px;
    border: 1px solid #cccccc;
    color: #000;
    font-size: 16px;
    line-height: 56px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.btn_l {
    display: inline-block;
    min-width: 200px;
    height: 56px;
    padding: 0 27px;
    border: 1px solid #cccccc;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 57px;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

.btn_m:disabled, .btn_l:disabled, .btn_m.disabled, .btn_l.disabled {
    opacity: 0.2;
    cursor: default;
}

.btn_s.bg_type, .btn_s.bg_type2, .btn_m.bg_type2.col_type5, .btn_m.bg_type.col_type4, .btn_l.bg_type, .btn_l.bg_type2, .btn_l.bg_type3 {
    border: none
}

.btn_m.bg_type4 {
    border: solid 1px #b3c9e4;
}

.btn_m.arrow_type span:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 7px;
    border-bottom: 2px solid #0072ce;
    border-right: 2px solid #0072ce;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    vertical-align: 2px;
}

.btn_m.arrow_type2 span:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    vertical-align: 2px;
}

.btn_l.bg_type4 {
    border: 1px solid #cccccc;
}

.btn_s.bdr_none, .btn_m.bdr_none, .btn_l.bdr_none {
    border: none;
}

.badge_mark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 0 9px 13px;
    background-color: #888;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.badge_mark:before {
    content: '';
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 13px;
    width: 13px;
    background-color: #888;
}

.badge_mark:after {
    content: '';
    position: absolute;
    right: -13px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #888;
}

.badge_mark.medium {
    padding: 14px 3px 15px 20px;
    text-align: left;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}

.badge_mark.large {
    min-width: 173px;
    padding: 10px 17px 12px 30px;
    text-align: left;
    line-height: 1.73;
    font-size: 22px;
    font-weight: 700;
}

.badge_mark.bg_type2, .badge_mark.bg_type2:before {
    background-color: #0072ce;
}

.badge_mark.bg_type2:after {
    border-left: 13px solid #0072ce;
}

.plus_btn em {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}

.plus_btn em::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 2px;
    background-color: #0072ce;
    transform: translateY(-50%);
}

.plus_btn em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 8px;
    width: 2px;
    background-color: #0072ce;
    transform: translateX(-50%);
}

/* form */
/* input */
input[type="text"], input[type="submit"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    color: #000;
    border-radius: 2px;
    line-height: 40px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    border-color: #ab1711;
}

input[type="text"]::-ms-clear, input[type="password"]::-ms-clear, input[type="email"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="number"]::-ms-clear {
    display: none;
}

input::placeholder, textarea::placeholder {
    color: #888;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888;
}

input[type="text"]:disabled, input[type="password"]:disabled {
    background: #f7f7f7;
    color: #333;
    border: none;
}

/* select */
.select_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.select_box:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #050505;
    border-left: 1px solid #050505;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.select_box .sel {
    width: 100%;
    height: 56px;
    padding: 0 36px 0 19px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.select_box .sel:focus {
    border-color: #0072ce;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/* textarea */
textarea {
    padding: 15px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    resize: none;
    border-radius: 2px;
    line-height: 1.5;
}

textarea::placeholder {
    color: #888;
    opacity: 1;
}

textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
    color: #888;
}

textarea:focus {
    border-color: #0072ce;
}

/* text bullet style */
.bul_txt {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    word-break: break-all;
}

.bul_txt span {
    position: relative;
}

.bul_txt span:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #b2b2b2;
}

.bul_txt + .bul_txt {
    margin-top: 0;
}

.bul_txt.point {
    color: #0072ce;
}

.bul_txt.point2 {
    color: #e02020;
}

.bul_txt.point span:before {
    background: #0072ce;
}

.bul_txt.point2 span:before {
    background: #e02020;
}

/* info text */
.bul_list li {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.42;
    word-break: keep-all;
}

.bul_list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #b2b2b2;
}

.bul_list li:first-child {
    margin: 0;
}

.bul_list.type2 li {
    margin-top: 0;
    line-height: 1.75;
    color: #333;
    font-size: 18px;
}

.bul_list.type2 li:before {
    top: 14px;
    background-color: #333333;
}

.bul_list.point li {
    color: #0072ce;
}

.bul_list.point li:before {
    background-color: #0072ce;
}

.bul_list.point2 li {
    color: #e02020;
}

.bul_list.point2 li:before {
    background-color: #e02020;
}

.dash_list li {
    position: relative;
    padding-left: 13px;
    font-size: 14px;
    line-height: 1.57;
    color: #666;
    word-break: keep-all;
}

.dash_list li:before {
    content: '-';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
}

.dash_list li .bul_txt {
    margin-top: 0;
}

.dash_list.type02 li {
    font-size: 16px;
    color: #000;
}

.order_list li {
    padding-left: 26px;
}

.order_list .order {
    display: inline-block;
    text-indent: -26px;
}

.order_list.type02 li {
    padding-left: 20px;
    font-size: 16px;
    color: #999;
}

.order_list.type02 .order {
    text-indent: -20px;
}

.order_list.type03 li > span {
    color: #333;
}

/* tab_menu */
.box_tab_menu {
    position: relative;
    width: 100%;
}

.box_tab_menu .tab_menu {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.box_tab_menu.default {
    font-size: 18px;
    color: #333;
}

.box_tab_menu.default .tab {
    position: relative;
}

.box_tab_menu.default .tab.on .tab_link {
    font-weight: 700;
}

.box_tab_menu.default .tab.on:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0072ce;
}

.box_tab_menu.default .tab + .tab {
    margin-left: 50px;
}

.box_tab_menu.default .tab_link {
    display: inline-block;
    padding: 30px 0 30px;
    white-space: nowrap;
}

.box_tab_menu.full .tab_menu .tab {
    flex: 1;
}

.box_tab_menu.vertical .tab_menu .tab {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #d3d3d3;
}

.box_tab_menu.vertical .tab button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.box_tab_menu.vertical .tab.on:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.box_tab_menu.horizontal {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.box_tab_menu.horizontal .tab + .tab {
    margin-top: 30px;
}

.box_tab_menu.horizontal .tab_menu {
    flex-basis: 300px;
    flex-direction: column;
    align-items: flex-start;
}

.box_tab_menu.horizontal .tab button {
    padding-right: 10px;
    font-weight: 700;
    font-size: 20px;
    flex-direction: column;
    color: #666;
}

.box_tab_menu.horizontal .tab.on button {
    color: #0072ce;
}

.box_tab_menu.horizontal .tab.on button:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-bottom: 2px solid #0072ce;
    border-right: 2px solid #0072ce;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    vertical-align: 2px;
}

.box_tab_menu.horizontal .tab_container {
    padding: 0;
}

.box_tab_menu.popup .tab {
    position: relative;
}

.box_tab_menu.popup .tab + .tab {
    margin-left: 20px;
}

.box_tab_menu.popup .tab button {
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, .2);
}

.box_tab_menu.popup .tab.on button {
    color: #0072ce;
}

.box_tab_menu.popup .tab.on button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0072ce;
}

.box_tab_menu.text .tab {
    position: relative;
}

.box_tab_menu.text .tab + .tab {
    margin-left: 15px;
    padding-left: 15px;
}

.box_tab_menu.text .tab + .tab:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #bbb;
}

.box_tab_menu.text .tab button {
    color: #666;
}

.box_tab_menu.text .tab.on button {
    font-weight: 700;
    color: #000;
}

.box_tab_menu.text.other > ul {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    padding: 25px 0 20px;
}

.box_tab_menu.text.other .tab button, .box_tab_menu.text.other .tab a {
    color: #666666;
    font-size: 16px;
}

.box_tab_menu.text.other .tab.on button, .box_tab_menu.text.other .tab.on a {
    font-weight: 700;
    color: #0072ce;
}

.box_tab_menu.text.other .tab + .tab {
    margin-left: 15px;
    padding-left: 15px;
}

.box_tab_menu.text.other .tab + .tab:before {
    background-color: #ddd;
}

.box_tab_menu._4depth .tab_menu {
    border: 1px solid #ddd;
}

.box_tab_menu._4depth .tab {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.box_tab_menu._4depth .tab button, .box_tab_menu._4depth .tab a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #666;
}

.box_tab_menu._4depth .tab:first-child button, .box_tab_menu._4depth .tab.on button, .box_tab_menu._4depth .tab.on + .tab button, .box_tab_menu._4depth .tab:first-child a, .box_tab_menu._4depth .tab.on a, .box_tab_menu._4depth .tab.on + .tab a {
    border-left: 0;
}

.box_tab_menu._4depth .tab.on {
    background-color: #0072ce;
}

.box_tab_menu._4depth .tab.on button, .box_tab_menu._4depth .tab.on a {
    color: #fff;
    font-weight: 700;
}

.box_tab_menu._4depth ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.box_tab_menu._5depth .tab a {
    display: block;
    width: 240px;
    padding: 15px 0;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    color: #888888;
    font-size: 16px;
    text-align: center;
}

.box_tab_menu._5depth .tab.on a {
    border: 1px solid #dddddd;
    background: #fff;
    color: #333333;
    font-weight: 700;
}

.box_tab_menu.icons .tab {
    position: relative;
}

.box_tab_menu.icons .tab + .tab {
    margin-left: 50px;
}

.box_tab_menu.icons .tab button:before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 56px;
    background: red;
}

.box_tab_menu.icons .tab.on button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ef3737;
}

.box_tab_menu.icons .tab button {
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, .4);
}

.box_tab_menu.icons .tab.on button {
    color: #000;
}

.tab_container {
    padding-top: 40px;
}

.tab_container .tab_cont {
    display: none;
}

.tab_container .tab_cont.on {
    display: block;
}

/* slider */
.box_slider {
    overflow: hidden;
}

.box_slider .slide_item {
    display: block;
}

.box_slider .slide_item > a {
    display: block;
    position: relative;
    height: 100%;
}

.box_slider .slide_item > a img {
    width: 100%;
    /* height: 100%; */
    height: auto;
}

.box_slider .slick-arrow {
    overflow: hidden;
    ; color: transparent
}

.box_slider.board_thumb {
    margin: 0 0 0 0;
    padding: 0 46px;
}

.box_slider.board_thumb .slick-slide {
    margin: 0 5px;
}

.box_slider.board_thumb .slick-list {
    margin: 0 -5px !important;
}

.box_slider_wrap {
    position: relative;
}

.box_slider_wrap .btn_prev, .box_slider_wrap .btn_next {
    display: block;
    position: absolute;
    width: 46px;
    height: 353px;
    z-index: 1;
}

.box_slider_wrap .btn_prev:after, .box_slider_wrap .btn_next:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
}

.box_slider_wrap .btn_prev:after {
    left: 7px;
    border-top: 1px solid #717171;
    border-left: 1px solid #717171;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}

.box_slider_wrap .btn_next:after {
    right: 7px;
    border-bottom: 1px solid #717171;
    border-right: 1px solid #717171;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}

.box_slider_wrap .btn_prev {
    left: 0;
    top: 0;
}

.box_slider_wrap .btn_next {
    right: 0;
    top: 0;
}

.box_slider_wrap .btn_prev:disabled, .box_slider_wrap .btn_next:disabled {
    opacity: 0.2;
    cursor: default;
    outline: none;
}

/* Swiper slide */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f49105
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #f49105;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #f49105;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: auto;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: auto
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
    z-index: 10
}

/* loading */
.loading_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.loading_wrap .loading {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loading .loading_img {
    display: table-cell;
    vertical-align: middle;
}

.loading_img p {
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.loading_img p img {
    opacity: 0.8;
}

/* modal popup */
.modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal_wrap.on {
    display: block;
}

.modal_wrap .point {
    color: #e32c51;
}

.modal_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.modal_wrap .btn_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
}

.modal_wrap .btn_modal_close:before, .modal_wrap .btn_modal_close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #000;
}

.modal_wrap .btn_modal_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_wrap .btn_modal_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.modal_inner {
    position: relative;
    padding-bottom: 30px;
    background: #fff;
    z-index: 3;
}

.modal_inner.xlarge {
    width: 1200px;
    padding-bottom: 40px;
}

.modal_inner.large {
    width: 900px;
    padding-bottom: 40px;
}

.modal_inner.medium {
    width: 500px;
}

.modal_inner.small {
    width: 420px;
}

.modal_inner.small .modal_cont {
    min-height: 107px;
}

.modal_cont .scroll_area {
    max-height: 700px;
    min-height: 150px;
    overflow-y: auto;
}

.modal_cont .scroll_area.type2 {
    max-height: 500px;
}

.modal_cont .scroll_area.type3 {
    /* max-height: 200px; */
}

.modal_header {
    padding: 33px 40px 15px;
}

.modal_header h1 {
    font-weight: 700;
    font-size: 28px;
}

.modal_header h2 {
    font-weight: 700;
    font-size: 24px;
}

.modal_header h3 {
    font-weight: 700;
    font-size: 28px;
}

.modal_cont {
    padding: 0 40px;
}

.modal_cont .tbl_tit {
    margin-top: 35px;
}

.modal_cont + .btn_area {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0 40px;
}

.modal_cont + .btn_area button {
    width: 100%;
}

.modal_cont .box_tab_menu ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -2px;
    height: 1px;
    background: #f7f7f7;
}

.modal_cont .txt {
    color: #000;
}

.modal_cont .box_tab_menu + .scroll_area {
    margin-top: 31px;
}

.modal_cont .scroll_area > .tab_container {
    padding-top: 0;
}

.modal_cont .inner_box {
    padding: 30px;
    background: #fafafa;
    color: #666;
}

.modal_cont .inner_box .txt {
    color: #666;
}

.modal_cont .list_agree > li {
    padding-top: 40px;
}

.modal_cont .list_agree > li:first-child {
    padding-top: 0;
}

.modal_cont .list_agree + .txt {
    margin-top: 40px;
}

.modal_bottom {
    margin-top: 30px;
    padding: 30px 40px 0;
    border-top: 1px solid #eee;
}

.modal_bottom .input_chk + .btn_area {
    margin-top: 30px;
}

.modal_bottom .tit {
    font-size: 20px;
    margin-bottom: 19px;
    min-height: 60px;
    text-align: center;
}

.modal_bottom .btn_area {
    text-align: center;
}

.modal_bottom .btn_l {
    min-width: 170px;
    height: 55px;
    line-height: 55px;
}

/* flex */
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* wrapper */
.wrapper {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* header */
.header_wrap {
    width: 100%;
    background: #ffffff;
}

.header_wrap > .wrapper {
    padding: 1rem 0;
}

.header_wrap .logo {
    max-width: 34rem;
}

.header_wrap .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_wrap .all-btn {
    display: none;
}

.header_wrap .all-btn button {
    font-size: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.header_wrap .all-btn .nav-btn {
    background: url("../../Public/img/icn-humberger.png") no-repeat center -2px;
}

.header_wrap .all-btn .sea-btn {
    background: url(../../Public/img/search_ico2.png) no-repeat center;
}

.header_wrap .rwm {
}

.header_wrap .rwm ul {
}

.header_wrap .rwm ul li {
    display: flex;
    align-items: center;
}

.header_wrap .rwm ul li .rwm {
    width: 7rem;
    padding: 0.6rem;
    border: 1px solid #dedede;
}

.header_wrap .rwm ul li .rwm {
}

.header_wrap .rwm ul li .rwm img {
    width: 100%;
}

.header_wrap .rwm ul li p {
    writing-mode: vertical-rl;
    /* 从右向左垂直排列 */
}

.search {
    width: 20rem;
}

.close-btn {
    display: none
}

.search .search-input {
    width: 80%;
}

.search .search-button {
    font-size: 0;
    width: 100px;
    background: url(../../Public/img/icon_sc.png) #005bac no-repeat center;
    background-size: 50%;
    border: none;
    cursor: pointer;
}

#sea-wrap {
    background: rgb(2 10 16 / 71%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sea-wrap.on {
    opacity: 1;
    visibility: visible;
}

#sea-wrap .close-btn {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
    background: #FFF;
    border-radius: 50px;
}

#location .utile_wrap .print_wrap > li.sns > div .clickClose {
}

#sea-wrap .close-btn:before,#sea-wrap .close-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#sea-wrap .close-btn:before {
    width: 20px;
    height: 2px;
    background: #111;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#sea-wrap .close-btn:after {
    width: 2px;
    height: 20px;
    background: #111;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#sea-wrap .search {
    /* display:none; */
    width: 100%;
    padding: 0 25px;
    position: absolute;
    bottom: 50%;
    text-align: center;
}

#sea-wrap .search label {
    display: flex;
    justify-content: space-between;
    display: block;
    max-width: 70%;
    margin: auto;
}

.search .search-input {
    border: 0;
    height: 45px;
    line-height: 45px;
}

.search .search-button {
    background-size: auto;
    height: 45px;
    line-height: 45px;
}

.header_wrap .nav_box {
    height: 100%;
    position: relative;
    background: #005bac;
}

.header_wrap .nav_box .navbar-toggle {
    display: none
}

.header_wrap .nav_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.header_wrap .nav_box ul {
    display: flex;
    padding-right: 3rem;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
}

.header_wrap .nav_box .item {
    position: relative;
    flex: 1;
}

.header_wrap .nav_box .item > .nav-tit a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 1.4rem 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFF;
    justify-content: center;
    font-family: sh;
}

.header_wrap .nav_box .item > .nav-tit .arr {
    display: none
}

.header_wrap .nav_box .item > .nav-tit > a:hover, .header_wrap .nav_box .item.is-active > .nav-tit > a {
    color: #ffd000;
}

.header_wrap .nav_box .sea-btn {
    position: absolute;
    top: 50%;
    right: 0;
    background: #2180cd;
    height: 100%;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.5rem;
    border-radius: 7px;
    transform: translateY(-50%);
    cursor: pointer;
}

.header_wrap .nav_box .sea-btn button {
    width: 100%;
    height: 100%;
    background: url('../../Public/img/icon_sc.png') no-repeat center;
}

.nav_box .drop-box > ul {
    display: block;
    text-align: center;
    padding: 0;
}

.nav_box .drop-box a {
    display: block;
}

.nav_box .drop-box > ul + ul {
    border-top: 1px solid #f2f2f2;
}

.nav_box .drop-box > ul > li {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.nav_box .drop-box > ul > li > ul > li {
    margin-top: 10px;
}

.nav_box .drop-box > ul > li > ul > li > a {
    line-height: 1.5;
}

.nav_box .drop-box > ul > li:first-child {
}

.nav_box .drop-box > ul > li:last-child {
}

.nav_box .drop-box > ul > li > a {
    display: block;
    font-weight: 500;
    padding: 10px 0;
    font-size: 15px;
}

.nav_box .drop-box > ul > li > a.arrow:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    width: 7px;
    height: 11px;
    margin-left: 6px;
}

.nav_box .drop-box > ul > li > a.arrow:hover:after {
}

.header_wrap .etc_wrap {
    position: absolute;
    right: 120px;
    top: 0;
    height: 100%;
}

.header_wrap .etc_wrap ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    height: 100%;
}

.header_wrap .etc_wrap .btn_mypage {
    width: 30px;
    height: 30px;
    background: red;
}

.header_wrap .etc_wrap .btn_allmenu {
    width: 35px;
    height: 22px;
    margin-left: 40px;
}

/* banner */
.banner {
    position: relative;
}

.banner .item {
    overflow: hidden;
}

.banner .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .item a .stp {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    color: #FFF;
    display: none;
}
.banner .item.n2 a .stp{
    display: block;
}
.banner .item a .stp .tplb{
    width: 40rem;
    height: 12rem;
    display: flex;
    gap: 1rem;
    transform: translateX(55%);
}
.banner .item a .stp .tplb span{
    width: 25%;
}
.banner .item a .stp .tplb span img{
    width: 100%;
    height: 100%;
}

.banner .item a .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .item a .img img {
    display: block;
    width: 100%;
}

.banner .text {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    color: #FFF;
}

.banner .text .wrapper {
}

.banner .text .wrapper .t1 {
    font-size: 1.6rem;
    width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /* 可选：允许单词内换行 */
    margin-bottom: 0.5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: .8s;
}

.banner .text .wrapper p {
    font-size: 1rem;
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /* 可选：允许单词内换行 */
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.banner .swiper-slide-active .text .wrapper .t1 {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiper-slide-active .text .wrapper p {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiDots {
    position: absolute;
    bottom: 2.8rem;
    z-index: 5;
    width: 100%;
}

.banner .swiDots .wrapper {
    display: flex;
    align-items: center;
}

.banner .swiDots span {
    border-radius: 50%;
    position: relative;
    transition: .3s;
    background: none;
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 1rem;
    opacity: .6;
    display: flex;
    align-items: center;
    margin: 0 1rem;
}

.banner .swiDots span::before {
    content: '';
    width: 0;
    height: 1px;
    top: 50%;
    right: 15px;
    position: relative;
    display: inline-block;
    transition: .5s;
    border-top: 1px solid #6a9def;
}

.banner .swiDots span.active {
    opacity: 1;
}

.banner .swiDots span.active::before {
    width: 3rem;
}

.tit-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.tit-bar h1 {
    font-size: 1.8rem;
    color: #1c1d21;
    font-weight: normal;
    line-height: 1;
    font-family: 'sh';
}

.tit-bar h1 em {
    color: #0d2c5e;
    opacity: .4;
    font-size: 55%;
    margin-left: 0.3rem;
    display: none;
}
.tit-bar a.more{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.tit-bar a.more span{
    font-size: 0;
    font-weight: normal;
    width: 2.3rem;
    height: 2.3rem;
    background: rgba(0,91,172,.07);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .5s;
    margin-left: 0.5rem;
}

.tit-bar a.more span:before, .tit-bar a.more span:after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 2px;
    background: #005bac;
    position: absolute;
    transition: .5s;
}

.tit-bar a.more span:after {
    width: 2px;
    height: 1rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tit-bar a.more:hover span {
    /* Safari */
    background: #005bac;
    transform: rotate(180deg);
}

.tit-bar a.more:hover span:before, .tit-bar a.more:hover span:after {
    /* Safari */
    background: #FFF;
}

.list {
}

.list ul {
}

.list ul li {
}

.list ul li a {
    font-size: 1.1rem;
    line-height: 1;
    padding: 10px 0;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.list ul li h3::before {
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #d12119;
    border-radius: 50px;
    margin: 0;
}

.list ul li a > .text {
    padding-left: 15px;
    position: relative;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list ul li a .date {
    font-size: 90%;
    opacity: .6;
    line-height: 1.6;
    float: right;
}

.rbox {
    width: 28%;
    margin-top: 1.5rem;
}

.rbox .tit-bar {
    margin-bottom: 1.2rem;
}

.rbox .tit-bar h1 {
    font-size: 1.4rem;
}

.rbox .tit-bar h1 em {
}

.rbox .list_box {
}

.rbox .list_box li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDD;
}

.rbox .list_box li a {
    display: flex;
    align-items: center;
}

.rbox .list_box li a .ll {
    width: 1.25rem;
    height: 1.25rem;
    background: rgb(229 233 241);
    border-radius: 4px;
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.25rem;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.rbox .list_box li a .rr {
    width: calc(100% - 1.25rem);
    padding: 0px 0px 0px 0.75rem;
}

.rbox .list_box li a .rr .overfloat-dot {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 1.25rem;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rbox .list_box li a .rr p {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0.25rem 0 0;
}

.rbox .list_box li a .rr p .overfloat-dot:first-child {
    display: inline-block;
    font-size: 12px;
    color: rgb(0, 91, 172);
    width: 66%;
}

.rbox .list_box li a .rr .overfloat-dot .overfloat-dot {
}

.rbox .list_box li a .rr .overfloat-dot .overfloat-dot {
}

.rbox .list_box2 {
    transform: translateY(-1rem);
}

.rbox .list_box2 li {
}

.rbox .list_box2 li a {
}

.rbox .list_box2 li .overfloat-dot {
    font-size: 1rem;
    line-height: 2rem;
}

.news-wrap {
    padding: 4rem 0;
    background: url("../../Public/img/bg1.jpg") no-repeat left top;
    width: 100%;
    background-size: cover;
}

.news-wrap .news-list, .rdwz .zl-list {
    width: 33%;
    overflow: hidden;
}

.news-wrap .news-list ul {
}

.news-wrap .news-list ul li {
    margin-bottom: 1.5rem;
}

.news-wrap .news-list ul li+li a {
}

.news-wrap .news-list ul li:last-child {
    margin: 0;
}

.news-wrap .news-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-wrap .news-list ul li a .date {
    width: 4.7rem;
    text-align: center;
    color: #005bac;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    transition: .5s;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 0.8rem;
}

.news-wrap .news-list ul li a:hover .date {
    color: #fff;
    background: #005bac
}

.news-wrap .news-list ul li a .date b {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 2px;
}

.news-wrap .news-list ul li a .text {
    font-size: 1.1rem;
    width: calc( 100% - 5.5rem);
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: -webkit-box;
    /* 结合弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 2;
    /* 限制最多显示 2 行 */
    /* 可选：调整行高使布局更美观 */
    white-space: normal;
    /* 允许文本自动换行 */
}

.news-wrap .news-list ul li a .text .n2 {
    color: #382f05;
    background: #f7c900;
    font-size: 0.8rem;
    padding: 5px 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 4px;
    max-height: 1.8rem;
}

.news-wrap .news-list ul li a:hover .text .n2 {
    color: #FFF;
    background: #005bac;
}

.news-wrap .img-list, .rdwz .rdwz-list {
    overflow: hidden;
    width: 63%;
    position: relative;
}

.news-wrap .img-list {
}

.news-wrap .img-list .swiBtn {
}

.news-wrap .img-list .swiBtn a ,.zl-list-lb .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 1%;
    z-index: 9;
    transform: translateY(-50%);
    background: url(../../Public/img/button-prev.png) rgba(0,0,0,.5) no-repeat center center;
    opacity: 0.9;
    transition: .5s
}

.news-wrap .img-list .swiBtn a.next ,.zl-list-lb .slick-next {
    top: 35%;
    left: auto;
    right: 1%;
    opacity: 0.9;
    -webkit-transform: rotateY(180deg);
    /* Safari */
    transform: rotateY(180deg);
}

.zl-list-lb .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0);
}

.zl-list-lb .slick-next {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news-wrap .img-list .swiBtn a:hover {
    opacity: 1
}

.news-wrap .img-list .box {
}

.news-wrap .img-list .box a {
}

.news-wrap .img-list .box a .photo {
    width: 100%;
    overflow: hidden;
}

.news-wrap .img-list .box a .photo img {
    overflow: hidden;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.news-wrap .img-list .box a::before {
    display: none
}

.news-wrap .img-list .box a .txt-box {
    padding: 1rem 0 0;
}

.news-wrap .img-list .box a .txt-box .text {
    line-height: 1.6;
    font-size: 1.05rem;
}

.news-wrap .img-list .box a .txt-box .text::before {
    display: none
}

.news-wrap .img-list .box a .txt-box .date {
    margin-top: 5px;
    display: none;
}

.rdwz {
    padding: 3rem 0;
}

.rdwz .rdwz-list {
}

.rdwz .rdwz-list .swiDots {
    text-align: center;
    margin-top: 1.6rem;
}

.rdwz .rdwz-list .swiDots span {
    width: 9px;
    height: 9px;
    background: #005bac;
}

.rdwz .rdwz-list .swiDots span.active {
    opacity: 1;
}

.rdwz .rdwz-list .rdwz-box {
}

.rdwz .rdwz-list .box {
}

.rdwz .rdwz-list .box .box1 {
    padding: 2rem;
    background: #FFF;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 1px solid #eff5fb;
}

.rdwz .rdwz-list .box .box1:hover {
    background: #005bac;
}
.rdwz .rdwz-list .box .box1:hover > a, .rdwz .rdwz-list .box .box1:hover .nf{
    color: #FFF;
}

.rdwz .rdwz-list .box .box1:hover .txt-box .date {
    color: #FFF
}

.rdwz .rdwz-list .box .box1:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #005bac;
    z-index: 9999;
    transition: .5s;
}

.rdwz .rdwz-list .box .box1:hover:before {
    background: #f7c900;
    opacity: 1;
}

.rdwz .rdwz-list .box .box1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/rd_bg2.png) no-repeat right bottom;
    opacity: .06;
    transition: .5s;
    z-index: -1;
}

.rdwz .rdwz-list .box a:hover:after {
    background: url(../img/rd_bg.png) no-repeat right bottom;
    opacity: 1;
}

.rdwz .rdwz-list .box .qkm {
    margin-bottom: 1rem;
    /* border: 1px solid #DDD; */
    padding: 5px 18px;
    display: inline-block;
    border-radius: 50px;
    color: #111;
    background: #eef4f9;
}
.rdwz .rdwz-list .box .nf{
    font-size: 0.9rem;
    display: block;
    margin: 0 0 0.5rem 0;
}
.rdwz .rdwz-list .box .tt {
    font-size: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rdwz .rdwz-list .box a .txt-box {
    padding: 0.6rem 0 0;
}

.rdwz .rdwz-list .box a .txt-box .text {
    line-height: 1.6;
    font-size: 1rem;
    opacity: .8;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.rdwz .rdwz-list .box a .txt-box .zz{
    font-size: 0.9rem;
    margin-top: 10px;
    display: block;
}
.rdwz .rdwz-list .box a .txt-box .text::before {
    display: none
}

.rdwz .rdwz-list .box a .txt-box .date {
    font-family: Times New Roman;
    color: #0f4396;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    display: block;
    transition: .5s;
}

.rdwz .zl-list .zl-list-lb .slick-list {
    /* padding-bottom: 20px !important; */
}

.rdwz .zl-list .tit-bar {
}

.rdwz .zl-list .box {
    transition: transform 0.5s ease;
    /* 平滑过渡 */
    /* 统一阴影 */
    z-index: 1;
    /* 默认层级 */
}

.rdwz .zl-list .box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.rdwz .zl-list .box.swiper-slide-active {
    z-index: 999;
    /* 当前幻灯片层级最高 */
    opacity: 1;
    background: #FFF;
}

.rdwz .zl-list .box.swiper-slide-active .txt-box {
    opacity: 1;
}

.rdwz .zl-list .box.swiper-slide-prev, .rdwz .zl-list .box.swiper-slide-next {
    z-index: 9;
    opacity: 1;
    background: #FFF;
}

.rdwz .zl-list .box a .photo {
    width: 100%;
    height: 100%;
}

.rdwz .zl-list .box a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdwz .zl-list .box a .txt-box {
    padding: 1rem 0 0;
    opacity: 0;
    transition: .5s;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    bottom: 0;
    display: none;
}

.rdwz .zl-list .box.slick-current a .txt-box {
    opacity: 1;
}

.rdwz .zl-list .box a .txt-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: linear-gradient(0deg, rgb(33, 95, 165) 0%, rgb(28 193 167 / 0%) 100%);
    z-index: -1;
}

.rdwz .zl-list .box a .txt-box .text {
    text-align: center;
    font-size: 1.1rem;
    color: #FFF;
    padding: 1rem 0;
}

.zd-wrap {
    padding: 3rem 0;
    overflow: hidden;
    background: url(../img/bg2.png) #f2f4fb no-repeat;
    background-size: cover;
}

.zd-wrap .qkdh {
    overflow: hidden;
}

.zd-wrap .qkdh .box {
}

.zd-wrap .qkdh .box a {
    padding: 1.5rem;
    display: block;
    background: linear-gradient(180deg, #c6def5 20%, #e1f1f7 50%, #feffff 90%);
    transition: .5s;
    position: relative;
    z-index: 0;
}

.zd-wrap .qkdh .box a:hover {
    box-shadow: 0 10px 20px #b4cde3;
}

.zd-wrap .qkdh .box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #015aab 20%, #2a8be1 50%, #e0f1ff 90%);
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.zd-wrap .qkdh .box a:hover:before {
    opacity: 1;
}

.zd-wrap .qkdh .box a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #c6def5 20%, #e1f1f7 50%, #feffff 90%);
    transition: .5s;
    z-index: -2;
}

.zd-wrap .qkdh .box a .photo {
    box-shadow: 0 0 0px #dff1ff;
    transition: .5s;
}

.zd-wrap .qkdh .box a:hover .photo {
    /* box-shadow: 0 0 10px #3679ad; */
}

.zd-wrap .qkdh .box a .photo img {
    margin: auto;
    display: block;
    min-height: 19rem;
    object-fit: cover;
}

.zd-wrap .qkdh .box a .txt-box {
}

.zd-wrap .qkdh .box a .txt-box .text {
    font-size: 1.1rem;
    color: #1c1d21;
    font-weight: normal;
    line-height: 1;
    padding: 1.5rem 0 0 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lj-wrap {
    margin: 3rem 0;
}

.lj-wrap .wrapper {
    display: flex;
    justify-content: space-between;
}

.lj-wrap .fl {width: 45%;}

.lj-wrap .fl h1 {
    font-size: 1.3rem;
    font-family: 'sh';
}

.lj-wrap .fl ul {
}

.lj-wrap .fl ul li {
    display: inline-block;
    width: 30%;
    margin-top: 1rem;
}

.lj-wrap .fl ul li a {
    font-size: 1.1rem;
    display: block;
}

.lj-wrap .fr {
    width: 60%;
}

.lj-wrap .fr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lj-wrap .fr ul li {
    text-align: center;
    width: 18%;
}

.lj-wrap .fr ul li+li {
    margin-left: 1rem;
}

.lj-wrap .fr ul li .rwm {
    width: 8rem;
    padding: 0.6rem;
    background: #FFF;
    box-shadow: 0 0 15px #dce5ed;
    display: block;
    margin: auto;
}

.lj-wrap .fr ul li .rwm img {
}

.lj-wrap .fr ul li p {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.dj-wrap .tit-bar {
    margin-bottom: 3rem;
}

.dj-wrap .swiBtn {
}

.dj-wrap .swiBtn a {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    position: absolute;
    top: 55%;
    left: -7%;
    z-index: 9;
    transform: translateY(-50%);
    background: url("../../Public/img/button-prev.png") #9f1a10 no-repeat center center;
    opacity: 0.9;
    transition: .5s
}

.dj-wrap .swiBtn a.next {
    left: auto;
    right: -7%;
    background: url("../../Public/img/button-next.png") #9f1a10 no-repeat center center;
    opacity: 0.9;
}

.dj-wrap .swiBtn a:hover {
    opacity: 1
}

.dj-wrap .img {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.dj-wrap .img img {
    transition: .5s;
    display: block;
    width: 100%;
}

.dj-wrap .texts {
    max-width: 54.7rem;
    margin: 0 auto;
    display: block;
    padding: 20px 30px;
}

.dj-wrap .texts li {
    position: relative;
    padding-left: 1.2rem;
    display: none
}

.dj-wrap .texts li h5 {
    font-size: 22px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dj-wrap .texts li time {
    font-size: 18px;
    display: none;
}

.dj-wrap .texts li p {
    color: #888;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer_wrap {
    color: #c5daeb;
    background: #1067ae;
    padding: 3rem 0;
    transform: translateY(-3rem);
}

.footer_wrap#index {
    transform: translateY(0);
}

.footer_wrap .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.footer_wrap .copy .logo {
    max-width: 30rem;
}

.footer_wrap .copy .logo img {
}

.footer_wrap .copy .info {
    width: 45%;
    line-height: 2;
}

.footer_wrap .copy .info p {
    padding-left: 1.8rem;
    background-position: left 0.3rem;
    background-repeat: no-repeat;
}

.footer_wrap .copy .info .l1 {
    background-image: url(../img/img2-1.png);
}

.footer_wrap .copy .info .l2 {
    background-image: url(../img/img2-2.png);
    background-position: left 0.4rem;
}

.footer_wrap .copy .info .l3 {
    background-position: 0 -4.2rem;
}

.footer_wrap .copy .code {
    line-height: 2;
}

.footer_wrap .copy .code img {
}

/* container */
.container {
}

.container .contents {
    width: 100%;
    min-width: 1320px;
    padding: 140px 0;
    margin: 0 auto;
}

.container .contents.type2 {
    padding: 120px 0 0 0
}

.container .cont_wrap {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

.container .cont_wrap .title_wrap:first-child .title03 {
    margin-top: 120px;
}

.container .cont_wide {
    width: 100%;
}

/* location bar */
.location_wrap {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #f1f1f1;
    z-index: 1000;
}

.location_wrap .inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

.location_wrap .home {
    display: block;
    width: 22px;
    height: 23px;
    margin-right: 40px;
}

.location_wrap .location_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.location_wrap .location_list > li {
    position: relative;
    height: 69px;
    margin-right: 34px;
    z-index: 5;
}

.location_wrap .location_list > li:last-child {
    margin-right: 0;
}

.location_wrap .location_list li a {
    display: block;
    font-size: 16px;
}

.location_wrap .location_list li > button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.location_wrap .location_list > li > button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 7px;
    height: 7px;
    border: solid #6e6e6e;
    border-width: 0 1px 1px 0;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
}

.location_wrap .depth_list {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    min-width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.location_wrap .depth_list > li a {
    padding: 16px 30px;
}

.location_wrap .depth_list > li a:hover, .location_wrap .depth_list > li a:focus {
    color: #0072ce;
    background: #f9fafb;
    font-weight: 500;
}

.sub_top_wrap {
    max-width: 1320px;
    padding: 60px 20px 80px;
    margin: 0 auto;
}

.sub_top_wrap .sub_copy_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
}

.sub_top_wrap .sub_copy_box + .sub_txt01 {
    margin-top: 40px;
}

.sub_top_wrap .title_wrap strong {
    display: block;
}

.sub_top_wrap .title_wrap .title0 + .title01 {
    margin-top: 70px;
    line-height: 1.13;
}

.sub_top_wrap .title_wrap .sub_txt01 {
    margin-top: 50px;
}

.sub_top_wrap .title_wrap .btn_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sub_top_wrap .sns_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-self: flex-start;
    margin-left: auto;
}

.sub_top_wrap .sns_box ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 100%;
}

.sub_top_wrap .sns_box li {
    position: relative;
    padding: 10px 0;
}

.sub_top_wrap .sns_box li + li {
    margin-left: 15px;
    padding-left: 15px;
}

.sub_top_wrap .sns_box li + li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 12px;
    width: 1px;
    height: 14px;
    margin-left: 20px;
    background: #d8d8d8;
}

.sub_top_wrap .sns_box a {
    display: block;
    width: 22px;
    height: 20px;
}

.sub_top_wrap .sns_box.center {
    align-self: auto;
}

.nav_tab_wrap {
    border-bottom: 1px solid #e1e1e1;
}

.container .nav_tab_wrap .inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    max-width: 1520px;
    padding: 0 120px;
    margin: 0 auto;
}

/* video */
.video_box {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.video_box video {
    vertical-align: top;
    background-color: #000;
}

.video_box button {
    position: absolute;
}

.video_box .btn_vid_play {
    display: block;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.video_box .btn_vid_pause {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

/* all menu */
.full_menu {
    display: none;
}

.full_menu .menu_wrap {
    position: relative;
    height: 100%;
    padding: 90px 0 50px;
    overflow-x: auto;
    background: #fff;
    z-index: 111;
}

.full_menu .menu_wrap .inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_wrap .menu_section {
    max-width: 580px;
    width: calc(50% - 120px);
    flex: 1 0 auto;
    margin-left: 120px;
}

.menu_wrap .menu_section:nth-child(2n-1) {
    margin-left: 0;
}

.menu_wrap .menu_section:nth-child(3), .menu_wrap .menu_section:nth-child(4) {
    margin-top: 35px;
}

.menu_wrap .menu_section .menu_tit {
    padding-bottom: 30px;
    font-size: 36px;
    color: #888;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}

.menu_wrap .menu_section .menu_tit .ico_window:after {
    vertical-align: top;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.menu_wrap .menu_section .drop-box {
    margin-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_wrap .menu_section .drop-box > li {
    width: 240px;
    padding-bottom: 55px;
}

.menu_wrap .menu_section .drop-box > li > a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.menu_wrap .menu_section .depth3 {
    margin-top: 13px;
}

.menu_wrap .menu_section .depth3 > li {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.menu_wrap .menu_section .depth3 > li > a {
    display: inline-block;
}

.menu_wrap .menu_section .depth3 a:hover {
    color: #0072ce;
    font-weight: 700;
}

.menu_wrap .menu_section .depth3 .depth3_more {
    position: relative;
    padding-right: 18px;
}

.menu_wrap .menu_section .depth3 .depth3_more:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 1px;
    background: #999;
}

.menu_wrap .menu_section .depth3 .depth3_more:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 1px;
    background: #999;
    transform: rotate(-90deg);
}

.menu_wrap .menu_section .depth3 .depth3_more:hover:before, .menu_wrap .menu_section .depth3 .depth3_more:hover:after, .menu_wrap .menu_section .depth3 > li.on .depth3_more:before {
    background: #0072ce
}

.menu_wrap .menu_section .depth4 {
    display: none;
    margin: 12px 0;
}

.menu_wrap .menu_section .depth4 li {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.menu_wrap .menu_section .depth4 li:first-child {
    margin-top: 0;
}

.menu_wrap .menu_section .depth4 li a {
    display: inline-block;
    padding: 0 10px;
}

.menu_wrap .menu_section .depth3 > li.on .depth3_more {
    font-weight: 700;
    color: #0072ce
}

.menu_wrap .menu_section .depth3 > li.on .depth3_more:after {
    display: none;
}

.menu_wrap .menu_section .depth4.on {
    display: block;
}

.full_menu .btn_close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 27px;
    height: 27px;
    background: transparent;
    transform-origin: center;
    font-size: 0;
    text-indent: -9999px;
}

.full_menu .btn_close:before, .full_menu .btn_close:after {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: 12px;
    width: 32px;
    height: 1px;
    background: #000;
}

.full_menu .btn_close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.full_menu .btn_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 1025px) {
    .header_wrap .item .drop-box a:hover {
        color: #def0ff;
        background: #0072ce;
    }

    .header_wrap .item:hover .drop-box {
        opacity: 1;
        visibility: inherit;
        transform: translate(-50%, 0);
    }

    .header_wrap .nav_box .drop-box {
        position: absolute;
        top: 100%;
        left: 50%;
        padding-top: 10px;
        min-width: 190px;
        transform: translate(-50%, 20%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        z-index: 9999;
        height: auto;
        box-shadow: 0 20px 20px -10px rgba(0,0,0,.2);
        background: #FFF;
        border-top: 6px solid #ffd000;
    }
}

@media (max-width: 1580px) {
    .wrapper {
        width: 90%;
    }

    .tit-bar h1 {
        font-size: 1.6rem;
    }

    .tit-bar h1 em {
    }
}

@media (max-width: 1399px) {
    html {
        font-size: 90%;
    }

    .banner .item {
        height: 20rem;
    }

    .banner .item a .img img {
        transform: translate(-25%, 50%) scale(2);
        /* 放大时保持居中 */
    }

    .s-banner>img {
        transform: translate(-13%, 15%) scale(1.3);
        /* 放大时保持居中 */
    }

    .dj-wrap .wrapper {
        width: 80%;
    }

    .dj-wrap .swiBtn a {
        top: 50%;
    }

    .wrapper {
        width: 93%;
    }

    .header_wrap .util_box, .header_wrap .gnb_wrap, .footer_wrap .inner {
        padding: 0 20px;
    }

    .header_wrap .etc_wrap {
        right: 20px;
    }

    .header_wrap .nav_box {
        padding-right: 0;
    }

    .header_wrap .nav_box .item button, .header_wrap .nav_box .item > a {
        margin: 0;
        font-size: 1.2rem;
        /* font-weight: normal; */
    }

    .full_menu .menu_wrap {
        padding: 90px 30px 50px;
    }

    .menu_wrap .menu_section {
        margin-left: 60px;
    }

    .news-wrap .news-list ul li {
        margin-bottom: 1rem;
    }

    .footer_wrap .copy .logo {
        max-width: 22rem;
    }

    .footer_wrap .btn_top_wrap {
        right: 20px;
    }

    .footer_wrap .lang_menu {
        right: 20px;
    }

    .footer_wrap .copy .info p {
        background-size: 1.1rem;
        padding-left: 1.6rem;
    }

    .footer_wrap .copy .info .l1 {
        background-position: 0 0.35rem;
    }

    .footer_wrap .copy .info .l2 {
        background-position: left 0.45rem;
    }

    .footer_wrap .copy .info .l3 {
        background-position: 0 -3.9rem;
    }

    .zd-wrap {
        padding: 2rem 0;
    }

    .lj-wrap {
        margin: 2rem 0;
    }

    .lj-wrap .wrapper {
        flex-wrap: wrap;
    }

    .lj-wrap .fl ul li {
        width: 32.333%;
    }

    .lj-wrap .fr ul {
        display: flex;
        justify-content: space-between;
    }

    .lj-wrap .fr ul li {
        width: 18%;
        margin: 0 !important;
    }

    .lj-wrap .fl, .lj-wrap .fr {
        width: 100%;
    }

    .lj-wrap .fl {
        margin-bottom: 2rem;
    }

    .tit-bar h1 em {
        font-size: 37%;
    }
}

@media (max-width: 1025px) {
    .header_wrap {
    }

    .header_wrap > .wrapper {
        padding: 20px 0;
        background-position: 100% 0;
        position: inherit;
    }

    .header_wrap .logo {
        max-width: 27rem;
    }

    .header_wrap .all-btn {
        display: block;
        transform: translateX(8px);
    }

    .header_wrap .rwm {
        display: none
    }

    .header_wrap .nav_box {
        position: absolute;
        width: 100%;
        height: auto;
        display: none;
        z-index: 10;
    }

    .header_wrap .nav_box::before, .header_wrap .nav_box > .wrapper::before, .header_wrap .nav_box > .wrapper::after {
        display: none
    }

    .header_wrap .nav_box > .wrapper {
        padding: 15px 0;
    }

    .header_wrap .nav_box ul {
        display: block;
        text-align: left;
        padding: 0;
    }

    .header_wrap .nav_box .item {
        display: block
    }

    .header_wrap .nav_box .item.sea-btn {
        display: none
    }

    .header_wrap .nav_box .item > .nav-tit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #156cb9;
    }

    .header_wrap .nav_box .item > .nav-tit a {
        display: inline-block;
        font-size: 1.125em;
        width: calc(100% - 40px);
        padding: 1rem 0;
    }

    .header_wrap .nav_box .item > .nav-tit .arr {
        display: block;
        position: absolute;
        transform: translateY(50%);
        top: -50%;
        right: 0;
        width: 40px;
        height: 100%;
        cursor: pointer;
    }

    .header_wrap .nav_box .item > .nav-tit .arr:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border: solid #ffffff;
        border-width: 2px 0 0 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        transition: .5s;
    }

    .header_wrap .nav_box .item .arr.active:after {
        transform: rotate(225deg);
    }

    .header_wrap .nav_box .drop-box {
        position: relative;
        display: none;
        background: #fff;
        text-align: left;
        padding: 0 1rem;
    }

    .nav_box .drop-box > ul {
        padding: 1r;
    }

    .header_wrap .nav_box .drop-box > ul li {
    }

    .header_wrap .nav_box .drop-box > ul li a {
        padding: 5px 0;
    }

    .tit-bar {
        margin-bottom: 1.4rem !important;
    }

    .tit-bar h1 {
        font-size: 1.6rem;
    }

    .tit-bar h1 em {
        font-size: 60%;
    }

    .news-wrap, .rdwz {
        padding: 2rem 0;
        background-size: cover;
    }

    .news-wrap .img-list, .rdwz .rdwz-list, .news-wrap .news-list, .rdwz .zl-list {
        width: 100%;
    }

    .rdwz .rdwz-list {
        margin-bottom: 2rem;
    }

    .news-wrap .news-list {
        width: 100%;
        margin-top: 1.5rem;
    }

    .news-wrap .news-list:last-child {
    }

    .news-wrap .news-list ul li+li a {
    }

    .news-wrap .img-list .box a .photo {
    }

    .news-wrap .img-list .box a .txt-box {
    }

    .banner .item a .img img {
        transform: translate(-35%, 70%) scale(2.5);
        /* 放大时保持居中 */
    }

    .s-banner>img {
        transform: translate(7%, 15%) scale(1.3);
        /* 放大时保持居中 */
    }

    .dj-wrap {
        padding: 2rem 0;
    }

    .dj-wrap .wrapper {
        width: calc(90% - 100px);
    }

    #sea-wrap .search {
        padding: 0
    }

    #sea-wrap .search label {
        max-width: 100%;
    }

    .search .search-input {
        width: calc(100% - 120px);
    }

    .search .search-button {
        width: 70px;
    }

    .footer-top .wrapper {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* 兼容 iOS 滚动效果 */
    }

    .footer-top .wrapper ul {
        display: inline-flex;
        padding: 0;
        margin: 0;
    }

    .footer-top .wrapper ul li {
        flex: 0 0 auto;
    }

    .footer_wrap {
        padding: 2rem 0;
    }

    .footer_wrap .copy {
        flex-wrap: wrap;
    }

    .footer_wrap .copy .logo {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer_wrap .copy .code {
        width: 28%;
    }

    .footer_wrap .copy .info {
        width: 70%;
    }
    .banner .item a .stp .tplb{
        width: 35rem;
        height: 10rem;
        display: flex;
        gap: 1rem;
        transform: translateX(55%);
    }
    .banner .item a .stp .tplb span{
        width: 25%;
    }
}

@media (max-width: 760px) {
    .header_wrap > .wrapper {
        background: none
    }

    .header_wrap .logo {
        width: 75%;
    }

    .s-banner>img {
        transform: translate(-45%, 100%) scale(3);
        /* 放大时保持居中 */
    }

    .banner .item a .img img {
        transform: translate(-45%, 100%) scale(3.1);
    }
    .banner .text{
    top: 35%;
}
    .banner .swiDots{
    bottom: 4.8rem;
}
    .banner .text .wrapper .t1 {
        width: 100%;
        font-size: 1.3rem;
    }

    .banner .text .wrapper p {
        width: 100%;
    }

    .banner .swiBtn a {
        display: none
    }

    .news-wrap .img-list .box a .photo {
    }

    .news-wrap .img-list .box a .photo img {
        width: 120%
    }

    .news-wrap .img-list .box a .txt-box {
    }

    .tit-bar {
        margin-bottom: 0.8rem !important;
    }

    .tit-bar h1 {
    }

    .tit-bar h1 em {
        font-size: 47%;
    }

    .lj-wrap {
        margin: 1.5rem 0 1rem;
    }

    .lj-wrap .fl ul li {
        width: 100%;
        margin-top: 0.7rem;
    }

    .lj-wrap .fl ul li a {
        font-size: 1.1rem;
    }

    .lj-wrap .fr ul {
        display: flex;
        justify-content: space-around;
    }

    .lj-wrap .fr ul li {
        width: 40%;
        margin-bottom: 1.5rem !important;
    }

    .footer_wrap .copy .logo {
        width: 80%;
        margin: 0 auto 1rem;
    }

    .dj-wrap .texts li h5 {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .dj-wrap .texts li p {
        font-size: 15px;
    }

    .dj-wrap .wrapper {
        width: 86%;
    }

    .dj-wrap .swiBtn a {
        width: 45px;
        height: 45px;
        top: 40%;
    }

    .dj-wrap .texts {
        max-width: 100%;
        display: block;
        padding: 15px 0;
    }

    .footer_wrap {
        padding: 1.5rem 0;
    }

    .footer_wrap .copy {
        font-size: 0.8rem;
    }

    .footer_wrap .copy .info p {
        background-size: 0.9rem;
        padding-left: 1.4rem;
    }

    .footer_wrap .copy .info .l1 {
        background-position: 0 0.25rem;
        font-size: 13px;
    }

    .footer_wrap .copy .info .l2 {
        background-position: left 0.25rem;
    }

    .footer_wrap .copy .info .l3 {
        background-position: 0 -3.2rem;
    }

    .footer_wrap .copy .info, .footer_wrap .copy .code {
        width: 100%;
    }

    .footer_wrap .copy .code {
        margin-top: 0.5rem;
    }
     .banner .item a .stp .tplb{
        width: 30rem;
        height: 9rem;
        display: flex;
        gap: 1rem;
        transform: translateX(55%);
    }
    .banner .item a .stp .tplb span{
        width: 25%;
    }
}

@media (max-width: 450px) {
    .banner .item a .stp .tplb{
        width: 15rem;
        height: 4rem;
        display: flex;
        gap: 1rem;
        transform: translateX(60%);
    }
    .banner .item a .stp{
    top: 40%;
}
    .banner .item a .stp .tplb span{
        width: 25%;
    }
        .banner .text{
    top: 43%;
}
    .banner .swiDots{
    bottom: 2.8rem;
}
    .banner .item {
        height: 13rem;
    }

    .banner .item a .img img {
        transform: translate(-63%, 100%) scale(3.4);
    }
}

/* print */
@media print {
    .header_wrap, .footer_wrap, .visual_top {
        display: none;
    }

    .wrapper {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: left top;
    }
}

/*二级页面样式*/
.s-banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 15rem;
}

.s-banner .rjtit {
    width: 100%;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    color: #FFF;
    z-index: 9999;
}

.s-banner .rjtit h1 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.s-banner .rjtit .dqwz {
    font-size: 0.9rem;
}

.s-banner .rjtit .dqwz a.home {
    background: url(../img/fz.png) no-repeat left center;
    padding-left: 1.3rem;
    background-size: contain;
}

.s-banner .rjtit .dqwz a {
    background: url(../img/gx.png) no-repeat left 4px;
    padding: 0 0.3rem 0 0.9rem;
}

.s-banner .rjtit .dqwz a:hover {
    color: #c3e0ff;
}

.page-wrap {
    padding: 40px 0;
    position: relative;
    z-index: 9;
}

.page-wrap .s-nav {
    width: 23rem;
    position: relative;
    z-index: 9;
    box-shadow: 0 7px 20px rgb(171, 23, 18, .1);
    position: absolute;
    right: 0;
    top: 0;
}

.page-wrap .s-nav h5 {
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    padding: 20px 0;
    background: #ab1711;
    text-align: center;
}

.page-wrap .s-nav .nav-box {
    margin-bottom: 25px;
}

.page-wrap .s-nav ul li {
}

.page-wrap .s-nav ul li a {
    display: block;
    padding: 15px 0;
    margin: 0 20px;
    font-size: 17px;
    border-bottom: 1px solid #e2e2e2;
}

.page-wrap .s-nav ul li.active a {
    color: #ab1711;
    font-weight: bold;
}

.page-wrap .conts {
    width: calc(100% - 290px);
    padding: 2rem 3rem;
    float: right;
    box-shadow: 0 7px 10px rgb(238 242 245);
}
.page-wrap .conts.rwjj#pages {
    padding: 4rem 3rem 2rem;
    float: right;
    box-shadow: 0 7px 10px rgb(238 242 245);
}
.page-wrap .conts#pages {
    width: 100%;
    transform: translateY(-5rem);
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-wrap .conts .column {
    font-size: 22px;
    color: #ab1711;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.page-wrap .conts .column .loa {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.page-wrap .conts .column .loa a {
    color: #777;
    position: relative;
}

.page-wrap .conts .column .loa a+a {
    padding: 0 5px 0 10px;
}

.page-wrap .conts .column .loa a+a:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #cecece;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
}
.page-wrap .conts .erjidh{
    width: 100%;
    position: relative;
    z-index: 9;
    background: #F8F8F8;
}
.page-wrap .conts .erjidh .lmmc{
    display: none;
}
.page-wrap .conts .erjidh .lmmc.on{}
.page-wrap .conts .erjidh ul{
    display: flex;
}
.page-wrap .conts .erjidh ul li{}
.page-wrap .conts .erjidh ul li a{
    font-size: 16px;
    display: block;
    padding: 0.6rem 2rem;
}
.page-wrap .conts .erjidh ul li.on a{
    color: #FFF;
    background: #005bac;
}
.page-wrap .conts .erjidh ul li a span{}

.page-wrap .conts .qklist {
    width: 69%;
}

.page-wrap .conts .qklist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-wrap .conts .qklist ul li {
    width: 48.6%;
    margin: 2rem 0 1.4rem;
}

.page-wrap .conts .qklist ul li a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
}

.page-wrap .conts .qklist ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 5rem;
    box-shadow: rgb(15 67 150) 2.351px 3.236px 4px 0px;
    transition: all 0.5s ease 0s;
    z-index: -1;
    background: url(../img/rd_bg2.png) no-repeat right bottom rgb(255, 255, 255);
    border: 1px solid #0f4396;
    opacity: 0.1;
    min-height: 14rem;
}

.page-wrap .conts .qklist ul li a .img {
    width: 10rem;
    transform: translateY(-1.25rem);
}

.page-wrap .conts .qklist ul li a .img img {
}

.page-wrap .conts .qklist ul li a .text {
    width: calc(100% - 11.6rem);
    margin-left: 1.2rem;
    padding-top: 1rem;
    line-height: 2;
}

.page-wrap .conts .qklist ul li a .text h3 {
    font-size: 1rem;
}

.page-wrap .conts .qklist ul li a .text p {
    font-size: 13px;
}

.page-wrap .conts .qklist ul li a .text span {
    display: block;
    text-align: right;
    color: #005bac;
}
.page-wrap .conts .list-rx{
    margin-top: 3rem;
}
.page-wrap .conts .list-rx ul{}
.page-wrap .conts .list-rx ul li{border-bottom: 1px solid #DEDEDE;margin-bottom: 2rem;padding-bottom: 2rem;}
.page-wrap .conts .list-rx ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-wrap .conts .list-rx ul li a .img{width: 14rem;}
.page-wrap .conts .list-rx ul li a .img .tp{
    display: block;
    margin: 0 2rem;
}
.page-wrap .conts .list-rx ul li a .img .tp img{
    width: 100%;
}
.page-wrap .conts .list-rx ul li a .img .bt{
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
}
.page-wrap .conts .list-rx ul li a .nr{
    width: calc(100% - 14rem);
}
.page-wrap .conts .list-rx ul li a .nr .vsbcontent_img,.page-wrap .conts .list-rx ul li a .nr img{display:none}
.page-wrap .conts .list-rx ul li a .nr p{
    font-size: 1.1rem;
    line-height: 2.1rem;
}
.page-wrap .conts .list {
    width: 67%;
    margin-top: 0.5rem;
}

.page-wrap .conts .list ul li a {
    padding: 1.2rem 0;
    border-bottom: 1px solid #ddd;
}

.page-wrap .conts .list ul li a h3 {
}
.page-wrap .conts .list ul li a span.qkm{
    background: #f0f6fb;
    color: #0055a1;
    font-size: 13px;
    padding: 7px 10px 5px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.page-wrap .conts .list ul li a span.date {
}


.page-wrap .conts .listxb{
    width: 67%;
    margin-top: 0.5rem;
}
.page-wrap .conts .listxb ul{}
.page-wrap .conts .listxb ul li{
    padding: 1.1rem 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.page-wrap .conts .listxb ul li .text{
    display: flex;
    width: 92%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.page-wrap .conts .listxb ul li .text .qkm{
    background: #f0f6fb;
    color: #0055a1;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.page-wrap .conts .listxb ul li .text .qkm >a{
    padding: 8px 10px 8px;
    display: block;
    font-size: 14px;
}
.page-wrap .conts .listxb ul li .text > a{
    position: relative;
    line-height: 1.4;
    white-space: nowrap;
    width: 88%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.page-wrap .conts .listxb ul li .date{
    font-size: 90%;
    opacity: .6;
    line-height: 1.6;
    float: right;
}

.page-wrap .conts .listxb.llist ul li .text > a{width: 66%;}

.page-wrap .conts .inner-wrap {
    width: 100%;
}

.page-wrap .conts .inner-wrap h5 {
    font-size: 25px;
    text-align: center;
    margin: 30px 0 28px;
}
.page-wrap .conts .bar {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 1rem;
    margin-bottom: 1.4rem;
}
.page-wrap .conts .inner-wrap .inner {
    text-align: justify;
    line-height: 2;
    font-size: 18px;
}

.page-wrap .conts .inner-wrap .inner p {
    margin-bottom: 16px;
    text-indent: 2em;
}

.page-wrap .conts .inner-wrap .inner p strong {
    font-weight: bold;
}

.page-wrap .conts .inner-wrap .inner p img {
    max-width: 90%;
    min-width: 14rem;
    height: auto;
    display: block;
    margin: 20px auto;
}

.page-wrap .conts .inner-wrap .inner table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.page-wrap .conts .inner-wrap .inner table tbody {
}

.page-wrap .conts .inner-wrap .inner table tr {
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
}

.page-wrap .conts .inner-wrap .inner table td {
    border: 1px solid windowtext !important;
}

.page-wrap .conts .inner-wrap .inner table td p {
    text-align: center !important;
    text-indent: 0;
    margin: 0;
}

.page-wrap .conts .inner-wrap .inner table div {
    width: 100% !important;
}

.page-wrap .conts.lxwm .inner-wrap .inner p {
    margin-bottom: 0;
    text-indent: 0;
}

.page-wrap .conts.lxwm .inner-wrap .inner p strong {
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    margin-bottom: 5px;
}

.zl-list-lb .slick-slide {
    padding: 30px 0;
    box-sizing: border-box;
    height: 300px;
    transition: all 0.5s;
}

.zl-list-lb .slick-center {
    padding: 0;
}

.page-wrap .conts .inner-wrap .inner table {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    border: none !important;
}

.page-wrap .conts.rwjj .inner-wrap .inner table tbody {
}

.page-wrap .conts.rwjj .inner-wrap .inner table tr {
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    display: block;
    margin-bottom: 2rem !important;
    padding-bottom: 2rem;
}

.page-wrap .conts.rwjj .inner-wrap .inner table td {
    border: none !important;
}

.page-wrap .conts.rwjj .inner-wrap .inner table td p {
    text-align: left !important;
    text-indent: 0;
    margin: 0;
}
.page-wrap .conts.rwjj .inner-wrap .inner table td:first-child{
}
.page-wrap .conts.rwjj .inner-wrap .inner table td:first-child p {
    text-align: center !important;
    text-indent: 0;
    margin: 0;
    font-size: 15px;
    margin-bottom: 10px;
}
.page-wrap .conts.rwjj .inner-wrap .inner table td:first-child p:last-child {
    text-align: center !important;
    text-indent: 0;
    margin: 0;
    font-size: 15px;
    margin-top: 8px;
}
.page-wrap .conts.rwjj .inner-wrap .inner table td:first-child p img{
    margin: auto;
    max-width: none;
    width: 14rem !important;
    height: auto !important;
    display: block;
    padding: 0 2rem;
}
.page-wrap .conts.rwjj .inner-wrap .inner table div {
    width: 100% !important;
}

.page-wrap .conts.rwjjntable.inner-wrap .inner table tbody {
}
.page-wrap .conts#pages.ntable .inner-wrap {width: 80%;margin: auto;}
.page-wrap .conts#pages.ntable .inner-wrap .inner p {
    margin-top: 20px;
    margin-bottom: 15px;
    text-indent: 0;
}
.page-wrap .conts.ntable .inner-wrap .inner table tr {
    text-align: center;
    margin: 0.5rem auto !important;
    width: 100%;
    display: flex;
}

.page-wrap .conts.ntable .inner-wrap .inner table td {
    width: 100%;
    border: none !important;
}

.page-wrap .conts#pages.ntable .inner-wrap .inner table td p {
    text-align: left !important;
    text-indent: 0;
    margin: 0;
    text-align: justify !important;
    text-justify: inter-ideograph;
    padding: 0;
    float: left;
    text-align-last: justify;
    width: 58px;
}
.page-wrap .conts.ntable .inner-wrap .inner table td:first-child{
}
.page-wrap .conts.ntable .inner-wrap .inner table td:first-child p {
}
.page-wrap .conts.ntable .inner-wrap .inner table td:first-child p:last-child {
}
.page-wrap .conts.ntable .inner-wrap .inner table td:first-child p img{
    margin: auto;
    max-width: none;
    width: 14rem !important;
    height: auto !important;
    display: block;
    padding: 0 2rem;
}
.page-wrap .conts.ntable .inner-wrap .inner table div {
    width: 100% !important;
}
@media (max-width: 1500px) {
        .page-wrap .conts .listxb.llist ul li .text > a{width: 59%;}
}
@media (max-width: 1200px) {
    .page-wrap .conts .listxb.llist ul li .text > a{width: 51%;}
    .page-wrap .conts .qklist ul li {
        width: 100%;
    }

    .page-wrap .conts .qklist ul li a .img {
        width: 11rem;
    }

    .page-wrap .conts .qklist ul li a .text {
        width: calc(100% - 13.6rem);
        margin-left: 1.5rem;
    }

    .page-wrap .conts .qklist ul li a .text h3 {
        font-size: 1.2rem;
    }

    .page-wrap .conts .qklist ul li a .text p {
    }
}

@media (max-width: 1025px) {
    .page-wrap .conts .listxb{ width:100%;}
    .page-wrap .conts .qklist {
        width:100%;
    }

    .page-wrap {
        padding: 20px 0;
    }

    .page-wrap .s-nav {
        width: 100%;
        margin: 0 auto 0;
        float: none;
    }

    .page-wrap .conts {
        width: 100%;
        padding: 20px;
    }

    .page-wrap .conts .column {
        display: none;
        font-size: 18px;
    }

    .page-wrap .conts .column .loa {
        float: none;
        margin-top: 10px;
    }

    .page-wrap .conts {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
    .page-wrap .conts .erjidh .lmmc{display:block;background: #2c78bb;padding: 0.7rem;text-align: center;color: #FFF;font-size: 16px;font-weight: bold;cursor: pointer;}
    .page-wrap .conts .erjidh ul{
    display: block;
    position: absolute;
    width: 100%;
    background: #F8F8F8;
}
    
    .page-wrap .conts .list {
        padding: 5px 0;
        width: 100%;
        margin-top: 0;
    }
    .page-wrap .conts .list-rx {
        margin-top: 2.5rem;
        padding: 5px 0;
        width: 100%;
    }

    .rbox {
        width: 100%;
    }

    .page-wrap .s-nav h5 {
        cursor: pointer;
        font-size: 17px;
        padding: 15px 0;
    }

    .page-wrap .s-nav .nav-box {
        width: 100%;
        position: absolute;
        background: #FFF;
        box-shadow: 0 7px 20px rgb(171, 23, 18, .1);
    }

    .list ul li a .date {
    }

    .s-banner {
        height: 13rem;
    }
}

@media (max-width: 1000px) {
    .zl-list-lb .slick-slide {
        height: 350px;
        padding: 0 20px;
        /* margin: 0 20px; */
    }
}

@media (max-width: 760px) {
    .page-wrap .conts .listxb ul li{display: block;padding: 1.1rem 0 0.8rem;}
    .page-wrap .conts .listxb ul li .date{
    display: block;
    text-align: left;
    width: 100%;
    float: none;
}
    .page-wrap .conts .listxb ul li .text{
    display: block;
    width: 100%;
}
    .page-wrap .conts .listxb ul li .text > a{
    overflow: visible;
    text-overflow: inherit;
    white-space: unset;
    -webkit-line-clamp: 3;
    margin: 12px 0 5px;
    width: 100% !important;
}
    .page-wrap .conts#pages.ntable .inner-wrap{
    width: 100%;
}
    .page-wrap .conts#pages.ntable .inner-wrap .inner p{
    margin-top: 15px;
    margin-bottom: 10px;
}
    .page-wrap .conts.ntable .inner-wrap .inner table tr{
    margin: 0.2rem auto !important;
    display: flex;
    flex-wrap: wrap;
}
    .page-wrap .conts.ntable .inner-wrap .inner table td{
    width: 33.333%;
}
    .page-wrap .conts#pages.ntable .inner-wrap .inner table td p{}
    .page-wrap .conts .list-rx ul li a{
        display: block;
    }
    .page-wrap .conts .list-rx ul li a .img{
    margin: auto;
}
    .page-wrap .conts .list-rx ul li a .nr{
    width: 100%;
}
    .page-wrap .conts.rwjj#pages{
    padding: 4rem 1rem 1rem;
}
    .page-wrap .conts.rwjj .inner-wrap .inner table td {
        border: none !important;
        display: block;
        padding-bottom: 0;
    }
    .page-wrap .conts.rwjj .inner-wrap .inner table tr{
    margin-bottom: 2rem !important;
    padding-bottom: 1.5rem;
}
    .page-wrap .conts .column {
    }

    .page-wrap .s-nav ul {
        padding-bottom: 15px
    }

    .page-wrap .s-nav ul li a {
        padding: 10px 0;
    }

    .page-wrap .conts .list ul li a {
        font-size: 15px
    }

    .page-wrap .conts .inner-wrap h5 {
        font-size: 18px;
        margin: 10px 0 10px;
    }

    .page-wrap .conts .inner-wrap .inner {
        font-size: 16px;
    }

    .page-wrap .conts .inner-wrap .inner p {
        margin-bottom: 10px
    }

    .s-banner {
        height: 13rem;
    }

    .s-banner .rjtit {
        top: 39%;
    }

    .s-banner .rjtit h1 {
        font-size: 1.3rem;
    }

    .zl-list-lb .slick-slide {
        height: 360px;
    }

    .rdwz .zl-list .box a {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .page-wrap .conts .qklist ul li {
        margin: 1rem 0;
    }

    .page-wrap .conts .qklist ul li a {
        display: block;
        width: 100%;
        padding: 2.5rem 0 1rem;
    }

    .page-wrap .conts .qklist ul li a::before {
        width: 100%;
        left: 0;
    }

    .page-wrap .conts .qklist ul li a .img {
        width: 14rem;
        margin: auto;
        display: block;
        transform: translate(0);
    }

    .page-wrap .conts .qklist ul li a .text {
        width: 100%;
        margin: 0;
        padding: 1rem 2rem;
    }

    .page-wrap .conts .qklist ul li a .text h3 {
        font-size: 1.2rem;
    }

    .page-wrap .conts .qklist ul li a .text p {
        line-height: 2rem;
        overflow: hidden;
        text-overflow: inherit;
        white-space: normal;
        font-size: 15px;
    }
}
