:root {
    --my-width: 100vw;
    --my-height: calc(var(--my-width) / 3);
    --my-height-mini: calc(var(--my-width) / 6);
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

body {
    position: relative;
}

.banner {
    background: #eee url(../images/banner.png) center 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 56vw;
}

.navbar {
    width: 88.54166667vw;
    min-width: 1300px;
    /* height: 8.33333333vw; */
    margin: 0 auto;
    position: relative;
}

.navbar .nb-title {
    height: inherit;
    color: #fff;
}

.navbar .nb-title font {
    color: #fff;
}

.navbar .nb-title .img-1 {
    position: absolute;
    width: 30.20833333vw;
    top: 0;
    left: 0;
}

.navbar .nb-title .nb-text {
    position: absolute;
    top: 50%;
    left: 8.85416667vw;
    transform: translate(0, -110%);
    font-size: 2.08333333vw;
    /* font-family: 'SimSong', '宋体'; */
    letter-spacing: 1px;
    font-weight: bold;
    color: #043184;
}

.navbar .nb-nav {
    width: 39.0625vw;
    min-width: 600px;
    position: absolute;
    z-index: 10;
    top: 39%;
    left: 31.25vw;
    background: #bddffb;
    overflow: visible;
}

.navbar .nb-nav>div {
    justify-content: space-between;
}

.navbar .nb-nav .nav-item {
    width: auto !important;
    position: relative;
    flex: auto;
    /* font-family: 'SimSong', '宋体'; */
    font-size: 1.25vw;
    font-weight: bold;
    padding: 0.36458333vw 0;
    text-align: center;
    color: #043184;
    background: #bddffb;
    transition: all 0.3s;
}

.navbar .nb-nav .nav-item::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.52083333vw;
    border-radius: 3px;
    transform: translate(-50%);
    width: 30%;
    height: 0.26041667vw;
    transition: all 0.3s;
}

.navbar .nb-nav .swiper-slide-thumb-active {
    background: #fff;
    color: #f39808;
    position: relative;
}

.navbar .nb-nav .swiper-slide-thumb-active::before {
    background: #f39808;
}

.navbar .img-2 {
    position: absolute;
    width: 64.58333333vw;
    min-width: 970px;
    right: 0;
    bottom: 0;
}

.navbar.loop .nb-title {
    height: inherit;
}

.navbar.loop .nb-title .img-1 {
    position: absolute;
    width: 22.39583333vw;
    top: 0;
    left: 0;
}

.navbar.loop .nb-nav-box {
    width: 39.0625vw;
    min-width: 600px;
    position: absolute;
    height: 2.60416667vw;
    top: 39%;
    left: 28.64583333vw;
}

.navbar.loop .nb-nav {
    position: relative;
    height: 2.60416667vw;
    top: 0;
    left: 0;
    overflow: hidden;
    background: transparent;
}

.navbar.loop .nb-nav .swiper-slide {
    height: 1.97916667vw;
    line-height: 1.25vw;
    position: relative;
    /* font-family: 'SimSong', '宋体'; */
    font-size: 1.25vw;
    font-weight: bold;
    padding: 0.36458333vw 0;
    text-align: center;
    color: #043184;
    background: #bddffb;
    transition: all 0.3s;
}

.navbar.loop .nb-nav .swiper-slide::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.36458333vw;
    border-radius: 3px;
    transform: translate(-50%);
    width: 30%;
    height: 0.26041667vw;
    transition: all 0.3s;
}

.navbar.loop .nb-nav .swiper-slide-thumb-active {
    color: #f39808;
    background: #eee;
}

.navbar.loop .loop-next {
    position: absolute;
    right: -3.64583333vw;
    top: 0;
    width: 1.97916667vw;
    height: 1.97916667vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar.loop .loop-next::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.navbar.loop .loop-prev {
    position: absolute;
    left: -3.64583333vw;
    top: 0;
    width: 1.97916667vw;
    height: 1.97916667vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
}

.navbar.loop .loop-prev::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.navbar.default {
    width: 69.27083333vw;
    min-width: 950px;
}

.navbar.default .nb-title {
    width: 35.9375vw;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.08333333vw;
    /* font-family: 'SimSong', '宋体'; */
    letter-spacing: 1px;
    font-weight: bold;
    color: #043184;
}

.navbar.default .img-default {
    width: 100%;
}

.module_1 {
    margin: 0 auto;
    padding: 6vw 6vw 70px;
    background: #fff;
    width: 100vw;
    min-width: 1200px;
}

.module_1 .m1-title {
    padding: 0 20px;
    border-left: 4px solid #0078da;
}

.module_1 .m1-title div {
    /* font-family: 'SimSong', '宋体'; */
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 22px;
}

.module_1 .m1-title span {
    font-size: 24px;
    color: #666;
}

.module_1 .m1-line {
    width: 100%;
    height: 1px;
    background: #aeaeae;
    margin: 20px auto 30px;
}

.module_1 .m1-body {
    height: 25vw;
}

.module_1 .m1-body .m1-focus {
    width: 44vw;
    /* height: 400px; */
    overflow: hidden;
    float: left;
    position: relative;
}

.module_1 .m1-body .m1-focus .swiper-slide {
    position: relative;
}

.module_1 .m1-body .m1-focus .swiper-slide img {
    width: 100%;
    height: 100%;
}

.module_1 .m1-body .m1-focus .m1-pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.module_1 .m1-body .m1-focus .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    border-radius: 3px;
    transition: all 0.3s;
}

