.byBan {
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);

}

.byBan::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transform: translateX(-50%);
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}

.byBan .inner {
    padding: 250px 0 90px;
    display: flex;
    justify-content: space-between;
}

.byBLeft {
    width: 50%;
}

.byBRig {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.byBNav {
    display: flex;
    align-items: center;
}

.byBBt {
    font-size: 24px;
}

.byBNav a {
    font-size: 14px;
    color: #aaa;
}

.byBNav svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    opacity: .4;
}

.byBNav span {
    font-size: 14px;
    color: #aaa;
}

.byBNav a:last-child {
    color: #033941;
}

.byBTit {
    font-size: 72px;
    font-weight: 600;
    margin-top: 30px;
    color: #033941;
    text-transform: uppercase;
    line-height: 1;
}

.byBImg {
    width: 100%;
    height: calc(100vh - 550px);
    position: relative;
}

.byBImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(1, 153, 153, .1);
}

.byBImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width:1480px) {
    .byBTit {
        font-size: 66px;
    }
}

@media(max-width:1280px) {
    .byBTit {
        font-size: 60px;
    }

    .byBan .inner {
        padding: 220px 0 70px;
    }
}

@media(max-width:1024px) {
    .byBLeft {
        width: 100%;
    }

    .byBan .inner {
        flex-wrap: wrap;
    }

    .byBan::after {
        width: 0;
    }

    .byBan .inner {
        padding: 180px 0 60px;
    }

    .byBTit {
        font-size: 56px;
        margin-top: 18px;
    }

    .byBRig {
        width: 100%;
        margin-top: 50px;
        justify-content: flex-start;
    }
}

@media(max-width:900px) {
    .byBan .inner {
        padding: 150px 0 40px;
    }

    .byBTit {
        font-size: 52px;
        margin-top: 18px;
    }

    .inPList {
        margin-top: 0;
    }
}

@media(max-width:680px) {
    .byBTit {
        font-size: 42px;
        margin-top: 18px;
    }
}

@media(max-width:500px) {
    .byBNav a {
        font-size: 12px;
    }

    .byBTit {
        font-size: 36px;
    }
}







.conmAP {
    width: 100%;
    height: 100%;
}





/* 新闻 */


.inNBox {
    position: relative;
    background: #fcfdfd;
}

.inNTop {
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(1, 153, 153, .1)
}

.inNList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inNItem {
    flex: 1;
    margin: 0 10px;
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.8s ease;
}

.inNItem.inNItemAct::after {
    width: 100%;
    transition: width 2s ease;
}

.inNItem::after {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(1, 153, 153, .5);
    transition: width .2s ease;
}

.inNItemAct {
    flex: 1.3;
}

.inNItemAct .inNTit {
    color: #019999;
}

.inNTbox {
    position: relative;
}

.inNTime {
    font-size: 14px;
    color: #a7a7a7;
}

.inNTit {
    font-size: 24px;
    line-height: 35px;
    height: 70px;
    position: relative;
    margin-top: 10px;
    max-width: 420px;
    
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;
-webkit-box-orient: vertical;
}

.inNImg {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;

}

.inNImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: width .5s ease;
}

.inNCon {
    padding: 50px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inNLeft {
    width: 30%;
    position: relative;
}

.inNLText {
    font-size: 28px;
    line-height: 40px;
    height: 80px;
    position: relative;
    margin: 10px 0 70px;
}

.inNRig {
    width: 60%;
    padding-top: 32%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.inNRImg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
    ;
}

.inNRImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inNBon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;

}

@media(max-width:1680px) {
    .inNLText {
        font-size: 24px;
    }

    .inNTit {
        font-size: 22px;
    }

}

@media(max-width:1468px) {
    .inNImg {
        height: 350px;
    }

    .inNTit {
        font-size: 20px;
    }
}

