#home #main #roll .row {
    opacity: 1;
}

#home #main #roll #r3 .rowMain .con .cirBox {
    display: none;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i img {
    width: 1rem;
    height: 1rem;
}

#bloc header .pc-nav .col .logoBox {
    width: 1.9rem;
}

#home #main #roll #r3 .bg .pic.on {
    opacity: 1;
}

#home #main #roll #r3 .rowMain {
    display: none;
}

#home #main #roll .row .bg {
    /* opacity: 0.5; */
}

#bloc header .pc-nav .col:nth-of-type(2) .mask {
    display: none;
}

#bloc header .pc-nav.down .col:nth-of-type(2) .mask {
    display: block;
}

.homes3 {
    height: 100vh;
    position: relative;
}

#home #main #roll #r3 .other {
    /* top: 1rem; */
    top: 50%;
    transform: translateY(-50%);
}

#home {
    position: static;
}


.homes2 {
    padding: 1.2rem 2rem;
    background-color: #F7F7F7;
    background-image: url(/images/s2bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.homes2 .h1 {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5626rem;
    text-align: left;
    margin-bottom: .35rem;
    color: #474443;
}


.homes2 .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2813rem;
    text-align: left;
    color: #474443;
    margin-bottom: .36rem;
}

.homes2 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #474443;
    margin-bottom: .49rem;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.62rem;
    height: .52rem;
    border: 1px solid #004657;
    border-top-right-radius: .12rem;
    border-bottom-left-radius: .12rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.read-more span {
    position: relative;
    z-index: 2;
}

.read-more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 105%;
    width: 100%;
    background-color: #004657;
    transition: all .5s;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.read-more:hover::after {
    transform: translateX(100%);
}

.read-more:hover {
    color: #474443;
}

.homes2 .top {
    display: flex;
    justify-content: space-between;
}

.homes2 .top .a {
    width: 6.65rem;
}


.homes2 .top .b {
    width: 6.32rem;
    position: relative;
}

.homes2 .top .b img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.homes2 .top .b::before {
    content: '';
    position: absolute;
    width: .64rem;
    height: .6rem;
    background-color: #F3EEE1;
    left: -0.92rem;
    top: 1.65rem;
}

.homes2 .top .b::after {
    content: '';
    position: absolute;
    width: 3.06rem;
    height: 2.29rem;
    border-bottom-left-radius: .4rem;
    background-color: #E5EEF0;
    left: -1.35rem;
    bottom: -0.4752rem;
}

.homes2 .bott {
    margin-top: 1.4rem;
    padding-top: .57rem;
    border-top: 1px solid #DEDEDE;
}

.homes2 .bott .ul {
    display: flex;
    justify-content: space-between;
}

.homes2 .bott .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homes2 .bott .ul .li .h3 {
    font-family: Roboto;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5625rem;
    text-align: left;
    color: #004657;
}

.homes2 .bott .ul .li .h3 span {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    display: inline-block;
    margin-left: .05rem;
    line-height: 1;
}

.homes2 .bott .ul .li .h4 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .211rem;
    text-align: left;
    color: #474443;
    margin-top: .09rem;
}

.homes4 {
    padding: 1.07rem 0 .92rem;
    background-image: url(/images/casebg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.homes4 img {
    width: 100%;
    border-radius: 8px;
}

.homes4 .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    position: relative;
}

.homes4 .swiper-slide .txt {
    position: absolute;
    bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.homes4 .swiper-slide-active .txt {
    display: block;
}


.homes4 .swiper-slide .txt .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2813rem;
    text-align: center;
    color: #fff;
}

.homes4 .swiper-slide .txt .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .211rem;
    text-align: center;
    color: #fff;
    margin-top: .11rem;
}

.homes4 .swiper-slide-active {
    transform: scale(1);
}

.homes4 .read-more {
    margin: 0 auto;
    margin-top: .386rem;
}

.homeTit {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5626rem;
    text-align: center;
    color: #474443;
    margin-bottom: .5rem;
}

.homes4 .swiper-button-prev,
.homes4 .swiper-button-next {
    display: flex;
    align-items: center;
    width: auto;
    font-family: Roboto;
    font-size: .18rem;
    font-weight: 500;
    color: #474443;
}

.homes4 .swiper-button-prev:after,
.homes4 .swiper-button-next:after {
    content: '';

}

.homes4 .swiper-button-prev:after,
.homes4 .swiper-button-next::before {
    content: '';
    width: .48rem;
    height: .04rem;
    background-color: #1D4E5D;
    position: static;
    margin: 0 .08rem;
}

.homes4 .swiper-button-prev {
    left: 21%;
}

.homes4 .swiper-button-next {
    right: 21%;
}

.homes4 .swiper-button-prev:hover,
.homes4 .swiper-button-next:hover {
    color: #004657;
}



.read-more2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.62rem;
    height: .52rem;
    border: 1px solid #004657;
    border-top-right-radius: .12rem;
    border-bottom-left-radius: .12rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.read-more2 span {
    position: relative;
    z-index: 2;
}

.read-more2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-102%);
    height: 100%;
    width: 100%;
    background-color: #004657;
    transition: all .5s;
}

.read-more2:hover::after {
    transform: translateX(0);
}

.read-more2:hover {
    color: #474443;
}

.homes5 {
    padding: 1.24rem 2rem .92rem;
    background-image: url(/images/s5bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.homes5 .homeTit {
    color: #fff;
}


.homes5 .ul {
    display: flex;
}

.homes5 .ul .li {
    display: block;
    width: 4.65rem;
    margin-right: .53rem;
}

.homes5 .ul .li:nth-of-type(3) {
    margin: 0;
}

.homes5 .ul .li .imgbox {
    width: 100%;
    height: 2.8945rem;
    overflow: hidden;
}


.homes5 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.homes5 .ul .li:hover .imgbox img {
    transform: scale(1.1);
}

.homes5 .ul .li .txtbox {
    width: 100%;
    height: 2.0155rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .3055rem .35rem .56rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
}

.homes5 .ul .li .txtbox .h1 {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: left;
    color: #fff;
}

.homes5 .ul .li .txtbox .p {
    font-family: Roboto;
    font-size: .16rem;
    font-weight: 300;
    line-height: .1875rem;
    text-align: left;
    color: #fff;
}

.homes5 .read-more2 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    margin-top: .53rem;
}

.homes5 .read-more2:hover {
    color: #fff;
}

.productlist {
    padding: .91rem 2rem 1rem;
    background-color: #F1F4F5;
}


.procate .ul {
    display: flex;
    align-items: center;
    padding: 0 .67rem;
}

.procate .ul .li {
    display: flex;
    align-items: center;
    margin-right: .95rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.procate .ul .li img {
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
}

.procate .ul .li.current img,
.procate .ul .li:hover img {
    filter: invert(42%) sepia(3%) saturate(5558%) hue-rotate(149deg) brightness(68%) contrast(111%);
}

.procate .ul .li.current,
.procate .ul .li:hover {
    color: #1D4E5D;
}

.prolist .ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.prolist .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.54rem;
    height: 4.84rem;
    background-color: #fff;
    border-radius: .12rem;
    /* padding: 0 .3rem 0; */
    margin-right: .28rem;
    margin-top: .36rem;
}

.prolist .ul .li:nth-child(-n+4) {
    margin-top: 0;
}

.prolist .ul .li:nth-of-type(4n) {
    margin-right: 0;
}

.prolist .ul .li .imgbox {
    flex: 1;
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    overflow: hidden;
}

.prolist .ul .li .imgbox img {
    /* max-width: 100%;
    max-height: 80%; */
    transition: all .5s;
}

.prolist .ul .li:hover .imgbox img {
    transform: scale(1.1);
}

.prolist .ul .li:hover .p1 {
    color: #004657;
}

.prolist .ul .li .txtbox {
    width: 100%;
    height: 1.58rem;
    /* padding-top: .62rem; */
    padding: .62rem .3rem 0;
}


.prolist .ul .li .p1 {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: left;
    color: #454545;
    margin-bottom: .16rem;
}

.prolist .ul .li .p2 {
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1875rem;
    text-align: left;
    color: #004657;
}


.caseloading {
    display: block;
    color: #115d5b;
    font-size: .42rem;
}

.caseloadingbox {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.caseloading img {
    width: .72rem;
    height: .72rem;
}

.isdTit {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5626rem;
    text-align: center;
    color: #474443;
    margin-bottom: .3rem;
}




/* 产品详情 */
.productdetail {
    background-color: #FBFBFB;
}

.productdetail>img {
    display: none;
}

.product-thumbs .swiper-slide {
    background-color: #ffffff;
    background-size: contain !important;
}

.pcontainer {
    padding: .8rem 2rem .84rem;
    background-color: #F1F4F5;
}

.yyal {
    background-color: #F1F4F5;
    padding-top: 0;
}

.pparams {
    background-color: #fff;
    padding: .69rem 1rem .98rem;
    border-radius: .12rem;
}

.pparams>div {
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding-top: .53rem;
    border-top: 1px solid #DEDEDE;
    margin-top: .6rem;
}

#prgs1 {
    padding: 0;
    margin: 0;
    border: none;
}

.product-thumbs .swiper-slide {
    background-position: center;
    background-size: auto;
}

.product-top .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}


