@charset "utf-8";

/*body,* { font-family: 'Barlow Semi Condensed Regular','Barlow Semi Condensed Bold','SourceHanSansCN-Normal','TaipeiSansTCBeta-Light','TaipeiSansTCBeta-Regular', 'ZauriSansL','PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'; }*/
:root {
    --red: #40CCA9;
    --green: #40CCA9;
    --blue: #40CCA9;
}
.colorGreen { color: var(--green); }
.color5e { color:#5E6265; }
.color65 { color: rgb(65, 83, 100); }
@media (max-width:60000000px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}

@media (max-width:1100px){
    html{
        font-size: calc(100vw/7.5) !important;
    }
}
.colorRed { color:var(--red); }

.container { width: 90%; margin: 0 auto; }

@media(max-width: 1600px){
    .container { width: 92%; }
}
@media(max-width: 1100px){
    .container { width: 92%; }
}

.color68 { color: #686868; }
.color364 { color: #415364; }

.m2 { display: none;}
@media (max-width: 1100px) {
    .m1 { display: none; }
    .m2 { display: block; }
}
.fyq a:hover, .fyq a.cur {
    background: rgba(15, 166, 181, 1);
    color: #fff;
    border: 1px solid rgba(15, 166, 181, 1);
}
.padd20 { padding: 0.2rem 0; }
.header.m1 {
    background: none;
    margin-top: 0.22rem;
}
.header.m2 {
    padding: 0.2rem 0;
}
.header.m2 a {
    display:block;
}
.header .nav {
    padding: 0.07rem 0.06rem;
    background: #FFF;
    border-radius: 0.53rem;
    padding-right: 0.07rem;
    width: 85%;
}
/*.header.m1 .nav .logo {*/
/*    padding:0.04rem 0.3rem 0 0.3rem;*/
    /*background: #F7F7F7;*/
/*    border-radius: 0.5rem;*/
/*    width: 1.8rem;*/
/*    height: 0.5rem;*/
/*}*/
.header.m1 .nav .logo {
    padding: 0 0.3rem;
}
.header.m1 .nav .logo img { height: 0.5rem; }
.header.m2 .nav .logo {
    padding: 0;
}
.header .nav .logo a {
    display: inline-block;
    padding: 0;
}
.header .nav .navlist {
    margin-left: 0.2rem;
}
.header .nav .navlist ul li {
    position: relative;
}

.header .nav .navlist .navxl {
    display: none;
    /* opacity: 0; */
    width: 2.4rem;
    border-radius: 0.1rem;
    padding-top: 0.2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.4rem;
    /* z-index: -1; */
    transition: all .5s;
}
.header .nav .navlist ul li:nth-child(2) .navxl,
.header .nav .navlist ul li:nth-child(6) .navxl{
    width: 1.8rem;
}
.header .nav .navlist ul li:nth-child(5) .navxl {
    width: 2.6rem;
}
.header .nav .navlist ul li:nth-child(3) .navxl .navlxa::after {
    height: 170%;
}
.header .nav .navlist ul li:nth-child(4) .navxl .navlxa::after {
    height: 170%;
}
.header .nav .navlist ul li:hover .navxl {
    display: block;
    /* opacity: 1; */
}
.header .nav .navlist ul li.ims .navxl{
    width: 3rem;
}

.header .nav .navlist ul li .navxl .navxlas {
    /*max-height: 2.6rem;*/
    overflow-y: scroll;
    min-height: auto;
    margin: 0;
    border-radius: 0.2rem; background: #fff;
}
.header .nav .navlist ul li .navxl .navxlas::-webkit-scrollbar {
  width: 0; 
  height: 0;
}
.header .nav .navlist ul li .navxl .navxlas .scroll-container::-webkit-scrollbar {
  width: 0; 
}

.header .nav .navlist ul li .navxl .navxlas{
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
.header .nav .navlist .navxl .navlxa {
    background: #fff; 
    border-radius: 0.1rem;
    padding: 0.15rem 0 0.15rem;
    text-align: center;
    position: relative;
    max-height: 3.2rem;
    
}


.header .nav .navlist .navxl .navlxa .k {
    position: absolute;
    height: 0.22rem;
    width: 3px;
    background: #0FA6B5;
    top: 0.28rem;
    left: 0.11rem;
    z-index: 5;
    transition: all .4s;
}
.header .nav .navlist .navxl .navlxa::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0.28rem;
    left: 0.11rem;
    background: #ddd;
}
.header .nav .navlist .navxl .navlxa a {
    display: block;
    font-size: 0.16rem;
    color: #333;
    padding: 0.1rem 0;
    text-align: left;
    padding-left: 0.24rem;
}
.header .nav .navlist .navxl .navlxa a:hover{
    color: #0FA6B5;
}
.header .nav .navlist ul li a {
    display: block;
    text-align: center;
    padding: 0.1rem 0.3rem;
    text-transform: capitalize;
}
.header .nav .navlist ul li:hover a,
.header .nav .navlist ul li a.cur {
    color: #0FA6B5;
}

    
.header .right {
    background: #FFF;
    border-radius: 0.3rem;
    padding: 0.07rem 0.06rem;
}
.header .right .clearfix {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header .right .sousuo {
    width: 0.5rem;
    height: 0.5rem;
    background: #F7F7F7;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.header .right .sousuo::before {
    content: "";
    width: 0.16rem;
    height: 0.18rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/sousou1.svg) no-repeat center;
    background-size: 100%;
}
.header .right .sousuo .sousk {
    position: absolute;
    top: 120%;
    right: -140px;
    width: 300px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    opacity: 0;
    transition: all .6s;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
.header .right .sousuo .sousk.cur {
    opacity: 1;
    right: 40px;
    z-index: 100;
}
.header .right .sousuo .sousk .ss-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
}
.header .right .sousuo .sousk .st {
    width: 17px;
    height: 17px;
    background: url(../images/ssbtna.png) center center / cover;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    border: none;
}
.header .right .yuyan {
    padding: 0.1rem 0.3rem;
    background: #0FA6B5;
    border-radius: 1.5rem;
    padding-left: 0.5rem;
    position: relative;
    margin-left: 0.1rem;
    cursor: pointer;
}
.header .right .yuyan::before {
    content: "";
    position: absolute;
    /*left: 22%;*/
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    background: url(../images/yuyan1.svg) no-repeat center center / cover;
}
.header .right .yuyan .xiala {
    /*width: 0.8rem;*/
    text-align: center;
    z-index: 2;
    padding-top: 0.7rem;
    position: absolute;
    left: 59%;
    top: -24%;
    transform: translateX(-50%);
    display: none;
}
.header .right .yuyan .xiala .xiae {
    background: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
}
.header .right .yuyan .xiala .xiae a {
    display: block;
    padding: 5px 0;
    /*color: #000;*/
    color: #415364;
}
.header .right .yuyan .xiala .xiae a:hover {
    color: #0FA6B5;
}
.header .right .yuyan:hover .xiala { display: block; }

.nynav {
    position: absolute;
    bottom: 0.42rem;
}
.nynav ol { display: flex; }
.nynav ol li a span {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../images/homea.svg) no-repeat center center / cover;
}
.nynav .breadcrumb-item.active {
    color: #FFF;
    pointer-events: none;
}
.nynav .breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 0.14rem;
    vertical-align: middle;
}

.header .navR {
    right: 5vw;
}
.header .mwoeowe.right .yuyan {
    right: 10vw;
    background: #FFF;
}
.mobile-menu .menu-i {
    width: 28px;
    background: #0FA6B5;
}
@media (max-width: 1600px) {
    .header .nav .logo {
        padding: 0.1rem 0.3rem;
    }
    .header .nav .navlist ul li a {
        padding: 0.1rem 0.2rem;
    }
    .header .right .yuyan {
        padding-left: 0.5rem;
    }
}
@media (max-width: 1300px) {
    .header .nav .navlist ul li a {
        padding: 0.1rem 0.2rem;
    }
}
@media (max-width: 1100px) {
    .header .nav { width: auto; } 
    .header .nav .logo {
        width: 26%;
        padding: 0.03rem 0.3rem;
    }
    .nynav ol li a span {
        display: inline-block;
        width: 0.14rem;
        height: 0.14rem;
        background: url(../images/homea.svg) no-repeat center center / cover;
    }
    .nynav .breadcrumb-item:not(:last-child)::after {
        content: "/";
        margin: 0 0.08rem;
        color: rgba(255, 255, 255, 1);
        font-size: 0.14rem;
        vertical-align: middle;
    }
    .menu-i-1 { top: 17px; }
    .menu-i-3 { top: 33px; }
    .mobile-menu-on .menu-i-1 {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-menu-on .menu-i-3 {
        transform: translateY(-9px) rotate(-45deg);
    }
    .header .yuyan {
        position: absolute;
        right: 3vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .mwoeowe.right .yuyan {
        padding: 0;
        position: absolute;
        right: 17vw;
        top: 50%;
        transform: translateY(-50%);
        padding: 0.05rem 0.3rem;
        padding-left: 0.52rem;
    }
    .header .mwoeowe.right .yuyan span.font16 {
        font-size: 0.24rem;
    }
    .header .mwoeowe.right .yuyan::before {
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        left: 7%;
        top: 50%;
        background: url(../images/yuyana.svg) no-repeat center center / cover;
    }
    .header .mwoeowe.right .yuyan .xiala {
        width: 1.2rem;
    }
    .header .mwoeowe.right .yuyan .xiala .font16 {
        font-size: 0.24rem;
    }
    .header .mwoeowe.right .yuyan .xiala {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }
}

@media(max-width: 600px){
    .nynav .breadcrumb-item:not(:last-child)::after { font-size: 0.3rem; vertical-align: top; }
    .nynav ol li a span { width: 0.24rem; height: 0.24rem; }
}


.borderRadius53 { border-radius: 0.53rem; overflow: hidden; }
.nybanner {
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 0.5rem 0px;
}
.nybanner { height: 7.8rem; overflow:hidden;}
.nybanner .nytext {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.nybanner .nytext .t { 
    /*color: rgb(65,83,100) ;*/
    /*font-family:'SuperBlue-Bold'; */
}
.nybanner .nytext .nyt {
    color: rgb(65,83,100);
    opacity: 0;
}
.nybanner .sdown {
    position: absolute;
    right: 6%;
    bottom: 5%;
    width: 0.2rem;
}
.homeB:before {
    height: 0;
}
@media (max-width: 1100px) {
    .nybanner { height: auto;}
    .nybanner .nytext { top: 50%; }
}

/* 联系我们 */
.contactA {
    padding: 1.2rem 0;
    background: #FFF;
}
.contactA .left .t1 {
    margin-bottom: 0.72rem;
    font-family: 'SuperBlue-Bold';
}
.contactA .left .t2 {
    margin-bottom: 0.4rem;
    font-family: 'SuperBlue-Bold';
}
.contactA .left .t3 .t3a {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.contactA .left .t3 .t3a:last-child {
    margin-bottom: 0;
}
.contactA .left .t3 .t3a .t-l {
    width: 0.84rem;
    height: 0.84rem;
    background: rgba(15, 166, 181, 0.05);
    border-radius: 50%;
    position: relative;
    margin-right: 0.17rem;
}
.contactA .left .t3 .t3a .t-l img {
    
    max-width: 0.32rem;
    max-width: 0.32rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.color22 { color: #222222; }
.colorzt { color: rgba(15, 166, 181, 1); }
.colorza { color: rgba(102, 102, 102, 1); }

.contactA .left .t4 {
    margin-top: 0.46rem;
}
.contactA .left .t4 .more{
    /* padding: 0.06rem; */
    border: 1px solid rgba(159, 163, 173, 0.5);
    border-radius: 0.15rem 0 0.15rem 0;
    position: relative;
}

.contactA .left .t4 .more a {
    display: block;
    padding-left: 0.3rem;
    padding-right: 0.6rem;
}

.contactA .left .t4 .more a i {
    display: inline-block;
    width: 0.53rem;
    height: 0.43rem;
    background: rgba(15, 166, 181, 1);
    border-radius: 0.1rem 0 0.1rem 0;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.contactA .left .t4 .more a i::before {
    content: "";
    display: inline-block;
    width: 9.45px;
    height: 9.45px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    background: url(../images/morejt.svg) no-repeat center center / cover;
}
.contactA .left .t4 .more:hover i {
    width: calc(100% - 00.2rem);
}
.contactA .left .t4 .more:hover i::before {
    position: fixed;
    right: 10%;
}

.color3D { color: #3D3D3D; }
.contactA .right {
    margin-right: 0.9rem;
    height: 100%;
    padding-top: 1.06rem;
    width: 52%;
}
.contactA .right .map {
    background: #FFF;
    overflow: hidden;
    position: relative;
}
.contactA .right .map img {
    height: auto;
}
.contactA .right .map .loc {
    position: absolute;
    top: 51%;
    left: 60%;
    transform: translate(-50%, -50%);
}


@media (max-width: 1100px) {
    .contactA .right {
        margin-right: 0;
        width: 100%;
        padding-top: 0.5rem;
    }
    .nybanner .img100BG { padding-top: 1rem; background: url(../images/mbannerbg.png) no-repeat center/cover; }
}

.message {
    padding: 1.2rem 0;
    background: rgba(0, 166, 181, 0.05);
    position: relative;
}
/* .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bgline.png) no-repeat;
    z-index: -1;
} */
.message .left {
    width: 50%;
    height: 7rem;
    background: #ddd;
    margin-right: 0.64rem;
    border-radius: 0 0.2rem 0.2rem 0;
    overflow: hidden;
    background: url(../images/img002.png) no-repeat center center / cover;
}
.message .right {
    width: 36%;
    padding: 0.5rem 0;
}
.message .right .t1 {
    margin-bottom: 0.4rem;
    font-family: 'SuperBlue-Bold';
}
.message .right ul li {
    position: relative;
    margin-bottom: 0.14rem;
}
.message .right ul li:last-child {
    margin-bottom: 0;
}
.message .right ul li .icon {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.message .right ul li .icon img {
    width: auto;
    /*height: 0.18rem;*/
}
.message .right ul li.bitian::after {
    content: "*";
    display: inline-block;
    font-size: 0.15rem;
    color: #C80016;
    position: absolute;
    left: 0.56rem;
    top: 50%;
    transform: translateY(-50%);
}
.message .right ul li input{
    width: 100%;
    padding: 0.18rem 0.2rem 0.2rem 0.7rem;
    font-size: 0.18rem;
    font-weight: 400;
    border: 1.5px solid rgba(238, 238, 238, 1);
    border-radius: 0.1rem;
    background: transparent;
    opacity: 0.5;
}


.message .right ul li textarea{
    background: transparent;
    border: 1px solid rgba(216, 216, 216, 0.8);
    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
    border-radius: 0.1rem;
    width: 100%;
    font-size: 0.18rem;
    color: #999999;
    height: 7.2vw;
    opacity: 0.5;
}
.message .right ul li.area .icon{
    position: absolute;
    left: 3%;
    top: 20%;
    transform: translateY(-50%);
}
.more {
    border-radius: 0.1rem;
}
.more span {
    width: 0.53rem;
    height: 0.43rem;
    background: rgba(15, 166, 181, 1);
    border-radius: 0.1rem;
}
.more span::before {
    right: 0.2rem;
    background: url(../images/morejt.svg) no-repeat center center / cover;
}
.message .right .more button {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.message .right .more {
    margin-top: 0.5rem;
}

@media (max-width: 1100px) {
    .message .right {
        width: 100%;
        padding: 5%;
    }
    .message .right ul li textarea {
        height: 2rem;
    }
    .message .right ul li.area .icon {
        top: 15%;
    }
    .message .right ul li input { font-size: 0.26rem; padding-left: 0.9rem;}
    .message .right ul li textarea{ font-size: 0.26rem; padding-left: 0.8rem;}
    .message .right ul li.bitian::after { font-size: 0.26rem; left: 0.72rem; }
    .message .right .more button i { font-size: 0.18rem; }
}

.message {
    position: relative;
}
.message::before {
  content: "";
  position: absolute;
  left: 0;       
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center,transparent 0%, rgba(0, 175, 190, 0) 20%,  transparent 100%);
  z-index: -1;  
}
.message::after {
  content: "";
  position: absolute;
  right: 0;       
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at center center,  transparent 0%, transparent 20%, rgba(193, 230, 237, .2) 80%, transparent 100%);
  z-index: -1;
}

.footer {
    background: #405464;
    position: relative;
}
.footer .footerbg {
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: .5;
    z-index: -1;
}
.footer .ooterl {
    padding-bottom: 0.21rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .ooterl {
    color: rgba(255, 255, 255, 0.5);
}
.footer .ooter .terr a {
    color: rgba(255, 255, 255, 0.5);
}
.footer .ooter {
    margin-top: 1.1794vw;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .ooterl .footerNav ul li {
    margin-right: 0.4rem;
}
.footer .ooterl .footerNav ul li:last-child {
    margin-right: 0;
}
.footer .ooterl .footerNav ul li a {
    text-transform: capitalize;
}

.footer .ooterc {
    margin-top: 0.36rem;
}
.footer .ooterc .ooterc-a .tx {
    margin-top: 0.17rem;
}
.footer .ooterc .ooterc-a .tx .tx1 {
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
}
.footer .ooterc .ooterc-a .tx .tx1 .txa { width: 53%; }
.footer .ooterc .ooterc-a .tx .tx1:last-child{
    align-items: normal;
}
.footer .ooterc .ooterc-a .tx .tx1:last-child .icon img{
    padding-top: 0.05rem;
}
.footer .ooterc .ooterc-a .tx .tx1 .icon {
    margin-right: 0.1rem;
}
.footer .ooterc .ooterc-a .tx .tx1 .icon img {
    width: 0.14rem;
    padding-bottom: 0.04rem;
}

.footer .ooterc .ooterc-b .otb{
    display: flex;
}
.footer .ooterc .ooterc-b .otb .otb-a a,.footer .ooterc .ooterc-b .otb .otb-a {
    width: 0.46rem; display:block;
    height: 0.46rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    margin-right: 0.1rem;
    cursor: pointer;
}
.footer .ooterc .ooterc-b .otb .otb-a:hover {
    background: rgba(255, 255, 255, 0.08);
}
.footer .ooterc .ooterc-b .otb .otb-a .otb-c {
    position: absolute;
    top: 105%;
    /*left: -33%;*/
    right: 0;
    opacity: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #d8d8d8;
    transition: all .5s;
    overflow: hidden;
    border-radius: 0.1rem;
}
.footer .ooterc .ooterc-b .otb .otb-a:hover .otb-c {
    opacity: 1;
}
.footer .ooterc .ooterc-b .otb .otb-a:last-child {
    margin-right: 0;
}

.footer .ooterc .ooterc-b .otb .otb-a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footer .ooter .terl {
    color: rgba(255, 255, 255, 0.5);
}
.footer .ooter .terl img { vertical-align: bottom; transform: translateY(0.02rem); margin-left: 0.1rem;}


.footer .ooterr {
    margin: 0.2rem 0;
}
.footer .flink {
    margin-top: 4.114583vw;
}
.footer .flink .flinka {
    display: flex;
    flex-wrap: wrap;
}
.footer .flink .flinka .fal {
    width: calc(100% - 2rem);
    overflow: hidden;
    height: 0.32rem;
}
.footer .flink .flinka .fal.hg {
    height: auto;
}
.footer .flink .flinka .fal a {
    color: #BFCDDB;
    margin-right: 0.2rem; line-height: 0.4rem;
    text-transform: capitalize;
}
.footer .flink .flinka .fal a:last-child {
    margin-right: 0;
}
.footer .flink .flinka .fal a:hover {
    color: #BFCDDB;
}
.footer .flink .flinka .far {
    margin-left: auto;
    height: 0.2rem;
    color: #BFCDDB;
    padding-right: 0.12rem;
    position: relative;
    cursor: pointer;
}
.footer .flink .flinka .far::after {
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 8px;
    height: 6px;
    background: url(../images/showmore.svg) no-repeat center center / cover;
}
.footer .ooter .terl a {
    color: rgba(255, 255, 255, 0.5);
}

.m-2 { display: none; }
.message .right ul li input:focus,
.message .right ul li textarea:focus {
    border: 1.5px solid transparent;
    border-radius: 0.1rem;
    border: 1.5px solid rgba(15, 166, 181, 1);
}
/* 底部微信弹窗 */
.modal-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);backdrop-filter: blur(10px);z-index: 1000;}
.modal-content {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0.9); padding: 0; width: 30%; z-index: 1001;opacity: 0;transition: all 0.3s ease;overflow: hidden; }
.modal-overlay.active { display: block; }
.modal-content.active { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.modal-overlay span {position: absolute;right: 4.5%;top: 16.5%;width: 0.3rem;height: 0.3rem;display: block;line-height: 0.3rem; z-index: 1002; background: url(../images/closews.svg)no-repeat center  center / cover; cursor: pointe ; }
/* 底部微信弹窗 */
@media (max-width: 1600px) {
    .footer .flink .flinka .far::after {
        top: 90%;
    }
    .footer .flink .flinka .far {
        padding-right: 0.2rem;
    }
}
@media (max-width: 1100px) {
    .nybanner {
        border-radius: 0 0 30px 0;
    }
    /*.font60 {*/
    /*    font-size: 0.32rem;*/
    /*}*/
    .footer .ooterc .ooterc-a .tx .tx1 .icon img {
        width: 0.24rem;
        padding-bottom: 0.1rem;
    }
    .footer .flink .flinka .far::after {
        top: 60%;
    }
    .footer .ooterc .ooterc-b .otb .otb-a .otb-c {
        left: 0;
        width: 2rem;
        height: 2rem;
    }
    .footer .ooterc .ooterc-b .otb .otb-a .otb-c>img{
        width: 100%;
    }
    .modal-overlay span { width: 0.5rem;height: 0.5rem;line-height: 0.5rem; }
    .modal-content { width: 55%; }
}

@media (max-width: 1100px) {
    .nav_box {
        display: block !important;
        top: 1.15rem;
        width: 100%;
        left: -100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        height: calc(100% - 50px);
        background: #0FA6B5;
        padding-top: 0;
    }
    .footer .flink .flinka .fal {
        height: 0.3rem;
    }
    .footer .flink .flinka .far {
        padding-right: 0.2rem;
    }
    .footer .footerbg {
        top: -29%;
        left: 50%;    
        width: 200%;
    }
    
}




/* 国际医疗服务 */
.ylService,.ysconA {
    padding: 1.2rem 0;
    position: relative;
}
.ysconA::before,.ylService::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;   
  background: radial-gradient(circle at right center,rgba(0, 175, 190, 0) 0%, transparent 20%, transparent 100%);
  z-index: -1;    
}
.ysconA::after,.ylService::after {
  content: "";
  position: absolute;
  right: 0;       
  top: 0;
  bottom: 0;
  width: 100%;   
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, .5) 80%, transparent 100%);
  z-index: -1;
}
.ylService .ylServiceA .tit {
    margin-bottom: 0.24rem;
    font-family: "SuperBlue-Bold";
}
.ylService .ylServiceB {
    width: 100%;
    height: auto;
    border: 1px solid #EEEEEE;
    padding: 0.3rem 0.3rem 0.68rem 0.3rem;
    margin-top: 0.45rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 0.2rem;
    box-shadow: 0px 4px 10px 0px rgba(219, 231, 243, 0.23);
}
.ylService .ylServiceB h3 {
    font-size: 0.28rem;
    font-weight: 400;
    color: #222;
}
.ylService .ylServiceB p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #767676;
}
.ylService .ylServiceB .img  {
    width: 6.06rem;
    height: 3.67rem;
    background: #ddd;
    border-radius: 0.2rem;
    overflow: hidden;
    margin: 0.3rem 0 0.4rem 0;
}

.ylService .ylServiceB h3 {
    margin-bottom: 0.09rem;
}
.ylService .ylServiceB p {
    margin-bottom: 0.3rem;
}
.ylService .ylServiceC {
    margin-top: 0.8rem;
    padding: 0.32rem 0.4rem;
    border-radius: 0.1rem;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 2px solid rgba(255, 255, 255, 0.29);
    backdrop-filter: blur(10px);
}

.ylService .ylServiceC .ylServiceC-a { 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0.45rem;
}
.ylService .ylServiceC .ylServiceC-a:last-child {
    margin-right: 0;
}
.ylService .ylServiceC .ylServiceC-a .yl-icon {
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(0, 166, 181, 0.05);
    border-radius: 50%;
    position: relative;
    margin-right: 0.19rem;
}
.ylService .ylServiceC .ylServiceC-a .yl-icon img {

    max-width: 0.32rem;
    max-width: 0.32rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.color64 { color: #405464;}
.colorB5 { color: #00A6B5;}

.ylService .ylServiceC .ylserviceMore .more {
    background: #0FA6B5;
}
.ylService .ylServiceC .ylserviceMore .more i{
    color: #FFF;
}
.ylService .ylServiceC .ylserviceMore .more:hover i {
    color: #0FA6B5;
}
.ylService .ylServiceC .ylserviceMore .more span {
    background: #FFF;
}

.ylService .ylServiceC .ylserviceMore .more span::before {
    background: url(../images/jtzt.svg) no-repeat center center / cover;
}
.ylService .ylServiceC .clearfix { display: flex; align-items:center; }
.ylService .ylServiceC .ylserviceMore { margin-left: auto; }
@media (max-width: 1600px) {
    .ylService .ylServiceC .clearfix .ylServiceC-a .yl-tx .font16 { font-size: 0.16rem; }
}
@media (max-width: 1100px) {
    .ylService .ylServiceC {
        padding: 0.32rem 0.2rem;
    }
    .ylService .ylServiceC .ylServiceC-a {
        margin-bottom: 0.2rem;
        float: none;
        margin-right: 0;
    }
    .ylService .ylServiceC .ylServiceC-a:last-child {
        margin-bottom: 0;
    }
    .ylService .ylServiceC .ylServiceC-a .yl-tx {
        width: 85%;
    }
    .ylService .ylServiceC .ylserviceMore {
        float: inline-start;
        margin-top: 0.32rem;
    }
    .ylService .ylServiceC .clearfix .ylServiceC-a .yl-tx .font16 { font-size: 0.3rem; }
    .ylService .ylServiceC .clearfix { flex-direction: column; align-items:flex-start; }
    .ylService .ylServiceC .ylServiceC-a { width: 100%; }
    .ylService .ylServiceC .ylserviceMore { margin-left: 0; }
    .homeC::before { background: radial-gradient(circle at right center, transparent 0%, rgba(0, 175, 190, .2) 20%, transparent 100%); }
}


/* 医生简介 */
/* nybanner */

.yjA {
  position: absolute;
  bottom: 0; 
  left: 50%;
  transform: translateX(20%);
}

.yjA img {
  width: 6.5rem;
  height: auto; 
  max-width: 100%; 
}


.ys {
    background: #D8D8D8;
}

.ys .nytext .t .tx {
    display: flex;
    align-items: center;
}
.ys .nytext .t .tx span{
    margin-left: 0.4rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.06rem 0.13rem;
    border-radius: 1rem;
}

.ys .nytext .tc {
    margin-top: 0.3rem;
    width: 40%;
}
.ys .nytext .tcx {
    margin-top: 0.6rem;
}
.ys .nytext .tcx .more {
    font-size: 0.14rem;
}
@media (max-width: 1100px) {
    .yjA {
        position: absolute;
        bottom: 8%;
        left: 12%;
        transform: translateX(26%) scale(1.25);
    }
    .yjA img { width: 5.5rem; } 
    .ys .nytext .tc {
        width: 52%;
        font-size: 0.18rem;
    }
    .ys .nytext .t .tx {
        flex-direction: column;
        align-items: self-start;
    }
    .ys .nytext .t .tx span {
        margin-left: 0;
        margin-top: 0.2rem;
        font-size: 0.16rem;
    }
    .ysn {
        bottom: 0.2rem;
    }
    .ys .nytext .tcx {
        margin-top: 0.25rem;
    }
    .ys .nytext .tc span {
        font-size: 0.32rem;
    }
    .ysn { display: none; }
}
.ysconA {
    padding: 1.2rem 0;
}
.ysconA .back {
    width: 100%;
    text-align: right;
}
.ysconA .ysconA-a {
    margin-top: 0.5rem;
    width: 100%;
    height: auto;
    padding: 0.54rem 0.4rem;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 100%);
}
.ysconA .ysconA-a .t1 {
    width: 100%;
    padding: 0.15rem 0 0.15rem 0.21rem;
    background: linear-gradient(90deg,rgba(15, 166, 181, 0.1) 50%, rgba(15, 166, 181, 0) 100%);
    position: relative;
}
.ysconA .ysconA-a .t1::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.29rem;
    height: 0.5rem;
    background: url(../images/sli.svg) no-repeat left center;
    background-size: 24%;
   
}
.ysconA .ysconA-a .t1 {
    margin-top: 0.6rem;
}
.ysconA .ysconA-a .t1:first-child {
    margin-top: 0;
}
.ysconA .ysconA-a .tx {
    padding-top: 0.25rem;
}
.ysconA .ysconA-a .tx p {
    margin-bottom: 0.2rem;
    word-break: normal !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    white-space: normal !important;
    width: auto; 
    min-width: 0;
    overflow: visible !important;
    text-overflow: clip !important;
}
.ysconA .ysconA-a .tx p:last-child {
    margin-bottom: 0;
}
.color3d {
    color: #3d3d3d;
}


/* 探索 */
.tansuo {
    padding: 1.2rem 0;
    position: relative;
}
.tansuo::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center,rgba(0, 175, 190, 0.1) 0%, transparent 20%, transparent 100%);
  z-index: -1;   
}
.tansuo::after {
  content: "";
  position: absolute;
  right: 0;      
  top: 0;
  bottom: 0;
  width: 100%; 
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.5) 60%, transparent 100%);
  z-index: -1;
}
.tansuo .tansuoA .tx .c {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.tansuo .tansuoA .tx .c .all {
    display: block;
    padding: 0.2rem 0.3rem;
    background: #0FA6B5;
    /*border-radius: 0.1rem 0 0.1rem 0;*/
    color: #FFF;
    height: 0.64rem;
    font-size: 0.16rem;
}
.tansuo .tansuoA .tx .c .all:hover {
    color: #FFF;
}

.tansuo .tansuoA .tx .c .dx {
    padding: 0 0.72rem 0 0.2rem;
    border: 1px solid rgba(159, 163, 173, 0.5);
    background: transparent;
    /*border-radius: 0.1rem 0 0.1rem 0;*/
    height: 0.64rem;
}
/*.tansuo .tansuoA .tx .c .dx option:hover {*/
/*    padding: 0.5rem 0;*/
/*    background-color: #0FA6B5;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*}*/
/*.tansuo .tansuoA .tx .c .dx option:checked{*/
/*  background-color: #0FA6B5;*/
/*  color: white;*/
/*}*/

.tansuo .tansuoA .tx .c .layui-form-select .layui-input {
    padding: 0 0.72rem 0 0.2rem;
    border: 1px solid rgba(159, 163, 173, 0.5);
    background: transparent;
    border-radius: 0.1rem; 
    height: 0.64rem;
    font-size: 0.16rem;
}
.tansuo .tansuoA .tx .c .layui-form-select dl {
    top: 0.56rem !important;
    color: #333;
    border-radius: 0 0 0.1rem 0.1rem;
    /*border-top: 0 !important;*/
    z-index: 9;
    height: 2.8rem;
}

.tansuo .tansuoA .tx .c .layui-form-select dl::-webkit-scrollbar {
    width: 0.06rem; 
    background: #D8D8D8;
    border-radius: 6px;
    overflow: hidden;
}
.tansuo .tansuoA .tx .c .layui-form-select dl::-webkit-scrollbar-track {
    width: 0.06rem;
    background: transparent; 
}
.tansuo .tansuoA .tx .c .layui-form-select dl::-webkit-scrollbar-thumb {
    width: 0.06rem;
    height: 0.4rem;
    background-color: #0FA6B5; 
    border-radius: 6px; 
}


.tansuo .tansuoA .tx .c .layui-form-selected .layui-input{
    background: #FFF !important;
}
.tansuo .tansuoA .tx .c .layui-form-select dl dd {
    padding: 0 0.2rem;
    font-size: 0.16rem;
}
.tansuo .tansuoA .tx .c .layui-form-select dl dd.layui-this {
    /*background-color: #0FA6B5;*/
    background-color: #FFF;
    color: #0FA6B5;
}
.tansuo .tansuoA .tx .c .layui-form-select dl dd:hover {
    background-color: #FFF;
    color: #0FA6B5;
}
.tansuo .tansuoA .tx .c .layui-form-item .layui-input-inline {
    width: 2.9rem;
}
@media (max-width: 1100px) {
    .tansuo .tansuoA .tx .c .layui-form-item .layui-input-inline {
        width: 100%;
    }
    .tansuo .tansuoA .tx .c .layui-form-select dl {
        top: 0.7rem !important;
        color: #333;
        border-radius: 0 0 0.1rem 0.1rem;
    }
    .tansuo .tansuoA .tx .c .layui-form-select .layui-input {
        font-size: 0.24rem;
        height: 0.8rem;
    }
    .tansuo .tansuoA .tx .c .layui-form-select dl dd {
        font-size: 0.22rem;
    }
    .tansuo .tansuoA .tx .c .layui-form-select dl dd:hover {
        background-color: #FFF;
        color: #333;
    }
    .tansuo .tansuoA .tx .c .layui-form-select dl dd.layui-this {
        /*background-color: #0FA6B5;*/
        background-color: #FFF;
        color: #0FA6B5;
    }
    .ysconA .ysconA-a .t1 { font-size: 0.32rem; }
}
@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        display: block;
        float: none;
         left: 0 !important; 
        width: auto;
         margin: 0 !important; 
    }
}
.tansuo .tansuoA .tx .c .sousou{ width: 4.5rem; position: relative; margin-left: 0.1rem;}
.tansuo .tansuoA .tx .c .sous_1{ 
    width: 100%; 
    /*border-radius: 30px; */
    border:none; 
    height: 0.52rem; 
    line-height: 0.52rem; 
    background: #E7F4F3; 
    padding: 0 0.25rem; 
    font-size: 0.16rem;
    border: 1px solid rgba(159, 163, 173, 0.5);
    background: transparent;
    /*border-radius: 0.1rem 0 0.1rem 0;*/
    padding: 0.23rem 0.2rem;
    height: 0.64rem;
}
.tansuo .tansuoA .tx .c .dyan{ 
    width: 1.3rem; 
    height: 0.52rem; 
    line-height: 0.52rem; 
    text-align: center; 
    border:none; 
    /*border-radius: 0.3rem; */
    position: absolute; 
    right: 0.1rem; 
    top: 50%;
    transform: translateY(-50%); 
    background: #0FA6B5; 
    color: #fff; 
    cursor: pointer;
    height: 0.49rem;
    width: 1.48rem;
    /*border-radius: 0.1rem 0 0.1rem 0;*/
}
.tansuo .tansuoA .tx .c .dyan i{ 
    display: inline-block; 
    vertical-align: middle; 
    width: 0.18rem; 
    height: 0.19rem; 
    background: url(../images/fdj.svg) no-repeat center center / cover; 
    background-size: 0.18rem; 
    margin-right: 0.08rem; 
}

.tansuo .tansuoB {
    margin-top: 0.4rem;
    /*margin-top: 0.6rem;*/
    width: 100%;
    height: auto;
}
.tansuo .tansuoB .swiper-wrapper .swiper-slide { overflow: hidden; }
.tansuo .tansuoB ul { 
    display: flex; 
    flex-wrap: wrap; 
    
}
.tansuo .tsb ul { 
    display: block;
}
.tansuo .tansuoB ul li {
    margin-right: 0.16rem;
    float: left;
    width: calc((100% - 4 * 0.12rem) / 4);
    margin-bottom: 0.4rem;
    overflow: hidden;
    transition: all .5s;
    border-radius: 0.2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.29);
}
.tansuo .tansuoB ul li:hover {
    background: #0FA6B5;
}
.tansuo .tansuoB ul li:hover .c,
.tansuo .tansuoB ul li:hover .t .tx{
    color: #FFF;
    
}
.tansuo .tansuoB ul li:hover .t span{
    color: #FFF;
    background: rgba(255, 255, 255, 0.05);
}

