footer-tophtml,
body {
    margin: 0;
    padding: 0;
}
.swiper-pagination-bullet{
background: #fff;
}
body {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

.t {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
    display: none;
    opacity: 0;
}


/*头部*/

header {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 10
}

/*.container {*/
/*    width: 1630px;*/
/*}*/
.newjia{
    display: flex;
    align-items: center;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.head-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
    margin-right: 20px;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list-btn {
    margin-left: 10px;
    position: relative;
}

.nav-text {
    display: block;
    padding: 31px 0;
    margin: 0 21px;
    transition: all .3s;
}

.nav-text1 {
    display: inline-block;
    width: 100%;
    padding: 0 16px;
}

.nav-btn-part {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #65bc7b;
    line-height: 1.8;
}

.nav-btn {
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #212934;
    font-size: 14px;
    height: auto;
}

.nav-btn:hover {
    background-color: #f9f9fb
}

.nav-list-btn:hover>.nav-text {
    color: #65bc7b;
    border-top: 2px solid #65bc7b;
}

.nav-list-btn:hover .nav-btn-part {
    opacity: 1;
    visibility: visible;
}

.nav-active>.nav-text {
    color: #65bc7b;
    border-top: 2px solid #65bc7b;
}

.nav-icon {
    font-size: 24px;
    cursor: pointer;
}


/*移动端导航*/

.m-nav-list {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.m-nav-list-btn {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.m-nav-btn-part {
    background-color: #f5f5f5;
    display: none
}


/*.m-nav-list-btn:hover > .nav-text{color: #003a83;}*/

.main {
    min-height: 500px;
}

.noData {
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #ccc;
}


/*轮播*/

.banner {
    width: 100%;
}

.banner-ny {
    background-color: #003a83;
    color: white;
    text-align: center;
    padding: 40px;
    font-size: 30px;
}


/*尾部*/

.footer-top {
    background: #212934;
    border-top: 1px solid #768fa6;
    border-bottom: 0px solid #e2e2e2;
    padding: 30px 0;
    color: #fff;
    margin-top: 10px;
}

.footer-down {
    background: #1d242d;
    padding: 30px 0;
    color: #fff;
    border-top: 0px solid #26303e;
}

.footer-text {
    padding-right: 10px;
    padding-top: 20px;
    transition: all .3s;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 14px;
    margin-top: 10px;
}

.footer-cont {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s;
}

.footer-cont:hover {
    color: #9eccf4;
}

.footer-fir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-link {
    margin-right: 10px;
}

.copy-right {
    text-align: center;
    margin-top: 10px;
}


/*列表页导航*/

.page-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.page-title {
    font-size: 20px;
}

.page-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-nav-btn {
    display: block;
    padding: 8px 15px;
    border: 1px solid #eee;
    margin-left: 10px;
    transition: all .3s;
}

.page-nav-btn:first-child {
    margin-left: 0;
}

.page-nav-btn:hover {
    color: #fff;
    background-color: #003a83;
}

.page-nav-active {
    color: #fff;
    background-color: #003a83;
}


/*列表页分页颜色*/

.pagination>.active>span {
    background-color: #003a83;
}

.pagination>li>a {
    color: #003a83;
}


/*详情页导航*/

.detail-tab {
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}

.detail-tab>a {
    color: #003a83;
}


/*详情页内容*/

.page-content {
    margin: 20px 0;
}

.page-content img {
    max-width: 100%;
}

.page-content video {
    max-width: 100%;
}


/*详情页分页*/

.page-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-no {
    color: #999 !important;
    background: white !important;
}


/*新闻*/

.news {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-direction: column;
    /*margin-bottom: 50px;*/
}

.news-img {
    /*width: 250px;*/
    /*height: 200px;*/
    /*margin-right: 20px;*/
    border-radius: 5px;
    overflow: hidden;
}

.news-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.news-text {
    /*margin-right: 20px;*/
    /*flex: 1;*/
    width: 100%;
}

.news-title {
    color: #333;
    font-size: 32px;
    transition: all .3s;
    color: #212934;
    line-height: 1.3;
    font-weight: 400;
}

.news-desc {
    font-weight: 400;
    color: #263238;
    font-size: 24px;
    line-height: 36px;
}

.news-look {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.news-time {
    text-align: left;
    margin-top: 16px;
    width: 100%;
}

.news-date {
    font-size: 18px;
    line-height: 28px;
    color: #0539B9;
}

.news-year {
    color: #bbb;
    font-size: 24px;
    padding-top: 10px;
    line-height: 1;
}

.news:hover>.news-img>img {
    transform: scale(1.15);
}

.news:hover .news-title {
    color: #003a83;
}
.news:hover  .news-desc{
    color: #003a83;
    text-decoration: underline;
}

/*产品*/

.pro-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro {
    display: block;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #eee; */
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    text-align: center;
}

.pro:nth-child(4n) {
    margin-right: 0;
}

.pro-img {
    width: 350px;
    height: 350px;
    object-fit: contain;
}

.pro-listimg {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.pro-title {
    padding: 0 10px;
    margin-top: 20px;
    font-size: 30px;
    transition: all .3s;
}

.prolist-title {
    text-align: center;
    font-size: 20px;
}

.pro-desc {
    margin: 10px;
    color: #666;
    font-size: 14px;
}

.pro:hover {
    box-shadow: 5px 5px 10px #ccc;
}

.pro:hover>.pro-title {
    color: #003a83;
}

.pro-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro-slide {
    width: 55%;
}

.pro-text {
    width: 45%;
    padding-left: 20px;
}

.pro-specs-list {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro-specs {
    width: 50%;
    padding-right: 5px;
    color: #999;
    line-height: 24px;
}

.pro-cont-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}

.pro-cont-tab-btn {
    color: #003a83;
    font-size: 16px;
    padding: 12px 15px;
    border-bottom: 2px solid #003a83;
    cursor: pointer;
}

.pro-slide .swiper-button-prev {
    background-image: url(/public/img/angle-left.png);
    width: 20px;
    height: 15px;
}

.pro-slide .swiper-button-next {
    background-image: url(/public/img/angle-right.png);
    width: 20px;
    height: 15px;
}


/*推荐产品*/

.well-title {
    color: #003a83;
    font-size: 16px;
    padding: 20px 0;
}
.swiper-pagination-bullet{
background: #fff;
}

.well-pro {
    display: block;
    width: calc((100% - 30px) / 4);
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}


/*图片*/

.img-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.img {
    display: block;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
}

.img:nth-child(4n) {
    margin-right: 0;
}

.img-img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.img-title {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
}

.img:hover {
    box-shadow: 0 0 10px #ccc;
}

.img:hover>.img-title {
    color: #003a83;
}


/*下载*/

.file {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.file-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

.file-text {
    flex: 1;
}

.file-title {
    color: #333;
    font-size: 20px;
    transition: all .3s;
}

.file-desc {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.file-down {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.file-btn {
    display: table;
    color: #003a83;
    border: 1px solid #003a83;
    padding: 5px 15px;
    margin-left: 20px;
    cursor: pointer;
    transition: all .3s;
}

.file-btn:hover {
    color: #fff;
    background-color: #003a83;
}


/*搜索*/

.sr-form {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50px;
    line-height: 35px;
    margin: 20px 0;
}

.sr-select {
    width: 80px;
    display: table;
    position: relative;
    cursor: pointer;
}

.sr-select-icon {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.sr-select-value {
    padding: 0 20px 0 15px;
    width: 100%;
    user-select: none;
}

.sr-select-init {
    color: #999;
}

.sr-select-list {
    width: 150px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.sr-option {
    padding: 12px 15px;
    line-height: 1;
    color: #003a83;
    transition: all .3s;
    cursor: pointer;
    user-select: none;
}

.sr-option:hover {
    color: #fff;
    background-color: #003a83;
}

.sr-option-active {
    color: #fff;
    background-color: #003a83;
}

.search-select {
    background: white;
    border: none;
    margin: 0 20px;
    height: 39px;
}


/*.sr-select:hover .sr-select-list{opacity: 1;visibility: visible;}*/

.sr-input {
    min-width: 50px;
    flex: 1;
    padding: 0 15px;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sr-btn {
    padding: 0 15px;
    color: #fff;
    background-color: #003a83;
    border: 1px solid #003a83;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.search-title {
    display: table;
    color: #666;
    font-size: 20px;
    transition: all .3s;
}

.search-title>span {
    font-size: 12px;
}

.search-link {
    display: table;
    color: #003a83;
    margin-top: 10px;
}

.search-link:hover {
    color: #003a83;
}

.search-desc {
    color: #333;
}

.search:hover>.search-title {
    color: #333;
}


/*表单*/

.form-cell {
    display: flex;
    margin-bottom: 15px;
    line-height: 30px;
    flex-wrap: wrap
}

.form-icon {
    font-size: 12px;
    color: #f00;
    transform: scale(0.5);
}

.form-label {
    line-height: 30px;
    color: #fff;
    margin-right: 15px;
    font-weight: normal;
    width: 100%;
    font-size: 16px;
}


/* .form-label:hover{background-color: #65bc7b;} */

.form-control {
    height: 50px;
    border-radius: 6px;
    color: #9ea0a4;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 8px 15px;
}

.form-input {
    min-width: 50px;
    flex: 1;
    height: 40px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.form-textarea {
    min-width: 50px;
    flex: 1;
    padding: 10px 15px;
    line-height: 20px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    resize: none;
}

.form-select {
    width: 150px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.form-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.form-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.form-label>input {
    margin-right: 5px;
}

.checkbox_select {
    padding-right: 20px;
    font-weight: normal;
}

.checkbox_select>input {
    margin-right: 5px;
}

.form-upload {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.form-file {
    width: 40px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.form-file:focus {
    outline: none !important;
    border: none;
}

.form-upload-icon {
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s;
}

.form-file:hover+.form-upload-icon {
    box-shadow: none;
}

.form-sub {
    background-color: #65bc7b;
}

.form_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.btn {
    background-color: #65bc7b;
    color: #fff;
    border: 0px solid #d2d2d2;
    padding: 13px 29px;
    line-height: 17px;
    width: auto;
}

.btn:hover {
    background-color: #768fa6;
    color: #fff;
}

.container img {
    max-width: 100%;
}

.page-tab:nth-child(2) {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .footer-text {
        width: 50%;
    }
    .page-title {
        width: 100%;
        text-align: center;
    }
    .page-nav {
        width: 100%;
        justify-content: center;
    }
    .page-nav-btn {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
    }
    .news-img {
        display: none;
    }
    .pro {
        width: calc(33.33% - 10px);
    }
    .pro:nth-child(4n) {
        margin-right: 10px;
    }
    .pro:nth-child(3n) {
        margin-right: 0
    }
    .well-pro {
        width: calc((100% - 20px) / 3);
    }
    .img {
        width: calc(33.33% - 10px);
    }
    .img:nth-child(4n) {
        margin-right: 10px;
    }
    .img:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .pro {
        width: calc(50% - 10px);
    }
    .pro:nth-child(3n) {
        margin-right: 10px;
    }
    .pro:nth-child(2n) {
        margin-right: 0;
    }
    .pro-slide {
        width: 100%;
    }
    .pro-text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .well-pro {
        width: calc((100% - 10px) / 2);
    }
    .img {
        width: calc(50% - 10px);
    }
    .img:nth-child(3n) {
        margin-right: 10px;
    }
    .img:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .footer-text {
        width: 100%;
    }
    .pro {
        width: 100%;
        margin-right: 0
    }
    .pro:nth-child(3n) {
        margin-right: 0;
    }
    .pro-specs {
        width: 100%;
        padding-right: 0;
    }
    .well-pro {
        width: 100%;
    }
    .img {
        width: 100%;
        margin-right: 0
    }
    .img:nth-child(3n) {
        margin-right: 0;
    }
    .footer-top {
        text-align: center
    }
}

.content {
    display: flex;
    padding: 25px 0;
}

.wenzi {
    width: 40%;
    font-size: 16px;
    font-style: italic;
    line-height: 1.8;
    margin-left: 3.375rem;
}

.wenzi-w1 {
    padding: 10px 0 0;
}

.wenzi1 {
    color: #339966;
    font-weight: 700;
    font-style: normal;
}

.wenzi2 {
    color: #808080;
    font-weight: normal;
}

.video {
    width: 60%;
    padding: 10px 0;
}

.content2 {
    display: flex;
}

.content2-img {
    width: 60%;
    padding: 55px 0 100px 214px;
}

.content2-right {
    width: 45%;
    padding: 20px 53px;
}

.content2-right .xuanxiang {
    font-size: 24px;
    line-height: 1.21;
}

.circle {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    margin: 40px 0px 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background-color: #212934;
    box-sizing: content-box;
    display: inline-block;
}

.icon:hover {
    color: #65bc7b;
}

.icon:hover .circle {
    background-color: #65bc7b;
}

.content2-img img {
    width: 725px;
    height: 380px;
}

.footer-text {
    width: 75%;
    padding: 0;
}

.mass {
    width: 25%;
    justify-content: flex-end;
    padding-left: 24px;
}

@media (max-width: 1000px) {
    .container {
        width: 750px!important;
    }
    .content2-img img {
        width: 348px;
        height: 274px;
    }
    .footer-text {
        width: 55%;
        padding: 0;
    }
    .mass {
        width: 45%;
        justify-content: flex-end;
        padding-left: 24px;
    }
    .content2-img {
        padding: 75px 0 75px 138px;
    }
    .mo {
        padding: 100px 50px;
    }
    tr video {
        width: 210px;
        height: 140px;
    }
    table {
        width: 750px!important;
    }
    .table1 tr img {
        width: 100px;
        height: 80px;
    }
    .table2 tr img {
        width: 132px;
        height: 177px;
    }
    .img-pic {
        width: 330px!important;
        height: 177px!important;
    }
    .img-pic1 {
        width: 300px;
        height: 473px;
    }
}

.mo {
    padding: 100px 200px;
}

table {
    width: 1211px;
}
.newslist{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.newslist::before{
    content: "";
    display: none;
}