* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    
}
a {
    text-decoration: none;
    color: #000;
}
h1, h2, h3, h4, h5, h6 strong{
    font-weight: bold;
}
p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 38px;
}
/* 平滑滚动 */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

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

/*主导航*/
/*下拉变换*/
.mini_top{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.mini_top .logo {
    background-image: url(logo.png) !important;
}
.mini_top ul li a.mainLink {
    text-shadow: none!important;
    color: #000!important;
}
.mini_top .lx a {
    color: #A5A5A5 !important;
}
.mini_top  ul li:hover .mainLink{
    color: #fff!important;
}
.mini_top ul li.active a.mainLink{
    color: #13b5ff!important;
}
/*下拉变换*/

.logo{
    background-image: url(logo1.png);
    background-position: left;
    background-repeat: no-repeat;
    transition: all .2s;
        /* background-size: contain; */
    background-size: 90%;
}
#mainMenu{
    color: #A5A5A5;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
#mainMenu .welcome{
    height: 24px;
    transition: all 0.2s;
    overflow: hidden;
    font-size: 14px;
    opacity: 1;
}

.miniMenu .welcome{
    height: 0 !important;
    opacity: 0;
}

#mainMenu .iconfont{
    font-size: 16px;
}
#mainMenu ul{
    float: right;
    height: 100%;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
    text-align: center;
    padding: 15px;
}

#mainMenu ul li a.mainLink{
    margin-top: 12px;
    display: block;
    font-weight: 400;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    color: #fff;
}

#mainMenu ul li.active a.mainLink{
    font-weight: bold;
    text-shadow: none!important;
    color: #13b5ff;
    position: relative;
}
#mainMenu ul li.active a.mainLink::before{
    content: '';
    position: absolute;
    top: 26px;
    width: 100%;
    height: 3px;
    background: #13b5ff;
}

#mainMenu ul li.menuActive{
    color:var(--color-yellow-color);
    font-weight: bold;
    border-bottom: 3px solid var(--color-yellow-color);
}

#mainMenu ul li:hover{
   background-color: #0086C3;
}
#mainMenu ul li:hover .mainLink{
    color: #fff!important;
}
#mainMenu ul li:hover .active a.mainLink::before {
    background: #fff!important;
}

/*ä¸»å¯¼èˆªäºŒçº§èœå•*/
#mainMenu .secondMenu{
    position: absolute;
    width: 130px;
    left: 15px;
    text-align: left;
    top: 55px;
    background: var(--color-yellow-color);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
    transition: all 0.3s;
    /*äºŒçº§å¯¼èˆªåŠ¨ç”»*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*äºŒçº§å¯¼èˆªåŠ¨ç”»*/
}

#mainMenu .secondMenu a{
    display: block;
    color: #000;
    font-size: 14px;
    transition: all .2s;
}

#mainMenu .secondMenu a:hover{
    transform: translateX(5px);
}
.SubMenu{
    position: fixed;
    opacity: 0;
    top: 80px;
    z-index: -1;
    background-color: #0086C3;
    color: #fff;
    font-size: .9rem;
    transform: translateY(-100px);
    transition: all 0.2s;
    /* box-shadow: 10px 0px 30px rgba(0,0,0,0.3); */
}

.SubMenuShow{
    opacity: 1;
    z-index: 999 !important;
    transform: translateY(0px);
}

.SubMenu .menuSub,.SubMenu .menuImg{
    border-right: 1px solid #1f9ed7;
}

.SubMenu .menuSub a{
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
    transition: all .1s ease-in-out;
    font-size: 14px;
}

.SubMenu .menuSub a:hover{
    font-weight: bold;
    font-size: 15px;
}
.SubMenu .menuSub a:hover::before {
    opacity: 1;
}