.tansuo .tansuoB .tsb {
    display: block;
    padding: 0.16rem;
    /*background: rgba(255, 255, 255, 0.29);*/
    padding-bottom: 0.56rem;
}
.tansuo .tansuoB .tsb .img {
    width: 100%;
    height: 3.23rem;
    background: #EEE;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.tansuo .tansuoB ul li:hover .tsb .img {
    background: #FFF;
}
.tansuo .tansuoB .tsb .img img {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tansuo .tansuoB .tsb .t {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.35rem;
}
.colorB5 { color: #0FA6B5; }

.tansuo .tansuoB .tsb .t span {
    margin-left: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(15, 166, 181, 0.05);
    padding: 0.06rem 0.13rem;
}

.color6d { color: #6D6D6D; }

.tansuo .tansuoB .tsb .c {
    margin-top: 0.16rem;
    /* padding-bottom: 0.4rem; */
    /*font-size: 0.16rem;*/
    display: -webkit-box;      
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    text-overflow: ellipsis;  
    white-space: normal;       
}




@media (min-width: 1101px) {
  .tansuo .tansuoB ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .tansuo .tansuoB .tsb .img img {
    width: 80%;
  }
  .tansuo .tansuoB .tsb .t .tx.font26 {
      font-size: 0.26rem;
  }
  .tansuo .tansuoB .tsb .t .span.font14 {
      font-size: 0.14rem;
  }
  /*.tansuo .tansuoB .tsb .t .tx {*/
  /*  font-size: 0.26rem;*/
  /*}*/
  /*.tansuo .tansuoB .tsb .t span {*/
  /*  font-size: 0.16rem;*/
  /*}*/
  .tansuo .tansuoB .tsb .c { font-size: 0.17rem; }
}

@media (max-width: 1100px) {
  .tansuo .tansuoB ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* .tansuo .tansuoB ul li:nth-child(3n) {
    margin-right: 0.16rem;
  } */
  .tansuo .tansuoB ul li {
    /*width: calc((100% - 2 * 0.16rem) / 2);*/
    /*margin-right: 0.32rem;*/
    width: 100%;
  }
  .tansuo .tansuoB ul li:nth-child(4n) {
    margin-right: 0;
  }
  .tansuo .tansuoB .tsb .img {
    width: auto;
    height: 6.5rem;
  }
  .tansuo .tansuoB .tsb .img img {
    width: 100%;
  }
  .tansuo .tansuoA .tx .c {
    margin-top: 0.25rem;
    width: 100%;
  }
  .tansuo .tansuoA .tx .c .layui-form{
    width: 100%;
  }
  .tansuo .tansuoA .tx .c .all {
    width: 100%; padding: 0 0.24rem; line-height: 0.7rem; height: 0.7rem; font-size: 0.24rem;
    /*text-align: center;*/
  }
  .tansuo .tansuoA .tx .c .dx {
    width: 100%;
    height: 0.8rem;
  }
  
  .tansuo .tansuoA .tx .c .sousou {
    margin-left: 0;
    margin-top: 0.1rem;
    width: 7rem;
    width: 100%;
  }
  .tansuo .tansuoB .tsb .t {
      display: block;
  }
  
  .tansuo .tansuoB .tsb .t span {
      display: inline-block;
      margin-top: 0.2rem;
      margin-left: 0;
  }
  .tansuo .tansuoB .tsb .t .tx.font26 {
      font-size: 0.36rem;
  }
  
  .tansuo .tansuoA .tx .c .dyan { width: 1.8rem; height: 0.6rem; line-height: 0.6rem; }
  .tansuo .tansuoA .tx .c .dyan i { top: 12% !important;width: 0.24rem; height: 0.24rem; background: url(../images/fdj.svg) no-repeat center center / cover; 
    background-size: 0.24rem;  }
    .tansuo .tansuoA .tx .c .sous_1 { font-size: 0.24rem; height: 0.8rem}
  .tansuo .tansuoB .tsb .c { font-size: 0.24rem; } 
}

.tansuoC {
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tansuoC a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.13rem;
    width: 0.54rem;
    height: 0.54rem;
    color: #333;
    font-size: 0.16rem;
    border-radius: 0.1rem;
    background: #FFF;
    transition: all .5s;
    font-weight: 400;
}
.tansuoC a:hover,
.tansuoC a.cur {
    background: #0FA6B5;
    color: #FFF;
}
.tansuoC a.prev:hover,
.tansuoC a.next:hover {
    background: #FFF;
}
.tansuoC a.prev i {
    display: inline-block;
    width: 0.07rem;
    height: 0.11rem;
    background: url(../images/page_left.svg) no-repeat center center / cover;
}
.tansuoC a.next i {
    display: inline-block;
    width: 0.07rem;
    height: 0.11rem;
    background: url(../images/page_right.svg) no-repeat center center / cover;
}


/* 探索科室 */
.tansuoksA {
    background: #FFF;
    padding: 1.1rem 0;
    
}
.tansuoksA .clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tansuoksA .left ,
.tansuoksA .right {
    width: 50%;
    height: auto;
}
/* .tansuoksA .left {
    padding: 3.645833vw 0;
} */
.tansuoksA .left h3 {
    font-weight: 700;
    color: #222;
    margin-bottom: 0.24rem;
}
.tansuoksA .left h4 {
    font-weight: 400;
    color: #415364;
}


.tansuoksA .left .lab,
.tansuoksA .left .la .lab{
    font-weight: 400;
    color: #666;
    font-size: 0.18rem;
    line-height: 1.5;
    width: 93%;
}

.tansuoksA .left .la {
    margin-bottom: 2.605523vw;
}
.tansuoksA .left .la h3 {
    /*font-size: 0.56rem;*/
    font-size: 0.42rem;
    font-family: 'SuperBlue-Bold';
    color: rgb(65, 83, 100);
}

.tansuoksA .left .la .lab{
    width: 94%;
    /* line-height: 28px;  */
    max-height: 1.6rem;
    overflow-y: auto; 
    text-align: justify;
    padding-right: 0.2rem;
}

.tansuoksA .left .la .lab::-webkit-scrollbar {
    width: 6px;
}
.tansuoksA .left .la .lab::-webkit-scrollbar-thumb {
    background-color: #0FA6B5;
    border-radius: 3px;
}
.tansuoksA .left .la .lab::-webkit-scrollbar {
    width: 1px;
    height: auto;
}
.tansuoksA .left .la .lab::-webkit-scrollbar-track {
    background-color: #D8D8D8;
}

.tansuoksA .left .lb {
    margin-bottom: 1.5633142vw;
    /*text-align: justify;*/
}
.tansuoksA .left .lb:last-child {
    margin-bottom: 0;
}
.tansuoksA .left .lb h4{
    font-size: 0.22rem;
    margin-bottom: 0.06rem;
}
.tansuoksA .left .lc {
    margin-bottom: 1.5633142vw;
}
.tansuoksA .left .lc h4 {
    font-size: 0.22rem;
    margin-bottom: 1.5633142vw;
}
.tansuoksA .left .ld h4 {
    font-size: 0.22rem;
    margin-bottom: 0.06rem;
}
.tansuoksA .right {
    border-radius: 0.2rem;
    overflow: hidden;
}
.tansuoksA .right img {
    max-width: 8.5rem;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .tansuoksA .left,
    .tansuoksA .right{
        width: 100%;
    }
    .tansuoksA .right {
        margin-top: 0.25rem;
    }
    .tansuoksA .left p,
    .tansuoksA .left .la p {
        width: 100%;
    }
    .tansuoksA .left .la p {
        /*max-height: 1rem;*/
    }
}

.tansuoksB {
    padding: 1.2rem 0;
    position: relative;
}
.tansuoksB .t { font-family: 'SuperBlue-Bold'; }

.tansuoksB::before {
  content: "";
  position: absolute;
  left: 0;       
  top: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(circle at right center,rgba(0, 175, 190, 0.1) 0%, transparent 20%, transparent 100%);
  z-index: -1;  
}
.tansuoksB::after {
  content: "";
  position: absolute;
  right: 0;    
  top: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.5) 60%, transparent 100%);
  z-index: -1;
}
.tansuoksB .tc {
    position: relative;
}
.tansuoksB .tc .c {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tansuoksB .tc .c .tsB {
    width: 0.54rem;
    height: 0.44rem;
    background: #FFF;
    border-radius: 0.1rem;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.tansuoksB .tc .c .tsB:hover {
    background: #0FA6B5;
}

.tansuoksB .tc .c .tsB:first-child{
    margin-right: 0.1rem;
}
.tansuoksB .tc .c .tsBPrev::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jt-1.svg) no-repeat center center / cover;
}
.tansuoksB .tc .c .tsBPrev:hover::after {
    background: url(../images/jt-1-1.svg) no-repeat center center / cover;
}
.tansuoksB .tc .c .tsBNext::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jt-2-2.svg) no-repeat center center / cover;
}
.tansuoksB .tc .c .tsBNext:hover::after {
    background: url(../images/jt-2.svg) no-repeat center center / cover;
}
/*.tansuoksB .tansuoB ul { display: flex; }*/
.tansuoksB .tansuoB ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    border-radius: 0.2rem;
}
.tansuoksB .tansuoB {
    overflow: hidden;
}