@media(max-width:1280px) {
    .inNLText {
        font-size: 20px;
    }

    .inNImg {
        height: 280px;
    }

    .inNTit {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .inNLeft {
        width: 35%;
    }
}

@media(max-width:900px) {
    .inNCon {
        flex-direction: column;
    }

    .inNLeft {
        width: 100%;
    }

    .inNRImg {
        width: 100%;
    }

    .inNRig {
        width: 100%;
        padding-top: 45%;
        margin-top: 30px;
    }

    .inNLText {
        font-size: 20px;
        height: auto;
        margin: 10px 0 20px;
    }

    .inNList {
        flex-wrap: wrap;
    }

    .inNItem {
        flex: auto;
        width: 100%;
    }

    .inNBon {
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .inNRig {
        width: 100%;
        padding-top: 60%;
    }

    .inNImg {
        height: 220px;
    }
}
















/* 分页 */

.navBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.navItem {
    width: 55px;
    height: 55px;
    margin: 0 8px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    cursor: pointer;
}

.navItem:hover {
    background: #033941;
    color: #fff;
}

.navItemAct {
    background: #033941;
    color: #fff;
}

@media(max-width:1280px) {
    .navItem {
        width: 50px;
        height: 50px;
        margin: 0 5px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .navItem {
        width: 45px;
        height: 45px;
        margin: 0 3px;
    }
}

@media(max-width:680px) {
    .navItem {
        width: 42px;
        height: 42px;
        font-size: 12px;
    }
}




.inPBox {
    position: relative;
    background: #fcfdfd;
}

.inPTop {
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(1, 153, 153, .1);
}

.inPList {
    margin-top: 50px;
    position: relative;

}

.inPItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.inPItem:first-child {
    padding-top: 0;
}

.inPItem:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.inPImgBox {
    width: 60%;
    position: relative;

}

.inPImg {
    width: 50%;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 70px; */
    box-shadow: 0 0 20px rgb(1, 153, 153, .1);
    /* transition: width 0.1s; */
}

.inPImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inPLeft {
    width: 38%;
    position: relative;
}

.inPTit {
    position: relative;
}

.inPTit span {
    color: #019999;
    font-size: 32px;
    font-weight: 500;
}

.inPTit p {
    font-size: 36px;
    font-weight: 500;
}

.inPText {
    margin: 50px 0 70px;
    position: relative;
}

.inPText p {
    font-size: 20px;
    position: relative;
    color: #666;
    margin-bottom: 10px;
}

.proFBox {
    position: relative;
    background: #fff;
}

.proFBox .inPImg {
    width: 100%;
}


@media(max-width:1680px) {
    .inPTit span {
        font-size: 24px;
    }

    .inPTit p {
        font-size: 32px;
    }
}

@media(max-width:1480px) {
    .inPImg {
        height: 450px;
    }

}

@media(max-width:1280px) {
    .inPText p {
        font-size: 18px;
    }

    .inPTit p {
        font-size: 28px;
    }

    .inPTit span {
        font-size: 20px;
    }

    .inPImg {
        height: 350px;
    }

    .inPText {
        margin: 30px 0 50px;
    }
}

@media(max-width:1024px) {
    /* .inPItem{
        flex-direction: column;
    }
    .inPLeft{
        width: 100%;
    }
    .inPImgBox{
        width: 100%;
        margin-top: 30px;
    } */
}

@media(max-width:900px) {
    .inPItem {
        flex-direction: column;
    }

    .inPLeft {
        width: 100%;
    }

    .inPImgBox {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .inPTit p {
        font-size: 24px;
    }

    .inPTit span {
        font-size: 16px;
    }

    .inPText p {
        margin-bottom: 5px;
    }

    .inPText {
        margin: 15px 0 30px;
    }
}

@media(max-width:680px) {
    .inPImg {
        height: 280px;
    }
}










/* 首页 */

#contentsWrap {
    position: relative;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
}

#contentsWrap::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transform: translateX(-50%);
    z-index: 9;
}

.hero-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banLeft {
    width: 50%;
}

.hero-wrap.has-image .title-wrap.before {
    background-color: transparent;
    color: #ffffff;
    z-index: 1;
}

.hero-wrap .title-wrap h5 {
    font-size: 16px;
    line-height: 1.35;
    text-transform: capitalize;
    color: #666;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-wrap .title-wrap h5 img {
    width: 12px;
    margin: 0 8px;
}

.hero-wrap .title-wrap h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 50px;
}

.hero-wrap .title-wrap .banText {
    font-size: 18px;
    opacity: .8;
    width: 50%;
    margin-bottom: 50px;
    padding-left: 8%;
}

.hero-wrap.has-image .title-wrap.before h1 {
    color: #fff;
}

.hero-wrap.has-image .title-wrap.before h5 {
    color: #fff;
}

.hero-wrap.has-image .title-wrap.before .inBtn.inBtn_hei a p {
    color: #fff;
}

.hero-wrap.has-image .title-wrap.before .inBtn.inBtn_hei a {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.hero-wrap.has-image .title-wrap.before .banText {

    color: #fff;
}

.hero-wrap .img-wrap {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-wrap.has-image {
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
}

.hero-wrap.has-image .title-wrap {
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: 2;
    padding: 18vh 5% 30px 8%;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: height 0.48s;
}

.hero-wrap.has-image.long .title-wrap {
    height: 70%;
}


.hero-wrap.no-image {
    padding-top: 100px;
}

.hero-wrap.no-image .title-wrap {
    padding-left: 120px;
    padding-top: 200px;
}

.hero-wrap.no-image .title-wrap h1 {
    font-size: 10vmin;
}

.banSBox {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banSBox p {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-top: 30px;
    text-transform: uppercase;
}

.banSXian {
    width: 1px;
    height: 30px;
    position: relative;
    background: rgba(255, 255, 255, .3);
}

.banSXian::before {
    width: 100%;
    height: 0%;
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    animation: banSHig 3s ease infinite;
}

@keyframes banSHig {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

.inBCon {
    width: 100%;
    height: 800px;
    position: relative;
    display: none;
}

.inBCImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inBCImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inBTbox {
    width: 90%;
    position: absolute;
    left: 5%;
    /* display: flex;
        justify-content: space-between; */
    top: 70%;
    transform: translateY(-50%);
    z-index: 9;
}

.inBText {
    font-size: 14px;
    color: #fff;
    opacity: .8;
    /* width: 50%;
        padding-left: 5%; */
    margin: 15px 0 30px;
}

.inBTit {
    position: relative;
}

.inBTit h4 {
    font-size: 28px;
    color: #fff;
    opacity: .8;
    font-weight: 600;

}

@media(max-width:1680px) {
    .hero-wrap .title-wrap .banText {
        font-size: 16px;
    }

    .hero-wrap .title-wrap h1 {
        font-size: 42px;
    }

    .hero-wrap .title-wrap h5 img {
        width: 8px;
    }
}

@media(max-width:1468px) {
    .hero-wrap .title-wrap h1 {
        font-size: 36px;
    }

    .hero-wrap .title-wrap h5 {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .hero-wrap .title-wrap .banText {
        font-size: 14px;
        padding-left: 5%;
    }

    .hero-wrap .title-wrap h1 {
        font-size: 28px;
        margin: 15px 0 30px;
    }

    .banSBox p {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    #wrap {
        display: none;
    }

    .inBCon {
        display: block;
    }
}

@media(max-width:900px) {
    .inBCon {
        height: 700px;
    }
}

@media(max-width:680px) {
    .inBCon {
        height: 600px;
    }

    .inBText {
        display: none;
    }

    .inBTit h4 {
        margin-bottom: 50px;
    }
}

@media(max-width:500px) {

    .inBTit h4 {
        font-size: 24px;
    }

    .inBTit h4 {
        margin-bottom: 30px;
    }
}

.inABox {
    position: relative;
    background-image: url('../images/inABg.jpg');
    background-size: cover;
    background-position: center;
    /* 可选，确保图片居中 */
}

.inABox .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.inALeft {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inABq {
    font-size: 14px;
    color: #019999;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: -11px;
}

.inABq img {
    width: 12px;
    margin: 0 5px;
}

.inAText {
    font-size: 20px;
    line-height: 1.8;
    margin: 50px 0;
    color: #666;
}

.inAImgBox {
    width: 50%;
    position: relative;
    /* position: absolute;
            top: 50%;
            right: 8%;
            transform: translateY(50%); */
}

.inAImg {
    width: 80%;
    margin-left: 20%;
    position: relative;
}

.inAImg img {
    width: 100%;
}

.inAImg2 {
    width: 90%;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.inAImg2 img {
    width: 100%;
}

.inARig {
    display: none;
}

.inARig {
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
}

.inARig img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1680px) {
    .inAText {
        font-size: 18px;
    }
}

@media(max-width:1280px) {
    .inAText {
        font-size: 16px;
        margin: 35px 0;
    }
}

@media(max-width:900px) {
    .inABq {
        position: relative;
        margin-bottom: 30px;
    }

    .inALeft {
        width: 100%;
    }

    .inABox .inner {
        flex-wrap: wrap;
    }

    .inAImgBox {
        display: none;
    }

    .inARig {
        display: block;
    }
}

@media(max-width:680px) {
    .inARig {
        width: 100%;
        padding-top: 65%;
    }
}








.inYBox {
    position: relative;
    background: #eef1f2;
    overflow: hidden;
}

.inYTop {
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(1, 153, 153, .1);
}

.inYList {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    height: 600px;
}

.inYItem {
    flex: 1;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    transition: all 0.8s ease;
}

.inYImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inYImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .3);
}

.inYImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inYBt {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.48s;
}

.inYTbox {
    width: 90%;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    min-width: 300px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.48s;
}

.inYTit {
    font-size: 32px;
    color: #fff;
}

.inYText {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin: 10px 0 30px;
}

.inYItemAct {
    flex: 2;
}

.inYItemAct .inYTbox {
    opacity: 1;
}

.inYItemAct .inYBt {
    opacity: 0;
    transform: translateY(30px);
}

.inYCon {
    width: 100%;
    position: relative;
    margin-top: 50px;
    display: none;
}

.inYSwiper {
    width: 100%;
    overflow: hidden;
}

.inYSItem {
    width: 100%;
    height: 420px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.inYSItem.swiper-slide-active .inYTbox {
    opacity: 1;
}

.inYBtn {
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 0.48s;
    cursor: pointer;
}

.inYS_prev {
    left: -20px;
}

.inYS_next {
    right: -20px;
}

.inYBtn svg {
    width: 40%;
    height: 40%;
}

.inYBtn svg path {
    fill: #033941;
}

.inYBtn:hover {
    background: #033941;
}

.inYBtn:hover svg path {
    fill: #fff;
}

@media(max-width:1680px) {
    .inYTit {
        font-size: 28px;
    }

    .inYText {
        font-size: 16px;
    }

    .inYItem {
        margin: 0 5px;
    }

    .inYBt {
        font-size: 16px;
    }

    .inYList {
        height: 520px;
    }
}

@media(max-width:1468px) {
    .inYTit {
        font-size: 24px;
    }

    .inYList {
        height: 450px;
    }

    .inYTbox {
        width: 100%;
    }
}

@media(max-width:1280px) {
    .inYTbox {
        padding: 20px;
    }

    .inYTit {
        font-size: 20px;
    }

    .inYText {
        font-size: 14px;
    }

    .inYItemAct {
        flex: 2.5;
    }

    .inYList {
        height: 400px;
    }
}

@media(max-width:900px) {
    .inYList {
        display: none;
    }

    .inYCon {
        display: block;
    }

    .inYText {
        font-size: 14px;
    }

    .inYTit {
        font-size: 28px;
    }
    .inYSItem {
        height: 350px;
    }
}

@media(max-width:768px) {
    .inYCon {
        margin-top: 30px;
    }

    .inYSItem {
        height: 320px;
    }
    .inYBtn {
width: 35px;
height: 35px;
    }
    .inYTit {
font-size: 24px;
}
    .inYText{
        margin: 10px 0 20px;
    }
}









/* 关于 */
.abABox{
    background: #fff;
    position: relative;
}
.abATop{
    display: flex;
    justify-content: space-between;
}
.abALeft{
    width: 45%;
}
.abARig{
    width: 45%;
}
.abAText{
    position: relative;
}
.abAText p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.abAImgBox{
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
}
.abAImg{
    width: 100%;
    height: 100%;
}
.abAImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:1680px){
    .abARig {
width: 50%;
}
}
@media(max-width:1480px){
   
    .abALeft {
width: 35%;
}
.abARig {
width: 58%;
}
.abAImgBox {
height: 500px;
}
}
@media(max-width:1280px){
    .abAText p {
        font-size: 16px;
    }
    .abAImgBox {
height: 400px;
}
}
@media(max-width:1200px){
.abATop{
    flex-wrap: wrap;
}
.abALeft{
    width: 100%;
}
.abARig{
    width: 100%;
    margin-top: 30px;
}
}

@media(max-width:680px){
.abAText p {
font-size: 14px;
}
.abAImgBox {
height: 350px;
}
}
@media(max-width:500px){
.abAImgBox {
height: 300px;
}
}




.abQBox{
    position: relative;
    background: #fff;
    padding-top: 0;
}
.abQBox .inner{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.abQItem{
    width: 50%;
    position: relative;
    padding: 80px 80px 86px;
}
.abQItem:nth-child(1){
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.abQItem1{
    padding-left: 0;
}
.abQItem2{
    padding-right: 0;
}
.abQTit{
    font-size: 36px;
    color: #033941;
    font-weight: 600;
}
.abQText{
    margin: 20px 0 50px;
    position: relative;
    min-height: 120px;
}
.abQText p{
    font-size: 20px;
    margin-bottom: 8px;
    opacity: .6;
}
.abQImgBox{
    padding-top: 50%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.abQImg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.abQImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:1480px) {
    .abQItem{
        padding: 60px 60px 66px;
    }
    .abQText {
margin: 15px 0 40px;
min-height: 150px;
}
.abQImgBox {
padding-top: 55%;
}
.abQTit {
font-size: 32px;
}
.abQItem1 {
padding-left: 0;
}
.abQItem2 {
padding-right: 0;
}
}
@media(max-width:1280px) {
    .abQItem{
        padding: 50px 50px 66px;
    }
    .abQItem1 {
padding-left: 0;
}
.abQItem2 {
padding-right: 0;
}
.abQText p {
font-size: 18px;}
.abQText {
min-height: 130px;
}
.abQTit {
font-size: 28px;
}
}
@media(max-width:900px) {
    .abQBox .inner{
        flex-wrap: wrap;
    }
    .abQItem{
        width: 100%;
        padding: 50px 0;
    }
    .abQItem:nth-child(1) {
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, .1);

}
.abQText{
min-height: auto;
}
}
@media(max-width:680px) {
    .abQTit {
font-size: 24px;
}
    .abQText p {
font-size: 16px;
}
}
.abWBox{
    position: relative;
        background: #fff;
        padding-top: 0;
}
.abWBox .inner{
    display: flex;
        justify-content: space-between;
}
.abWList{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, .1);
    
}
.abWItem{
    width: 50%;
    height: 400px;
    position: relative;
    padding: 50px 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.abWRig{
    width: 40%;
    height: 800px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.abWJzImg{
    width: 100%;
    height: 100%;
}
.abWJzImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abWJzImg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .3);
}
.abWJzBox{
    width: 100%;
    height: 100%;
    position: relative;
    background: #f7f8f9;
}
.abWJzTbox{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px;
    z-index: 9;
    width: 100%;
}
.abWJzTit{
    margin: 10px 0 10px;
    display: flex;
    align-items: center;
}
.abWJzTit p{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-left: 8px;
}
.abWJzText{
    font-size: 18px;
    color: #fff;
    opacity: .8;
}
.abWJzIcon{
    width: 40px;
}
.abWIcon{
    width: 80px;
    height: 80px;
}
.abWIcon img{
    width: 100%;
    height: 100%;
}
.abWTit{
    color: #033941;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 30px;
}
.abWText{
    font-size: 18px;
    opacity: .8;
}
.abWItem:nth-child(1),.abWItem:nth-child(4){
    background: #f7f8f9;
}
.abWTop{
    margin-bottom: 70px;
    position: relative;
}
@media(max-width:1680px){
    .abWItem {
padding: 50px;

    }
}
@media(max-width:1480px){
    .abWItem {
padding: 40px;

    }
    .abWTit {
font-size: 20px;
margin: 12px 0 15px;
}
.abWItem{
height: 350px;
}
.abWRig{
height: 700px;
}
.abWJzTit p {
font-size: 28px;
}
}
@media(max-width:1280px){
    .abWText {
        font-size: 16px;
    }
    .abWIcon {
width: 70px;
height: 70px;
}

.abWJzText {
font-size: 16px;
}
.abWItem {
padding: 30px;
}
.abWItem{
height: 300px;
}
.abWRig{
height: 600px;
}
.abWJzTbox {
padding: 30px;
}
.abWTop{
margin-bottom: 50px;
}
}
@media(max-width:1200px){
    .abWTit {
        font-size: 18px;
    }
    .abWIcon {
width: 60px;
height: 60px;
}
}
@media(max-width:1024px){
    .abWBox .inner{
        flex-wrap: wrap;
    }
    .abWRig{
        width: 100%;
        height: 350px;
        position: relative;
    }
    .abWList{
        width: 100%;
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, .1);
    }
    .abWItem{
height: 250px;
}
}
@media(max-width:768px){
    .abWText {
font-size: 14px;
}
.abWJzTit p {
font-size: 24px;
}
.abWJzIcon {
width: 33px;
}
.abWTop {
margin-bottom: 30px;
}
}
@media(max-width:680px){
    .abWItem{
        width: 100%;
    }
    .abWItem:nth-child(1){
        background: #fff;
    }
    .abWItem:nth-child(2), .abWItem:nth-child(4) {
background: #f7f8f9;
}
.abWItem {
height: 230px;
}
.abWIcon {
width: 50px;
height: 50px;
}
}






/* 新闻 */
.newInp{
    width: 450px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.newInp input{
    width: calc(100% - 70px);
    position: relative;
    height: 100%;
    font-size: 14px;
}
.newInp svg{
    width: 20px;
    height: 20px;
}
.newInp svg path{
    fill: #999;
}
.newBox {
    position: relative;
}

.newBList {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.newBImg {
    width: 65%;
    padding-top: 40%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.newBImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.newBTbox {
    width: 35%;
    padding: 5%;
    position: relative;
}


.newBox {
    position: relative;
    background: #fff;
}

.newList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.newItem {
    width: calc(33.3% - 40px);
    margin-right: 60px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.8s ease;
    margin-bottom: 50px;
}

.newItem:nth-child(3n) {
    margin-right: 0;
}

.newItem::after {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(1, 153, 153, .5);
    transition: width .2s ease;
}

.newItem .inNImg img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.newItem:hover::after {
    width: 100%;
    transition: width 1s ease;
}

.newItem:hover .inNTit {
    color: #019999;
}

.newItem:hover .inNImg img {
    transform: scale(1.1);
}
.NewCon{
    position: relative;
display: flex;
justify-content: space-between; 
align-items: center;

}
.newItem .inNTbox{
    padding: 30px 0;
    min-height: 180px;
}
/* .newItem .inNImg::before{
    width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
content: '';
background: rgb(3, 57, 65,.4);
z-index: 2;
} */
.newItem .inNImg{
    height: auto;
    margin-top: 0;
    padding-top: 65%;
}
/* .NewCon .inNRig{
    width: 45%;
}
*/
.NewCon .inNLeft{
    width: 35%;
}
.NewCTit{
    font-size: 28px;
/* line-height: 40px;
height: 80px; */
position: relative;
margin: 10px 0 30px;
}
.NewCText{
    font-size: 20px;
line-height: 30px;
height: 60px;
position: relative;
margin: 0 0 70px;
color: #999;
}
.NewCBox{
    background: #ffff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media(max-width:1680px){
    .NewCTit {
font-size: 24px;
    }
}
@media(max-width:1480px){
.newItem {
width: calc(33.3% - 20px);
margin-right: 30px;
}
}
@media(max-width:1280px){
.inNRig {
    width: 55%;
    margin-top: 0;
}
.NewCon .inNLeft {
width: 40%;
}
.NewCText{
    font-size: 18px;
}
}
@media(max-width:1024px){
.newItem {
width: calc(50% - 20px);
margin-right: 40px;
margin-bottom: 30px;
}
.NewCTit {
font-size: 20px;
}
.newItem:nth-child(3n) {
margin-right: 40px;
}
.newItem:nth-child(2n) {
margin-right: 0;
}
}
@media(max-width:900px){
.NewCon{
    flex-wrap: wrap;
}
.inNRig{
    width: 100%;
    margin-top: 30px;
}
.NewCon .inNLeft{
    width: 100%;
    margin-top: 50px;
}
.NewCText {
margin: 0 0 30px;
}
}
@media(max-width:680px){
.newItem {
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}

.newItem:nth-child(3n) {
margin-right: 0;
}
.newItem:nth-child(2n) {
margin-right: 0;
}
}








/* 产品详情 */
.infoABox {
    position: relative;
    padding: 180px 0 90px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.infoABox .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.infoAImgBox {
    position: relative;
    width: 70%;
    background: #f7f8f9;
    padding: 50px;
    border-radius: 8px;
    overflow: hidden;
}

.infoAImg {
    width: 80%;
    padding-top: 65%;
    position: relative;
}

.infoAImg img {
    width: 75%;
height: 75%;
position: absolute;
left: 50%;
top: 50%;
object-fit: contain;
transform: translate(-50%, -50%);
}

.infoARig {
    width: 40%;
    background: #033941;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.infoATit {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 70px;
    opacity: .6;
}

.infoAText {
    font-weight: 600;
    line-height: 1;
    font-size: 44px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.infoALogo {
    width: 200px;
}

.infoAJt {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin: 50px 0 70px;
}
@media(max-width:1680px){
    .infoAText{
        font-size: 36px;
    }
    .infoARig {
        width: 45%;
    }
}
@media(max-width:1480px){
    .infoAText {
font-size: 32px;
}
.infoATit {
font-size: 20px;
margin-top: 40px;
}
.infoAJt {
font-size: 18px;
color: #fff;
opacity: .8;
margin: 30px 0 50px;
}
}
@media(max-width:1280px){
    .infoAText {
font-size: 28px;
}
    .infoAJt {
        font-size: 16px;}
        .infoATit {
font-size: 16px;
margin-top: 32px;
}
.infoAJt {
margin: 20px 0 30px;
}
.infoABox {
padding: 120px 0 70px
}
}
@media(max-width:1024px){
    .infoABox .inner{
        flex-wrap: wrap;
    }
    .infoAImgBox{
        width: 100%;
    }
    .infoAImg{
        width: 100%;
    }
    .infoARig{
        width: 96%;
        position: relative;
        right: 0;
        left: 50%;
        top: 0;
        transform: translate(-50%,0%);
        margin-top: -30px;
    }
}
@media(max-width:768px){
    .infoAImg img {
width: 90%;
height: 90%;
}
.infoARig{
width: 100%;
padding: 30px;
margin-top: 30px;
}
}
@media(max-width:680px){
    .infoAText {
font-size: 24px;
}
.infoALogo {
width: 160px;
}
}
@media(max-width:500px){
    .infoAJt {
font-size: 14px;
}
.infoATit {
font-size: 14px;
}
}
.infoFBox {
    background: #033941;
    position: relative;
    background-image: url('../images/appAImg1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.infoFList {
    display: flex;
}

.infoFItem {
    width: 33.3%;
    padding: 70px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.infoFItem::after {
    content: '';
    width: 0%;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .1);
    transition: all 0.48s ease-out;
}

.infoFItem:hover::after {
    width: 80%;
    height: 80%;
}

.infoFItem:hover .infoFTit {
    margin-top: 20px;
}

.infoFTit {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    transition: margin 0.8s ease-in;
}

.infoFTit::after {
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    background: rgba(255, 255, 255, .3);
    transform: translateX(-50%);
}

.infoFText {
    font-size: 18px;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    opacity: .6;
}

.infoFItem img {
    width: 50px;
    margin-bottom: 20px;
}
@media(max-width:1680px){
    .infoFTit {
        font-size: 32px;
    }
    .infoFItem {
padding: 50px;
height: 550px;
}
.infoFItem:hover .infoFTit {
margin-top: 0px;
}
}
@media(max-width:1480px){
    .infoFTit {
font-size: 28px;
}
}
@media(max-width:1280px){
    .infoFTit {
font-size: 24px;
}
.infoFItem img {
width: 40px;
margin-bottom: 8px;
}
.infoFText {
font-size: 16px;
}
.infoFItem:hover::after {
width: 90%;
height: 90%;
}
.infoFItem {
padding: 50px;
height: 500px;
}
}
@media(max-width:1024px){
    .infoFItem {
height: 450px;
}
}
@media(max-width:900px){
    .infoFList{
        flex-wrap: wrap;
    }
    .infoFItem{
        width: 100%;
        height: 280px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
}
@media(max-width:680px){
    .infoFTit{
        margin-bottom: 20px;
    }
    .infoFItem {
        padding: 30px;
        height: 250px;
    }
}
.infoXBox {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.infoXTit {
    font-size: 46px;
    font-weight: 600;
    color: #033941;
    text-transform: uppercase;
    line-height: 1;
}

.infoXLeft {
    width: 35%;
}

.infoXRig {
    width: 100%;
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.infoXItem {
    padding: 35px 40px;
    position: relative;
    margin-bottom: 30px;
    background: #f7f8f9;
}

.infoXItem p {
    font-size: 24px;
    padding-left: 15px;
    position: relative;
}

.infoXItem p::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #033941;
    content: '';
}
@media(max-width:1680px){
    .infoXItem p {
        font-size: 20px;
    }
}
@media(max-width:1280px) {
    .infoXItem p {
font-size: 18px;
}
.infoXItem {
padding: 28px 40px;
margin-bottom: 20px;
}
}
@media(max-width:900px) {
    .infoXItem p {
font-size: 16px;
}
.infoXItem {
padding: 22px 30px;
margin-bottom: 20px;
}
.infoXItem p::before {
width: 4px;
height: 4px;
}
.infoXRig{
margin: 30px auto 0;
}
}
@media(max-width:680px){
    .infoXItem {
padding: 16px 20px;
margin-bottom: 14px;
}
}






/* 联系我们 */
.conABox {
    position: relative;
    background: #fff;
    padding-top: 0;

    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.conAMap{
    width: 100%;
    height: 100%;
}
.conAList {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
 }

.conAItem {
    width: 50%;
    position: relative;
    padding: 50px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.conAItem:nth-child(2n){
    border-right: none;
}
.conAItem:nth-child(1),  .conAItem:nth-child(2){
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.conAItem:nth-child(2),.conAItem:nth-child(3){
    background: #f7f8f9;
}
.conABt {
    display: flex;
    align-items: center;
}

.conABt svg {
    width: 20px;
    height: 20px;
}

.conABt p {
    font-size: 16px;
    margin-left: 10px;
    color: #033941;
}

.conAText {
    margin-top: 20px;
    position: relative;
}

.conAText p {
    font-size: 18px;
    margin-bottom: 8px;
}
.conAMapBox{
    width: 50%;
    height: 600px;
    background: #f7f8f9;
}
.conAEwm{
    width: 120px;
}
.conAEwm img{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.conAEwm span{
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
@media(max-width:1480px){
    .conAText p {
        font-size: 16px;
    }
    .conAItem {
padding: 40px;
}
}
@media(max-width:1280px){
    .conAItem{
        height: 250px;
        padding: 30px;
    }
    .conAMapBox{
        height: 500px;
    }
.conABt p {
font-size: 14px;
}
.conAEwm span {
font-size: 12px;}
.conAEwm {
width: 110px;
}
}
@media(max-width:1024px){
    .conABox{
        flex-wrap: wrap;
    }
    .conAMapBox{
        width: 100%;
        height: 350px;
    }
    .conAList{
        width: 100%;
    }
}
@media(max-width:680px){
    .conAMapBox{
        width: 100%;
        height: 320px;
    }
    .conAItem{
        width: 100%;
        background: #fff;
        border-right: none;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .conAItem:nth-child(3){
        background: #fff;
    }
    .conAItem:nth-child(1), .conAItem:nth-child(2){
        border-bottom: none;
    }
    .conAItem:nth-child(2), .conAItem:nth-child(4) {
background: #f7f8f9;
}
}
.conFBox{
    background: #fff;
    position: relative;
}

.conFrom{
    margin: 50px auto 0;
    position: relative;
    width: 100%;
    max-width: 1000px;
}
.conFList{
    display: flex;
    flex-wrap: wrap;
}
.conFItem{
   width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.conFItem_50{
    width: calc(50% - 10px);
    margin-right: 20px;
}
.conFItem_50:nth-child(2n-1){
    margin-right: 0;
}
.conFItem_33{
    width: calc(33.3% - 13.4px);
    margin-right: 20px;
}
.conFItem:nth-child(8){
    margin-right: 0;
}
.conFBt{
    display: flex;
    align-items: center;
}
.conFBt p{
    font-size: 16px;
    color: #033941;
}
.conFBt span{
    font-size: 16px;
    color: #E30613;
}
.conFIBox{
    width: 100%;
    height: 65px;
    background: #f7f8f9;
    /* border: 1px solid rgba(0, 0, 0, .1); */
    position: relative;
  
}
.conFIBox input{
    width: 100%;
    font-size: 16px;
   height: 100%;
    background: transparent;
    padding:0 20px;
}
.conFIBox p{
    width: 100%;
    font-size: 16px;
   height: 100%;
    background: transparent;
    padding:0 20px;
    display: flex;
    align-items: center;
    color: #999;
}
.conFIBox input::placeholder{
    color: #aaa;
}
.conFtarea{
    height: 150px;
}
.conFIBox textarea{
    width: 100%;
    font-size: 16px;
    height: 100%;
    background: transparent;
    padding: 20px;
}
.conFIBox textarea::placeholder{
    color: #aaa;
}
.conFTyBox{
    display: flex;
    margin: 30px 0;
}
.conFTy{
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 6px;
}
.conFBtnBox{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conFBtn{
    width: 300px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #033941;
}
.conFBtn p{
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.conFBtn svg{
    width: 20px;
    height: 20px;
}
.conFBtn svg path{
    fill: #fff;
}
.conFTyBox p{
    font-size: 16px;
    width: calc(100% - 80px);
    margin-left: 10px;
    color: #666;
}
.conFJt{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.conFJt svg{
    width: 12px;
    height: 12px;
}
.conFJt svg path{
    fill: #666;
}
.conFItem select{
    width: 100%;
font-size: 16px;
height: 100%;
background: transparent;
padding: 20px;
z-index: 6;
position: absolute;
left: 0;
top: 0;
}
.conFITBox{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #f7f8f9;
    z-index: 9;
    padding: 0 20px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.conFIText{
    display: block;
    padding: 15px 0;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #f1f2f3;
   
}
.conFItemAct  .conFITBox{
    display: block;
}
.conFItemAct .conFIBox p{
    color: #333;
}
@media(max-width:768px){
.conFIBox textarea{
    font-size: 14px;
}
.conFIBox input {
font-size: 14px;
}
.conFIBox p{
font-size: 14px;
}
.conFTyBox p {
font-size: 14px;
width: calc(100% - 30px);
}
.conFTy{
margin-top: 10px;
}
.conFTyBox {
margin: 18px 0;
}
.conFBtn {
width: 250px;
height: 60px;
}
}
@media(max-width:680px){
.conFIBox {
height: 50px;
}
.conFItem_50 {
width: calc(50% - 5px);
margin-right: 10px;
}
.conFItem_33 {
width: calc(33.3% - 7px);
margin-right: 10px;
}
.conFIBox input{
padding: 0 15px;
}
.conFtarea {
height: 120px;
}
.conFrom {
margin: 30px auto 0;
}
.conFTy{
margin-top: 10px;
width: 18px;
height: 18px;
border-radius: 4px;
}
}
@media(max-width:500px){
.conFIBox textarea {
font-size: 12px;
}
.conFIBox input {
font-size: 12px;
}
.conFTyBox p {
font-size: 12px;
}
.conFIBox p{
font-size: 12px;
}
.conFBtn {
width: 230px;
height: 60px;
}
.conFBtnBox {
margin-top: 30px;
}
}






/* 解决方案详情 */
.appIBox{
    position: relative;
    padding: 250px 0 0;
    background: #fff;
}
.appIBox::after {
content: '';
width: 1px;
height: 100%;
position: absolute;
left: 50%;
top: 0;
background: rgba(0, 0, 0, .1);
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.appITit p{
    font-size: 72px;
font-weight: 600;
margin-top: 30px;
color: #033941;
text-transform: uppercase;
line-height: 1;
}
.appIText{
    font-size: 24px;
/*font-weight: 600;*/
color: #fff;
/* text-align: center; */
padding: 30px 50px;
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.appImgBox{
    position: relative;
    margin-top: 70px;
    z-index: 2;
}
.appImg{
    width: 100%;
    padding-top: 45%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.appImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.appImg::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    object-fit: cover;
}
.appITbox{
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 9;
    
  
    border-radius: 8px;
    background: rgb(3, 57, 65,.9);
}
.appITd{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}
.appITdText{
    width: 50%;
    position: relative;
}
.appITdText p{
    font-size: 20px;
    color: #fff;
    opacity: .8;
    position: relative;
    margin-top: 10px;
}
.appITdText p::after{
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: -15px;
    background: #fff;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}
.appITop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appICon{
    display: flex;
    justify-content: space-between;
    padding: 50px 50px 70px;
}
.appRBox{
    position: relative;
    background: #fff;
}
.appRBox::after{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1);
    content: '';
}
.appRList{
    margin: 50px auto 0;
    position: relative;
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.appRImgBox{
    width: 50%;
    position: relative;
}
.appRImg{
    width: 100%;
    padding-top: 80%;
    position: relative;
}
.appRImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.appRTbox{
    width: 50%;
    padding-left: 8%;
    position: relative;
}
.appRTIt{
    font-size: 42px;
    font-weight: 600;
    color: #033941;
}
.appRText{
    margin-top: 30px;
    position: relative;
}
.appRText p{
    font-size: 18px;
    opacity: .8;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.appRText p::after{
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
    background: #666;
    content: '';
}
.appRList:nth-child(2n) .appRTbox{
    order: -1;
    padding-right: 8%;
    padding-left: 0;
}
.appRList:nth-child(2n) .appRImgBox{
    padding-right: 0;
}
@media(max-width:1680px){
    .appIText {
        font-size: 23px;
    }
    .appITit p{
font-size: 66px;
}
.appICon {
padding: 30px 50px 70px;
}
.appITd {
font-size: 32px;
}
.appITdText p {
font-size: 18px;
}
}
@media(max-width:1480px){
    .appIText {
        font-size: 22px;
    }
    .appITit p{
font-size: 66px;
}
.appICon {
padding: 30px 50px 70px;
}
.appITd {
font-size: 32px;
}
.appITdText p {
font-size: 18px;
}
.appRTIt {
font-size: 36px;}
.appRText p {
font-size: 16px;
}
}
@media(max-width:1280px){
    .appITit p {
font-size: 60px;
}
.appIText {
font-size: 21px;
}
.appITd {
font-size: 28px;
}
.appITdText {
width: 60%;
}
.appIBox{
padding: 220px 0 0;
}
.appImg {
padding-top: 65%;
}
.appRList {
margin: 20px auto 0;
position: relative;
width: 90%;
padding: 25px 0;
}
.appRTIt {
font-size: 32px;
}
}
@media(max-width:1024px){
    .appRList {
margin: 20px auto 0;
position: relative;
width: 100%;
padding: 20px 0;
}
    .appIBox::after{
        width: 0;
    }
    .appIBox {
padding: 180px 0 0;
}
.appITit p {
font-size: 56px;
}
.appIText {
font-size: 20px;
padding: 20px 30px;
}
.appITd {
font-size: 24px;
}
.appICon {
padding: 20px 30px 50px;
}
.appITdText p {
font-size: 16px;
}
}
@media(max-width:900px){
    .appRBox::after{
        width: 0;
    }
    .appRText {
        margin-top: 14px;
    }
    .appRList{
        flex-wrap: wrap;
    }
    .appRImg {
width: 100%;
padding-top: 55%
}
.appRList:nth-child(2n) .appRTbox {
order: 0;
padding-right: 0;
padding-left: 0;
}
    .appRTbox{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .appRImgBox {
        width: 100%;
    }
    .appITit p {
font-size: 52px;
margin-top: 15px;
}
.appIBox{
padding: 150px 0 40px;
}
.appIText {
font-size: 20px;
}
.appITd {
font-size: 20px;
}
.appITbox{
position: relative;
margin-top: -100px;
background: #033941;
}
.appICon{
flex-wrap: wrap;
}
.appITdText{
width: 100%;
padding-left: 20px;
position: relative;
margin-top: 10px;
}
}

@media(max-width:680px){
    .appImgBox {
position: relative;
margin-top: 50px;
}
    .appITit p {
font-size: 42px;
}
.appRTIt {
font-size: 28px;
}
.appRList {
margin: 0 auto 50px;
position: relative;
width: 100%;
padding: 0;
}
.appRTIt {
font-size: 24px;
}
.appRImg {
width: 100%;
padding-top: 65%;
}
}
@media(max-width:500px){
    
    .appITit p {
font-size: 36px;
}
.appITbox{
width: 100%;
margin-top: 20px;
left: 0;
}
.appIText {
font-size: 18px;
}
.appITd {
font-size: 18px;
}
}