.SubMenu strong{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.SubMenu .menuText{
    color: #b2dbed;
}

.SubMenu .menuText div{
    line-height: 160%;
    font-size: 14px;
}

.SubMenu .menuContact{
    background-color: #0B1D42;
}

.SubMenu .menuContact a{
    display: block;
    color: #fff;
}

.SubMenu .menuContact hr{
    background-color: #233453;
    height: 1px;
    border: 0px;
}

.SubMenu .menuContact h5{
    font-family: "Montserrat-Bold";
}
.logo{
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
    overflow: hidden;
}
.lx{
    margin-top: 28px;
    font-family: Arial, sans-serif;
}
.lx a{
    color: #bbbbbb !important;
    margin-left: 15px;
}
.lx a:hover{
    color: #0086C3!important;
}
.lx .iconfont{
    font-size: 14px!important;
}

.dropmenu0_b .iconfont {
    display: none;
}
.dropmenu5_b .iconfont {
    display: none;
}
.topMenu[data-title="联系我们"] .icon-xiangxiajiantou {
  display: none !important;
}
/*主导航结束*/



#shipin {
    padding: 0;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
}
#shipin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000 -15%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}
#myVideo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
}
.con{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 35px;
    transition: all 2s ease;
    text-align: right;
    opacity: 0.6;
}
.con i{
    font-size: 30px;
}
.container.con .iconfont {
  display: inline-block !important; /* 关键：让 transform 生效 */
  animation: iconJump 1s ease-in-out infinite !important;
}

@keyframes iconJump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 向上跳 10px */
  }
  100% {
    transform: translateY(0);
  }
}
.wenzi{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 45px;
    transition: all 2s ease;
    transform: translatey(100px);
	opacity: 0; /* 默认透明 */
}
.wenzi h1{
    text-shadow: 0 3px 7px rgb(0 0 0 / 30%);
}
#shipin.active .wenzi{
    transform: translatey(0px);
    opacity: 1;
}
.wenzi p{
    margin-top: -5px;
    opacity: 0.6;
}
.anniu  i{
        font-size: 12px;
    padding-top: 5px;

    transition: all .3s ease-in-out;
    float: left;
}
.anniu Strong{
    
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 3px;  
    font-weight: bold;
}
.anniu:hover i{
transform: rotate(45deg);
}
.anniu:hover{
    color: #0086C3;
}
.bt i{
    width: 7px;
    height: 7px;
    background-color: #0086C3;
    display: block;
    border-radius: 100px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}
.bt{
    color: #666;
    margin-bottom: 3px;
}
#hy0 {
  position: relative; /* 必须加 */
  z-index: 1;
  padding-bottom: 100px;
}
#hy0::before {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bj2.png);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    filter: grayscale(100%);
    z-index: -1;
}
#hy .zjhy{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#hy{
    margin-top: 85px;
}
#hy .you img{
    max-width: 100%;
    transition: all .3s ease-in-out;
    margin-top: 12px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