@media (max-width:1100px) {
    .tansuoksB .tansuoB .tsb .img {
        /*height: 3.23rem;*/
    }
    .tansuoksB .t { font-size: 0.43rem; }
    .tansuoksB .tc .c { margin-top: 0.4rem; position: static; transform: translate(0); display: flex; justify-content: right;}
}


/* 探索科室2 */
.tansuoksA2 {
    padding: 1.2rem 0;
    position: relative;
}
.tansuoksA2 .t { font-family: 'SuperBlue-Bold'; }
.tansuoksA2::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center,rgba(0, 175, 190, 0.1) 0%, transparent 20%, transparent 100%);
  z-index: -1;   
}
.tansuoksA2::after {
  content: "";
  position: absolute;
  right: 0;      
  top: 0;
  bottom: 0;
  width: 100%; 
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.6) 50%, transparent 100%);
  z-index: -1;
}
@media (max-width:1100px){
    .tansuoksA2::after {
        background: radial-gradient(circle at center center, transparent 0%, rgba(193, 230, 237, .8) 50%, rgba(193, 230, 237, .5) 90%,transparent 100%);
    }
}
.tansuoksA2 .tska {
    margin-top: 0.4rem;
}
.tansuoksA2 .tska ul li {
    float: left;
    width: calc( (100% - 0.16rem) / 2 );
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    padding: 0.44rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.tansuoksA2 .tska ul li:nth-child(2n){
    margin-right: 0;
}

.tansuoksA2 .tska ul li .clr1{
    position: relative;
    width: 1.06rem;
    height: 1.06rem;
    background: rgba(15, 166, 181, .1);
    border-radius: 50%;
}
.tansuoksA2 .tska ul li .clr1 .clr2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.01rem;
    height: 1.01rem;
    background: rgba(15, 166, 181, .2);
    border-radius: 50%;
}
.tansuoksA2 .tska ul li .clr1 .clr2 .clr3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.96rem;
    height: 0.96rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tansuoksA2 .tska ul li .tc {
    margin-top: 0.46rem;
    margin-bottom: 0.4rem;
}
.tansuoksA2 .tska ul li .tc .t {
    font-weight: 400;
    /*color: #222;*/
    color: #415364;
}
.tansuoksA2 .tska ul li .tc .c {
    margin-top: 0.16rem;
    font-weight: 400;
    color: #6D6D6D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 0.62rem;
}
.tansuoksA2 .tska ul li .tc .more {
    background: #0FA6B5;
}
.tansuoksA2 .tska ul li .tc .more i{
    color: #FFF;
}
.tansuoksA2 .tska ul li .tc .more:hover i {
    color: #0FA6B5;
}
.tansuoksA2 .tska ul li .tc .more span {
    background: #FFF;
}
.tansuoksA2 .tska ul li .tc .more span::before {
    background: url(../images/jtzt.svg) no-repeat center center / cover;
}
@media (max-width: 1100px) {
    .tansuoksA2 .tska {
        margin-top: 0.8rem;
    }
    .tansuoksA2 .tska ul li {
        width: 100%;
    }
    .tansuoksA2 .tska ul li:nth-child(2n){
        margin-right: auto;
    }
    .tansuoksA2 .tska ul li .clr1 { width: 1.3rem; height: 1.3rem; }
    .tansuoksA2 .tska ul li .clr1 .clr2 { width: 1.25rem; height: 1.25rem; }
    .tansuoksA2 .tska ul li .clr1 .clr2 .clr3 { width: 1.2rem; height: 1.2rem; }
    .tansuoksA2 .tska ul li .clr1 .clr2 .clr3 .img100 { width: 60%; }
    .tansuoksA2 .tska ul li .tap { display: flex; align-items: center; }
    .tansuoksA2 .tska ul li .tap .t { margin-left: 0.32rem; color: #415364;}
    .tansuoksA2 .tska ul li .tc .c { 
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 0.8rem;
    }
    
}


/* 探索医院 */
.tansuoyy {
    padding: 1.2rem 0;
    position: relative;
}
.tansuoyy .tc { z-index: 9;   }
.tansuoyy .tc .t { font-family: 'SuperBlue-Bold'; }
.tansuoyy::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center,rgba(0, 175, 190, 0.1) 0%, transparent 20%, transparent 100%);
  z-index: -1;   
}
.tansuoyy::after {
  content: "";
  position: absolute;
  right: 0;      
  top: 0;
  bottom: 0;
  width: 100%; 
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.6) 50%, transparent 100%);
  z-index: -1;
}
.tansuoyy .tc .c {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
}
.tansuoyy .tc .c .tcas { display: flex; margin-right: 0.1rem; }
.tansuoyy .tc .c .layui-form-select .layui-input {
    padding: 0 0.72rem 0 0.2rem;
    border: 1px solid rgba(159, 163, 173, 0.5);
    background: transparent;
    border-radius: 0.1rem; 
    height: 0.64rem;
    font-size: 0.14rem;
}
.tansuoyy .tc .c .layui-form-item { margin-bottom:0; }

