body {
    padding-top: 60px;
    font-size: 14px;
}

.inner {
    width: 100%;
}


.inner.item-center {
    align-items: center;
}

.header {
    background: #fff;
    height: 60px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header .logo {
    width: 100%;
}

.header .logo img {
    height: 24px;
}
.header .inner{
    display: flex;
}

.nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 19;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    display: none;
    animation-name: animate-dropup;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.nav.active {
    display: block;
}

.nav li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.nav li .ap {
    display: block;
    padding: 0 12px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}

.nav li .iconfont {
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 24px;
    transition: all .3s;
    pointer-events: none;
}

.nav li.active .iconfont {
    transform: rotateX(180deg);
    color: #0b235c;
}

.nav li.active .as {
    display: block;
}

.nav li.active .ap {
    color: #0b235c;
}

.nav li .as {
    display: none;
}

.nav li .as .type-products {
    width: 100%;
}

.nav li .as .products {
    display: none;
}

.nav li .as a {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    color: #666;
}

.nav li .as a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0b235c;
    margin-right: 12px;
}

.header .search,
.header .fold {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
}

.header .search i,
.header .fold i {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}

.header .fold i:after {
    content: '\e75d';
}

.header .fold.active i:after {
    content: '\e75e';
}

.header .lang {
    height: 36px;
    border-radius: 5px;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    padding-left: 12px;
}

.header .lang i {
    font-size: 20px;
}

.home-banner {
    width: 100%;
    height: 60vw;
    background-color: #fff;
    position: relative;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    display: none;
}

.home-banner .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-banner .swiper-slide .swiper-content {
    background-image: url("../images/banner-mask.png");
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vw;
    display: flex;
    align-items: center;
}

.home-banner .swiper-slide .swiper-content .swiper-text {
    padding: 12px;
}

.home-banner .swiper-slide .swiper-content h2 {
    font-size: 24px;
    color: #0b235c;
    width: 100%;
    font-weight: 500;
}

.home-banner .swiper-slide .swiper-content p {
    font-size: 14px;
    width: 100%;
    padding-bottom: 12px;
    font-weight: 350;
}

@media screen and (min-width: 600px) {
    .home-banner .swiper-slide .swiper-content p {
        font-size: 18px;
        padding: 24px 0;
    }
}

.home-banner .swiper-slide .swiper-content a {
    width: 120px;
    display: block;
    border-radius: 20px;
    line-height: 24px;
    text-align: center;
    color: #0b235c;
    border: 1px solid #0b235c;
    font-size: 12px;
}


.layer-mask {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.layer-container {
    position: fixed;
    background: #fff;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.layer-container.direction-left {
    right: 0;
    animation-name: animate-left;
}

.layer-container.direction-up {
    bottom: 0;
    animation-name: animate-up;
    overflow: hidden;
}

.layer-title {
    position: relative;
    height: 56px;
    background: #fff;
    line-height: 56px;
    padding: 0 0 0 12px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 18px;
    color: #0b235c;
}

.layer-title i {
    height: 56px;
    line-height: 56px;
    width: 56px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.layer-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.layer-a-list a {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    color: #666;
}

.layer-a-list a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0b235c;
    margin-right: 12px;
}


/*内容*/

.home-title {
    padding: 24px 12px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-title h2 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.home-title a {
    line-height: 24px;
    white-space: nowrap;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    color: #0b235c;
}


.home-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

.home-apps a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: calc((100% - 12px) / 2);
    margin-bottom: 12px;
}

.home-apps a img {
    width: 100%;
    object-fit: cover;
}

.home-apps a span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #fff;
    display: block;
    left: 0;
    text-align: center;
    z-index: 3;
    font-size: 16px;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
    transition: all .3s;
}


.home-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-products a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: calc((100% - 72px) / 4);
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
    background: #fff;
    transition: all .3s;
    padding: 24px;
}

.home-products a img {
    width: 100%;
}

.home-products a .text {
    font-size: 16px;
}

.home-products a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    transform: translate3d(0, -6px, 0);
}


.home-news-right {
    padding: 0 12px;
}


.home-news-right a {
    display: flex;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 12px;
}