#hy .you a{
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.you .row > div:first-child a {
    border-bottom-left-radius: 30px;
}
.you .row > div:last-child a {
     border-top-right-radius: 30px;
}
#hy .hy1 p{
    color: #666;
    padding-top: 15px;
    padding-bottom: 50px;
    text-align: justify;
}
#hy .you{
    /* padding-top: 28px; */
}
#hy .you a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 -15%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}
#hy .you a span{
    position: absolute;
    z-index: 2;
    color: #B7B7B7;
}
#hy .you a span b{
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-right: 3px;
}
#hy .you a span p{
    margin-bottom: -2px;
    color: #fff;
}
.shuzi{
    margin-top: 65px;
}
.shuzi b{
    font-weight: bold;
    font-size: 30px;
    padding-right: 3px;
}
.shuzi p{
    
    font-weight: 300;
}
.shuzi span{
    font-weight: 300;
}
.tx_svd_icon {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border-radius: 100%;
    background: #fff;
    color: #0086C3;
    border: none;
    animation: 1s linear infinite witr-shadow;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

#cp{
    /* background-color: #f5f5f5; */
    /* border: 1px solid #EBEBEB; */
    /* margin-top: 85px; */
    padding-top: 85px;
    padding-bottom: 85px;
}
#cp .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
 .owl-dots{
    display: none!important;
}
.owl-nav span {
    width: 30px;
    height: 30px;
    border: 1px solid #EBEBEB;
    color: #0086C3;
    font-size: 28px;
    padding-top: 2px;
    background-color: #fff;
    display: block;
    line-height: 20px;
}
.owl-nav span:hover{
    background-color: #0086C3;
    color: #fff;
}
#cp .cp1{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: flex-end;
        border: none;
}
#cp .cp1 a{
    margin-left: 20px;
}
#cp .piclist img{
    width: 100%;
    height: auto;
}
#cp .piclist{
    border: 1px solid #dddddd;
        background-color: #f5f5f5;
    display: block;
    overflow: hidden;
        padding: 10px 15px 32px 15px;
    text-align: center;
    transition: all .3s ease-in-out;
        margin-top: 25px;
}
#cp .piclist:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px rgba(73, 73, 73, 0.2);
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
#cp h5{
    margin-bottom: 0;
}
#cp p{
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
}
#cp .owl-carousel .owl-stage {
    padding-top: 25px;
    padding-bottom: 10px;
}
#cp .syfl{
   padding: 5px 15px;
    color: #000;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 9px;
    
}
a.syfl.c1 {background-color: #e2f2fb !important; }
a.syfl.c2 { background-color: #c9cfd5 !important; }
a.syfl.c3 { background-color: #9bb8e0 !important; }
a.syfl.c4 { background-color: #d3dff8 !important; }

#ry .bt {
    color: #A5A5A5;
        padding-top: 15px;
}
#ry{
    background-color: #031f41;
    background-image: url(bj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 85px;
    padding-top: 85px;
    color: #fff;
}
#ry a{
    border: 1px solid #334155;
    background-color: #052347;
    color: #A5A5A5;
    display: block;
    overflow: hidden;
    padding: 35px 25px;
    margin-top: 30px;
    transition: all 0.3s ease;
}
#ry a:hover{
    transform: translateY(-10px); 
    box-shadow: 0px 0px 20px rgba(11, 135, 184, 0.2);
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
#ry a:hover i{
    font-size: 30px;
    font-weight: bold;
}
#ry a h5{
    color: #fff;
    font-size: 18px;
}
.rytu {
    display: flex;
}
#ry a p{
    
}
#ry a i{
    background-color: #1A375E;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    display: block;
    color: #0086C3;
    border-radius: 100px;
    font-size: 25px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    font-weight: bold;
}

#rongyu img{
    max-width: 100%;
    float: right;
}

#al{
    margin-top: 85px;
    margin-bottom: 28px;
}
#al .al1{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-bottom: 10px;
}
.ala{
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.ala:hover{
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.ala:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 -15%, rgba(53, 53, 53, 0.2) 25%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
    transition: all 0.2s ease;
}
.ala:hover span{
    opacity: 1;
}
.ala span {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease;
}
.ala span p{
    float: left;
    font-size: 16px;
}
.ala span i{
    float: left;
    font-size: 13px;
    margin-top: 4px;
    margin-left: 5px;
    transition: all 0.3s ease;
}
.ala img{
    transition: all 0.3s ease;
}
.ala:hover img{
    transform: scale(1.1);
}
.ala:hover span i{
    transform: rotate(45deg);
}
.ala:hover::before {
    /* background: linear-gradient(to top, #000000 -15%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%); */
}

#lb3  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none!important;
}

#xw{
    margin-top: 50px;
}
#xw img{
    height: auto;
    width: 100%;
    transition: all 0.3s ease;
}
#xw:hover img{
    transform: scale(1.1);
}
#xw .tu div{
    padding: 0;
    overflow: hidden;
}
#xw .xian{
    /* border: 1px solid #EBEBEB; */
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    overflow: hidden;
}
#xw .xian:hover{
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
#xw .xian .zii{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 75px 0 55px;
}
#xw .xian span{
    display: block;
    overflow: hidden;
    min-height: 150px;
    color: #666;
    margin-top: 16px;
}

#ct {
    background-color: #FBFBFB;
    border: 1px solid #EBEBEB;
    margin-top: 85px;
    padding: 55px 0;
}
#ct p{
    color: #666;
}
#ct p b{
    font-weight: bold;
    text-decoration: underline;
}
#ct a{
    font-weight: bold;
    text-decoration: underline;
    margin-top: 17px;
    display: block;
    overflow: hidden;
}
#ct a:hover{
    color: #0086C3;
}
#ctt{
    background-color: #031f41;
    color: #A5A5A5;
}
#ctt .container{
    border-top: 1px solid #29384a;
    padding: 22px 0;
}
#ctt p{
    font-size: 14px;
}
#test {
    cursor: pointer;
        font-size: 14px;
}