.tansuoyy .tc .c .layui-form-select dl {
    top: 0.56rem !important;
    /*bottom: -0.76rem;*/
    color: #333;
    border-radius: 0 0 0.1rem 0.1rem;
    /*border-top: 0 !important;*/
    /*height: 0.84rem;*/
    /*height: 1.2rem;*/
}

.tansuoyy .tc .c .layui-form-select dl::-webkit-scrollbar {
    /*width: 0.06rem; */
    width: 0;
    background: #D8D8D8;
    border-radius: 6px;
    overflow: hidden;
}
.tansuoyy .tc .c .layui-form-select dl::-webkit-scrollbar-track {
    /*width: 0.06rem;*/
    width: 0;
    background: transparent; 
}
.tansuoyy .tc .c .layui-form-select dl::-webkit-scrollbar-thumb {
    /*width: 0.06rem;*/
    /*height: 0.4rem;*/
    width: 0;
    background-color: #0FA6B5; 
    border-radius: 6px; 
}


.tansuoyy .tc .c .layui-form-selected .layui-input{
    background: #FFF !important;
}
.tansuoyy .tc .c .layui-form-select dl dd {
    padding: 0 0.2rem;
}
.tansuoyy .tc .c .layui-form-select dl dd:first-child {
    display: none;
}
.tansuoyy .tc .c .layui-form-select dl dd.layui-this {
    /*background-color: #0FA6B5;*/
    background-color: #FFF;
    color: #0FA6B5;
}
.tansuoyy .tc .c .layui-form-select dl dd:hover {
    background-color: #0FA6B5;
    color: #FFF;
}
.tansuoyy .tc .c .layui-form-item .layui-input-inline {
    width: auto;
    margin-right: 0;
}

