@charset "utf-8";
body,
html {
    min-width: 1200px;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
table,
ul,
li,
form,
input {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Microsoft yahei";
}

body,
p {
    font-size: 14px;
    border: none;
    color: #000;
}

a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 12px;
    display: block;
}

strong,
b {
    font-weight: normal;
}

table,
tr,
td {
    border-spacing: 0;
}

em,
i,
b {
    font-style: normal;
}

p {
    line-height: 170%;
    color: #555;
    font-size: 14px;
}

input {
    border: none;
    background: none;
}

figcaption {
    display: block;
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #dfdfdf;
}

::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #dfdfdf;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.w1240 {
    width: 1240px;
    margin: 0 auto;
}

.top {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.6s;
    background: #94070a;
    z-index: 3366;
    padding-right: 30px;
    overflow: hidden;
}

.top .logo img {
    display: block;
    height: 60px;
    margin-left: 20px;
    margin-top: 15px;
    transition: all 0.6s;
}

.navbar {
    left: 300px;
    position: absolute;
}

.navbar li {
    float: left;
    margin: 0 20px;
}

.navbar li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 90px;
    line-height: 90px;
    transition: all 0.6s;
    display: block;
}

.navbar li:hover a {
    color: #000;
}

/* 注释部分修正 */
/* .navbar .scroll-nav { height: 2px;  background: #223990; position: absolute; left: 30px; overflow: hidden; bottom: 0; width: 70px;} */

.navbarbottom {
    box-sizing: border-box;
    border-bottom: 2px solid #000;
    display: inline;
    color: #000 !important;
    font-weight: bold;
}

/* 确保选中的导航项文字总是蓝色且加粗 */
.navbar li a.navbarbottom {
    color: #000;
    font-weight: bold;
}

.top .p1 {
    line-height: normal;
    padding-top: 15px;
    text-align: center;
    width: 140px;
}

.top .p1 img {
    display: block;
    margin: 0 auto 5px;
    width: 20px;
    height: 20px;
}