.home-news-right a .thumb {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-news-right a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.home-news-right a .text {
    padding-left: 12px;
    width: 100%;
    overflow: hidden;
}

.home-news-right a .text .news-title {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-news-right a .text .detail {
    display: flex;
    color: #999;
    padding-top: 12px;
    align-items: center;
    font-size: 14px;
}


.home-news-right a .text .detail span {
    font-weight: normal;
}

.home-news-right a .text .detail span:nth-child(2),
.home-news-right a .text .detail span:nth-child(3) {
    padding-left: 24px;
}

.product-list-header {
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    margin: 0 0 12px 0;
    padding: 12px;
    border-radius: 5px;
    background-image: url("../images/list-header-bg.jpg");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.product-list-header h1 {
    color: #0b235c;
    font-weight: 400;
}

.list-products {
    padding: 0 12px;
}

.list-products a {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 12px;
    background: #fff;
    margin-bottom: 12px;
    display: block;
}

.list-products a img {
    width: 100%;
}


.list-products a .text .product-name {
    font-size: 20px;
    font-weight: 500;
}

.list-products a .text .product-description {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    margin: 12px 0;
}
.list-products a .text .product-point {
    padding: 24px 0;
}

.list-products a .text .product-point li {
    line-height: 20px;
    padding: 10px 0 0 16px;
    position: relative;
}

.list-products a .text .product-point li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0b235c;
}

.list-products a .text .more {
    width: 100px;
    height: 24px;
    background: #0b235c;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 18px;
}

.footer {
    background-color: #333;
    color: #eee;
}

.footer .inner.flex {
    display: block;
}

.footer a {
    color: #eee;
}

.footer-item {
    width: 100%;
    border-bottom: 1px solid #555555;
    padding: 6px 12px;
    transition: all .3s;
}

.footer-item .item-title {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.footer-item .item-title:after {
    content: '\e8a4';
    position: absolute;
    height: 48px;
    width: 24px;
    text-align: center;
    line-height: 48px;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 50%;
    font-family: iconfont;
    font-size: 24px;
    transition: all .3s;
}

.footer-item.active .item-title:after {
    transform: rotateX(180deg);
}

.footer-item a {
    padding: 6px 0;
    font-size: 14px;
    display: block;
}

.footer-item.active a {
    display: block;
}
.footer-item img{
    width: 50%;
    display: block;
    margin: auto;
}
.copyright {
    background: #222;
    color: #eee;
    text-align: center;
    padding: 24px 0;
}
.copyright a{
    color: #eee;
}

.whole-bg {
    background: #fff;
}

.footer-title{
    font-weight: bold;
    font-size: 18px;
}
.row-left{
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
}
.row-title{
    display: none;
}

.row-left .row-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.row-left .row-nav a {
    line-height: 30px;
    border: 1px solid #f0f0f0;
    text-align: center;
    background: #f8f8f8;
    color: #333;
    border-radius: 5px;
    padding: 0 24px;
    display: inline-block;
}


.row-left .row-nav a.active {
    background: #0b235c;
    color: #fff;
    border: 1px solid #0b235c;
}

.album-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.album-list a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.album-list a img{
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}
.album-list a span{
    display: block;
    text-align: center;
    line-height: 48px;
    background: #fff;
}

.row-content{
    padding: 12px;
    background: #fff;
}
.row-content img{
    max-width: 100%;
    height: auto;
}

.article-list {
    background: #fff;
    overflow: hidden;
}

.article-list li {
    overflow: hidden;
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}

.article-list li:nth-child(1) {
    padding-top: 0;
}

.article-list li:last-child {
    border-bottom: none;
}

.article-list li .img {
    width: 160px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    flex-shrink: 0;
    margin-right: 24px;
}

.article-list li .img img {
    width: 160px;
    height: 120px;
    transition: all 1s;
    object-fit: cover;
}

.article-list li:hover .img img {
    transform: scale(1.1);
}

.article-list li:hover a b {
    color: #ff5065;
}

.article-list li .text {
    width: 100%;
}

.article-list li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.article-list li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 璁剧疆涓�2琛� */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    padding: 0;
}
.article-list li .text p .action{
    height: 32px;
    width: 120px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-right: 24px;
}
.article-list li .text p .action:nth-child(1){
    background: #093160;
}
.article-list li .text p .action:nth-child(2){
    background: #ff6600;
}
.article-list li .text p .action:hover{
    opacity: .8;
}
.article-list li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
}

.article-list li .text span .iconfont {
    font-size: 20px;
}
.article-list li .text span.passed{
    color: #00c261;
}
.article-list li .text span .iconfont:nth-child(2) {
    padding-left: 24px;
}

.article-deatil-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 24px 0 24px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}

