
@font-face {
    font-family: "Source Han Sans CN";
    src: url(/css/fonts/SourceHanSansCN-VF.otf.woff2) format("woff");
}


* {
    padding: 0;
    margin: 0;
    font-family: "Source Han Sans CN", "Noto Sans TC";
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

select {
    appearance: none;
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
    background-position: 92% center;
}

.content1400 {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}

.imgScale {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.hoverLi .pic {
    overflow: hidden;
}

.hoverLi:hover .pic .imgScale {
    transform: scale(1.2);
}

.main {
    position: relative;
}

.header .header-t {
    height: 34px;
    padding-top: 4px;
    background: url(../img/top.jpg) no-repeat top center;
}

.header .header-t ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.header .header-t ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.header .header-t ul li.active a, .header .header-t ul li:hover a {
    color: #0055a1;
}

.header .header-t ul li .iconfont {
    margin-right: 6px;
    font-size: 16px;
    font-weight: bold;
}

.header .header-t ul li {
    position: relative;
    padding: 0 20px;
    border-right: 1px solid #e0e0e0;
}

.header .header-t ul li:last-child {
    border-right: none;
    padding-right: 0;
}

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

.header .header-c .logo img {
    display: block;
}

.header .header-b {
   border-bottom: 1px solid #eee;
padding-bottom: 15px;
}







.header .header-b .nav {
    display: flex;
    justify-content: space-between;
    /* padding: 0 30px; */
}

.header .header-b .nav li {
    position: relative;
    flex: 1;
    text-align: center;
}

.header .header-b .nav li.activ1e, .header .header-b .nav li:hover {
    background-color: #0055a1;
}

.header .header-b .nav li.active>a, .header .header-b .nav li:hover>a {
    color: #fff;
}

.header .header-b .nav li::before {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    height: 2px;
    width: 100%;
    background-color: #0055a1;
    opacity: 0;
}

.header .header-b .nav li.active::before, .header .header-b .nav li:hover::before {
    /* opacity: 1; */
}

.header .header-b .nav li>a {
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    display: block;
}

.header .header-b .nav li .sub-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    /* left: 50%;

	transform: translateX(-50%); */
    background-color: #0055a1;
    z-index: 2;
    /* padding: 0 10px; */
    display: none;
}

.header .header-b .nav li:hover .sub-nav {
    display: block;
}

.header .header-b .nav li .sub-nav p a {
    display: block;
    line-height: 28px;
    color: #333;
    font-size: 12px;
}

.header .header-b .nav li .sub-nav p a:hover {
    color: #0055a1;
    font-weight: bold;
}

.header .header-b .nav li .sub-nav .sub>li {
    position: relative;
}

.header .header-b .nav li .sub-nav .sub2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100px;
   background-color: rgba(0, 122, 255, 1);
}

.header .header-b .nav li .sub-nav .sub>li:hover .sub2 {
    display: block
}

.footer {
    background-color: #0055a1;
    padding: 30px 0 20px;
}

.footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-nav .li-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .footer-nav .li-text a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: .9;
}

.footer .footer-nav .ewm .ewm-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.footer .footer-nav .c-msg .text-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.footer .footer-nav .c-msg .text-box a {
    color: rgba(255, 255, 255, .9);
}

.footer .footer-nav .c-msg .text-box span {
    color: rgba(255, 255, 255, .9);
    padding-right: 8px;
    line-height: 24px;
    margin-top: 10px;
}

.footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
}

.footer .footer-link a {
    padding: 0 8px;
    color: rgba(255, 255, 255, 1);
}

.footer .footer-c {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
}

.footer .footer-c a {
    color: #fff;
    padding: 0 8px;
}

.footer .footer-b {
    padding: 15px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.footer .footer-b a {
    color: #fff;
}

.bdshare-button-style0-16 .bds_more {
    float: none !important;
    color: #fff !important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: none !important;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.bdshare-button-style0-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.banner1 .pic img {
    display: block;
    width: 100%;
}

.product-gallery .pic a,.product-gallery .pic img {
    display: block;
    width: 100%;
}

.common-list {
    width: 190px;
}

.common-list-t {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    margin-bottom: 1px;
    background: #0055a1;
    font-size: 20px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.common-list .list {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 20px;
}

.common-list .list li {
    position: relative;
    padding: 0 20px;
}

.common-list .list li:hover {
    background-color: #0055a1;
}

.common-list .list li>a {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 54px;
    justify-content: ;
}

.common-list .list li:hover>a {
    color: #fff;
}

.common-list .list li .iconfont.icon-xiangyoujiantou {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 20px;
}

.common-list .list li:hover .iconfont.icon-xiangyoujiantou {
    color: #fff;
}

.common-list .list dl {
    border-top: 1px solid #86c1e3;
}

.common-list .list dl {
    display: none;
}

.common-list .list li:hover dl {
    display: block;
}

.common-list .list .dd-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
}

.common-list .list .dd-t a {
    color: #fff;
    flex: 1;
    margin-right: 10px;
}

.common-list .list .dd-t .iconfont {
    cursor: pointer;
}

.common-list .list .sub-list {
    background: #f5f5f5;
    padding: 6px 0;
    margin: 3px 0;
    position: relative;
    display: none;
}

/* .common-list .list dd:hover .sub-list{

	display: block;

} */
.common-list .list .sub-list::before {
    position: absolute;
    content: "";
    left: 20px;
    top: -12px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border: 6px solid transparent;
    border-bottom-color: #f5f5f5;
}

.common-list .list .sub-list a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #888;
    font-size: 12px;
}