@media (max-width: 1100px) {
    .tansuoyy .tc .c .layui-form-item .layui-input-inline {
        width: 100%;
    }
    .tansuoyy .tc .c .layui-form-select dl {
        top: 0.7rem !important;
        color: #333;
        border-radius: 0 0 0.1rem 0.1rem;
        font-size: 0.2rem;
        height: auto;
    }
    .tansuoyy .tc .c .layui-form-select .layui-input {
        font-size: 0.24rem;
        height: 0.8rem;
    }
}
@media screen and (max-width: 450px) {
    .tansuoyy .tc .c .layui-form-item .layui-input-inline {
        display: block;
        float: none;
        left: 0 !important; 
        width: auto;
        margin: 0.35rem 0 0 0; 
    }
}

.tansuoyy .tc .c .c1 {
    padding: 0.2rem 0.48rem;
    background: #FFF;
    /*border-radius: 0.15rem 0 0.15rem 0;*/
    border-radius: 0.15rem;
    margin-right: 0.12rem;
    cursor: pointer;
    transition: all .5s;
}
.tansuoyy .tc .c .c1:last-child {
    margin-right: 0 !important;
}
.tansuoyy .tc .c .c1:hover,
.tansuoyy .tc .c .c1.cur {
    background: #0FA6B5;
    color: #FFF;
}
.tansuoyy .tanc {
    margin-top: 0.4rem;
}
.tansuoyy .tanc ul { display: flex; flex-wrap: wrap; }
.tansuoyy .tanc ul li {
    float: left;
    width: calc((100% - 0.32rem) / 3);
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    background: #FFF;
}
.tansuoyy .tanc ul li:nth-child(3n){
    margin-right: 0;
}
.tansuoyy .tanc ul li a {
    display: inline-block;
    padding: 0.16rem;
    width: 100%;
}
.tansuoyy .tanc ul li a .img {
    width: 100%;
    height: 3.84rem;
    overflow: hidden;
    background: #ddd;
}
.tansuoyy .tanc ul li a .img .alnks {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    background: #FFF;
    padding: 0.18rem 0.22rem;
    transition: all .5s;
}
.tansuoyy .tanc ul li a:hover .img .alnks {
    opacity: 1;
}
.tansuoyy .tanc ul li a .tc1 {
    margin-top: 0.35rem;
    padding-bottom: 0.61rem;
}
.tansuoyy .tanc ul li a .tc1 .t {
    margin-bottom: 0.16rem;
    font-family: 'SuperBlue-Bold';
    line-height: 1.35;
}
.tansuoyy .tanc ul li a .tc1 .c1.font18 {
    font-size: 0.17rem;
}
.tansuoyy .tanc ul li a .tc1 .c1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.tansuoyy .tanc ul li a .img img {
    transition: all 0.6s;
}
.tansuoyy .tanc ul li a:hover .img img{
    transform: scale(1.1);
}