.module_1 .m1-body .m1-focus .swiper-pagination-bullet-active {
    width: 35px;
    background: #0078da;
    opacity: 1;
}

.module_1 .m1-body .m1-focus .focus-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-indent: 1em;
    line-height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.module_1 .m1-body .m1-focus .focus-title a {
    color: #fff;
    font-size: 18px;
}

.module_1 .m1-body .m1-focus .focus-prev {
    position: absolute;
    line-height: 56px;
    right: 50px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_1 .m1-body .m1-focus .focus-next {
    position: absolute;
    line-height: 56px;
    right: 20px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_1 .m1-body .m1-text-box {
    width: 42vw;
    height: 100%;
    padding: 3vw;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module_1 .m1-body .m1-text-box>div {
    height: auto;
}

.module_1 .m1-body .m1-text-box div {
    font-size: 24px;
    font-weight: bold;
    /* font-family: 'SimSong', '宋体'; */
}

.module_1 .m1-body .m1-text-box p {
    margin-top: 1em;
    font-size: 15px;
    color: #666;
}

.module_1 .m1-body .m1-text-box a {
    margin-top: 1em;
    float: right;
    font-size: 15px;
    color: #0078da;
    text-align: right;
}

.module_1 .m1-body .m1-text-box a:hover {
    text-decoration: underline;
}

.module_2 {
    padding: 70px 0;
    background: #fff;
}

.module_2 .m2-box {
    margin: 40px auto 0;
    width: 88.54166667vw;
    min-width: 1200px;
    height: 25.52083333vw;
    overflow: hidden;
}

.module_2 .m2-box .m2-item {
    background: #fff;
}

.module_2 .m2-box .m2-1-box {
    display: flex;
}

.module_2 .m2-box .m2-1-box .m2-1-focus {
    overflow: hidden;
    width: 50%;
    height: 100%;
    position: relative;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .swiper-slide {
    position: relative;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .swiper-slide {
    animation: none !important;
    transform: none !important;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .swiper-slide img {
    width: 100%;
    height: 100%;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    border-radius: 3px;
    transition: all 0.3s;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .swiper-pagination-bullet-active {
    width: 35px;
    background: #0078da;
    opacity: 1;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .focus-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-indent: 1em;
    line-height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.module_2 .m2-box .m2-1-box .m2-1-focus .focus-title a {
    color: #fff;
    font-size: 18px;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .focus-prev {
    position: absolute;
    line-height: 56px;
    right: 50px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_2 .m2-box .m2-1-box .m2-1-focus .focus-next {
    position: absolute;
    line-height: 56px;
    right: 20px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_2 .m2-box .m2-1-box .m2-1-text-box {
    width: 50%;
    height: 100%;
    padding: 5em;
    display: flex;
}

.module_2 .m2-box .m2-1-box .m2-1-text-box div {
    font-size: 12px;
    font-weight: bold;
    /* font-family: 'SimSong', '宋体'; */
}

.module_2 .m2-box .m2-1-box .m2-1-text-box p {
    align-self: center;
    font-size: 15px;
    text-align: justify;
    color: #666;
    width: 100%;
    overflow-y: auto;
}

.module_2 .m2-box .m2-1-box .m2-1-text-box p::-webkit-scrollbar {
    display: none;
}

.module_2 .m2-box .m2-1-box .m2-1-text-box a {
    margin-top: 2em;
    float: right;
    font-size: 18px;
    color: #0078da;
    text-align: right;
}

.module_2 .m2-box .m2-1-box .m2-1-text-box a:hover {
    text-decoration: underline;
}

.module_3 {
    padding: 70px 0;
}

.module_3 .nb-nav-box .loop-next-m3 {
    position: absolute;
    right: -3.64583333vw;
    top: 0;
    width: 1.97916667vw;
    height: 1.97916667vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_3 .nb-nav-box .loop-next-m3::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.module_3 .nb-nav-box .loop-prev-m3 {
    position: absolute;
    left: -3.64583333vw;
    top: 0;
    width: 1.97916667vw;
    height: 1.97916667vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
}

.module_3 .nb-nav-box .loop-prev-m3::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.module_3 .m3-box {
    margin: 40px auto 0;
    overflow: hidden;
    width: 78.125vw;
    min-width: 1200px;
    height: 25.52083333vw;
}

.module_3 .m3-box .navbar {
    position: relative;
}

.module_3 .m3-box .m3-1-box {
    display: flex;
}

.module_3 .m3-box .m3-1-box img {
    max-width: 50%;
}

.module_3 .m3-box .m3-1-box .m3-1-focus {
    width: 50%;
    height: 100%;
    position: relative;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .swiper-slide {
    position: relative;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .swiper-slide img {
    width: 100%;
    height: 100%;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .m3-pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    border-radius: 3px;
    transition: all 0.3s;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .swiper-pagination-bullet-active {
    width: 35px;
    background: #0078da;
    opacity: 1;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .focus-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-indent: 1em;
    line-height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.module_3 .m3-box .m3-1-box .m3-1-focus .focus-title a {
    color: #fff;
    font-size: 18px;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .focus-prev {
    position: absolute;
    line-height: 56px;
    right: 50px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_3 .m3-box .m3-1-box .m3-1-focus .focus-next {
    position: absolute;
    line-height: 56px;
    right: 20px;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
}

.module_3 .m3-box .m3-1-box .m3-1-text-box {
    width: 50%;
    height: 100%;
    padding: 5em;
}

.module_3 .m3-box .m3-1-box .m3-1-text-box div {
    font-size: 30px;
    font-weight: bold;
    color: #466ccf;
    border-left: 3px solid #466ccf;
    padding-left: 1em;
    /* font-family: 'SimSong', '宋体'; */
    margin-bottom: 1em;
    line-height: 1.6 !important;
}

.module_3 .m3-box .m3-1-box .m3-1-text-box p {
    align-self: center;
    font-size: 15px;
    color: #666;
}

.module_3 .m3-box .m3-1-box .m3-1-text-box a {
    margin-top: 2em;
    float: right;
    font-size: 18px;
    color: #0078da;
    text-align: right;
}

.module_3 .m3-box .m3-1-box .m3-1-text-box a:hover {
    text-decoration: underline;
}

.module_4 {
    padding: 0px 0;
    background: #fff;
}

.module_4 .s-title div {
    font-size: 24px;
    font-weight: bold;
    /* font-family: 'SimSong', '宋体'; */
    text-align: center;
}

.module_4 .s-title p {
    width: 260px;
    color: #fff;
    padding: 3px 0;
    font-size: 18px;
    text-align: center;
    background: #0078da;
    margin: 15px auto 40px;
}

.module_4 .speech-con {
    width: 88.54166667vw;
    min-width: 1300px;
    margin: 40px auto 70px;
    padding: 40px 0 70px;
    box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25);
    background: url(../images/m4-1-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.module_4 .speech-con .speech {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: justify;
    background-color: rgba(218, 237, 253, 0.8);
    padding: 3em 6em;
}

.module_4 .speech-con .speech .speech-item {
    width: 700px;
    height: 500px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: all 0.5s;
    text-align: center;
}

.module_4 .speech-con .speech .speech-item .photo {
    position: absolute;
    left: -90%;
    transition: all 0.5s;
}

.module_4 .speech-con .speech .speech-item .name {
    position: absolute;
    top: 20px;
    right: 20px;
}

.module_4 .speech-con .speech .speech-item .text {
    position: absolute;
    width: 170px;
    height: 680px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 41px;
    text-align: left;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    top: 55px;
    left: 650px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.module_4 .speech-con .speech .photo {
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 100px;
    /* padding-top: 50px; */
}

.module_4 .speech-con .speech>p {
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 28.8px;
    color: #666;
}

.module_4 .speech-con .speech .active {
    width: 1200px;
}

.module_4 .speech-con .speech .active .photo {
    left: -15%;
}

.module_4 .speech-con .speech .active-s {
    width: 130px;
}

.module_4 .speech-con .speech .active-s .photo {
    left: -15%;
}

.module_4 .theme_report_box {
    position: relative;
    background: url(../images/zuzbg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.module_4 .theme_report_box .tr-prev {
    position: absolute;
    left: 55px;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #0078da;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_4 .theme_report_box .tr-next {
    position: absolute;
    right: 55px;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #0078da;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_4 .theme_report_box .theme_report {
    width: 88.54166667vw;
    min-width: 1300px;
    margin: 20px auto 90px;
    padding: 50px 0 50px;
    /* box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25); */
    /* background: url(../images/zuzbg.jpg) no-repeat top center;
    background-size: 100% 100%; */
    position: relative;
}

.module_4 .theme_report_box .theme_report #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.module_4 .theme_report_box .theme_report #certify .swiper-container {
    overflow: hidden;
}

.module_4 .theme_report_box .theme_report #certify .swiper-container {
    width: 100%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}

.module_4 .theme_report_box .theme_report #certify .swiper-slide {
    width: 100%;
    height: 70%;
    text-align: center;
    font-size: 18px;
    transition-duration: 500ms;
    position: relative;
    overflow: hidden;
    /* Center slide text vertically */
}

.module_4 .theme_report_box .theme_report #certify .swiper-slide img {
    display: block;
    width: 100%;
    size: 100px;
}

.module_4 .theme_report_box .theme_report #certify .swiper-slide p {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 16px;
    background: #0078da;
    transition: height 0.5s;
}

.module_4 .theme_report_box .theme_report #certify .swiper-slide:hover p {
    height: 110px;
}

.module_4 .theme_talk-box {
    width: 88.54166667vw;
    min-width: 1300px;
    margin: 40px auto 120px;
    padding: 70px 0 50px;
    box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25);
}

.module_4 .theme_talk-box .theme_talk {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.module_4 .theme_talk-box .theme_talk .talk_box_left {
    float: left;
    width: 260px;
    height: 600px;
    background: #0078da;
}

.module_4 .theme_talk-box .theme_talk .talk_box_left .tab_menu {
    width: 180px;
    margin: 100px 20px;
}

.module_4 .theme_talk-box .theme_talk .talk_box_left .tab_menu li {
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
    background: #f57860;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.module_4 .theme_talk-box .theme_talk .talk_box_left .tab_menu .selected {
    background-color: #da2b25;
    cursor: pointer;
}

.module_4 .theme_talk-box .theme_talk .tab_box {
    width: 990px;
    height: 520px;
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25);
}

.module_4 .theme_talk-box .theme_talk .byll_pics {
    width: 880px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container {
    width: 100%;
    overflow: hidden;
    background: #666;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container .swiper-slide {
    padding: 20px;
    background: #fff;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container .swiper-slide img {
    width: 100%;
    height: 240px;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container .swiper-slide .tit {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    background: #0078da;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container .swiper-slide .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-container .swiper-slide .more {
    margin-top: 10px;
    color: #0078da;
    font-size: 14px;
    text-align: right;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-button-next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 2.86458333vw;
    height: 2.86458333vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-button-next .loop-next .pc {
    display: flex;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-button-next::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-button-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 2.86458333vw;
    height: 2.86458333vw;
    border: 1px solid #043184;
    border-radius: 50%;
    z-index: 2;
    margin-top: 0;
}

.module_4 .theme_talk-box .theme_talk .byll_pics .swiper-button-prev::after {
    color: #043184;
    font-size: 1.30208333vw;
}

.module_4 .sshz_box {
    width: var(--my-width);
    /* height: var(--my-height); */
    padding: 5vw 0;
    margin: 0 auto;
}

.module_4 .sshz_box .swiper-lazy-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
}

.module_4 .sshz_box .swiper-lazy-preloader:after {
    display: none;
}

.module_4 .sshz_box .dh {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}

.module_4 .sshz_box .djch_box {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

.module_4 .sshz_box .djch_nr {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.module_4 .sshz_box .focusBox4 {
    width: var(--my-width);
    height: var(--my-height);
    position: relative;
    background: #fff;
}

.module_4 .sshz_box .focusBox4 .arrow-left4 {
    position: absolute;
    right: 55px;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_4 .sshz_box .focusBox4 .arrow-left4::after {
    color: #fff;
}

.module_4 .sshz_box .focusBox4 .arrow-right4 {
    position: absolute;
    left: 55px;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_4 .sshz_box .focusBox4 .arrow-right4::after {
    color: #fff;
}

.module_4 .sshz_box .focusBox4 .swiper-container {
    width: 100%;
    height: 100%;
}

.module_4 .sshz_box .swiper-slide {
    position: relative;
}

.module_4 .sshz_box .slide_cont {
    width: var(--my-width);
    height: var(--my-height);
}

.module_4 .sshz_box .narrow_box {
    float: left;
    width: 25%;
    height: var(--my-height);
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.module_4 .sshz_box .narrow_box .title {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--my-height-mini);
    background: #0096fb;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    z-index: 2;
}

.module_4 .sshz_box .narrow_box .title a {
    color: #fff;
    font-size: 18px;
}

.module_4 .sshz_box .narrow_box .img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    top: 50%;
}

.module_4 .sshz_box .narrow_box .img img {
    width: 100%;
    height: 100%;
}

.module_4 .sshz_box .narrow_box:nth-child(odd) .title {
    top: 0;
}

.module_4 .sshz_box .narrow_box:nth-child(odd) .img {
    top: 50%;
}

.module_4 .sshz_box .narrow_box:nth-child(even) .title {
    top: 50%;
}

.module_4 .sshz_box .narrow_box:nth-child(even) .img {
    top: 0;
}

.module_4 .sshz_box .narrow_box.on {
    width: 50%;
}

.module_4 .sshz_box .narrow_box.on .img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.module_4 .sshz_box .narrow_box.on .title {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
    background: rgba(0, 150, 251, 0.8);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.module_4 .sshz_box .narrow_box.on:nth-child(odd) .img {
    top: 0;
}

.module_4 .luntan-ul {
    padding: 0 10px;
}

.module_4 .luntan-ul .luntan-li {
    float: left;
    width: 360px;
    margin: 0 15px 40px 15px;
}

.module_4 .luntan-ul .luntan-li .img {
    width: 360px;
    height: 240px;
    padding: 2px 2px;
}

.module_4 .luntan-ul .luntan-li .img img {
    width: 360px;
    height: 240px;
}

.module_4 .luntan-ul .luntan-li .word {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    height: 50px;
    margin-top: 25px;
    text-align: left;
}

.column {
    flex-direction: column;
}

.module_5 {
    padding-bottom: 70px;
    width: 88.54166667vw;
    min-width: 1300px;
    margin: 0px auto;
}

.module_5 .m5-body {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    /* box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25); */
}

.module_5 .m5-body .m5-news {
    height: 330px;
    padding: 0 10px;
    overflow-y: auto;
    flex-grow: 1;
}

.module_5 .m5-body .m5-news .news-item {
    height: 60px;
    margin-bottom: 10px;
    padding-right: 2em;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(84, 81, 81, 0.25);
}

.module_5 .m5-body .m5-news .news-item a {
    flex-grow: 1;
    font-size: 15px;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module_5 .m5-body .m5-news .news-item a:hover {
    color: #043184;
}

.module_5 .m5-body .m5-news .news-item span {
    margin-left: 1em;
    font-size: 15px;
}

.module_5 .m5-body .m5-news .news-item:last-child {
    margin-bottom: 0;
}

.module_5 .m5-body .m5-swiper {
    margin-left: 3vw;
    width: 590px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.module_5 .m5-body .m5-swiper img {
    width: 100%;
}

.module_5 .m5-body .m5-swiper .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    border-radius: 3px;
    transition: all 0.3s;
}

.module_5 .m5-body .m5-swiper .swiper-pagination-bullet-active {
    width: 35px;
    background: #0078da;
    opacity: 1;
}

.module_5 .speech-con .speech>p {
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 28.8px;
}

.module_6 {
    padding: 0px 0;
    background: #fff;
    position: relative;
}

.module_6 .swiper {
    width: 88.54166667vw;
    min-width: 1200px;
    margin: 60px auto;
    position: relative;
    overflow: hidden;
}

.module_6 .m6-prev {
    position: absolute;
    left: 55px;
    top: 55%;
    width: 80px;
    height: 80px;
    border: 3px solid #0078da;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_6 .m6-next {
    position: absolute;
    right: 55px;
    top: 55%;
    width: 80px;
    height: 80px;
    border: 3px solid #0078da;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 2;
}

.module_6 .swiper-slide img {
    width: 100%;
}

.module_6 .current-swiper {
    width: 50vw;
    min-width: 800px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.module_6 .left-swiper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.module_6 .right-swiper {
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.module_6 .nocurrent-swiper {
    width: 35vw;
    min-width: 550px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.module_6 .nocurrent-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 240, 240, 0.7);
    z-index: 99;
}

.module_7 {
    background-color: rgba(237, 240, 240, 0.7);
    width: 100%;
    text-align: center;
    padding: 20px;
}

.module_7>p {
    font-size: 16px;
}

.m5-pagination {
    bottom: 10% !important;
}