.product-thumbs .swiper-slide-thumb-active {
    border-color: #00A6BA;
}

.product-top .swiper-slide img {
    object-fit: contain;
}

.ptable table {
    width: 100%;
    border-collapse: collapse;
}

.ptable th,
.ptable td {
    border: 1px solid #EEEEEE;
}

.ptable th {
    background-color: #f2f2f2;
}

.ptable tr {
    height: .55rem;
}

.ptable thead td {
    border: 1px solid #1D4E5D;
}

.ptable tr:first-of-type {
    background-color: transparent !important;
}

.ptable thead tr:first-of-type {
    background-color: #1D4E5D !important;
}

.ptable tr td {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: center;
    color: #70757C;
}

.ptable thead tr td {
    color: #fff;
}

.ptable .beizhu {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: left;
    color: #70757C;
    margin-top: .26rem;
}

.head {
    border-color: rgba(255, 255, 255, 0.1);
}

#header11 .headtab {
    justify-content: center;
}

.headtab li:last-of-type {
    margin-right: 0;
}

#ContentPlaceHolder1_pnl_banner {
    width: 100%;
    height: 100%;
}

.dytoptu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1);
}

/* .head1,
.head2 {
    background-color: #004657;
    border-bottom: none;
}

.head1 .headtab>li>a,
.head2 .headtab>li>a {
    color: #fff;
}

.head1 .headtab>li.current>a,
.head2 .headtab>li.current>a {
    color: #00A7BB;
}

.headtab>li::after {
    background-color: #00A7BB;
} */


#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a {
    border: none;
}

#home #main #roll #r3 .other #clock>img {
    left: 0;
}


.time-box .iconfont img {
    width: .58rem;
    height: .58rem;
    margin-bottom: .22rem;
}


.time-note .read-more2 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 10;
}

.time-note .read-more2:hover {
    color: #fff;
}

.foot {
    background-image: url(/images/footbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
overflow: hidden;
}

.footico {
    display: none;
}

.footbtn {
    height: 1.2rem;
}

.foottopleft>li>a {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2344rem;
    text-align: left;
    color: #474443;
}

.foottopleft>li>a:first-of-type {
    font-family: ll;
    font-weight: 700;
}

.foottopleft .hengg,
.foottopright .hengg {
    height: 2px;
    width: .22rem;
    background-color: #004657;
}

.foottopright ol li>a {
    font-family: ll;
    font-size: .2rem;
    font-weight: 700;
    line-height: .2344rem;
    text-align: left;
    color: #474443;
    margin-bottom: .51rem;
    display: block;
}

.foottopleft a>p {
    color: #737373;
}

.xingxitableft p,
.xingxitableft a {
    color: #737373;
}

.xingxitableft p {
    display: flex;
    align-items: center;
}

.xingxitableft a {
    margin: 0;
}

.xingxitableft p img {
    width: .2rem;
    height: .2rem;
    margin-right: 0.1rem;
}



.xingxitableft h5 {
    display: none;
}

.foottopleft>li {
    width: 2.32rem !important;
}

.xingxitabright {
    display: none;
}

.foottopright .hengg {
    display: none;
}

.xingxitableft {
    position: relative;
    padding-top: .06rem;
    width: 100%;
}

.xingxitableft::before {
    content: '';
    position: absolute;
    top: -0.27rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C8C8C8;
    transform: scaleY(0.5);
}

.foottopleft {
    height: auto;
}

.foottop {
    /* border-bottom: 1px solid #A8BEC440; */
    border: none;
    position: relative;
}

.foottop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #A8BEC440;
    transform: translateX(-50%);
}

.partnerlinks .p {
    font-size: .14rem;
}

.footbtnl,
.footbtnl>div,
.footbtnl a {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .1875rem;
    text-align: left;
    color: #818181;
}

.footbtn .tnr1 a,
.footbtn .tnr2 a,
.footbtn .tnr3 a {
    background-color: transparent !important;
}

#bdshare a {
    background-size: .18rem .18rem !important;
}

.footbtn #bdshare a {
    border: .01rem solid #B2B2B2;
}

.logo-foot {
    display: block;
    width: .83rem;
    height: .32rem;
    width: 2.2rem;
    height: .3rem;
    background-image: url(/images/logo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0.3788rem;
}

.bannerNav {
    position: absolute;
    width: 15rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bannerNav .ul {
    display: flex;
    justify-content: space-between;
    height: .96rem;
}

.bannerNav .ul .li {
    display: flex;
    align-items: center;

    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: left;
    color: #fff;
}

.bannerNav .ul .li img {
    width: .24rem;
    height: .24rem;
    margin-right: .2rem;
}

.bannerNav .ul .li:hover {
    color: #00A7BB;
}

.bannerNav .ul .li:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none !important;
    border: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
    width: .13rem;
}

.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.sbox .banner .item .newtit {
    font-family: rr;
    font-size: .72rem;
    font-weight: 700;
    line-height: .8438rem;
    text-align: center;
    color: #fff;
    max-width: none;
    letter-spacing: 0.15em;
}


.sbox .banner .item .newdesc {
    font-family: ll;
    font-size: .24rem;
    font-weight: 300;
    line-height: .2813rem;
    text-align: center;
    color: #fff;
    margin-top: .2rem;
    max-width: none;
    width: 100%;
}

.banner .item .txt {
    top: 50%;
}

#header11 .headtab>li>a {
    /* font-size: .18rem; */
    font-size: .17rem;
}


/* #header11 .searchicon1 img:nth-of-type(1) {
    display: block;
}

#header11 .searchicon1 img:nth-of-type(2) {
    display: none;
}

#header11 .yuyanqiehuan1 img:nth-of-type(1) {
    display: block;
} */