@media (max-width: 1100px) {
    .tansuoyy .tanc ul li {
        /* width: calc( (100% - 0.32rem) / 1 ); */
        width: 100%;
        margin-right: 0;
    }
    .tansuoyy .tc .c {
        position: relative;
        width: 100%;
        margin-top: 0.6rem;
        right: 0;
        bottom: 0;
        /*display: block;*/
        transform: translate(0);
        flex-wrap: nowrap;
        margin-bottom: 0.25rem;
    }
    .tansuoyy .tc .c .tcas {
        display: flex;
        display: none;
        margin-right: 0.5rem;
    }
    .tansuoyy .tanc {
        margin-top: 0.1rem;
    }
    .tansuoyy .tc .c .c1:last-child { margin-right:0; }
    .tansuoyy .tc .c .c1 {
        padding: 0.16rem 0.48rem;
        font-size: 0.2rem;
    }
    .tansuoyy .tc .c .layui-form { 
        width: 100%;
    }
    .tansuoyy .tc .c .layui-form-item { 
        width: 100%;
    }
}


/* 首页 */
.banner {
    /*height: auto;*/
    height: 7.8rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 0.5rem 0;
}
.banner .bannerA {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
}
.banner .bannerA .bannerA-a {
    color: #FFF;
}
.banner .img {
    transform: scale(1);
}
.banner .bannerA .bannerA-a .t2 {
    margin-top: 0.14rem;
    color: rgb(65, 83, 100);
}
.banner .bannerA .bannerA-a .t2 span {
    position: relative;
}
.banner .bannerA .bannerA-a .t2 span::after {
    content: "";
    display: inline-block;
    /*width: 92%;*/
    width: 100%;
    height: 0.14rem;
    background: #0FA6B5;
    position: absolute;
    bottom: 0.08rem;
    left: 0;
    z-index: -1;
}
@media (max-width: 1600px) {
    /*.font60 {*/
    /*    font-size: 0.64rem;*/
    /*}*/
}
@media (max-width: 1100px) {
    /*.font60 {*/
    /*    font-size: 0.24rem;*/
    /*}*/
    .banner { height:auto; }
    .banner .bannerA .bannerA-a .t2 span::after {
        /*bottom: 0.02rem;*/
        height: 0.1rem;
    }
    .banner .bannerA .bannerA-a .t2.font60 {
        font-size: 0.24rem;
    }
    .banner .bannerA {
        top: 58%;
    }
    .banner .bannerA .bannerA-a .t2 { color: rgb(65, 83, 100); }
    .nybanner.banner video { position: static; transform: translate(0); }
}
.banner .swiper-slide-active .bannerA-a {
    opacity: 1;
}


.banner .bannerB {
    padding: 0.05rem 0.05rem 0.05rem 0.24rem;
    border-radius: 0.15rem 0 0.15rem 0;
    background: #FFF;
    position: relative;
    position: absolute;
    bottom: 5%;
    right: 12%;
    transform: translate(50%,-50%);
    z-index: 9;
}

.banner .bannerB .bannerB1 {
    height: 100%;
}
.banner .bannerB .bannerB1 .b1{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner .bannerB .bannerB1 .b1 i {
    margin: 0 0.05rem;
}
.banner .bannerB .bannerB1 .b1 .bannerPrev {
    margin-left: 0.4rem;
}
.banner .bannerB .bannerB1 .b1 .bannerNext {
    margin-left: 0.1rem;
}
.banner .bannerB .bannerB1 .b1 .bannerPrev,
.banner .bannerB .bannerB1 .b1 .bannerNext {
    width: 0.54rem;
    height: 0.44rem;
    background: #F1F1F1;
    text-align: center;
    line-height: 0.44rem;
    border-radius: 0.1rem 0 0.1rem 0;
    transition: all .5s;
    position: relative;
}
.banner .bannerB .bannerB1 .b1 .bannerBtn:hover {
    background: #0FA6B5;
    cursor: pointer;
}
.swiper-button-lock {
    display: block !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto !important;
}


.banner .bannerB .bannerB1 .b1 .bannerPrev::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/jt-1.svg) no-repeat center center / cover;
} 
.banner .bannerB .bannerB1 .b1 .bannerPrev:hover::after {
    background: url(../images/jt-1-1.svg) no-repeat center center / cover;
}
.banner .bannerB .bannerB1 .b1 .bannerNext:hover::after {
    background: url(../images/jt-2.svg) no-repeat center center / cover;
}
.banner .bannerB .bannerB1 .b1 .bannerNext::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/jt-2-2.svg) no-repeat center center / cover;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal
{
    left: 5% !important;
    bottom: 10% !important;
}
.banner .swiper-pagination {
    padding: 0 !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 3.14rem;
    height: 0.02rem;
    background: rgba(216, 216, 216,0.5);
}
/* .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(216, 216, 216,0.5);
} */
.banner .swiper-pagination .swiper-pagination-bullet.cur {
    width: 3.14rem;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
    background: rgba(216, 216, 216,1);
}

@media (max-width: 1100px) {
    .banner .bannerB {
        right: 24%;
        bottom: 1%;
    }
    /* .banner .bannerC .bannerC1,
    .banner .bannerB .bannerB1 {
        width: 100%;
        } */
    .banner .swiper-pagination .swiper-pagination-bullet,
    .banner .swiper-pagination .swiper-pagination-bullet.cur {
        width: 1rem;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal
    {
        left: 5% !important;
        bottom: 8% !important;
    }

}



.homeA {
    padding-top: 1.2rem;
    padding-bottom: 0.45rem;
}
.homeA .swiper { width: 82%; }
.homeA .swiper .swiper-slide {
    width: 3.45rem;
    height: 1.86rem;
    background: #FFF;
    /*border-radius: 0.2rem;*/
    border: 1px solid rgba(0, 166, 181, 0.2);
    overflow: hidden;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 8% !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-next {
    right: 8% !important;
}

.homeA .homeaNext,
.homeA .homeaPrev {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0.15rem 0.22rem; 
    width: 0.5rem;
    height: 0.44rem;
    background: rgba(247, 247, 247, 1);
    /*border-radius: 0.1rem 0 0.1rem 0;*/
}
.homeA .homeaPrev {
    left: 7%;
    margin-right: 0.1rem;
}
.homeA .homeaNext {
    right: 7%;
}
.homeA .homeaPrev .preva,
.homeA .homeaNext .nexta {
    width: 100%;
    height: 100%;
}
.homeA .homeaPrev .preva::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jt-1.svg) no-repeat center center / cover;
}
.homeA .homeaPrev:hover {
    background: #0FA6B5;
}
.homeA .homeaPrev:hover .preva::after {
    background: url(../images/jt-1-1.svg) no-repeat center center / cover;
}
.homeA .homeaNext .nexta::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jt-2-2.svg) no-repeat center center / cover;
}
.homeA .homeaNext:hover {
    background: #0FA6B5;
}
.homeA .homeaNext:hover .nexta::after {
    background: url(../images/jt-2.svg) no-repeat center center / cover;
}
.homeA .swiper-slide .homeaa {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.homeA .swiper-slide .homeaa .clr1{
    position: relative;
    width: 1.06rem;
    height: 1.06rem;
    background: rgba(15, 166, 181, .1);
    border-radius: 50%;
}
.homeA .swiper-slide .homeaa .clr1 .clr2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.01rem;
    height: 1.01rem;
    background: rgba(15, 166, 181, .2);
    border-radius: 50%;
}
.homeA .swiper-slide .homeaa .clr1 .clr2 .clr3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.96rem;
    height: 0.96rem;
    background: rgba(248, 248, 248, 1);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeA .swiper-slide .homeaa {
    padding: 0.29rem 0;
}
.homeA .swiper-slide .homeaa .t {
    margin-top: 0.27rem;
}
@media (max-width: 1100px) {
    .homeA .homeaPrev {
        left: 5%;
    }
    .homeA .homeaNext {
        right: 5%;
    }
    .homeA .swiper-slide .homeaa .t { text-align: center; }
    .homeA .swiper-slide .homeaa .t.font22 { font-size: 0.14rem; }
    .container { width: 90%; margin: 0 auto; }
    .homeA .swiper { width: auto; }
    .homeA .botm {
        display: flex;
        margin-top: 0.5rem;
    }
    .homeA .botm .qhb {
        width: 80%;
        padding: 0 0.2rem;
    }
    .homeA .botm .qhb  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #0FA6B5 !important;
    }
    .homeA .botm .qhb .swiper-pagination {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 0.02rem;
    }
    .homeA .botm .qha {
        display: flex;
        margin-left: auto;
    }
    .homeA .homeaNext,
    .homeA .homeaPrev {
        position: static;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(0);
        z-index: 10;
        width: 0.5rem;
        height: 0.44rem;
        border-radius: 0.1rem;
        background: rgba(247, 247, 247, 1);
    }
    .homeA .swiper-slide .homeaa .clr1 .clr2 .clr3 .img100 { width: 55%; }
}
/* 激活状态样式 */
.homeA .swiper-slide-thumb-active .homeaa,
.homeA .swiper-slide-thumb-active.cur .homeaa{
    background: linear-gradient(90deg, rgba(15, 166, 181, .3) 0%, rgba(15, 166, 181, .6) 50%, rgba(15, 166, 181, 1) 100%) !important;
}
.homeA .swiper-slide-thumb-active .homeaa .t {
    color: #FFF;
}
/* .homeA .mySwiper .swiper-slide:nth-last-child(-n+3) {
    opacity: 0;
} */
.homeB  .swiper-slide {
    width: 100%;
}
.homeB  .swiper-slide .homeb1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.homeB  .swiper-slide .homeb1 .homeLeft {
    width: 40%;
}
.homeB  .swiper-slide .homeb1 .homeLeft .t {
    margin-bottom: 0.4rem;
    font-family: 'SuperBlue-Bold';
}
.homeB  .swiper-slide .homeb1 .homeLeft .tt .tt1 {
    margin-bottom: 0.16rem;
}
.homeB  .swiper-slide .homeb1 .homeLeft .tt .tt2 {
    width: 82%;
}
.homeB  .swiper-slide .homeb1 .homeRight{
    width: 60%;
    overflow: hidden;
}
@media (max-width: 1100px) {
    .homeB  .swiper-slide .homeb1 {
        flex-direction: column;
    }
    .homeB  .swiper-slide .homeb1 .homeLeft ,
    .homeB  .swiper-slide .homeb1 .homeLeft .tt .tt2,
    .homeB  .swiper-slide .homeb1 .homeRight{ width: 100%; }
    .homeB  .swiper-slide .homeb1 .homeRight {
        margin-top: 0.24rem;
    }
    /* .homeB .mySwiper .swiper-slide:nth-last-child(-n+1) {
        opacity: 0;
    } */
}

.homeC {
    padding: 1.2rem 0;
    position: relative;
}