.article-deatil-info {
    border-bottom: 1px dotted #f0f0f0;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    justify-content: center;
    background: #fff;
}

.article-deatil-info .iconfont {
    font-size: 16px;
}

.article-deatil-info .iconfont:nth-child(2) {
    padding-left: 24px;
}
.sub-banner{
   height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-banner .inner{
    background-image: url(../images/banner-mask.png);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    padding: 50px 24px;
}
.sub-banner .inner h2{
    font-size: 18px;
    color: #0b235c;
    width: 100%;
    font-weight: 500;
}

.product-detail-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-detail-slider .view .swiper-container {
    width: 100%;
}

.product-detail-slider .view .swiper-container img {
    width: 100%;
}

.product-detail-slider .thumb {
    width: 100%;
    position: relative;
}

.product-detail-slider .thumb img {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.product-detail-slider .thumb .active img {
    border-color: #d6012f;
}

.product-detail-slider .thumb .swiper-container {
    width: calc(100% - 52px);
}

.product-detail-slider .thumb .swiper-slide {
    width: 20%;
    cursor: pointer;
    border: 6px solid #fff;
}

.product-detail-slider .thumb .arrow-left {
    background: url(../images/arrow-left.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

.product-detail-slider .thumb .arrow-right {
    background: url(../images/arrow-right.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

.section-title{
    padding: 24px 0 12px 0;
    text-align: center;

}
.section-title .ch{
    font-size: 24px;
}
.section-title .en{
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 3px solid #012360;
    padding-bottom: 12px;
}
.about{
    padding: 24px;
}
.about-thumb img{
    width: 100%;
    height: auto;
}
.more{
    background: #012360;
    color: #fff;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 0 auto 24px;
    font-size: 14px;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 24px;
}

.product-list a {
    background: #fff;
    transition: all .3s;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}


.product-list a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.product-list a .text {
    padding: 8px 12px;
}

.product-list a .text .works-title {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.product-list a .text .description {
    line-height: 2;
    padding-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    color: #666;
}
.product-list a .text .description:after{
    content: '';
    height: 2px;
    width: 60px;
    background: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}
.product-list a:hover .text .description:after{
    width: 100%;
    background: #012360;
}

.product-list a .detail {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    padding-top: 12px;
}

.product-list a .detail i {
    font-size: 20px;
}

.works-banner{
    width: 100%;
    background: url('../images/banner-works.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 24px;
}
.works-banner .section-title .en{
    border-bottom-color: #fff;
}
.works-banner h2{
    font-size: 36px;
}
.works-banner p{
    padding-bottom: 24px;
    line-height: 1.2;
}

.home-news-left{
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 12px;
    margin: 12px;
}
.home-news-left .thumb{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.home-news-left img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .5s;
}
.home-news-left a:hover img{
    transform: scale(1.05);
}
.home-news-left .news-title{
    font-size: 24px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.home-news-left .news-info {
    display: flex;
    color: #999;
    padding: 10px 0;
    align-items: center;
    font-size: 14px;
}
.home-news-left .news-info i{
    font-size: 20px;
}
.home-news-left .news-info span{
    padding: 0 24px 0 3px;
}
.home-news-left .description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.mask-search{
    background-color: rgba(40, 54, 60, .9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1000;
}
.mask-search.active{
    display: flex;
}
.mask-search form{
    width: 80%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 60px;
    display: flex;
}
.mask-search form input{
    background: transparent;
    border: none;
    height: 58px;
    line-height: 58px;
    padding: 0 24px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-family: Rubik;
}
.mask-search form input::placeholder{
    color: rgba(255,255,255,.5);
}
.mask-search form button{
    width: 58px;
    height: 58px;
    border: none;
    background: transparent;
}
.mask-search form button{
    cursor: pointer;
}
.mask-search form button i{
    font-size: 24px;
    color: rgba(255,255,255,.6);
}
.mask-search form button:hover i{
    color: #fff;
}
.mask-search .close{
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    position: absolute;
    top: 10%;
    right: 10%;
    color: #fff;
}
.mask-search .close:hover{
    color: #cb3a00;
}