.common-list .pic {
    margin-top: 20px;
}

.common-list .pic img {
    display: block;
    width: 100%;
}

.common-r {
    flex: 1;
    margin-left: 20px;
    min-height: 500px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.common-bread {
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #0055a1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-bread .common-bread-r {
    font-size: 12px;
    color: #888;
}

.common-bread .common-bread-r a {
    color: #888;
}

.common-box .content1400 {
    display: flex;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    margin: 3px;
}

.pagination li:hover, .pagination li.active {
    background-color: #0055a1;
    color: #0055a1;
}

.pagination li a {
    display: block;
    font-size: 12px;
    color: #888;
}

.pagination li.active a, .pagination li:hover a {
    color: #fff;
}

.pagination a.page-numbers{
    color: #0055a1;
}

.pagination a.next.page-numbers,a.prev.page-numbers{
    padding: 0 1em 0 1em;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

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

.modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.modal .modal-content img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1024px) {
    .header .header-b .nav {
        display: none;
    }

    .m-right-buttom {
        display: block;
        cursor: pointer;
        user-select: none;
        position: relative;
        z-index: 999;
    }

    .m-right-buttom .in {
        height: 30px;
        width: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-right-buttom span, .m-right-buttom span:after, .m-right-buttom span:before {
        display: block;
        height: 2px;
        width: 19px;
        background: #0055a1;
        transition: top .2s linear
    }

    .header.active .m-right-buttom span, .header.active .m-right-buttom span:after, .header.active .m-right-buttom span:before {
        background: #3370FF;
    }

    .m-right-buttom span {
        transition: all .2s .4s ease, background 0s;
        position: relative
    }

    .m-right-buttom span:after, .m-right-buttom span:before {
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 50% 50%;
        transition: top .2s .4s ease, transform .4s ease;
        height: 2px
    }

    .m-right-buttom span:before {
        top: 6px
    }

    .m-right-buttom span:after {
        top: -6px
    }

    .m-right-buttom.active span, .header.active .m-right-buttom.active span {
        transition: all .2s 0s ease;
        background: 0 0
    }

    .m-right-buttom.active span:after, .m-right-buttom.active span:before {
        transition: top .2s ease, transform .2s .3s ease;
        top: 0;
        width: 19px
    }

    .m-right-buttom.active span:before {
        transform: rotate3d(0, 0, 1, 45deg)
    }

    .m-right-buttom.active span:after {
        transform: rotate3d(0, 0, 1, -45deg)
    }

    .m-navbar ul {
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .m-navbar li {
        display: block;
        width: 100%;
        opacity: 0;
        transform: translateY(32px);
        transition: all .4s ease;
        margin: 0;
    }

    .m-navbar.active li {
        opacity: 1;
        transform: translateY(0);
    }

    .m-navbar li:hover a {
        color: #747474 !important;
    }

    .m-navbar li.active a {
        color: #3370FF !important;
    }

    .m-navbar {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        margin-right: 0;
        /* height: calc(100vh - 66px); */
        top: 0;
        left: 0;
        padding: 125px 4% 20px;
        /* background: #e7e7e7; */
        background-color: #444;
        z-index: 998;
    }

    .m-navbar li+li {
        margin-top: 12px
    }

    .m-navbar li+li {
        margin-left: 0;
        padding: 0
    }

    .m-navbar li+li:after {
        display: none
    }

    .m-navbar li a {
        padding: 9px !important;
        background: #fafafa;
        color: #121212;
        height: auto;
        border-radius: 5px;
        font-weight: 400;
        display: block;
    }
}

@media (max-width: 768px) {
    .footer .footer-nav ul li {
        display: none;
    }

    .footer .footer-nav ul li.ewm, .footer .footer-nav ul li.c-msg {
        display: block;
    }

    .common-bread {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .header .header-t ul li {
        padding: 0 8px;
    }

    .header .header-t ul li a {
        font-size: 12px;
    }

    .header .header-t ul li .iconfont {
        margin-right: 0;
    }

    .header .header-c .logo img {
        width: 220px;
    }
}

@media (min-width: 768px) {
    .m-navbar {display:none}
	.xinketop2{display:none}


}





.nav {
    width: 100%;
    margin: 0 auto
}

.page_show {
    margin: 20px 0;
}

.page_show a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    background: #F2F2F2;
    margin-right: 2px;
    border-radius: 5px;
}

.page_show a:hover, .page_show a.page_current {
    background: #0055a1;
    color: #FFF;
}

.xinkeq {
    padding-left: 25px;
}


.banner1 {display:none}



.index-products-roller h4 {
    /*font-family: sans-serif;*/
    padding: 0.5em 0 0.5em 0;
}

.index-products-roller ul, .index-products-roller a, .index-products-roller a:visited, .index-products-roller a:hover {
    color: #555;
    /*font-family: sans-serif;*/
    font-size: 10pt;
}

.index-products-roller a:hover {
    text-decoration: underline;
}