.headright .searchicon1 {
    padding-right: .28rem;
    margin-right: .28rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.gzherm:hover,
.yuyanqiehuan:hover,
.searchicon:hover {
    filter: none;
}


.head1 .logo {
    background-image: url(/images/logo2.png);
}

.head1 .headright .searchicon1,
.head2 .headright .searchicon1 {
    border-color: #474443;
}

/* .searchicons.active {
    filter: invert(99%) sepia(92%) saturate(0%) hue-rotate(217deg) brightness(112%) contrast(100%);
} */


/* 关于 */
.abox1 {
    padding: 1.02rem calc((100vw - 15rem) / 2) 1.3rem;

    background-image: url(/images/abox1bg.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.abox1 .abotit {
    color: #474443;
    margin-bottom: .43rem;
}

.abotit {

    font-size: .48rem;
    font-weight: 700;
    line-height: .56rem;
    text-align: center;

}

.abox1 .abotit {display: none;}

.abox1 p {
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    margin-bottom: 0;
    text-indent: 2em;
}

.abshouw {
    width: 100%;
    height: 3.3rem;
    display: flex;
    justify-content: space-around;
}

.abshouws {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .65rem;
    width: calc(100% / 6);
}




.abshouws .imgbox {
    width: 1rem;
    height: 1rem;
    border: 1px solid #004657;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}

.abshouws img {
    width: .68rem;
    height: .68rem;

}

.abshouws .t1 {
    font-size: .22rem;
    font-weight: 400;
    line-height: .28rem;
    text-align: left;
    color: #474443;
    margin-bottom: .15rem;
}

.abshouws .t2 {
    color: #999999;
    font-size: .16rem;
    font-weight: 300;
    line-height: .21rem;
    text-align: center;

}

.abshouws:hover .t1,
.abshouws:hover .t2 {
    color: #004657;
}

.abox2 {
    padding: 1.35rem calc((100vw - 15rem) / 2) 1.76rem;
    background-image: url(/images/abwhbgi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.abox2 .abotit {
    color: #FFFFFF;
    margin-bottom: .56rem;
}

.abwh {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

}

.abwhs {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 4.65rem;
    height: 3.68rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    padding-top: .89rem;
}

.abwhs img {
    width: .72rem;
    height: .72rem;
}

.abwhs .t1 {
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    text-align: center;
    color: #FFFFFF;
    margin: .38rem 0 .27rem;
}

.abwhs .t2 {
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
}

.abox3 {
    padding: 1.29rem calc((100vw - 15rem) / 2) 0;

}

.abox3 .abotit {
    color: #004657;
    margin-bottom: .42rem;
}

.abshgy {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bars {
    position: absolute;
    left: 50%;
    top: .2rem;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #DFDFDF;
}

.barss {
    width: 100%;
    background-color: #1D4E5D;
    /* height: 100px; */
}

.abshgys {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: .24rem;
}

.abshgys .abyears {
    text-align: right;
    padding-right: 1rem;
    font-size: .58rem;
    font-weight: 700;
    line-height: .68rem;
    text-align: right;
    color: #1D4E5D;

}

.abshgycen .read-more2 {
    margin-top: 0.5rem;
}

.abshgycen .read-more2 span {
    color: #004657;
}

.abshgycen .read-more2:hover span {
    color: #fff;
}

.abshgys .abshgycen {
    padding-left: .52rem;
    padding-top: .19rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.abshgys .abshgycen .t1 {
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    text-align: left;
    color: #474443;
}

.abshgys .abshgycen img {
    width: 3.6rem;
    height: auto;
    margin: 0;
    margin-top: .26rem;
}

.abshgys .brs {
    width: .11rem;
    height: .11rem;
    border-radius: 50%;
    background-color: #1D4E5D;
    position: absolute;
    z-index: 10;
    top: .25rem;
}

.abshgy .abshgys:nth-of-type(2) .brs {
    width: .24rem;
    height: .24rem;
    top: .12rem;
    background-color: #FFFFFF !important;
    border: 2px solid #1D4E5D !important;
}

.abshgy .abshgys:last-child {
    margin-bottom: 1.6rem;
}

.abshgys .abyears,
.abshgys .abshgycen {
    flex: 50%;
}

.abox4 {
    padding: 1.33rem calc((100vw - 15rem) / 2) 1.37rem;
    background-image: url(/images/abcbbzbgi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.abox4 .abotit {
    color: #FFFFFF;
    margin-bottom: .45rem;
}

.abcbbz {
    width: 100%;
    display: flex;
}

.abcbbzl,
.abcbbzr {
    flex: 1;
}

.abcbbztit {
    color: #00A6BA;
    font-size: .24rem;
    font-weight: 700;
    line-height: .28rem;
    margin-bottom: .21rem;
}

.abcc {
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding-left: .2rem;
}

.abcc::after {
    display: flex;
    content: "";
    width: .08rem;
    height: .08rem;
    border-bottom: .03rem solid #00A6BA;
    border-right: .03rem solid #00A6BA;
    position: absolute;
    transform: rotate(-45deg);
    top: .15rem;
    left: 0;
}

.abzstu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .57rem;
}

.abzstu img {
    width: 1.25rem;
    margin: 0;
}

/* 关于end */


.tabs-box .ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
}

.tabs-box .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.72rem;
    border-right: 1px solid #B9C6D3;
}

.tabs-box .ul .li:last-child {
    border-right: none;
}

.tabs-box .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    margin-bottom: .67rem;
    overflow: hidden;
}

.tabs-box .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.tabs-box .ul .li .textbox {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: center;
    color: #474443;
}

.tabs-box .ul .li:hover .imgbox img {
    /* filter: invert(20%) sepia(12%) saturate(7009%) hue-rotate(160deg) brightness(96%) contrast(101%); */
    transform: translateY(-100%);
    filter: drop-shadow(0 .72rem #004657);
}

.tabs-box .ul .li:hover .textbox {
    color: #004657;
}


.tabs-box {
    padding: 0;
    margin: 0;
    height: 3.41rem;
    background-color: rgba(255, 255, 255, 0.96);
    justify-content: center;
    border-bottom: none;
}

#header11 {
    padding: 0 1.14rem 0 .94rem;
}

.screens {
    height: 100vh;
}


.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* display: none; */
}


.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .2rem;
    height: .2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    /* background-image: url(/images/mr.png); */
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .2rem 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet::after {
    content: "";
    width: .08rem;
    height: .08rem;
    background-color: #fff;
    display: block;
    margin: .05rem;
    border-radius: 50%;
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover,
.swiper-pagination-zp .swiper-pagination-bullet-active::after,
.swiper-pagination-zp .swiper-pagination-bullet:hover::after {
    width: .2rem;
    height: .2rem;
    background-color: transparent;
    background-image: url(/images/zpactive.png);
    background-size: .2rem .2rem;
    background-color: transparent;
    background-position: -0.02rem;
}

.swiper-pagination-zp .swiper-pagination-bullet-active::after,
.swiper-pagination-zp .swiper-pagination-bullet:hover::after {
    margin: 0;
}


.banner .swiper-slide .item a video {
    filter: brightness(0.7);
}


.homes4 {
    padding: 1.36rem 2rem 1.43rem;
}

.newscontainer {
    display: flex;
    justify-content: space-between;
}

.newscontainer .left .imgbox {
    width: 6.8rem;
    height: 4.5333rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.newscontainer .left>a {
    position: relative;
}

.newscontainer .left>a::after {
    content: '';
    position: absolute;
    width: 3.47rem;
    height: 2.64rem;
    background-image: url(/images/newsdot.png);
    background-size: contain;
    right: -0.37rem;
    bottom: -0.35rem;
}

.newscontainer .left>a {
    display: block;
    position: relative;
}

.newscontainer .left .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.5s;
    filter: brightness(0.7);
}

.newscontainer .left>a:hover .imgbox img {
    transform: scale(1.05);
}

.newscontainer .left>a:hover .p {
    color: #00A6BA;
}

.newscontainer .left .p {
    position: absolute;
    width: 100%;
    bottom: .25rem;
    left: 0;
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: .211rem;
    text-align: left;
    color: #fff;
    padding: 0 .25rem;
}

.newscontainer .right {
    width: 7.1rem;
}

.newscontainer .right .ul .li {
    display: flex;
    padding-bottom: .38rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: .4rem;
}

.newscontainer .right .ul .li:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.newscontainer .right .ul .li .date {
    font-family: rr;
    font-size: .36rem;
    font-weight: 600;
    line-height: .4219rem;
    color: #004657;
    margin-right: .21rem;
}

.newscontainer .right .ul .li .date span {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    color: #474443;
    line-height: .1875rem;
    margin-top: .04rem;
    display: block;
}

.newscontainer .right .ul .li .h1 {
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: .211rem;
    text-align: left;
    color: #474443;
    margin-bottom: .17rem;
}

.newscontainer .right .ul .li .p {
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    line-height: .32rem;
    text-align: left;
    color: #474443;
}

.newscontainer .right .ul .li:hover .h1,
.newscontainer .right .ul .li:hover .p {
    color: #004657;
}

.homes5 .swiper {
    padding-bottom: .57rem;
}

.homes5 .swiper-scrollbar {
    width: 100%;
    left: 0;
    background-color: transparent;
    bottom: 0;
    /* margin-top: .57rem; */
}

.homes5 .swiper-scrollbar::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.homes5 .swiper-scrollbar-drag {
    background-color: #00A6BA;
}

.homes5 .p {
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: .211rem;
    text-align: center;
    color: #fff;
    margin-top: .39rem;
}



.homes5 .imgbox {
    width: 4.65rem;
    height: 3.1rem;
    overflow: hidden;
}

.homes5 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.5s;
}

.homes5 .swiper a:hover img {
    transform: scale(1.05);
}

.homes5 .swiper a:hover .p {
    color: #00A6BA;
}

.homes2 .mbm {
    display: none;
}

.abtime {
    display: none;
}


.partnerlinks {
    width: 2.6rem;
    height: .41rem;
    border: 1px solid #D9D9D9;
    padding: 0 .18rem;
    display: flex;
    align-items: center;
    margin-top: .1rem;
    justify-content: space-between;
    position: relative;
}

.partnerlinks:nth-of-type(2) {
    display: none;
}

.partnerlinks::after {
    content: '';
    display: block;
    width: .1167rem;
    height: .1rem;
    background-image: url(/images/arrowlink.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.partnerlinks .ul {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    padding: .14rem;
    left: -1px;
    top: 100%;
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: 0.08rem .18rem;
    padding-top: 0;
    background: #F7F7F7;
}

.partnerlinks .ul .li {
    display: block;
    margin-bottom: .18rem;
}

.partnerlinks .ul .li:last-of-type {
    margin-bottom: 0;
}


.partnerlinks:hover {
    border-bottom: 1px solid transparent;
}


.partnerlinks:hover .ul {
    display: block;
}


.partnerlinks .ul:hover {
    display: block !important;
}



.partnerlinks .ul::after {
    content: '';
    width: 100%;
    height: .5rem;
    position: absolute;
    content: '';
    bottom: -0.48rem;
    left: 0;
}


.partnerlinks a {
    display: block;
    line-height: 2;
    font-size: 0.15rem;
}

.partnerlinks::before {
    content: '';
    width: 100%;
    height: 5rem;
    position: absolute;
    content: '';
    bottom: -5rem;
    left: 0;
}


.plat {
    padding: .9rem 2rem .81rem;
}

.plat .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    color: #474443;
    text-indent: 2em;
}

.plat .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .34rem;
}


.plat .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: rr;
    font-size: 18px;
    font-weight: 400;
    line-height: .211rem;
    text-align: center;

    margin-top: .39rem;
}

.plat .ul .li:nth-of-type(-n+2) {
    margin-top: 0;
}

.plat .ul .li .imgbox {
    margin-bottom: .21rem;
    width: 7.2rem;
    height: 3.53rem;
    overflow: hidden;
}

.plat .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inlg {
    padding: .77rem 2rem 1rem;
    display: flex;
    justify-content: space-between;
}

.inlg .ul .li {
    display: flex;
    align-items: center;
    margin-bottom: .37rem;
}

.inlg .ul .li .circle {
    width: 1.06rem;
    height: 1.06rem;
    background-image: url(/images/dashed.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .25rem;
}

.inlg .ul .li .circle .iii {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .86rem;
    height: .86rem;
    border-radius: 50%;

    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .24rem;
    color: #fff;
}

.inlg .ul .li:nth-of-type(1) .circle .iii {
    background-color: #004657;
}

.inlg .ul .li:nth-of-type(2) .circle .iii {
    background-color: #39707E;
}

.inlg .ul .li:nth-of-type(3) .circle .iii {
    background-color: #328C9B;
}

.inlg .ul .li:nth-of-type(4) .circle .iii {
    background-color: #729A98;
}

.inlg .ul .li .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #474443;
}


.line100 {
    width: 15rem;
    height: 1px;
    margin: 0 auto;
    background-color: #D0D0D0;
}


.inlg .right {
    width: 5.08rem;
}

.inlg .right img {
    width: 100%;
    object-fit: cover;
}


.scurity {
    padding: .89rem 2rem 1rem;
}

.scurityTit {
    text-align: center;
    position: relative;
    /* width: fit-content; */
    margin: 0 auto;
    margin-bottom: .52rem;
}

.scurityTit span {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .2813rem;
    text-align: center;
    color: #004657;

    display: inline-block;
    padding: 0 .1rem;
    background-color: #fff;
}

.scurityTit::before {
    content: '';
    display: block;
    width: 9.2rem;
    height: 1px;
    background-color: #004657;
    position: absolute;
    left: 2.32rem;
    top: .11rem;
    z-index: -1;
}

.scurityTit::after {
    content: '';
    display: block;
    width: 9.2rem;
    height: 1px;
    background-color: #004657;
    position: absolute;
    left: 3.32rem;
    bottom: .11rem;
    z-index: -1;

}

.scurity .ul {
    display: flex;
    flex-wrap: wrap;
    margin: .52rem 0 .74rem;
}

.scurity .ul .li {
    margin-right: calc((100% - (4.8rem * 3)) / 2);
    margin-top: .26rem;
    width: 4.8rem;
    height: 3.4219rem;
}

.scurity .ul .li:nth-child(-n+3) {
    margin-top: 0;
}

.scurity .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.scurity .ul .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.scurity .ul2 {
    display: flex;
    justify-content: space-between;
}

.scurity .ul2 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: calc((100% - (4.8rem * 3)) / 2);
}

.scurity .ul2 .left .li {
    /* margin-right: calc((100% - (4.8rem * 3)) / 2) ; */
    width: 4.8rem;
    height: 3.4219rem;
    margin-top: .26rem;
}

.scurity .ul2 .left .li:nth-child(-n+2) {
    margin-top: 0;
}

.scurity .ul2 .left .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scurity .ul2 .right {
    width: 4.8rem;
    flex-shrink: 0;
}

.scurity .ul2 .right img {
    width: 100%;
}

.aqservicetop {
    padding: .9rem 2rem .94rem;
}

.aqservicetop .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    text-indent: 2em;
    color: #474443;
}

.aqservicetop .scurityTit {
    margin-top: .42rem;
}

.aqservicetop .ul {
    display: flex;
    flex-wrap: wrap;
}

.aqservicetop .ul .li {
    width: 2.4rem;
    height: 3.267rem;
}

.aqservicetop .ul .li img {
    width: 100%;
    height: 100%;
}

.aqservicetop .ul .li {
    margin-right: calc((100% - (2.4rem * 6)) / 5);
    margin-bottom: .13rem;
}

.aqservicetop .ul .li:nth-of-type(6n) {
    margin-right: 0;
}

.aqservicebottom {
    padding: .92rem 2rem 1.2rem;
    background-color: #F1F4F5;
}


.aqservicebottom .aqnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .42rem;
}


.aqservicebottom .aqnav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


.aqservicebottom .aqnav .item .a {
    width: 1.27rem;
    height: 1.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: url(/images/dashed.png);
    background-size: 100% 100%;
    margin-bottom: .35rem;
}

.aqservicebottom .aqnav .item .a .imgbox {
    width: 1.03rem;
    height: 1.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.aqservicebottom .aqnav .item .a .imgbox img {
    width: .48rem;
    height: .48rem;
}

.aqservicebottom .aqnav .item:nth-of-type(1) .a .imgbox {
    background-color: #004657;
}

.aqservicebottom .aqnav .item:nth-of-type(2) .a .imgbox {
    background-color: #39707E;
}

.aqservicebottom .aqnav .item:nth-of-type(3) .a .imgbox {
    background-color: #328C9B;
}

.aqservicebottom .aqnav .item:nth-of-type(4) .a .imgbox {
    background-color: #729A98;

}

.aqservicebottom .aqnav .item:nth-of-type(5) .a .imgbox {
    background-color: #7FBFCA;
}

.aqservicebottom .aqnav .item:nth-of-type(6) .a .imgbox {
    background-color: #77B3B0;
}

.aqservicebottom .aqnav .item .b {
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: .211rem;
    text-align: center;
    color: #474443;
    position: relative;
}

.aqservicebottom .aqnav .item:hover .b::after,
.aqservicebottom .aqnav .item.active .b::after {
    content: '';
    position: absolute;
    width: .72rem;
    height: .07rem;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    background-image: url(/images/active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.aqservicebottom .aqnav .item:hover .b,
.aqservicebottom .aqnav .item.active .b {
    color: #004657;
}


.aqimglist .ul {
    display: none;
    flex-wrap: wrap;
}

.aqimglist .ul .li {
    display: block;
    width: 2.8rem;
    /* height: 2.7119rem; */
    height: auto;
    margin-right: calc((100% - (2.8rem * 5)) / 4);
    margin-top: .2rem;
}

.aqimglist .ul .li:nth-of-type(-n+5) {
    margin-top: 0;
}


.aqimglist .ul .li:nth-of-type(5n) {
    margin-right: 0;
}

.aqimglist .ul:nth-of-type(1) {
    display: flex;
}


.msban .ttxxtt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
}

.msban .ttxxtt .h1 {
    font-family: rr;
    font-size: .58rem;
    font-weight: 400;
    line-height: .6798rem;
    text-align: center;
    color: #fff;
}

.msban .ttxxtt .h2 {font-family: ll;
    font-size: .22rem;
    font-weight: 300;
    /* line-height: .211rem; */
    text-align: center;
    color: #fff;margin-top: 0.45rem;}

.msban .ttxxtt .ul {
    display: flex;
    justify-content: center;
    margin-top: .52rem;
}

.msban .ttxxtt .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .2rem;

    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    /* line-height: .211rem; */
    text-align: center;
    color: #fff;
}

.msban .ttxxtt .ul .li .imgbox {
    width: .42rem;
    height: .42rem;
    margin-bottom: .24rem;
}

.msban .ttxxtt .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
}

.sbox[showtype="779"] .companyjj {
    display: none;
}


.sbox[showtype="779"] .scrollmore {
    display: flex;
}

.scrollmore {
    position: absolute;
    left: 50%;
    bottom: .51rem;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    color: #fff;

    display: none;
    z-index: 30;
}

.scrollmore img {
    width: .28rem;
    height: .28rem;
    margin-bottom: .24rem;
}


.lxfgs {
    padding: 1.12rem 2rem 1.18rem;
    background-color: #F5F7F9;
}

.lxfgs .ul {
    display: flex;
    flex-wrap: wrap;
}

.lxfgs .ul .li {
    width: 4.74rem;
    height: 3.1rem;
    border-radius: .12rem;
    box-shadow: 0px 2px 16px 4px #8A8A8A14;
    margin-right: calc((100% - (4.74rem * 3)) / 2);
    margin-top: 0.36rem;
    padding: 0.58rem 0.4rem 0;
}

.lxfgs .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.lxfgs .ul .li:nth-of-type(3n) {
    margin-right: 0;
}


.lxfgs .ul .li .ftit {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2813rem;
    text-align: left;
    color: #474443;
    padding-bottom: .25rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0.23rem;
}

.lxfgs .ul .li .hh {
    display: flex;
    align-items: center;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .42rem;
    text-align: left;
    color: #474443;
}

.lxfgs .ul .li .hh span:hover {
    color: #004657;
}

.lxfgs .ul .li .hh img {
    width: .28rem;
    height: .28rem;
    margin-right: .09rem;
}


.ArtList5 .ul .li .right::after {
    background-image: url(/images/art6bg.png);
    background-color: #004657;
}



.workwith {
    padding: .72rem 2rem 1rem;
    background-image: url(/images/workbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 .73rem; */
}

.workwith .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.workwith .ul .li {
    width: 4.76rem;
    height: 4.73rem;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #DEEBEE 102.79%, rgba(222, 235, 238, 0) 106.13%);
    background: linear-gradient(180deg, rgba(222, 235, 238, 0.2) 0%, rgba(221, 238, 238, 0) 100%);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .52rem .35rem 0;
}

.workwith .ul .li .imgbox {
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/workib.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.workwith .ul .li .imgbox::before {
    content: "";
    display: flex;
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(/images/rcpxtopliststbgi1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.workwith .ul .li:hover .imgbox::before {
    animation: spin 1s linear forwards;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.workwith .ul .li img {
    width: 1.69rem;
}

.workwith .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: center;
    color: #004657;
    margin: .26rem 0 .09rem;
}

.workwith .ul .li .h2 {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: center;
    color: #5A5F64;
}

.workwith .ul .li .p {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: center;
    color: #5A5F64;
}


.yftitle {
    font-family: rr;
    font-size: .38rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: center;
    color: #333;
}

.yftitle2 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: center;
    color: #333;
    margin-top: .22rem;
}


.lxsixcensicon {
    overflow: hidden;
}

.lxsixcensicon img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .48rem #004657);
}

.xuanyy11 {
    padding: 0.08rem 0;
}

.dytoptu img {
    filter: none;
}


.aboutdata {
    width: 15rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.msban .aboutdata .ul {
    height: 1.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.msban .aboutdata .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.msban .aboutdata .ul .li .a {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5625rem;
    text-align: center;
    color: #fff;
}

.msban .aboutdata .ul .li .a span {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: left;
    display: inline-block;
    margin-left: .05rem;
    color: #fff;
}

.msban .aboutdata .ul .li .b {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .211rem;
    text-align: center;
    color: #fff;
    margin-top: .09rem;
}

.sbox[showtype="13"] .msban .ttxxtt2 {
    width: 100%;
    height: 100%;
}

.msban .ttxxtt .text2 {
    font-family: rr;
    font-size: .84rem;
    font-weight: 500;
    line-height: .9845rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.msban .ttxxtt .text22 {
    font-family: ll;
    font-size: .48rem;
    font-weight: 400;
    line-height: .5626rem;
    text-align: center;
    color: #fff;
    margin-top: .31rem;
}

.msban .ttxxttin {
    margin-top: -2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
}


.ibgtit {
    font-family: rr;
    font-size: .38rem;
    font-weight: 500;
    line-height: .4454rem;
    text-align: center;
    color: #474443;
    margin-bottom: .55rem;
    position: relative;
}

.ibgtit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    width: .28rem;
    height: 2px;
    background-color: #ACACAC;
}

.liuyan h3 {
    margin-top: 0;
}

.jij {
    height: .47rem;
}

.jij:last-of-type {
    height: 0;
}



.lifejob .ssjob {
    height: 0;
    opacity: 0;
}

.lifejob h3 {
    margin-bottom: 0;
}


.makeform {
    z-index: 9999;
}


.foot-mb {
    display: none;
}

.homes4 .read-more {
    margin-top: .45rem;
}

.pdthrnav a:last-of-type {
    color: #004657;
}

.foot {
    border-top: 4px solid #1D4E5D;
}

.sbox[mid="1"] .msban img {
    filter: brightness(0.6);
}


.tipci {
    display: flex;
    justify-content: center;
    margin-top: .63rem;
}

.tiptt {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2652rem;
    text-align: left;
    color: #fff;
    margin-bottom: .24rem;
    margin-left: .5rem;
}

.msban .ttxxtt .tipul .ul {
    margin-top: 0;
}

.msban .ttxxtt .tipul .ul .li {
    margin: 0 0.5rem;
}


.tipul2 {
    border-left: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.5%, rgba(255, 255, 255, 0) 97.5%) 1;
}





/* .skillService {
    padding: 1.02rem 2rem 1.1rem;
} */

.skillTit {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .5626rem;
    text-align: center;
    color: #474443;
    margin-bottom: .52rem;
}

.skillService .skillItem {
    margin-top: 1.2rem;
}

.skillService .skillItem:nth-of-type(1) {
    margin-top: 0;
}

.skillService .ul {
    display: flex;
    flex-wrap: wrap;
}

.skillService .ul .li {
    display: block;
    width: 4.8rem;
    margin-right: calc((100% - 4.8rem * 3) / 2);
    margin-top: .3rem;
}

.skillService .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.skillService .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.skillService .ul .li .imgbox {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
}

.skillService .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.skillService .ul .li:hover .imgbox img {
    transform: scale(1.05);
}

.skillService .ul .li .txtbox {
    width: 100%;
    height: 2.11rem;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: .36rem .34rem .3rem;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skillService .ul .li .txtbox .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #333333;
}

.skillService .ul .li .txtbox .h2 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: left;
    color: #666666;
    margin-top: .11rem;
}

.skillService .ul .li .txtbox .ljmoree {
    padding-top: .25rem;
    border-top: 1px solid #E5E5E5;

    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    text-align: left;
    color: #999999;
}

.skillService .ul .li:hover .txtbox .h1,
.skillService .ul .li:hover .txtbox .h2,
.skillService .ul .li:hover .txtbox .ljmoree {
    color: var(--mycolor);
}

.shinav {
    display: none !important;
}




.sbox3 .baseTitle {
    display: none !important;
}

.htit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    margin-bottom: .36rem;
}

.sTh {
    margin-top: 0;
    padding-bottom: 0;
}

.sbox3 .me3 {
    margin-top: 0.84rem;
    margin-bottom: .66rem;
}

.sbox3 .companyjj {
    padding-top: 0;
}






@media screen and (min-width: 751px) {

    .sbox[mid="1"][strid="268"] .art6 .xinwenlist,
    .sbox[mid="1"][strid="269"] .art6 .xinwenlist {
        padding: 0 0.4rem;
    }

    .sbox[mid="1"][strid="268"] .art6 .xinwenlist h6,
    .sbox[mid="1"][strid="269"] .art6 .xinwenlist h6 {
        margin: 0;
    }

    .sbox[mid="1"][strid="268"] .art6 .xinwenlist a,
    .sbox[mid="1"][strid="269"] .art6 .xinwenlist a {
        display: flex;
        align-items: center;
    }

    .sbox[mid="1"][strid="268"] .art6 .xinwenlist div,
    .sbox[mid="1"][strid="269"] .art6 .xinwenlist div {
        display: flex;
        align-items: center;
    }

    .sbox[mid="1"][strid="268"] .art6 .xinwenlist::after,
    .sbox[mid="1"][strid="269"] .art6 .xinwenlist::after {
        bottom: 50%;
        transform: translateY(50%);
    }

    .homes2,
    .homes3,
    .homes4,
    .homes5 {
        height: 100vh;
    }

    .productlist {
        padding-top: .53rem;
    }

    .prolist .ul {
        margin-top: .16rem;
    }

    .procate .ul {
        padding: 0;
    }

    .procate .ul .li {
        font-size: .18rem;
        border-right: 1px solid;
        border-image: linear-gradient(180deg, rgba(222, 222, 222, 0) 0%, #DEDEDE 48%, rgba(222, 222, 222, 0) 100%) 1;
        padding-bottom: .24rem;
    }

    .procate .ul .li:first-of-type {
        border-left: 1px solid;
    }

    .procate .ul .li .imgbox {
        width: .54rem;
        height: .54rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #C0C0C0;
        border-radius: 100%;
        margin-bottom: .2rem;
    }

    .procate .ul .li:hover .imgbox,
    .procate .ul .li.current .imgbox {
        background-color: #1D4E5D;
        border-color: #1D4E5D;
    }

    .procate .ul .li.current img,
    .procate .ul .li:hover img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(57deg) brightness(112%) contrast(101%);
    }

    .procate .ul .li img {
        width: .32rem;
        height: .32rem;
        margin-right: 0;
    }

    .procate .ul .li {
        margin-right: 0;
        flex-direction: column;
        align-items: center;
        width: calc(100% / 6);
    }

    .lxsixcen {
        /* height: fit-content; */
    }

    .lxsixewms {
        margin-right: 0;
    }

    .lxsixewms {
        display: flex !important;
    }


    .lxsixewmSwp {
        width: 5.26rem;
        margin: 0;
        margin-left: -0.3rem;
    }




    .lxsixewm {
        margin-left: 0;
        margin-top: 0;
    }


    .lxsixewmSwp .swiper-pagination {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;

        display: flex;
        flex-direction: column;
        align-items: center;

        width: 8px;
        height: 100%;
        justify-content: center;

    }

    .lxsixewmSwp .swiper-pagination .swiper-pagination-bullet {
        width: .08rem;
        height: .08rem;
        background-color: #CACACA;
        opacity: 1;
        margin: 8px 0 !important;

    }

    .lxsixewmSwp .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #004657;
    }

    .lxsixewmSwp {
        margin-top: 0.64rem;
    }


}





@media screen and (max-width: 750px) {

    .lxsixewms {
        display: flex !important;
    }

    .lxsixewmSwp {
        padding-bottom: 0.6rem;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--mycolor);
    }

    .mbjj {
        z-index: 101;
    }


    #home #main #roll #r3 .other {
        transform: translateY(0);
    }

    .yftitle2 {
        font-size: .22rem;
        line-height: 1.8;
    }



    .lxsixcensicon img {
        filter: drop-shadow(0 .72rem #004657)
    }

    .sbox {
        padding: 0;
    }

    .foot {
        display: none !important;
    }

    .foot-mb {
        display: block;
        padding: .88rem .35rem .44rem;
        background-color: #F7F7F7;
    }

    .foot-mb .mflg {
        display: block;
        background-image: url(/images/logo2.png);
        width: 2.2rem;
        height: .3rem;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: .32rem;
    }

    .footdrop .item {
        margin-bottom: 0.2rem;
    }

    .footdrop .item .c-one {
        width: 100%;
        height: .68rem;
        display: flex;
        align-items: center;
        border: 1px solid #B1B9C280;
        padding: 0 .14rem 0 .22rem;

        font-size: .24rem;
        font-weight: 400;
        color: #474443;

        background-image: url(/images/footplus.png);
        background-repeat: no-repeat;
        background-size: .36rem .36rem;
        background-position: right .14rem center;
    }

    .footdrop .item .ul {
        padding: .23rem .21rem;
        display: none;
    }

    .footdrop .item .ul .li {
        font-size: .22rem;
        font-weight: 300;
        line-height: 2.5;
        text-align: left;
        color: #737373;
        display: block;
    }

    .footdrop .item .ul .li::before {
        content: '·';
    }

    .footdrop .item.current .c-one {
        background-color: #004657;
        color: #fff;
        background-image: url(/images/footminus.png);
    }

    .mfadd {
        padding-top: .3rem;
        margin-top: 0.5rem;
        border-top: 1px solid #A8BEC460;
    }

    .mfadd .a {
        display: flex;
        font-size: .2rem;
        font-weight: 300;
        line-height: .22rem;
        text-align: left;
        color: #737373;
        margin-bottom: .2rem;
    }

    .mfadd .a .item {
        display: flex;
        align-items: center;
        margin-right: 0.2rem;
        flex-shrink: 0;
    }

    .mfadd .a .item img {
        width: .22rem;
        height: .22rem;
        margin-right: .04rem;
    }

    .mfcp {
        padding-top: .3rem;
        border-top: 1px solid #A8BEC460;
    }

    .mfcp,
    .mfcp a {
        font-size: .2rem;
        font-weight: 300;
        line-height: .2344rem;
        color: #818181;
    }

    .mfcp div {
        margin-top: .16rem;
    }


    .read-more {
        background-color: #004657;
    }

    .read-more,
    .read-more2 {
        flex-shrink: 0;
        width: 1.9938rem;
        height: .64rem;
        font-size: .24rem;
    }

    #home #main #roll #r3 .other {
        height: 100%;
        top: 0;
    }

    #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i {
        border-color: #fff;
    }

    #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i>a {
        opacity: 1;
    }

    #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i>a .iconfont {
        opacity: 0;
    }

    #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
        font-size: .24rem;
        font-weight: 400;
        line-height: .2813rem;
        text-align: center;
        color: #fff !important;
    }

    .time-box .iconfont img {
        width: .64rem;
        height: .64rem;
        margin-bottom: 0;
    }

    #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
        margin-top: .3rem;
    }

    #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
        font-size: 0.42rem;
    }

    #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
        line-height: 2 !important;
    }

    .time-note .read-more2 {
        margin-top: .76rem;
    }

    .homes3 {
        position: relative;
    }

    .homes3 .homeTit {
        position: absolute;
        top: 1.19rem;
        color: #fff;
        width: 100%;
        text-align: center;
        z-index: 10;
    }


    .homes2 {
        padding: .88rem .35rem 1.39rem;
    }

    .homes2 .h1 {
        font-size: .48rem;
        font-weight: 500;
        line-height: .5626rem;
        text-align: center;
        margin-bottom: .38rem;
    }

    .homes2 .h2 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3282rem;
        text-align: center;
        margin-bottom: .27rem;
    }

    .homes2 .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: 2;
    }

    .homes2 .top {
        flex-direction: column;
        align-items: end;
    }

    .homes2 .top .a .read-more {
        display: none;
    }

    .homes2 .top .b {
        width: 5.47rem;
        display: flex;
        justify-content: end;
    }


    .homes2 .top .b::after {
        width: 2.65rem;
        height: 1.98rem;
        left: -1.32rem;
        bottom: -0.43rem;
    }

    .homes2 .top .b::before {
        top: 1.43rem;
        left: -0.8rem;
    }


    .homes2 .bott .ul {
        flex-wrap: wrap;
    }

    .homes2 .bott .ul .li {
        width: 50%;
    }



    .homes4 {
        padding: 1rem .35rem 1.63rem;
    }

    .newscontainer {
        display: block;
    }


    .newscontainer .right .ul .li .date {
        font-size: .42rem;
        line-height: normal;
        margin-right: .36rem;
    }

    .newscontainer .right .ul .li .date span {
        font-size: .22rem;
    }


    .newscontainer .right .ul .li .h1 {
        font-size: .24rem;
        font-weight: 500;
        line-height: .42rem;
        margin-bottom: 0;
        margin-top: .02rem;
    }


    .newscontainer .right .ul .li .p {
        display: none;
    }

    .newscontainer .right {
        width: 100%;
    }

    .newscontainer .right .ul .li {
        margin-bottom: .33rem;
        padding-bottom: .46rem;
    }

    .newscontainer .right .ul .li:last-of-type {
        margin: 0;
        padding: 0;
    }

    .newscontainer .left .imgbox {
        margin-bottom: .44rem;
    }

    .newscontainer .left .p {
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        line-height: 2;
    }

    /* .newscontainer .left>a:hover .p {
        color: #fff;
    } */

    .homes4 .read-more {
        margin-top: .57rem;
    }

    .homes5 {
        padding: 1.18rem 0 1.33rem 0.35rem;
    }

    .homes5 .homeTit {
        padding-right: 0.35rem;
    }


    .homes5 .p {
        font-size: .24rem;
    }



    .homes2 .bott {
        margin-top: 1.04rem;
    }

    .homes2 .bott .ul .li .h3 span {
        font-size: .24rem;
    }

    .homes2 .bott .ul .li .h4 {
        font-size: .24rem;
        font-weight: 300;
        line-height: .2813rem;
        white-space: nowrap;
    }

    .homes2 .bott .ul .li {
        margin-bottom: .29rem;
    }

    .homes2 .mbm {
        margin: 0 auto;
        display: flex;
        margin-top: .30rem;
    }

    .mbanner .mbs {
        height: 100vh;
    }

    .mheader img {
        width: 2.2rem;
        height: .3rem;
    }

    .mheader1 .skt {
        width: 2.2rem !important;
        height: .3rem !important;
    }

    .mheaderr img {
        width: 0.44rem;
        height: 0.44rem;
    }

    .mbanner .swiper-button-next,
    .mbanner .swiper-button-prev {
        display: none;
    }

    .mbanner .txt .newtit {
        text-align: center;
        font-size: .64rem;
        white-space: nowrap;
    }

    .mbanner .txt .newdesc {
        text-align: center;
        margin-top: .23rem;
        font-size: .3rem;
        white-space: nowrap;        opacity: 0.7 !important;
    }


    .bannerNav {
        width: 6.8rem;
        border: none;
        height: auto;
        padding-bottom: .45rem;
    }

    .bannerNav .ul .li {
        flex-direction: column;
        align-items: center;
        font-size: .24rem;
    }

    .bannerNav .ul .li img {
        margin-right: 0;
        width: .42rem;
        height: .42rem;
        margin-bottom: .17rem;
    }


    .productlist {
        padding: .84rem 0.35rem 1rem;
    }

    .procate .ul {
        flex-wrap: wrap;
        padding: 0;
    }

    .procate .ul .li {
        flex-direction: column;
        align-items: center;
        width: 33.333%;
        margin: 0;
        margin-bottom: .37rem;
        font-size: .24rem;
    }

    .procate .ul .li img {
        width: .48rem;
        height: .48rem;
        margin: 0;
        margin-bottom: .23rem;
    }

    .prolist .ul {
        justify-content: space-between;
        margin-top: .13rem;
    }

    .prolist .ul .li {
        width: 3.26rem;
        height: 4.84rem;
        margin-right: 0;
        margin-top: .2rem !important;
    }

    .prolist .ul .li:nth-child(-n+2) {
        margin-top: 0 !important;
    }


    .prolist .ul .li .imgbox img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }

    .prolist .ul .li .p1 {
        font-size: .24rem;
        line-height: 1.5;
        margin-bottom: .09rem;
    }

    .prolist .ul .li .p2 {
        font-size: .22rem;
        line-height: .2578rem;
    }

    .abox1 {
        padding: .82rem .35rem 1.1rem;
    }

    .abshouws {
        padding-top: .54rem;
    }

    .abox1 p {
        margin-bottom: 0 !important;
        font-size: .24rem;
        line-height: 2;
    }

    .abox2 {
        padding: 1rem .35rem 1.37rem;
    }

    .abwh {
        display: block;
    }

    .abwhs {
        width: 100%;
        height: auto;
        padding: .45rem .43rem .39rem;
        flex-direction: row;
        margin-bottom: .26rem;
    }

    .abwhs:last-child {
        margin-bottom: 0;
    }

    .abwhs img {
        margin: 0;
        margin-right: .35rem;
    }

    .abwhs .t1 {
        font-size: .28rem;
        font-weight: 500;
        line-height: .3282rem;
        text-align: left;
        margin-top: 0;
        margin-bottom: .22rem;
    }

    .abwhs .t2 {
        font-size: .24rem;
        font-weight: 300;
        line-height: .2813rem;
        text-align: center;
    }


    .abox3 {
        padding: 1.13rem 0.35rem 0;
    }

    .abcbbz {
        display: block;
    }

    .abcbbzr {
        margin-top: .46rem;
    }

    .abox4 {
        padding: 1.03rem 0.35rem 1.34rem;
    }

    .abcc {
        font-size: .2rem;
        line-height: .48rem;
        padding-left: .25rem;
    }

    .abcc::after {
        top: 0.18rem;
    }

    .abshgys .abyears {
        display: none;
    }


    .bars {
        left: .56rem;
        transform: none;
    }

    .abtime {
        display: block;
        font-size: .58rem;
        font-weight: 700;
        line-height: .6798rem;
        color: #1D4E5D;
        margin-bottom: .2rem;
    }

    .abshgys .abshgycen {
        padding-left: 1.16rem;
        flex: 1;
    }


    .abshgy .abshgys:nth-of-type(2) .brs,
    .abshgys .brs {
        left: 0.56rem;
        transform: translateX(-50%);
    }

    .abshgys .abshgycen {
        padding-top: 0;
    }

    .abshgys .abshgycen img {
        margin-bottom: .5rem;
        width: 3.8rem;
    }

    .abshgys .abshgycen .t1 {
        font-size: .24rem;
        font-weight: 300;
        line-height: .42rem;
        text-align: left;
    }

    .abshgycen .read-more2 {
        margin-top: 0;
    }

    .workwith {
        padding: .72rem .35rem 1rem;
    }

    .workwith .ul {
        flex-direction: column;
    }

    .workwith .ul .li {
        width: 100%;
        margin-bottom: .2rem;
    }



    .msban .ttxxtt .ul {
        display: none;
    }

    .isdclone .ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 7.5rem;
        margin: 0 auto;
        padding: .75rem 0 .58rem;
    }

    .isdclone .ul .li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .24rem;
        color: #474443;
        width: 33.33333%;
        margin-top: .4rem;
    }

    .isdclone .ul .li:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .isdclone .ul .li .imgbox {
        width: .48rem;
        height: .48rem;
        overflow: hidden;
        margin-bottom: .32rem;
    }

    .isdclone .ul .li .imgbox img {
        width: 100%;
        height: 100%;
        transform: translateY(-100%);
        filter: drop-shadow(0 .48rem #474443);
        margin: 0;
        padding: 0;
    }

    .plat {
        padding: .45rem .35rem 1rem;
        border-top: 1px solid #D0D0D0;
    }

    .plat .p {
        font-size: .24rem;
        line-height: 2;
    }

    .plat .ul .li .imgbox {
        width: 100%;
        height: auto;
    }

    .line100 {
        width: 6.8rem;
    }

    .inlg {
        padding: 1rem .35rem;
        flex-direction: column-reverse;
        align-items: center;
    }

    .inlg .right img {
        margin: 0;
    }

    .inlg .right {
        margin-bottom: .92rem;
    }

    .inlg .ul .li .p br {
        display: none;
    }

    .inlg .ul .li .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: 2;
        text-align: left;
    }

    .inlg .ul .li {
        align-items: flex-start;
    }

    .inlg .ul .li .circle .iii {
        font-size: .24rem;
        line-height: .32rem;
    }

    .inlg .ul .li .circle {
        flex-shrink: 0;
        width: 1.31rem;
        height: 1.31rem;
    }

    .inlg .ul .li .circle .iii {
        width: 1.07rem;
        height: 1.07rem;
    }

    .scurity {
        padding: .11rem 0.35rem 1rem;
    }

    .scurityTit::after,
    .scurityTit::before {
        width: 5.95rem;
    }

    .scurityTit::before {
        left: 0;
    }

    .scurityTit::after {
        left: auto;
        right: 0;
    }

    .scurityTit span {
        font-size: .28rem;
        line-height: .32rem;
    }

    .scurity .ul {
        justify-content: space-between;
        margin: .4rem 0 .83rem;
    }

    .scurity .ul .li {
        width: 3.3rem;
        height: 2.35rem;
        margin: 0;
        margin-top: .21rem !important;
    }

    .scurity .ul .li:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }

    .scurity .ul .li img {
        margin: 0;
    }

    .scurity .ul2 .left .li {
        width: 2.2rem;
        height: 1.57rem;
    }

    .scurity .ul2 .left .li img {
        margin: 0;
    }

    .scurity .ul2 .right {
        width: 2.22rem;
        margin-left: .1rem;
    }

    .scurity .ul2 .right img {
        margin: 0;
    }

    .scurity .ul2 {
        justify-content: space-between;
    }

    .scurity .ul2 .left {
        margin-right: 0;
    }

    .scurity .ul2 .left .li {
        margin-top: .12rem;
    }


    .aqservice img {
        margin: 0;
    }

    .aqservicetop {
        padding: 0 .35rem 1rem;
    }

    .aqservicetop .p {
        font-size: .24rem;
        line-height: 2;
    }

    .aqservicetop .ul .li {
        width: 2.19rem;
        height: 2.98rem;
        margin-right: calc((100% - (2.19rem * 3)) / 2) !important;
    }

    .aqservicetop .ul .li:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .aqservicebottom {
        padding: .76rem .35rem 1.2rem;
    }

    .aqservicebottom .aqnav .item {
        width: 27%;
    }

    .aqservicebottom .aqnav .item .a .imgbox img {
        margin: 0;
    }

    .aqservicebottom .aqnav .item .a {
        margin-bottom: .27rem;
    }

    .aqservicebottom .aqnav .item .b {
        font-size: .24rem;
        font-weight: 300;
        line-height: .2813rem;
        text-align: center;
        color: #474443;
    }

    .aqservicebottom .aqnav .item:hover .b::after,
    .aqservicebottom .aqnav .item.active .b::after {
        background-image: url(/images/mbactive.svg);
        width: 100%;
        height: .08rem;
    }

    .aqservicebottom .aqnav .item {
        margin-top: .56rem;
    }

    .aqservicebottom .aqnav .item:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .aqimglist .ul {
        /* display: flex; */
        flex-wrap: wrap;
    }

    .aqimglist .ul .li {
        width: 2.14rem;
        height: 2.08rem;
        margin-right: calc((100% - (2.14rem * 3)) / 2) !important;
        margin-top: .24rem !important;

    }

    .aqimglist .ul .li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aqimglist .ul .li:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .aqimglist .ul .li:nth-of-type(-n+3) {
        margin-top: 0 !important;
    }

    .lxfgs {
        padding: 1.07rem .35rem 1.4rem;
    }

    .lxfgs .ul {
        display: block;
    }

    .lxfgs .ul .li {
        margin-right: 0;
        box-shadow: none;
        background-color: #fff;
        width: 100%;
        height: 3.3rem;
        padding: .55rem 0.4rem 0;
        margin-bottom: .28rem !important;
    }

    .lxfgs .ul .li:last-of-type {
        margin-bottom: 0 !important;
    }

    .lxfgs .ul .li .ftit {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3282rem;
        text-align: left;
        padding-bottom: .27rem;
        margin-bottom: .22rem;
    }

    .lxfgs .ul .li .hh {
        font-size: .24rem;
        font-weight: 300;
        line-height: .52rem;
        text-align: left;
    }

    .lxfgs .ul .li .hh img {
        width: .32rem;
        height: .32rem;
    }

    .ibgtit {
        font-size: .42rem;
    }

    .liuyan7 {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    /* .skillService {
        padding: .7rem .35rem .9rem;
    } */

    .skillService .ul .li {
        margin-top: 5% !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .skillService .ul .li:first-of-type {
        margin-top: 0 !important;
    }

    .skillService .ul .li .imgbox {
        height: 4.53rem;
    }


    .skillService .ul .li .txtbox .h1 {
        font-size: .26rem;
        line-height: 1.2;
    }

    .skillService .ul .li .txtbox .h2 {
        font-size: .2rem;
        line-height: 1.2;
    }

    .skillService .ul .li .txtbox .ljmoree {
        font-size: .2rem;
    }

    .abshouw {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-bottom: 0.3rem;
    }

    .abshouws {
        width: calc(100% / 3);
    }

    .art6 .xinwenlist:hover {
        background-color: var(--mycolor) !important;
    }

    .art6 .xinwenlist {
        padding: .35rem .26rem .35rem;
    }

    .art6 h6 {
        /* margin-bottom: 0; */
        font-size: .24rem;
    }

    .sbox[mid="1"][strid="268"] .art6 h6,
    .sbox[mid="1"][strid="269"] .art6 h6 {
        margin-bottom: 0;
    }

    .art6 .xinwenlist p {
        /* margin-top: .21rem; */
        line-height: 1;
        font-size: .22rem;
    }

    .art6 {
        margin-top: 0.5rem;
    }

    .sTh ul li a.current::before {
        top: 1.4em;
    }
    
    .sTh ul li a.current::after {
        top: 1.6em;
    }
}