.byBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    margin-top: 112px;
    position: relative;
}

.byBox .inner {
    padding: 15px 0;
    max-width: 1600px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.byImg {
    width: 100%;
    height: 350px;
    position: relative;
}

.byImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media (max-width: 900px) {
    .byBox {
        margin-top: 72px;
    }
}




.PageBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}



.PageLi {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    background-color: rgba(244, 244, 245, 1);
    font-size: 14px;
    color: rgba(192, 196, 204, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(244, 244, 245, 1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.PageLi.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.PageLi.act {
    background: #0071a4;
    color: #fff;
}

.PageLi.act:hover {
    background-color: rgba(71, 75, 82, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(64, 158, 255, 1);
}




















/* 关于 */



/* 联系 */
.conBox {
    position: relative;
}

.conCon {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.conTit {
    font-size: 24px;
}

.conText {
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px;
}

.conFrom {
    margin-top: 50px;
}

.conFItem {
    width: 100%;
    margin-bottom: 20px;
    background: rgb(244, 248, 249);
}

.conFItem input {
     width: 100%;
     padding: 0 20px;
     height: 60px;
     background: transparent;
     font-size: 18px;
     border: 1px solid transparent;
     transition: all 0.48s;
     -webkit-transition: all 0.48s;
     -moz-transition: all 0.48s;
     -ms-transition: all 0.48s;
     -o-transition: all 0.48s;
}
.conFItem input:focus{
    border: 1px solid #2569af;
}
.conFItem textarea {
    width: 100%;
    padding: 20px;
    height: 120px;
    font-size: 18px;
    background: transparent;
     border: 1px solid transparent;
     transition: all 0.48s;
     -webkit-transition: all 0.48s;
     -moz-transition: all 0.48s;
     -ms-transition: all 0.48s;
     -o-transition: all 0.48s;
}
.conFItem textarea:focus{
    border: 1px solid #2569af;
}
.conFBtn {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conFBtn a {
    width: 150px;
    height: 60px;
    background: #014898;
    color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 680px) {
    .conTit {
        font-size: 20px;
    }

    .conText {
        font-size: 16px;
    }

    .conFItem input {
        font-size: 16px;
    }

    .conFBtn {
        margin-top: 50px;
    }

    .conFBtn a {
        width: 150px;
        height: 55px;
    }
}
















/* 新闻 */
.NewNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.NewNav .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.NewNavList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.NewNavItem {
    display: block;
    padding: 20px 0;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.NewNavItem p {
    color: #fff;
    font-size: 18px;
    transition: all .5s ease;
}

.NewNavItem::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 0%;
    display: block;
    background: #2569af;
    top: 0%;
    left: 0px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.NewNavItemAct::before {
    width: 100%;
}

.NewNavItemAct::after {
    height: 100%;
}




@media (max-width: 1368px) {
    .NewNavItem p {
        font-size: 16px;
    }

    .NewNavItem {
        width: auto;
    }
}

.NewBox {
    position: relative;
}

.NewBox .inner {
    max-width: 1600px;
}

.NewList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.NewItem {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.NewItem:last-child {
    border-bottom: none;
}

.NewImg {
    width: 25%;
    position: relative;
}

.NewImg a {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 10px rgb(37, 105, 175, .3);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.NewImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48S;
}

.NewLeft {
    width: 75%;
    position: relative;
    display: flex;
    padding: 30px 0;
}

.NewCon {
    width: calc(100% - 150px);
    position: relative;
    padding: 0 5%;
}

.NewTit {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.48S;
    -webkit-transition: all 0.48S;
    -moz-transition: all 0.48S;
    -ms-transition: all 0.48S;
    -o-transition: all 0.48S;
}

.NewTime {
    width: 120px;
}

.NewTime p {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: #2569af;
}

.NewTime span {
    display: block;
    font-size: 16px;
    text-align: center;
}

.NewText {
    margin-bottom: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: #666;
}

.NewBtn {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 80px;
    border-bottom: 1px solid #333;
}

.NewItem:hover .NewImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.NewItem:hover .NewTit {
    color: #2569af;
}

.NewTime2 {
    display: none;
}











@media (max-width: 1680px) {
    .NewTit {
        font-size: 26px;
    }

    .NewTime p {
        font-size: 52px;
    }
}

@media (max-width: 1368px) {
    .NewTit {
        font-size: 24px;
    }

    .NewTime p {
        font-size: 48px;
    }

    .NewTime span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .NewLeft {
        padding: 0;
    }

    .NewTit {
        font-size: 22px;
    }

    .NewTime p {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {


    .NewTime p {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .NewItem {
        flex-wrap: wrap;
    }

    .NewLeft {
        width: 100%;
        flex-wrap: wrap;
    }

    .NewImg {
        width: 100%;
        margin-top: 30px;
    }

    .NewCon {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .NewTime {
        width: auto;
        display: flex;
    }

    .NewTime2 {
        font-size: 16px;
        color: #666;
        display: block;
    }

    .NewTime {
        display: none;
    }
}

@media (max-width: 680px) {

    .byImg {
        height: 300px;
    }

    .NewTit {
        font-size: 20px;
    }

    .NewText {
        margin-bottom: 20px;
        font-size: 16px;
    }
}



.NewDBox {
    position: relative;
    padding-top: 80px;
}

.NewDBox .inner {
    width: 94%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
}

.NewDLeft {
    width: 65%;
    position: relative;
}

.NewDXian {
    position: relative;
    border-top: 1px solid rgba(221, 221, 221, 1);
    height: 1px;
    margin: 16px 0;
}

.NewDTit {
    font-size: 28px;
    font-family: "gantari-bold";
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #2569af;
}

.NewDTime {
    font-size: 14px;
    color: #2569af;
    line-height: 1.5;
    font-family: "gantari-regular";
    min-height: 20px;
    text-align: center;
}

.NewDMs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: rgba(242, 242, 242, 1);
    margin-top: 20px;
}

.NewDMs p {
    font-size: 14px;
    color: #2569af;
    line-height: 1.5;
    font-family: "gantari-regular";
    min-height: 20px;
    text-align: center;
}

.NewDRig {
    width: 25%;
    position: relative;
}

.NewDList {
    width: 100%;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 30px;
}

.NewDBt {
    line-height: normal;
    font-size: 24px;
    font-weight: bold;
    color: #2569af;
    font-family: "gantari-bold";
}

.NewDItem {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.NewDFTit {
    line-height: 1.5;
    font-size: 16px;
    font-family: "gantari-regular";
    color: #2569af;
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NewDFText {
    line-height: 1.5;
    font-size: 14px;
    font-family: "gantari-regular";
    color: #2569af;
    font-weight: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: keep-all;
}

.NewDFTime {
    min-height: 20px;
    font-family: "gantari-regular";
    font-size: 12px;
    color: #2569af;
    line-height: 1.8;
}

.NewDCon {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.NewDCon p {
    padding-bottom: 15px;
    font-size: 16px;
    color: #2569af;
    line-height: 2;
    text-align: center;
}

.NewDCon img {
    max-width: 100%;
}










/* 产品 */
.proBox {
    position: relative;
    padding: 50px 0 0;
}

.proCon {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.proTit {
    font-size: 28px;
    font-weight: 600;
    color: #2569af;
}

.proLeft {
    width: 350px;
    position: relative;
    background: #f7fafb;
}

.proNItem {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #eaeff3;
}

.proNTop {
    display: block;
    position: relative;
    font-size: 20px;
    color: #2569af;


}

.proNTbox {
    position: relative;
    display: none;
    padding-top: 10px;
}

.proNText {
    width: 100%;
    display: flex;
    align-items: center;
}

.proNDiv {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 5px rgb(37, 105, 175, .1);
}

.proNText p {
    font-size: 16px;
    color: #2569af;
    margin-left: 5px;
    padding: 5px 0;
}







.proRig {
    width: calc(100% - 400px);
    position: relative;
}



.proLList {
    position: relative;
}

.proLItem {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background: #f5f5f5;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    border-radius: 10px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.proLItem:nth-child(2n) {
    margin-right: 10px;
}

.proLImg {
    width: 180px;
    position: relative;
}

.proLImg a {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.proLImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
      transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.proLRig {
    width: calc(100% - 200px);
    position: relative;
    padding: 20px 8% 20px 10px;
}

.proLTit {
    font-size: 24px;
    position: relative;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.proLText {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}




.proMore {
    margin: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proMore a {
    background: #0f67b1;
    color: #fff;
    font-size: 18px;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.proLItem:hover .proLImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.proLItem:hover .proLTit{
    color: #2569af;
}
.proList{
       position: sticky;
    top: 20px;
}

@media (max-width: 1680px) {
    .proLRig{
        padding: 20px 10px;
         width: calc(100% - 180px);
    }
      .proLImg {
    width: 160px;}
}

@media (max-width: 1368px) {
    .proLRig {
    width: calc(100% - 160px);
       
    }
    .proNTop{
        font-size: 18px;
    }
    .proLText {
    line-height: 1.5;
    font-size: 16px;}
    .proLTit {
    font-size: 22px;}
    .proLImg {
    width: 150px;}
    .proMore a {
    font-size: 16px;}
    .proMore {
    margin: 50px 0;}
}
@media (max-width: 1200px){
.proRig {
    width: calc(100% - 350px);
}
.proLeft {
    width: 330px}
    .proNTop {
        font-size: 16px;
    }
    .proNText p {
    font-size: 14px;}
    .proNDiv {
    width: 16px;
    height: 16px;}
        .proLTit {
        font-size: 20px;
    }
        .proLRig {
        padding: 0 10px;}
            .proLImg {
        width: 130px;
    }
        .proLRig {
        width: calc(100% - 140px);
    }
    .proLItem {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;}
}
    
@media (max-width: 1024px){
    .proCon{
        flex-wrap: wrap;
    }
    .proLeft{
        width: 100%;
    }
    .proRig{
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .proList {
    position: relative;
    top: 0;
}
}
@media (max-width: 680px){
    .proTit {
    font-size: 24px;
}
    .proLText {
        font-size: 14px;
    }
    .proLTit {
        font-size: 18px;
    }
        .proLImg {
        width: 120px;
    }
        .proLRig {
        width: calc(100% - 120px);
    }
        .proMore {
        margin: 30px 0;
    }
    .proMore a {
    height: 60px;
    width: 180px;}
    .proNItem {
    position: relative;
    margin-bottom: 15px;
    padding: 16px;}
}





.proDBox {
    position: relative;
    padding-top: 50px;
}

.proDBox .inner {
    max-width: 1600px;
    width: 94%;
}

.proDTop {
    width: 100%;
    background-color: rgba(245, 245, 245, 1);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.proDTLeft {
    width: 616px;
    position: relative;
}

.proDSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.proDItem {
    position: relative;
}

.proDImg {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.proDImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.proDBon {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}

.proDBSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.proDBImg {
    width: 100%;
    padding-top: 100%;
    position: relative;

}

.proDBImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.proDJt {
    line-height: 60px;
    height: 60px;
    width: 20px;
    display: block;
    z-index: 8;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    top: 0;
}

.proDJt svg {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}

.proDSwiper_prev {
    left: 0;
}

.proDSwiper_next {
    right: 0;
}

.proDBItem {
    border: 1px solid rgba(245, 245, 245, 1);
}

.proDBItem.swiper-slide-thumb-active {
    border-color: red;
}

.proDTRig {
    position: relative;
    width: calc(100% - 616px);
    padding: 50px;
}

.proDTit {
    color: #2569af;
    font-family: "gantari-bold";
    background: #fff0;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.proDText {
    position: relative;
}

.proDText p {
    font-family: "gantari-regular";
    font-size: 16px;
    line-height: 1.7;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    color: #2569af;

}

.proDCon {
    position: relative;
    width: 100%;
    margin: 10px 0 20px;
    padding: 20px;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 20px;
}

.proQMs {
    background-color: #2569af;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    padding-right: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    width: auto;
    min-width: 98px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 30px;
}

.proQItem {
    position: relative;
    margin-bottom: 30px;
}

.proQTit {
    font-size: 26px;
    color: #2569af;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    background: none;
    width: 100%;
    padding: 15px 0 10px 10px;
    background-image: linear-gradient(343deg, #0d5eb424 70%, #0d5eb424 71%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.proQText {
    padding: 20px 0;
}

.proQText p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
    color: #2569af;
}

.proQGj {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.proQGj p {
    font-size: 14px;
    color: #2569af;
    line-height: 1.8;
    padding-right: 10px;
    font-weight: bold;
    font-family: "gantari-regular";
}

.proQGj a {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(96, 98, 102, 1);
}

.proFBox {
    position: relative;
    margin-bottom: 30px;
}

.proFTit {
    font-size: 18px;
    font-weight: 600;
    color: #2569af;
    text-align: center;
    margin-bottom: 20px;
}

.proFList {
    position: relative;
    display: flex;
}

.proFItem {
    width: 33.3%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.proFImg {
    width: 100%;
    padding-top: 68%;
    position: relative;
}

.proFImg img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.proFText {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
    color: #0d5eb4
}

.proXBox {
    padding-top: 50px;
    position: relative;
}

.proXTit {
    margin-top: 40px;
    font-size: 34px;
    color: #2569af;
    line-height: 1;
    font-family: "gantari-bold";
    text-align: center;
}

.proXXian {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    height: 1px;
    margin: 16px 0;
}

.proXList {
    display: flex;
    flex-wrap: wrap;
}

.proXItem {
    width: calc(25% - 15px);
    margin-right: 20px;
    border-radius: 16px;
    padding: 10px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.proXItem:nth-child(4n) {
    margin-right: 0;
}

.proXImg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.proXImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.proXText {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #2569af;
    text-align: center;
    line-height: 1;
    font-family: "gantari-bold";
    transition: all ease .5s;
}






@media (max-width: 1680px) {
    .proDTLeft {
        width: 550px;
    }

    .proDTRig {
        position: relative;
        width: calc(100% - 550px);
    }

    .proDTit {
        font-size: 36px;
    }
}

@media (max-width: 1368px) {
    .proDTLeft {
        width: 500px;
    }

    .proDTRig {
        position: relative;
        width: calc(100% - 500px);
    }

    .proDTit {
        font-size: 32px;
    }

    .proQTit {
        font-size: 24px;
    }

    .proQMs {
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .proXTit {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .proDTLeft {
        width: 450px;
    }

    .proDTRig {
        position: relative;
        width: calc(100% - 450px);
    }
}

@media (max-width: 1024px) {
    .proDTop {
        flex-wrap: wrap;
    }

    .proDTLeft {
        width: 100%;
    }

    .proDTRig {
        padding: 0;
        width: 100%;
        padding: 30px 0;
    }

    .proXItem {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .proXItem:nth-child(4n) {
        margin-right: 20px;
    }

    .proXItem:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .proDTit {
        font-size: 28px;
    }

    .proQTit {
        font-size: 20px;
    }

    .proFList {
        flex-wrap: wrap;
    }

    .proFItem {
        width: 100%;
    }

    .proXTit {
        font-size: 28px;
    }
}

@media (max-width: 680px) {
    .proDTop {
        padding: 20px;
    }

    .proDTit {
        font-size: 24px;
    }

    .proQTit {
        font-size: 18px;
    }

    .proFText {
        font-size: 14px;
    }

    .proQText p {
        font-size: 14px;
    }

    .proFTit {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .proXTit {
        font-size: 24px;
    }

    .proDText p {
        font-size: 14px;
    }

    .proDTit {
        font-size: 22px;
    }

    .proQTit {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .proXItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}















.seaBox {
    padding-top: 50px;
}

.seaBox .inner {
    width: 100%;
    max-width: 1270px;
}

.seaCon {
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.seaInpBox {
    padding: 20px 15px;
}

.seaInpCon {
    width: 100%;
    height: 60px;
    max-width: 820px;
    line-height: 2;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 40px 40px;
    transition: all ease .3s;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
}

.seaInpCon input {
    width: calc(100% - 120px);
    height: 100%;
    line-height: 2;
    font-size: 16px;
    padding: 0 15px;
    transition: all ease .3s;
}

.seaInpBtn {
    width: 120px;
    height: 100%;
    font-size: 16px;
    line-height: 3;
    overflow: hidden;
    box-shadow: none;
    background: #0d5eb4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seaConSj {
    font-size: 14px;
}

.seaConPList {
    position: relative;
}

.seaConPItem {
    position: relative;
    margin-bottom: 30px;
}

.seaConPTit {
    font-size: 20px;
    color: red;
    font-weight: normal;
}

.seaConPTime {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}

.seaConList {
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.seaConImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.seaConImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.seaConFList {
    position: relative;
}

.seaConFItem {

    position: relative;
    margin-bottom: 40px;
}

.seaConFItem a {
    display: flex;
    justify-content: space-between;
}

.seaConFTbox {
    width: 70%;
}


.seaConFTit {
    font-size: 20px;
    font-weight: normal;
}

.seaConFTit b {
    color: red;
    font-size: 20px;
    font-weight: normal;
}

.seaConFText {
    position: relative;
    margin-top: 10px;
}

.seaConFText p,
.seaConFText b {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;

    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.seaConFText b {
    color: red;
}

.seaConFTime {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    margin-top: 30px;
}

.seaConFImgBox {
    width: calc(25% - 20px);
    position: relative;
}

.seaConFImg {
    width: 100%;
    padding-top: 70%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.seaConFImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.seaConNList {
    position: relative;
}

.seaConNItem {
    position: relative;
    margin-bottom: 30px;
}

.seaConNTit {
    line-height: 1.5;
    font-size: 20px;
    font-weight: normal;
    font-family: "gantari-regular";
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.seaConNTime {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

.seaConFTit:hover {
    color: #0071a4;
}

@media (max-width: 768px) {
    .seaConFItem a {
        flex-wrap: wrap;

    }

    .seaConFItem {
        margin-bottom: 50px;
    }

    .seaConFTbox {
        width: 100%;
    }

    .seaConFImgBox {
        width: 100%;
        margin-top: 20px;
    }

    .seaConFTime {
        margin-top: 10px;
    }
}

@media (max-width: 680px) {
    .seaConNTit {
        font-size: 18px;
    }

    .seaConPTit,
    .seaConPTit b {
        font-size: 18px;
    }

    .seaConFTit b,
    .seaConFTit {
        font-size: 18px;
    }

    .seaInpCon input {
        font-size: 14px;
    }

    .seaInpBtn {
        width: 100px;
        font-size: 14px;
    }

    .seaInpCon input {
        width: calc(100% - 100px);
    }

    .seaInpBox {
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .seaInpCon {
        height: 55px;
    }

    .seaConNTit {
        font-size: 16px;
    }
}



















.aboABox {
    position: relative;
    background: linear-gradient(to bottom, rgb(37, 105, 175, .2) 0%, #fff 50%);
}

.aboTit {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.aboACon {
    max-width: 720px;
    margin: 0 auto;
}

.aboAText {
    margin-top: 70px;
    font-size: 18px;
}

.aboAImg {
    width: 100%;
    height: 800px;
}

.aboAImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboQBox {
    position: relative;
}

.aboQTit {
    font-size: 36px;
    text-align: center;
    color: #2569af;
    font-weight: 600;
}

.aboQList {
    margin-top: 90px;
    position: relative;
}

.aboQItem {
    position: relative;
    margin-bottom: 70px;
}

.aboQItem:last-child {
    margin-bottom: 0;
}

.aboQItem .aboTit {
    text-align: center;
}

.aboQText {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.aboPBox {
    position: relative;
}

.aboPCon {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboPImg {
    width: 55%;
}

.aboPImg img {
    width: 100%;
}

.aboPRig {
    width: 40%;
    position: relative;
}

.aboPList {
    margin-top: 50px;
}

.aboPItem {
    position: relative;
    margin-bottom: 50px;
}

.aboPTit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.aboPText {
    font-size: 18px;
    font-weight: 100;
}











@media (max-width: 1680px) {
    .aboTit {
        font-size: 48px;
    }
    .aboAImg {
    height: 700px;
}
}

@media (max-width: 1368px) {
    .aboTit {
        font-size: 44px;
    }
    .aboAText {
    margin-top: 50px;}
    .aboAImg {
    height: 600px;
}
.aboQItem {
    margin-bottom: 50px;
}
.aboQTit {
    font-size: 32px;}
    .aboQList {
    margin-top: 70px;}
}

@media (max-width: 1200px) {
    .aboTit {
        font-size: 40px;
    }
    .aboAImg {
    height: 500px;
}
.aboPCon{
    flex-wrap: wrap;
}
.aboPImg{
    width: 100%;
}
.aboPRig{
    width: 100%;
    margin-top: 50px;
}
}
@media (max-width: 1024px) {
    .aboTit {
        font-size: 36px;
    }
    .aboAImg {
    height: 400px;
}
.aboQTit {
    font-size: 28px;}
}
@media(max-width: 680px){
    .aboQList {
    margin-top: 50px;}
    .aboQTit {
    font-size: 24px;}
     .aboTit {
        font-size: 28px;
    }
    .aboAText {
    margin-top: 30px;
    font-size: 16px;
}
.aboAImg {
    height: 300px;
}
.aboQText {
    font-size: 16px;}
    .aboQText {
    margin-top: 12px;
}
.aboQItem {
    margin-bottom: 30px;
}
.aboPItem {
    margin-bottom: 30px;
}
}
@media(max-width: 500px){
    .aboQTit {
        font-size: 20px;
    }
    .aboTit {
        font-size: 24px;
    }
}