.homeC::before {
  content: "";
  position: absolute;
  left: 0;       
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center,transparent 0%, rgba(0, 175, 190, .1) 20%,  transparent 100%);
  z-index: -1;  
}
.homeC::after {
  content: "";
  position: absolute;
  right: 0;       
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, .3) 60%, transparent 100%);
  z-index: -1;
}
.homeC .homeC1 {
    margin-bottom: 0.48rem;
}
.homeC .homeC1 .t1 {
    margin-bottom: 0.36rem;
    font-family: "SuperBlue-Bold";
}
.homeC .homeC2 .homeC2-1 {
    width: 88%;
    height: 100%;
    padding: 0.6rem 0 0.6rem 0.4rem;
    margin-bottom: 0.7rem;
    background: url(../images/aa1.png) no-repeat center center / cover;
    position: relative;
    border-radius: 0.1rem;
    min-height: 6.7rem;
}
.homeC .homeC2 .homeC2-1 .homeC2-2 {
    position: absolute;
    right: -16%;
    top: 46.6%;
    transform: translateY(-50%);
    width: 10rem;
}
.homeC .homeC2 .homeC2-1 .t {
    margin-bottom: 0.35rem;
    width: 50%;
    scrollbar-width: none;
    /* -ms-overflow-style: none; */
    height: 5.2rem;
    overflow-y: scroll;
}
.homeC .homeC2 .homeC2-1 .t::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.homeC .homeC2 .homeC2-1 .t:last-child {
    margin-bottom: 0.35rem;
}
.homeC .homeC2 .homeC2-1 .t .t1 {
    font-weight: 400;
    color: #000000;
    font-size: 0.22rem;
    margin-bottom: 0.06rem;
}
.homeC .homeC2 .homeC2-1 .t .t2 {
    font-weight: 400;
    color: #3D3D3D;
    font-size: 0.18rem;
}
@media( max-width:1600px ){
    .homeC .homeC2 .homeC2-1 .t.font18 { font-size:0.18rem; }
}
@media (max-width: 1100px) {
    .homeC {
        padding-top: 0.6rem;
    }
    .homeC .homeC2 .homeC2-1 .homeC2-2 {
        width: auto;
        position: static;
        transform: translate(0);
    }
    .homeC .homeC2 .homeC2-1 {
        padding: 0.25rem;
        width: 100%;
        height: auto;
    }
    .homeC .homeC2 .homeC2-1 .t {
        width: 100%;
        height: auto;
    }
    .homeC .homeC2 .homeC2-1 .t.font18 {
        font-size: 0.24rem;
    }
    .homeC .homeC2 .homeC2-1 .t .t1 ,
    .tansuoksA .left .lb h4{
        font-size: 0.28rem;
    }
    .homeC .homeC2 .homeC2-1 .t .t2,
    .tansuoksA .left .lab, .tansuoksA .left .la .lab{
        font-size: 0.24rem;
    }
    .tansuoksA .left .la .lab {
        max-height: 2.2rem;
    }
}
.homeB {
    padding-bottom: 1.2rem;
}
@media (max-width:1100px){
    .homeB {
        padding-bottom: 0.6rem;
    }
}
/*.homeB .swiper-slide .homeb1 .homeLeft .more {*/
/*    background: #0FA6B5;*/
/*}*/
/*.homeB .swiper-slide .homeb1 .homeLeft .more i{*/
/*    color: #FFF;*/
/*}*/
/*.homeB .swiper-slide .homeb1 .homeLeft .more:hover i {*/
/*    color: #0FA6B5;*/
/*}*/
/*.homeB .swiper-slide .homeb1 .homeLeft .more span {*/
/*    background: #FFF;*/
/*}*/
/*.homeB .swiper-slide .homeb1 .homeLeft .more span::before {*/
/*    background: url(../images/jtzt.svg) no-repeat center center / cover;*/
/*}*/