.top .p1 span {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.top .p1 b {
    color: #fff;
    font-size: 18px;
    font-family: arial;
    display: block;
    line-height: 24px;
}

.top .p1 b {
    font-size: 16px;
}

.top .searchbtn {
    cursor: pointer;
    display: block;
    margin: 40px 30px 0 20px;
}

.top.on {
    animation-name: down;
    animation-fill-mode: both;
    animation-duration: 1s;
    border-bottom: 1px solid #e4e4e4;
}

.sousuo {
    position: fixed;
    top: 90px;
    background: #fff;
    z-index: 33;
    left: 0;
    right: 0;
    padding: 30px 0;
    border-top: 1px solid #E0E0E0;
    transition: all 1s;
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.sousuo div {
    margin: 0 auto;
    width: 610px;
}

.sousuo .input1 {
    display: block;
    width: 500px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

.sousuo .sub {
    float: left;
    display: block;
    height: 50px;
    width: 100px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #223990;
}

.sousuo.on {
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.banner {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

.banner .bannerfix>li {
    height: 100%;
    line-height: 0;
    opacity: 0;
    transition: opacity 1000ms linear;
    -webkit-transition: opacity 1000ms linear;
    float: left;
}

.banner .bannerfix>li .bimg {
    line-height: 0;
    width: 100%;
    position: relative;
    transition: transform 5s ease;
    -webkit-transition: transform 5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.banner .bannerfix>li.imgIn {
    opacity: 1;
    z-index: 10;
    display: block;
}

.banner .bannerfix>li.imgIn .bimg {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.banner .flex-control-nav {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 90px;
    text-align: center;
    z-index: 20;
}

.banner .flex-control-nav li {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    width: 5px;
    height: 20px;
}

.banner .flex-control-nav li:last-child {
    margin-right: 0;
}

.banner .flex-control-nav li span {
    display: block;
    text-indent: 999px;
    overflow: hidden;
    width: 5px;
    height: 8px;
    position: absolute;
    background: #fff;
    transition: 320ms;
    left: 0;
    top: 6px;
}

.banner .flex-control-nav li a.flex-active span {
    height: 15px;
    top: 0;
    background: #223990;
}

.newstip {
    background: rgba(255, 255, 255, 0.8);
    height: 75px;
    line-height: 75px;
    margin-top: -75px;
    position: relative;
    z-index: 333;
}

.newstip li a {
    display: block;
    overflow: hidden;
    clear: both;
}

.newstip li:hover .p1 {
    color: #223990;
}

.newstip span {
    display: block;
    height: 75px;
    line-height: 75px;
}

.newstip span img {
    display: inline-block;
    vertical-align: middle;
}

.newstip .p1 {
    float: left;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.newstip .p2 {
    float: right;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.newstip .bd {
    width: 580px;
    padding-left: 20px;
    margin-top: 20px;
}

.newstip .prev {
    display: block;
    background: url(../img/arrow.png) no-repeat top left;
    width: 12px;
    height: 7px;
    cursor: pointer;
    transition: all 0.6s;
}

.newstip .next {
    display: block;
    background: url(../img/arrow.png) no-repeat top right;
    width: 12px;
    height: 7px;
    cursor: pointer;
    transition: all 0.6s;
    margin-top: 5px;
}

.newstip .prev:hover {
    background-position: bottom left;
}

.newstip .next:hover {
    background-position: bottom right;
}

.newstip .div2 {
    margin-top: 10px;
}

.newstip .hd {
    margin-top: 30px;
    margin-left: 30px;
}

.index-sec1 {
    position: relative;
}

.index-sec1 .left {
    width: 500px;
    float: left;
    padding-top: 50px;
}

.index-sec1 .p1 b {
    display: block;
    height: 40px;
    width: 2px;
    background: #323232;
    margin-bottom: 30px;
}

.index-sec1 .p1 {
    font-size: 56px;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.index-sec1 .p2 {
    font-size: 30px;
    color: #323232;
    margin-top: 10px;
}

.index-sec1 .p3 {
    font-size: 18px;
    color: #555;
    padding-top: 20px;
}

.index-sec1 .div1 {
    border-bottom: 1px solid #E0E0E0;
    margin-top: 45px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.index-sec1 .p4 {
    font-size: 22px;
    color: #333;
    padding-top: 30px;
    font-weight: bold;
}

.index-sec1 .p5 {
    font-size: 12px;
    color: #323232;
}

.index-sec1 .p6 {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.index-sec1 .a1 {
    display: block;
    width: 150px;
    height: 60px;
    background: #223990;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
}

.index-sec1 .a2 {
    display: block;
    width: 150px;
    height: 58px;
    border: 1px solid #E0E0E0;
    line-height: 58px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    float: left;
}

.index-sec1 .div2 {
    margin-top: 50px;
}

.index-sec1 .right {
    position: absolute;
    right: -230px;
    top: 150px;
}

.index-sec1 .greenbg {
    position: absolute;
    background: rgba(255, 224, 240, 0.25);
    height: 550px;
    top: 0;
    right: 0;
    width: 880px;
    z-index: -1;
}


/* 添加花瓣动画效果 */


/* 花瓣容器 */

.petal-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 299;
}


/* 单个花瓣 */


/* 花瓣飘落动画 */

.petal {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/花瓣.png) no-repeat center/contain;
    opacity: 0.8;
    animation: petalFall 10s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    /* 改为缓动曲线 */
    animation-delay: calc(var(--i) * -0.3s);
    /* 缩短延迟间隔 */
    filter: drop-shadow(0 0 2px rgba(255, 192, 203, 0.5));
    transform-origin: center 200%;
    /* 添加旋转基点 */
}

@keyframes petalFall {
    0% {
        transform: translate(calc(var(--x) * 1vw), -30px) rotate(0deg) scale(0.8);
        opacity: 0;
    }
    20% {
        opacity: 0.8;
        transform: translate(calc(var(--x) * 1vw + 20px), 20vh) rotate(120deg) scale(1);
    }
    80% {
        opacity: 0.6;
    }
    100% {
        transform: translate(calc(var(--x) * 1vw + 50px), 400vh) rotate(360deg) scale(0.5);
        opacity: 0;
    }
}


/* 为每个花瓣设置随机水平位置 */


/* 多维随机参数 */

.petal-container>div:nth-child(n) {
    --x: 0;
    --rand-x: 0px;
    --r: 0;
}

.petal-container>div:nth-child(n) {
    --x: 0;
    --rand: 0px;
    --r: 0;
}

.petal-container>div:nth-child(2n) {
    --x: 10;
    --rand: -80px;
    --r: 45;
}

.petal-container>div:nth-child(3n) {
    --x: -8;
    --rand: 120px;
    --r: -60;
}

.petal-container>div:nth-child(4n) {
    --x: 15;
    --rand: -160px;
    --r: 90;
}

.petal-container>div:nth-child(5n) {
    --x: -12;
    --rand: 200px;
    --r: -120;
}

.petal-container>div:nth-child(7n) {
    --x: 20;
    --rand: -240px;
    --r: 180;
}

.petal-container>div:nth-child(9n) {
    --x: -18;
    --rand: 280px;
    --r: -180;
}


/*花瓣结束*/

.index-sec1 .smallImg img {
    display: block;
    width: 235px;
    height: 140px;
    overflow: hidden;
}

.index-sec1 .bigImg {
    height: 900px !important;
    position: relative;
}

.index-sec1 .bigImg img {
    height: 700px;
    position: relative;
    top: -90px;
    /* 使用相对定位微调位置 */
}

.index-sec1 .smallScroll {
    position: relative;
}

.index-sec1 .smallScroll .tempWrap {
    margin-left: -9px;
}

.index-sec1 .smallImg li {
    width: 235px;
    height: 140px;
    margin: 0 9px;
    transition: all 0.6s;
    background: #223990;
}

.index-sec1 .smallImg li img {
    transition: all 0.6s;
    width: 235px;
    height: 140px;
}

.index-sec1 .sPrev {
    background: #223990;
    width: 64px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 40%;
    z-index: 33;
}

.index-sec1 .sPrev img,
.index-sec1 .sNext img {
    display: inline-block;
    margin-top: 15px;
}

.index-sec1 .sNext {
    background: #223990;
    width: 64px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    right: -30px;
    top: 40%;
    z-index: 33;
}

.index-sec1 .smallImg li.on img,
.index-sec1 .smallImg li:hover img {
    transform: scale(0.95, 0.93);
}

.index-sec2 {
    background: url(../img/医康养风景图1920_650.jpg) no-repeat top center;
    height: 650px;
    background-attachment: fixed;
    background-size: cover;
}

.index-sec2 .title {
    padding-top: 66px;
}

.index-sec2 .title h2 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.index-sec2 .title .p1 {
    color: #fff;
    font-size: 12px;
    font-family: arial;
}

.index-sec2 .title .p1 b {
    display: block;
    background: #fff;
    height: 3px;
    width: 21px;
    margin-top: 20px;
}

.index-sec2 .more {
    background: url(../img/morebg.png) no-repeat top center;
    height: 49px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 49px;
    transition: all 0.6s;
}

.more-btn2 {
    color: #f5f1f1;
    font-size: 12px;
    font-weight: bold;
    background-color: #94070a;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.index-sec2 .more:hover {
    transform: translateX(-10px);
}

.index-sec2 .p3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

.index-sec2 .p4 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}

.index-sec2 li {
    float: left;
    width: 25%;
    position: relative;
    margin-top: 170px;
    transition: all 0.6s;
}

.index-sec2 li strong {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.index-sec2 li b {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    color: #000;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 50px;
    line-height: 30px;
}

.index-sec2 li p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.index-sec2 li:hover {
    transform: translateY(-20px);
}

.tit h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.tit h3 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    text-align: center;
    padding: 20px 0;
}

.tit img {
    display: block;
    margin: 0 auto;
}

.index-sec3 {
    padding: 20px 0;
}

.index-sec3 .w1240 {
    position: relative;
}

.index-sec3 .bd {
    padding-top: 50px;
}

.index-sec3 .bd .tempWrap {
    width: 1240px !important;
}

.index-sec3 .bd li {
    width: 585px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 40px 10px 10px;
}

.index-sec3 .bd figcaption {
    padding: 25px 20px;
}

.index-sec3 .bd figure,
.index-sec3 .bd figure img {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    transition: all 0.6s;
}

.index-sec3 .bd .p1 {
    color: #333;
    font-size: 20px;
    text-align: center;
}

.index-sec3 .bd .p2 {
    color: #666;
    font-size: 14px;
    padding-top: 10px;
}

.index-sec3 .prev {
    position: absolute;
    left: -50px;
    top: 50%;
    cursor: pointer;
    background: url(../img/icon2.png) no-repeat left top;
    width: 35px;
    height: 55px;
    transition: all 0.6s;
}

.index-sec3 .next {
    position: absolute;
    right: -50px;
    top: 50%;
    cursor: pointer;
    background: url(../img/icon2.png) no-repeat right top;
    width: 35px;
    height: 55px;
    transition: all 0.6s;
}

.index-sec3 .prev:hover {
    background-position: left bottom;
}

.index-sec3 .next:hover {
    background-position: right bottom;
}

.index-sec3 .bd li:hover figure img {
    transform: scale(1.1);
}

.index-sec3 .bd li:hover .p1 {
    color: #223990;
}

/*.index-sec4 {
    padding: 50px 0 0 0;
}*/

.index-sec4 .tit {
    margin-bottom: 40px; /* 增加主标题和下方内容的间距 */
}

.index-sec4 .w1240 {
    /* width: 1240px; */ /* 保持原有宽度 */
    margin: 0 auto; /* 居中 */
    margin-top: 40px; /* 增加上方间距 */
}

.index-sec4-left {
    width: 47%; /* 左侧图片宽度 */
    margin-right: 20px; /* 右侧间距 */
}

.index-sec4-right {
    width: 47%; /* 调整右侧内容宽度 */
    position: relative; /* 为更多按钮定位 */
}

.index-sec4 li {
    float: none; /* 取消浮动 */
    width: auto; /* 宽度自适应 */
    box-shadow: none; /* 取消阴影 */
    background: url(../img/lineicons.png) left 7px no-repeat;
    padding-left: 20px;
}

.index-sec4 li:nth-child(2) {
    margin: 0; /* 清除原有margin */
}

.index-sec4 figure,
.index-sec4 figure img {
    display: block;
    height: auto; /* 高度自适应 */
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}

.index-sec4 li figcaption {
    background: none; /* 取消背景 */
    padding: 0; /* 取消内边距 */
}

.index-sec4 li .p1 {
    color: #666; /* 调整颜色 */
    font-size: 12px; /* 调整字体大小 */
    font-family: arial;
}

.index-sec4 li .p2 {
    color: #333; /* 调整颜色 */
    font-size: 14px; /* 调整字体大小为14px */
    padding: 0; /* 取消内边距 */
    font-weight: normal; /* 取消加粗 */
}

.index-sec4 li .p3 {
    display: none; /* 隐藏p3 */
}

.index-sec4 li:hover figure img {
    transform: none; /* 取消hover效果 */
}

.index-sec4 li:hover .p2 {
    color: #223990; /* 调整hover颜色 */
}

.section-title {
    font-size: 20px; /* 标题字体大小 */
    font-weight: bold; /* 标题加粗 */
    color: #94070a; /* 标题颜色 */
    margin-bottom: 20px; /* 标题下方间距 */
    padding-bottom: 10px; /* 标题与浅色分割线的间距 */
    /*border-bottom: 1px solid #c9c9c9; !* 添加浅色底部边框作为分割线 *!*/
    display: block; /* 使浅色边框贯穿整行宽度 */
    position: relative; /* 为红色短线定位 */
}


/*.section-title::after {
    content: '';
    display: block;
    width: 100px; !* 红色短线长度 *!
    height: 2px; !* 红色短线粗细 *!
    background-color: red; !* 红色短线颜色 *!
    position: absolute; !* 绝对定位红色短线 *!
    bottom: -2px; !* 将红色短线放在浅色分割线上 *!
    left: 0; !* 靠左对齐 *!
}*/

/*.index-sec4-left img {
    margin-top: -00px; !* 图片上方增加间距，避免与标题重叠 *!
}*/

.index-sec4-right ul {
    margin-top: 20px; /* 列表上方增加间距，避免与标题重叠 */
}

.footer {
    background: #040f2c;
}

.footer .div1 {
    padding: 25px 0;
    border-top: 1px solid #363f56;
    border-bottom: 1px solid #363f56;
}

.footer .div1 li {
    float: left;
    margin-left: 30px; /* 从50px减小到30px */
    margin-top: 15px;
}

.footer .div1 li:first-child {
    margin-left: 0; /* 第一个元素不需要左边距 */
}

.footer .div1 li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.6s;
    padding: 0 5px; /* 添加内边距使文字之间有适当间隔 */
}

.footer .div2 .p1 {
    font-size: 14px;
    color: #888888;
    line-height: 36px;
  /*  margin-bottom: 20px;*/
}

.footer .div2 {
    padding-top: 20px;
}

.footer .div2 .left a {
    display: inline-block;
    margin-right: 15px;
}

.footer .div2 .right {
    background: url(../img/tel22.png) no-repeat right top;
    padding-right: 80px;
    height: 70px;
}

.footer .div2 .p3 {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-top: 5px;
}

.footer .div2 .p4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.footer .div3 {
    border-top: 1px solid #363F56;
    padding-top: 30px;
    margin-top: 70px;
}

.footer .div3 span {
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.footer .div3 a {
    display: inline-block;
    color: #888;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.6s;
}

.footer .div3 a:hover,
.footer .div1 li:hover a {
    color: #223990;
}


/*内页*/

.neibanner {
    width: 100%;
    overflow: hidden;
    height: 350px;
}

.neibanner img {
    display: block;
    width: 100%;
    height: 100%;
}

.breadcrumb .div2 span {
    display: inline-block;
    font-size: 17px;
    margin: 0 5px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    color: #223990;
    font-weight: bold
}

.breadcrumb .div2 i {
    display: inline-block;
    font-size: 14px;
    font-family: '宋体';
    margin: 0 5px;
    height: 80px;
    line-height: 80px;
}

.breadcrumb .div2 span.on {
    color: #000;
    font-weight: bold
}

.breadcrumb .div2 span img {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
    margin-left: 15px;
}

.breadcrumb .div1 a {
    display: inline-block;
    font-size: 17px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    color: #223990;
    font-weight: bold;
}

.breadcrumb .div1 a.on {
    color: #223990;
}

.casepage,
.newspage,
.jobpage {
    padding: 50px 0;
    background: #F5F5F5;
}

.casepage li {
    float: left;
    width: 390px;
    overflow: hidden;
    margin: 0 11px;
    margin-bottom: 22px;
}

.casepage li figure img,
.casepage li figure {
    display: block;
    width: 100%;
    position: relative;
}

.casepage li figcaption {
    background: #fff;
    padding: 15px;
}

.casepage li .p1 {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    font-weight: bold;
}

.casepage li .p2 {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.casepage li .m-b {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 50%;
    background: rgba(0, 0, 0, 0.5);
    height: 0;
    transition: all 0.6s;
}

.casepage li .m-t {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.5);
    height: 0;
    transition: all 0.6s;
}

.casepage li figure .mask img {
    display: block;
    max-width: 100% !important;
    width: auto;
    position: absolute;
    top: 50%;
    z-index: 33;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.6s;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.6s;
    transition-delay: 0.6s;
}

.casepage li:hover .m-b {
    height: 50%;
}

.casepage li:hover .m-t {
    height: 50%;
}

.casepage li:hover .mask img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fenye {
    text-align: center;
    padding: 35px 0 0px 0;
}

.fenye a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    color: #555;
    line-height: 40px;
    text-align: center;
    transition: all 1s;
    margin: 0 5px;
}

.fenye span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #eee;
    background: #CF0003;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    transition: all 1s;
    margin: 0 5px;
}

.fenye a:hover,
.fenye a.on {
    background: #223990;
    color: #fff;
    cursor: pointer;
}

.newspage li {
    transition: all 0.6s;
}

.newspage li a {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
    padding: 15px;
    margin-bottom: 25px;
    transition: all 0.6s;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.newspage li figure {
    float: left;
    width: 310px;
    height: 215px;
    overflow: hidden;
}

.newspage li figure img {
    display: block;
    width: 310px;
    height: 215px;
    overflow: hidden;
    transition: all 0.6s;
}

.newspage li figcaption {
    width: 815px;
    float: left;
    padding-left: 25px;
}

.newspage li figcaption h2 {
    color: #000;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    transition: all 0.6s;
}

.newspage li figcaption h5 {
    font-size: 14px;
    color: #666;
    padding: 0 0 20px 0;
}

.newspage li figcaption p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.newspage li:hover {
    transform: translateX(10px);
}

.newspage li:hover h2 {
    color: #223990;
}


/*人才招聘 beign*/

.jobpage {
    padding-bottom: 0;
    padding-top: 60px;
}

.gy_box1 i {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: "ALTER32_0";
}

.gy_box1 h1 {
    color: #fff;
    font-size: 44px;
    line-height: 55px;
    font-weight: bold;
}

.gy_box_5 {
    padding: 280px 181px 280px 181px;
}

.rc_box {
    clear: both;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.rcln_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.rcln_t img {
    display: block;
    max-width: 100%;
    border: 4px solid #666666;
    margin: 0 auto;
}

.rcln_b {
    height: auto;
    overflow: hidden;
}

.rcln_b p {
    line-height: 26px;
    color: #666666;
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    text-indent: 2em;
}

.rcln_b p em {
    color: #223990;
    font-size: 16px;
    font-weight: bold;
}

.rc_box1 {
    clear: both;
    height: auto;
    overflow: hidden;
    background: url(../img/人才.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 176px 0 150px 0;
}

.zpgw_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.zpgw_t img {
    display: block;
    max-width: 100%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.zpgw_b {
    height: auto;
    overflow: hidden;
}

.menuTitle3 {
    cursor: pointer;
    height: 60px;
    background: url(../img/bg10.png) no-repeat 98% center #fff;
    border-bottom: 1px solid #cccccc;
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 0 67px 0 39px;
    line-height: 60px;
}

.menuTitle3 span {
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
}

.menuTitle3 em {
    float: right;
    color: #666666;
    font-size: 14px;
}

.activeTitle3 {
    cursor: pointer;
    height: 60px;
    background: url(../img/bg11.png) no-repeat 98% center #141418;
    border-bottom: none;
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 0 67px 0 39px;
    line-height: 60px;
}

.activeTitle3 span {
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
}

.activeTitle3 em {
    float: right;
    color: #fff;
    font-size: 14px;
}

.menuContent3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    padding: 4px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.cwzj_t {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cwzj_t li {
    float: left;
    width: 25%;
    color: #666666;
    line-height: 26px;
    font-size: 14px;
}

.cwzj_t li em {
    color: #888888;
    font-size: 14px;
    margin-left: 15px;
}

.cwzj_b {
    height: auto;
    overflow: hidden;
}

.cwzj_b h1 {
    color: #666666;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cwzj_b p {
    line-height: 26px;
    color: #888888;
    font-size: 14px;
}


/*联系我们*/

.online-map h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    background: #F5F5F5;
    padding: 15px;
    margin-bottom: 35px;
}

.yiyuyue ul {
    margin-top: 20px;
}

.yiyuyue li {
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    border-bottom: 1px dashed #F5F5F5;
}

.yiyuyue li span {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.link-cont ul {
    padding-bottom: 30px;
}

.link-cont li h3 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.link-cont li p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    height: 40px;
    line-height: 30px;
}

.link-cont li {
    float: left;
    width: 33%;
    border-right: 1px solid #F5F5F5;
}

.link-cont li:last-child {
    border-right: none;
}

.link-cont h6 {
    font-size: 16px;
    text-align: center;
    color: #666;
    font-weight: normal;
}

.link-cont li img {
    display: block;
    margin: 30px auto;
    height: 40px;
}

.map img {
    width: 100%;
}


/*在线咨询*/

.contact-nei h1 {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #F5F5F5;
    padding: 15px;
    margin-bottom: 35px;
    font-weight: bold;
    background: #F5F5F5;
    margin-top: 35px;
}

.contact-nei p {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
}

.contact-nei .biao {
    margin-right: -35px;
}

.contact-nei .input1 {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 590px;
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
}

.contact-nei select {
    background: none;
    border: none;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 605px;
    background: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    border: 1px solid #E0E0E0;
}

.contact-nei .btn-sub {
    text-align: center;
    padding: 20px 0 35px 0;
}

.contact-nei .area {
    background: none;
    border: none;
    height: 180px;
    resize: none;
    background: #fff;
    width: 1236px;
    border: 1px solid #E0E0E0;
}

.contact-nei .tijiao {
    text-align: center;
    display: inline-block;
    width: 200px;
    background: #003366;
    color: #fff;
    font-size: 16px;
    height: 50px;
    margin-right: 15px;
    cursor: pointer;
}

.contact-nei .res {
    display: inline-block;
    width: 200px;
    background: #FFA842;
    color: #fff;
    font-size: 16px;
    height: 50px;
    cursor: pointer;
}


/*关于我们*/

.about-sec1 {
    background: #fff;
    padding: 40px 0;
}

.about-sec1 .left {
    width: 500px;
}

.about-sec1 .left b {
    display: block;
    width: 55px;
    height: 2px;
    background: #333;
}

.about-sec1 .left span {
    font-size: 36px;
    font-family: times new roman, times, serif;
    text-transform: uppercase;
    display: block;
    color: #333;
    padding: 20px 0 10px 0;
}

.about-sec1 .left h2 {
    text-align: left;
}

.about-sec1 .left p {
    line-height: 36px;
    color: #555;
    font-size: 14px;
    margin-top: 40px;
}

.about-tit h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.about-tit h3 {
    color: #666;
    text-align: center;
    font-size: 30px;
    font-family: times new roman, times, serif;
    text-transform: uppercase;
}

.about-sec2 li {
    float: left;
    margin: 0 25px 0 0;
    overflow: hidden;
    width: 290px;
}

.about-sec2 li figure,
.about-sec2 li figure img {
    width: 100%;
    transition: all 0.6s;
}

.about-sec2 li:hover figure img {
    transform: scale(1.1);
}

.about-sec2 {
    background: #F5F5F5;
    padding: 60px 0;
}

.about-sec2 ul {
    padding-top: 35px;
    margin-left: -20px;
}

.about-sec2 .p2 {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.about-sec2 .p1 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.about-sec2 .p3 {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.about-sec2 figcaption {
    background: #fff;
    margin-top: 0px;
    position: relative;
    z-index: 33;
    padding: 20px;
    text-align: center;
    transition: all 0.6s;
}

.about-sec2 li b {
    display: block;
    width: 30px;
    height: 2px;
    margin: 20px auto 0 auto;
    background: #223990;
}

.about-sec2 li:hover figcaption {
    margin-top: -20px;
}

.about-sec3 {
    padding: 50px 0;
}

.devalp {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0;
}

.devalp .coure {
    width: 100%;
    overflow: hidden;
}

.devalp .coure li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.devalp .coure li .nub {
    width: 530px;
    padding: 0 0 10px 30px;
    overflow: hidden;
    color: #006960;
    text-align: right;
}

.devalp .coure li .nub .cont {
    float: left;
    width: 470px;
}

.devalp .coure li .nub .tie {
    width: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #cc0a0a;
    margin-left: 20px;
    float: right;
}

.devalp .coure li .nub .tie i {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.devalp .coure li b {
    width: 190px;
    position: absolute;
    display: block;
    top: 25px;
    background: #e0e0e0;
    height: 1px;
    left: 170px;
    z-index: -1;
}

.devalp .coure li .part {
    width: 600px;
    padding: 0 0 0 30px;
    height: 74px;
    overflow: hidden;
    background: url(../img/part.jpg) left top repeat-y;
}

.devalp .coure li .part .cont {
    float: left;
    width: 470px;
}

.devalp .coure li .part p {
    font-size: 16px;
    line-height: 32px;
    float: left;
    color: #333;
    width: 100%;
    text-align: left;
}

.devalp .coure li .part .tie {
    width: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #cc0a0a;
    margin-right: 20px;
    float: left;
}

.devalp .coure li .part .tie i {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.devalp .coure_more {
    display: block;
    line-height: 60px;
    background: #f5f5f5;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    margin-top: 40px;
}

.about-sec4 {
    padding: 50px 0 30px 0;
}

.about-sec4 .bd {
    padding-top: 40px;
}

.about-sec4 .cont {
    position: relative;
}

.about-sec4 .tempWrap {
    width: 1240px !important;
    overflow: hidden;
}

.about-sec4 li {
    width: 385px;
    overflow: hidden;
    margin: 0 41px 0 0;
}

.about-sec4 li figure img,
.about-sec4 li figure {
    display: block;
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}

.about-sec4 li p {
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    transition: all 0.6s;
}

.about-sec4 span {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-family: "宋体"
}

.about-sec4 .prev {
    left: -50px
}

.about-sec4 .next {
    right: -50px;
}

.about-sec4 li:hover img {
    transform: scale(1.1);
}

.about-sec4 li:hover p {
    background: #223990;
    color: #fff;
}

.about-sec5 {
    padding: 50px 0;
    background: #F5F5F5;
}

.about-sec5 li {
    float: left;
    margin: 0 40px 20px 0;
    width: 385px;
}

.about-sec5 li figure img,
.about-sec5 li figure {
    display: block;
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}

.about-sec5 ul {
    padding-top: 35px;
    margin-right: -40px;
}

.about-sec5 li p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.about-sec5 li:hover figure img {
    transform: scale(1.1);
}


/*服务页面*/


.fuwupage-cont .div {
    background: #F5F5F5;
    margin: 20px 0;
}

.fuwupage-cont .l-cont {
    width: 40%;
    padding: 0 5%;
}

.fuwupage-cont .l-cont h3 {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 10% 0 3% 0;
}

.fuwupage-cont .l-cont b {
    display: block;
    background: #222;
    width: 60px;
    height: 2px;
    float: right;
    margin: 3% 0 3% 0;
}

.fuwupage-cont .l-cont p {
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.fuwupage-cont .r-cont {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 350px;
}

.fuwupage-cont .r-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.36s;
}

.fuwupage-cont .r-mask h3 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.fuwupage-cont .r-cont:hover .r-mask {
    transform: scale(1);
    opacity: 1;
}

.fuwupage-cont .more-btn img {
    display: block;
    width: 30px;
    float: right;
    margin-top: 10px;
}

.fuwupage-cont .fan-div .l-cont h3 {
    text-align: left;
}

.fuwupage-cont .fan-div b {
    float: none;
}

.fuwupage-cont .fan-div .more-btn {
    float: left;
}

.detailpage {
    padding: 50px 0;
    background: #F5F5F5;
}

.detailpage .w1240 {
    background: #fff;
    padding: 30px 30px 50px 30px;
    width: 1180px;
}

.stace h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    padding-top: 20px;
}

.stace strong {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px #e0e0e0 solid;
}

.stace strong span {
    display: inline-block;
    color: #999;
    padding-right: 30px;
}

.stace .cont {
    width: 100%;
    overflow: hidden;
}

.stace .cont p {
    color: #333;
    line-height: 34px;
    font-size: 15px;
}

.stace .cont img {
    display: block;
    width: 100%;
    margin: 10px auto;
}

.stace .zjlj {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    border: 1px #e0e0e0 solid;
    border-left: none;
    border-right: none;
    line-height: 60px;
    position: relative;
}

.stace .zjlj a {
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.stace .zjlj a:nth-child(1) {
    text-align: left;
}

.stace .zjlj a:nth-child(2) {
    text-align: right;
}

.stace .zjlj a i {
    color: #000;
}

.stace .zjlj a:hover {
    color: #196CAD;
}

.jobpage {
    padding: 35px 0;
}

.jobpage table {
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-top: 30px;
}

.jobpage td,
.jobpage th {
    width: 25%;
    text-align: center;
    border: 1px solid #f1f1f1;
    height: 50px;
    color: #333;
}

.jobpage th {
    background: #223990;
    color: #fff;
    font-size: 16px;
}

.jobpage td a {
    color: #333;
    transition: all 0.6s;
}

.jobpage tr:hover a {
    color: #223990;
}

.jobpage td:nth-child(3) {
    color: #f00;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-moz-keyframes down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@-ms-keyframes down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1600px) {
    .newstip .p2 {
        font-size: 12px;
    }
    .newstip .p1 {
        line-height: 20px;
    }
    .navbar li {
        margin: 0 15px;
    }
    .top .p1 {
        width: 120px;
        padding-top: 20px;
    }
    .top .p1 span {
        font-size: 12px;
    }
    .top .p1 b {
        font-size: 16px;
    }
}

@media screen and (max-width: 1510px) {}

@media screen and (max-width: 1420px) {
    /* 移除隐藏电话的样式 */
    /* .top .p1 {
        display: none;
    } */
    .navbar li {
        margin: 0 12px;
    }
}

@media screen and (min-width: 1600px) {
    .navbar {
        width: auto;
        left: 310px; /* 稍微往左移，腾出更多空间 */
    }

    .navbar li {
        margin: 0 18px; /* 统一间距 */
    }

    .top .logo img {
        margin-left: 20px; /* 减小左侧logo的空间 */
    }
}

@media screen and (max-width: 768px) {
    /* 针对移动设备的样式 */
    .index-sec4 .w1240 {
        padding: 0 15px; /* 增加左右内边距 */
    }

    .index-sec4-left,
    .index-sec4-right {
        width: 100%; /* 宽度占满 */
        float: none; /* 取消浮动 */
        margin-right: 0; /* 移除右侧间距 */
    }

    .index-sec4-left {
        margin-bottom: 30px; /* 左侧下方增加间距 */
    }

    .section-title {
        margin-bottom: 25px; /* 标题下方间距减小 */
        padding-bottom: 5px; /* 分割线与标题之间间距减小 */
        /*transform: translateY(-25px);*/
    }

    .section-title::after {
        margin-top: 5px; /* 红色短线上方间距减小 */
    }

    .index-sec4 li {
        margin-bottom: 15px; /* 新闻列表项间距减小 */
        padding-bottom: 15px; /* 新闻列表项内边距减小 */
    }

    .index-sec4 li a {
        flex-direction: column; /* 标题和日期堆叠显示 */
        align-items: flex-start; /* 左对齐 */
    }

    .index-sec4 li .p2 {
        margin-right: 0; /* 移除标题右侧间距 */
        margin-bottom: 5px; /* 标题下方增加间距 */
        white-space: normal; /* 允许换行 */
    }

    .index-sec4 li .p1 {
        margin-left: 0; /* 移除日期左侧间距 */
    }
}

.more-news-btn {
    position: absolute; /* 绝对定位 */
    top: 0; /* 顶部对齐 */
    right: 0; /* 右侧对齐 */
    font-size: 14px; /* 字体大小 */
    color: #94070a; /* 字体颜色 */
    text-decoration: none; /* 无下划线 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.more-news-btn:hover {
    color: #223990; /* 鼠标悬停颜色 */
}
/* 业务领域模块样式 */
.biz-section{position:relative;background:#efebea;padding:20px 0 5px;width:100vw}
.biz-section::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:url(../img/业务领域背景图.png) no-repeat top center;z-index:0}
.biz-inner{box-sizing:border-box;position:relative;z-index:1}
.biz-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:12px}
.biz-header-line{width:100px;height:2px;background:#1f3c88;border-radius:2px;margin:0 auto 8px;position:relative}
.biz-header-line::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#1f3c88}
.biz-header .biz-left-title{position:static;writing-mode:horizontal-tb;text-orientation:initial;font-size:28px;font-weight:700;color:#1f3c88;letter-spacing:2px;margin:0}
.biz-header-sub{margin-top:6px;font-size:12px;line-height:1.4;letter-spacing:1px;color:#9aa0a6;text-transform:uppercase}
.biz-content{display:flex;align-items:stretch;flex-direction:row;gap:28px}
.biz-left{display:none}
.biz-left-title{position:static}
.biz-more-wrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:96px;font-size:15px}
.biz-more-circle{width:2.5em;height:2.5em;border:1px dashed #b30202;border-radius:50%;color:#b30202;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:color .2s ease,border-color .2s ease}
.biz-more-circle:hover,.biz-more-circle:focus{color:#808080;border-color:#808080}
.biz-more-circle svg{width:1em;height:1em}
.biz-left-more{font-size:1em;color:#b30202;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:1px}
.biz-more-mobile{display:none}
.biz-more-mobile-text{font-size:1em;color:#b30202}
.biz-right{flex:1;display:flex;gap:4px}
.biz-more-box{flex:0 0 96px;display:flex;align-items:center;justify-content:center;margin:0 0 5px -4px;background:#ffffff;border-radius:0 12px 12px 0;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.biz-more-box-col{display:flex;flex-direction:column;align-items:center;gap:14px}
.biz-card{display:flex;flex-direction:column;min-width:0;flex:0.6 1 0;transition:flex 480ms cubic-bezier(0.4, 0, 0.2, 1)}
.biz-card.active{flex:1.92}
.biz-figure{position:relative;width:100%;height:520px;margin:0 0 5px 0;border-radius:0;overflow:hidden}
.biz-figure img{width:100%;height:100%;object-fit:cover;display:block;transition:none}
.biz-img-link{display:block;height:100%}
.biz-figure::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 60%);pointer-events:none}
.biz-title{position:absolute;left:22px;top:24px;writing-mode:vertical-lr;text-orientation:mixed;font-size:22px;color:#fff;letter-spacing:1px;text-shadow:0 0 4px rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.2)}