/*底部*/
#dibu{
    background-color: #031f41;
    
}
#di{
    color: #a5a5a5;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 26px;
}
#di h2{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 17px;
}
#di .di1 p{
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 25px;
    text-align: justify;
    /* font-weight: 300 !important; */
    line-height: 26px;
    font-size: 15px;
    color: #A5A5A5;
}
#di .di1 span{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 8px;
    padding-left: 16px;
    font-weight: 500;
}
#di .di1  img{
    float: left;
        width: 90px;
}
#di .di2 a{
   display: block;
    overflow: hidden;
    width: 100%;
    color: #a5a5a5;
    position: relative;
    transition: all .3s ease-in-out;
    /* font-weight: 300 !important; */
    line-height: 26px;
    font-size: 15px;
}
#di .di2 a i{
    margin-left: -5px;
}
#di .di2 a:hover{
    color: #0086C3;
}

#di .di3 a{
        color: #0086C3;
    border-bottom: 1px solid #0086C3;
    padding-bottom: 1px;
    font-weight: 500;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
#di .di3 a:hover{
    color: #0086C3;
}
#di .di3 p{
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    line-height: 27px;
    font-size: 15px;
}
#di .di4 p{
    font-size: 15px;
    line-height: 26px;
}
#di .di4 h1{
    font-size: 27px;
    font-weight: bold;
    color: #000;
    font-family: emoji;
}
#di .di4 img{
    width: 42%;
    float: right;
    border-radius: 2px;
    margin-top: 5px;
}
#di .di4 div{
    
    float: left;
}

.banner img{
    width: 100%;
}
.banner{
    display: block;
    overflow: hidden;
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000 -15%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    height: 490px;
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.banner .container{
    z-index: 9;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 35px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.banner .nav{
    display: contents;
    color: #fff;
    font-weight: 300;
}
.banner a{
    color: #fff;
}
.banner .row{
    font-size: 14px;
}
.banner .row i{
    padding-top: 2px;
}
.banner .row a:hover{
   color: #0086C3;
}
.banner .text-end{
    padding-top: 18px;
}

#pagemenu{
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
    padding: 30px 0;
}
#pagemenu .smenuv{
    border-right: 1px solid  #b9b9b9dd;
    margin-right: 20px;
    padding-right: 20px;
}
#pagemenu .smenuv:hover{
    font-weight: bold;
    color: #0086C3;
}
#pagemenu  .smenuvnow {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
#pagemenu .smenuvnow::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #0086C3;
    z-index: 1;
    border-radius: 50px;
}

#hz {
    background-image: url(bj.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
    color: #FFF;
    position: relative;
    background-size: cover;
    margin-top: 75px;
    padding-top: 85px;
    padding-bottom: 85px;
}
#hz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(to bottom, #000000 0%, rgb(12 53 96 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
#hz .hz1{
    position: relative;
    z-index: 998;
    text-align: center;
}
#hz .bt {
    color: #fff;
}
#hz  .bt i {
    background-color: #fff;
}
#lb4 .item-group div{
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 8px;
  }
  #lb4 img {
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    
  }
#lb4{
    /* position: absolute; */
    margin-top: 25px;
    left: 0;
    right: 0;
}  
#hz .hz1 .row{
    line-height: 26px;
    opacity: 0.7;
    margin-top: 20px;
    
}

#lb2 .item-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#hy #hy2 p{
    padding-bottom: 3px!important;
}
#hy #hy2{
    margin-bottom: 40px;
}

#page1 img{
    width: 100%;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
    overflow: hidden;
}
#page1 p{
    padding-bottom: 15px;
}
#page1{
    margin-top: 85px;
    margin-bottom: 85px;
}
#page1 h2{
    padding-bottom: 10px;
}
#page1 em{
    padding-right: 5px;
    font-size: 14px;
    color: #cecece;
}

.tab-content>.tab-pane {
    padding: 0;
}
.cp10{
    --bs-nav-tabs-border-color: none!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i{
    color: #0086C3;
}
.cp1 .nav-link{
    color: #000;
    margin-left: 35px;
    padding: 0;
}