.nav_box .navlist ul>li>a {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.nav_box .navlist .navxl .navxla {
    display: none;
}
.nav_box .navlist .navxl .navxla .navItem:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
.nav_box .navlist .navxl .navxla .navItem a {
    color: #FFF;
}
.nav_box .navlist .navxl .navxla .navItem {
    font-size: 0.25rem;
}
.ylService .ylServiceB p span,
.ylService .ylServiceB h3 span{
    font-weight: 400;
    color: #222 !important;
}

.homeA .mySwiper .swiper-slide {
    background-color: transparent;
    transition: background-color 0.5s ease;
}

.homeA .mySwiper .swiper-slide-thumb-active {
    background-color: rgba(255, 255, 255, 0.1); 
}

.homeA .mySwiper .swiper-slide-fade {
    background-color: transparent;
}
    
@media (max-width: 1100px){
    .font18 { font-size: 0.24rem; }
    .contactA .left .t3 .t3a:last-child .t-l img {
        width: 23%;
    }
    .footer .ooterc .ooterc-b .otb .otb-a img {
        width: 55%;
    }

    .banner .bannerA .bannerA-a .t2.font60 { font-size: 0.4rem; }
    .footer .ooterl {
        display: block;
    }
    .footer .ooterl .clearfix {
        flex-direction: column;
    }
    .footer .ooterl .footerNav {
        margin-top: 0.5rem;
    }
    .footer .ooterl .footerNav ul{
        display: block;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin: 0;
        gap: 10px;
    }
    /*.footer .ooterc .ooterc-a .tx .tx1 .icon img { width:auto; } */
    .footer .ooterc {
        display: flex;
        flex-direction: column;
    }
    .footer .ooterc .ooterc-a .tx .tx1 .txa.font16 { font-size: 0.26rem }
    .footer .ooterc .ooterc-a .tx .tx1 .txa { width: auto; }
    .footer .ooterc .ooterc-b { margin-top: 0.5rem; }
    .footer .ooterc .ooterc-a .tx .tx1 .icon { margin-right: 0.2rem; } 
    .footer .ooterc .ooterc-a .t { font-size: 0.3rem; }
    .footer .flink .flinka .fal { display: flex; flex-direction: column; height: 0.4rem; }
    .footer .flink .flinka .far { height: 0.4rem }
    .footer .ooterl.m2 { border-bottom:0; }
    .footer .ooterc .ooterc-b .otb .otb-a,.footer .ooterc .ooterc-b .otb .otb-a a { width: 0.8rem; height: 0.8rem;  margin-right: 0.2rem;}
    .footer .ooterc .ooterc-b .otb .otb-a img { width: 40%; }
    .footer .ooter .terr { text-align: left; margin-top:0.2rem;}
    .footer .ooter .terl { text-align: left; }
    .footer .ooter .terl p a { display: inline; }
    .footer .ooter .terl p a::after {content:""; display: block; }
    .footer .ooter .terl img { margin-left:0; }
    .footer .ooter .terr a { margin: 0; }
    .footer .ooterc .ooterc-a .tx .tx1 .txa { margin-left: auto; width:100%; }
}

.bannerCount1 .bannerB { display: none!important; }

.tansuo .tansuoB .tsb .t { display: block;}
.tansuo .tansuoB .tsb .t span { display: inline-block; margin-left: 0; margin-top: 0.1rem; }
.tansuo .tansuoA .tx .c .dyan i { transform: translateY(-50%); position: relative; top: 16%; }
.tansuo .tansuoA .tx .t { font-family: 'SuperBlue-Bold'; }

/*.tansuo .tansuoA .tx .c .dx { appearance: none; -webkit-appearance: none; -moz-appearance: none; }*/
/*select::-ms-expand { display: none; }*/
/*.tansuo .tansuoA .tx .c .sels { position: relative;  }*/
/*.tansuo .tansuoA .tx .c .sels::before {*/
/*  content: '';*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 8%;*/
/*  transform: translateY(-50%) rotate(0deg);*/
/*  width: 0.12rem;*/
/*  height: 0.08rem;*/
/*  background: url(../images/downjta.svg) no-repeat center center / cover;*/
/*  pointer-events: none;*/
/*  transition: transform 0.3s ease;*/
/*}*/
/*.tansuo .tansuoA .tx .c .sels.ines::before {*/
/*  transform: translateY(-50%) rotate(180deg);*/
/*}*/
/*@media (max-width: 1100px){*/
/*    .tansuo .tansuoA .tx .c .sels { width: 100%; }*/
/*    .tansuo .tansuoA .tx .c .sels::before { position: absolute; top: 50%; right: 4%; width: 0.18rem; height: 0.14rem; }*/
/*}*/



/* 搜索页 */
.color815 { color: #231815; }
.color6b5 { color: #0FA6B5; }
#search {  position: relative; }
#search::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center, rgba(0, 175, 190, 0.1) 0%, transparent 50%, rgba(0, 175, 190, 0.2) 100%);
  z-index: -1;   
}
#search::after {
  content: "";
  position: absolute;
  right: 0;      
  top: 0;
  bottom: 0;
  width: 100%; 
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.2) 50%, transparent 100%);
  z-index: -1;
}
@media (max-width: 1100px) {
    #search::before {
        background: radial-gradient(circle at right center, transparent 0%, rgba(0, 175, 190, 0.2) 20%, rgba(0, 175, 190, 0.1) 100%);
    }
    #search::after { 
        background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.1) 30%, transparent 100%);
    }
}
.searchPage { padding: 1.75rem 0 1.2rem 0; background: url(../images/jbbj.png) no-repeat center/cover #fff; }
.searchPage .searchpg { display: flex; justify-content: space-between; align-items: center; }
.searchPage .searchPb .sels .dx {
    padding: 0 1.6rem 0 0.2rem;
    border: 1px solid rgba(159, 163, 173, 0.5);
    background: transparent;
    border-radius: 0.1rem 0 0.1rem 0;
    height: 0.52rem;
}
.searchPage .searchPb .sels .dx { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
select::-ms-expand { display: none; }
.searchPage .searchPb .sels{ position: relative;  }
.searchPage .searchPb .sels::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) rotate(0deg);
  width: 0.12rem;
  height: 0.08rem;
  background: url(../images/downjta.svg) no-repeat center center / cover;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.searchPage .searchPb .sels.ines::before {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1100px) {
    .searchPage .searchpg { flex-direction: column; align-items: flex-start; }
    .searchPage .searchPa .res.font16 { font-size: 0.24rem; }
    .searchPage .searchPb { margin-top: 0.2rem; width: 100%;}
    .searchPage .searchPb .sels { width: 100%; }
    .searchPage .searchPb .sels .dx { width: 100%; height: 0.7rem; }
}


.searchPage .searchpj ul li {
    margin-right: 0.16rem;
    float: left;
    width: calc((100% - 4 * 0.12rem) / 4);
    margin-bottom: 0.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    transition: all .5s;
}
.searchPage .searchpj ul li:hover {
    background: #0FA6B5;
}
.searchPage .searchpj ul li:hover .c,
.searchPage .searchpj ul li:hover .t .tx{
    color: #FFF;
    
}
.searchPage .searchpj ul li:hover .t span{
    color: #FFF;
    background: rgba(255, 255, 255, 0.05);
}

.searchPage .searchpj .tsb {
    display: block;
    padding: 0.16rem;
    background: rgba(255, 255, 255, 0.29);
    padding-bottom: 0.56rem;
}

.searchPage .searchpj .tsb .img {
    width: 100%;
    height: 3.23rem;
    background: #EEE;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.searchPage .searchpj ul li:hover .tsb .img {
    background: #FFF;
}
.searchPage .searchpj .tsb .img img {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.searchPage .searchpj .tsb .t {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.35rem;
}
.colorB5 { color: #0FA6B5; }

.searchPage .searchpj .tsb .t span {
    margin-left: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(15, 166, 181, 0.05);
    padding: 0.06rem 0.13rem;
}

.color6d { color: #6D6D6D; }

.searchPage .searchpj .tsb .c {
    margin-top: 0.16rem;
    /* padding-bottom: 0.4rem; */
    /*font-size: 0.16rem;*/
    display: -webkit-box;      
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    text-overflow: ellipsis;  
    white-space: normal;       
}
.searchPage .searchpj .tsb .t { display: block;}
.searchPage .searchpj .tsb .t span { display: inline-block; margin-left: 0; margin-top: 0.1rem; }



@media (min-width: 1101px) {
  .searchPage .searchpj ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .searchPage .searchpj .tsb .img img {
    width: 80%;
  }
  .searchPage .searchpj .tsb .t .tx.font26 {
      font-size: 0.26rem;
  }
  .searchPage .searchpj .tsb .t .span.font14 {
      font-size: 0.14rem;
  }
}

@media (max-width: 1100px) {
  .searchPage .searchpj ul li:nth-child(2n) {
    margin-right: 0;
  }
  .searchPage .searchpj ul li {
    width: 100%;
  }
  .searchPage .searchpj ul li:nth-child(4n) {
    margin-right: 0;
  }
  .searchPage .searchpj .tsb .img {
    width: auto;
    height: 6.5rem;
  }
  .searchPage .searchpj .tsb .img img {
    width: 100%;
  }
  .searchPage .searchpj .tsb .t {
      display: block;
  }
  .searchPage .searchpj .tsb .t span {
      display: inline-block;
      margin-top: 0.2rem;
      margin-left: 0;
  } 
}
.searchPage .searchpz .tska ul li {
    float: left;
    width: calc( (100% - 0.16rem) / 2 );
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    padding: 0.44rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 0.2rem;
}
.searchPage .searchpz .tska ul li:nth-child(2n){
    margin-right: 0;
}

.searchPage .searchpz .tska ul li .clr1{
    position: relative;
    width: 1.06rem;
    height: 1.06rem;
    background: rgba(15, 166, 181, .1);
    border-radius: 50%;
}
.searchPage .searchpz .tska ul li .clr1 .clr2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.01rem;
    height: 1.01rem;
    background: rgba(15, 166, 181, .2);
    border-radius: 50%;
}
.searchPage .searchpz .tska ul li .clr1 .clr2 .clr3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.96rem;
    height: 0.96rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchPage .searchpz .tska ul li .tc {
    margin-top: 0.46rem;
    margin-bottom: 0.4rem;
}
.searchPage .searchpz .tska ul li .tc .t {
    font-weight: 400;
    color: #222;
}
.searchPage .searchpz .tska ul li .tc .c {
    margin-top: 0.16rem;
    font-weight: 400;
    color: #6D6D6D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.searchPage .searchpz .tska ul li .tc .more {
    background: #0FA6B5;
}
.searchPage .searchpz .tska ul li .tc .more i{
    color: #FFF;
}
.searchPage .searchpz .tska ul li .tc .more:hover i {
    color: #0FA6B5;
}
.searchPage .searchpz .tska ul li .tc .more span {
    background: #FFF;
}
.searchPage .searchpz .tska ul li .tc .more span::before {
    background: url(../images/jtzt.svg) no-repeat center center / cover;
}
@media (max-width: 1100px) {
    .searchPage .searchpz .tska {
        margin-top: 0.8rem;
    }
    .searchPage .searchpz .tska ul li {
        width: 100%;
    }
    .searchPage .searchpz .tska ul li:nth-child(2n){
        margin-right: auto;
    }
}
.searchPage .searchpzk .tanc ul li {
    float: left;
    width: calc((100% - 0.32rem) / 3);
    margin-right: 0.16rem;
    margin-bottom: 0.4rem;
    background: #FFF;
    border-radius: 0.2rem;
}
.searchPage .searchpzk .tanc ul li:nth-child(3n){
    margin-right: 0;
}
.searchPage .searchpzk .tanc ul li a {
    display: inline-block;
    padding: 0.16rem;
    width: 100%;
    border-radius: 0.2rem;
}
.searchPage .searchpzk .tanc ul li a .img {
    width: 100%;
    height: 3.84rem;
    overflow: hidden;
    background: #ddd;
    border-radius: 0.2rem;
}
.searchPage .searchpzk .tanc ul li a .tc1 {
    margin-top: 0.35rem;
    padding-bottom: 0.61rem;
}
.searchPage .searchpzk .tanc ul li a .tc1 .t {
    margin-bottom: 0.16rem;
}
.searchPage .searchpzk .tanc ul li a .tc1 .c1.font18 {
    font-size: 0.17rem;
}
.searchPage .searchpzk .tanc ul li a .tc1 .c1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.searchPage .searchpzk .tanc ul li a .img img {
    transition: all 0.6s;
}
.searchPage .searchpzk .tanc ul li a:hover .img img{
    transform: scale(1.1);
}
@media (max-width: 1100px) {
    .searchPage .searchpzk .tanc ul li {
        /* width: calc( (100% - 0.32rem) / 1 ); */
        width: 100%;
        margin-right: 0;
    }
    .searchPage .searchpzk .tc .c {
        position: relative;
        width: 100%;
        margin-top: 0.6rem;
        right: 0;
        bottom: 0
    }
    .searchPage .searchpzk .tanc {
        margin-top: 0.1rem;
    }
}
.empty-state-message {
    display: none;
    text-align: center;
    padding: 20px;
    color: #666;
    margin-top: 20px;
    font-size: 0.16rem;
}
.search-result.is-empty .empty-state-message {
    display: block;
}
/* 搜索页 */


/* detailxq 详情页 */
.colora4c { color: #323A4C; }
.xqA { padding: 1.8rem 0 1.2rem 0; background: url(../images/jbbj.png) no-repeat center/cover #fff; }
.xqA .nynav {
    position: absolute;
    bottom: 0.42rem;
    opacity: 0;
}
.xqA .nynav ol { display: flex; }
.xqA .nynav ol li a span {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../image/homea.svg) no-repeat center center / cover;
}
.xqA .nynav .breadcrumb-item.active {
    color: #999;
    pointer-events: none;
}
.xqA .nynav .breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #999;
    font-size: 0.14rem;
    vertical-align: top;
}
.xqA .xqpg {
    padding: 0.42rem 0.4rem;
    background: rgba(255, 255, 255, 0.4);
}
.xqA .xqpg .tc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.xqA .xqpg .tc .t { width: 84%; }*/
.xqA .xqpg .cont p { margin-bottom: 0.24rem; line-height: 1.75; }
.xqA .xqpg .cont p:last-child { margin-bottom: 0; }
.xqA .xqpg .co { line-height: 3.2; }
.xqA .xqpg .nt p { margin-bottom: 0.24rem; line-height: 1.75; }
.xqA .xqpg .nt p:last-child { margin-bottom: 0; }

@media (max-width: 1400px) {
    .xqA .nynav .breadcrumb-item:not(:last-child)::after {
        font-size: 0.2rem;
    }
}
@media (max-width: 1100px) {
    .xqA { padding: 2.4rem 0 1.2rem 0; }
    /*.xqA .xqpg .tc .t { width: 68%; }*/
    .xqA .xqpg .tc .t.font42 { font-size: 0.34rem; }
    .xqA .xqpg { padding: 0.32rem 0.2rem; }
    .xqA .nynav .breadcrumb-item:not(:last-child)::after { vertical-align: baseline; }
    .xqA .xqpg .co.font22 { font-size: 0.28rem; }
}
@media (max-width: 375px) {
    .xqA .nynav .breadcrumb-item:not(:last-child)::after { vertical-align: middle; }
}
/* 详情页 */
/* 条款 */
.tkA { padding: 1.8rem 0 1.2rem 0; position: relative; }

.tkA::before {
  content: "";
  position: absolute;
  left: 0;        
  top: 0;
  bottom: 0;
  width: 100%;  
  background: radial-gradient(circle at right center, rgba(0, 175, 190, 0.2) 0%, transparent 50%, rgba(0, 175, 190, 0.1) 100%);
  z-index: -1;   
}
.tkA::after {
  content: "";
  position: absolute;
  right: 0;      
  top: 0;
  bottom: 0;
  width: 100%; 
  background: radial-gradient(circle at center center,  transparent 0%, rgba(193, 230, 237, 0.2) 50%, transparent 100%);
  z-index: -1;
}
.tkA .nynav { opacity: 0; }
.tkA .tkpg { padding: 0.42rem 0.4rem; background: rgba(255, 255, 255, 0.4); }
.tkA .tkpg p { font-weight: 400; }
.tkA .tkpg .cont { margin-top: 0.3rem; }
.tkA .tkpg .co { margin-top: 0.5rem; }
.tkA .tkpg .nt { margin-top: 0.1rem; }
.tkA .tkpg .cont p { margin-bottom: 0.24rem; line-height: 1.75; }
.tkA .tkpg .co { font-weight: 500; color: #3d3d3d; font-size: 0.22rem; }
.tkA .tkpg .nt p { line-height: 1.72; }
.tkA .tkpg .nt ul li { position: relative; padding-left: 0.24rem; }
.tkA .tkpg .nt ul li::before { 
    content: ".";
    position: absolute;
    top: -0.05rem;
    left: 0.05rem;
    text-align: center;
    color: #6D6D6D;
}
.tkA .tkpg .nt .ti2 {
    padding-left: 0.24rem;
    margin-top: 0.15rem;
}
@media (max-width: 1100px) {
    .tkA .tkpg p { font-size: 0.26rem; }
    .tkA .tkpg .co { font-size: 0.3rem; }
    .tkA .tkpg .nt ul li::before { font-size: 0.26rem;}
}
/* 条款 */


.ysconA .ysconA-a .tx ul { padding-left:0.24rem; list-style-type: disc;} 
.ysconA .ysconA-a .tx ul li { list-style: inherit;  }

.nybanner.banner .swiper-slide .bannerA .bannerA-a .t2{ opacity: 0; }
/*.nybanner.banner .swiper-slide:nth-child(2) .bannerA .bannerA-a .t2{ opacity: 0; }*/
/*.nybanner.banner .swiper-slide:nth-child(5) .bannerA .bannerA-a .t2{ opacity: 0; }*/

.tansuo::before { background: radial-gradient(circle at right center, rgba(0, 175, 190, 0) 0%, rgba(0, 175, 190, 0.1) 60%, transparent 100%); }
.tansuo::after { background: radial-gradient(circle at center center, transparent 0%, rgba(193, 230, 237, 0.5) 90%, transparent 100%); }


