body {
    padding-top: 80px;
    font-size: 16px;
    background: #f5f5f5;
}

a:hover {
    color: #005bac;
}

.inner {
    width: 100%;
    max-width: 1560px;
    margin: auto;
    padding: 0 24px;
    position: relative;
}

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

.header {
    background: #fff;
    height: 80px;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header .logo img {
    height: 50px;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav li {
    padding: 0 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav li i {
    padding-left: 2px;
    font-size: 20px;
    transition: all .5s;
}

.nav li .ap {
    line-height: 80px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nav li .as {
    position: absolute;
    background: #fff;
    border-top: 3px solid #005bac;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    animation-name: animate-dropdown;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    display: none;
    top: 80px;
    left: 0;
    z-index: 99;
}

.nav li .as:after {
    position: absolute;
    content: '';
    border-bottom: 6px solid #005bac;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -9px;
    left: 18px;
}


.nav li .as a {
    white-space: nowrap;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.nav li:hover .ap {
    color: #005bac;
    animation-name: animate-flop;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.nav li:hover .ap i {
    font-size: 20px;
}


.nav li:hover i {
    color: #005bac;
    transform: rotateX(180deg);
}

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


.header .search {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    display: block;
    line-height: 50px;
}

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

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


.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    bottom: 0 !important;
    display: none;
}

.home-banner:hover .swiper-button-next,
.home-banner:hover .swiper-button-prev {
    display: block;
    animation-name: animate-dropdown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.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: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    padding-top: 220px;
}


.home-banner .swiper-slide .swiper-content h2 {
    font-size: 36px;
    color: #005bac;
    width: 100%;
    font-weight: 500;
}

.home-banner .swiper-slide .swiper-content p {
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    padding: 24px 40% 24px 0;
}

.home-banner .swiper-slide .swiper-content a {
    width: 160px;
    display: block;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #005bac;
}


.section-title{
    padding: 96px 0  48px 0;
    
}
.section-title .ch{
    font-size: 36px;
}
.section-title .en{
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 3px solid #005bac;
    padding-bottom: 12px;
}
.section-title.center{
    text-align: center;
}

.section-title .info {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}

.section-title .info i {
    font-size: 20px;
}
.section-title .info i:nth-child(3) {
    margin-left: 24px;
}
.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: 48px;
    padding-bottom: 48px;
}
.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;
}

.more{
    background: #005bac;
    color: #fff;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 72px;
}
.more:hover{
    background: #023187;
    color: #fff;
}
.more.center{
    margin: auto;
}
.works-banner .more{
    background: none;
    border:1px solid #fff;
    line-height: 30px;
}

.about{
    display: flex;
    justify-content: space-between;
}
.about.sub{
    padding-bottom: 72px;
}
.about .about-content{
    width: 100%;
    padding-right: 48px;
}
.about .about-content p{
    padding-bottom: 24px;
}
.about .about-thumb{
    width: 516px;
    flex-shrink: 0;
}
.about .about-thumb img{
    width: 100%;
}
.home-news{
    padding-bottom: 48px;
    justify-content: space-between;
}
.home-news ~ .more{
    margin-bottom: 48px;
}
.home-news-left{
    width: calc(50% - 12px);
    border: 1px solid #f0f0f0;
    padding: 24px;
    height: 600px;
    background: #fff;
}
.home-news-left .thumb{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.home-news-left img{
    width: 100%;
    height: 400px;
    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;
}
.home-news-right{
    width: calc(50% - 12px);
    border: 1px solid #f0f0f0;
    padding: 12px 24px;
    height: 600px;
    background: #fff;
}

.home-news-right a {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.home-news-right a:hover img {
    transform: scale(1.1);
}
.home-news-right a:last-child {
    border-bottom: none;
}
.home-news-right a .thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;

    margin-right: 12px;
}

.home-news-right a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    transition: all .5s;
}

.home-news-right a .text {
    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 .news-info {
    display: flex;
    color: #999;
    padding-top: 12px;
    align-items: center;
    font-size: 14px;
}
.home-news-right a .text .news-info i{
    font-size: 20px;
}
.home-news-right a .text .news-info span{
    padding: 0 24px 0 3px;
}




.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.product-list a {
    background: #fff;
    transition: all .3s;
    overflow: hidden;
}

.product-list a:hover {
    transform: translate3d(0, -6px, 0);
}

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

.product-list a .text {
    padding: 16px 24px;
}

.product-list a .text .works-title {
    font-size: 20px;
    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: #005bac;
}

.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;
}

.footer{
    width: 100%;
    background-image: url("../images/footer.jpg");
    background-size: cover;
    padding: 72px 0;
    color: #c9caca;
    line-height: 2;
    font-size: 14px;
    margin-top: 24px;
}
.footer a{
    color: #c9caca;
}
.footer a:hover{
    color: #c9caca;
}

.footer-title{
    
    font-size: 20px;
    color: #fff;
    padding-bottom: 24px;
}
.footer-item{
    width: 200px;
    flex-shrink: 0;
    padding-left: 72px;
}
.footer-item:nth-child(5){
    width: 450px;
    flex-shrink: 0;
    padding-left: 48px;
}
.footer-item:nth-child(6){
    width: 180px;
    flex-shrink: 0;
    padding-left: 48px;
}
.footer-item img{
    width: 100px;
}
.copyright{
    background: #000;
    color: #c9caca;
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
.copyright a{
    color: #c9caca;
}
.white-bg{
    background: #fff;
    padding-bottom: 72px;
}

.row-left {
    width: 240px;
    background: #fff;
    margin-right: 24px;
    flex-shrink: 0;
    border-radius: 5px;
}

.row-right {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.row-left .row-nav {
    padding: 24px;
}

.row-left .row-nav a {
    display: block;
    padding: 12px 18px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    text-align: center;
    margin-bottom: 24px;
    background: #f8f8f8;
    color: #333;
    border-radius: 3px;
}

.row-left .row-nav a:hover {
    background: #fff;
}

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

.row-title {
    height: 64px;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    padding: 0 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: #005bac;
}

.row-content {
    padding: 24px;
    line-height: 1.8;
}


.row-content img,
.row-content video{
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
.row-content p{
    padding: 12px 0;
}
.article-deatil-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 24px 0 24px;
    font-weight: bold;
    text-align: center;
}

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

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

.article-deatil-info .iconfont:nth-child(2) {
    padding-left: 24px;
}

.paging {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
}

.paging a, .paging span {
    border: #f0f0f0 1px solid;
    padding: 6px 12px;
    margin: 0 6px;
    background: #fafafa;
    display: block;
    border-radius: 2px;
    min-width: 36px;
    text-align: center;
    font-size: 14px;
}

.paging a:hover {
    background: #fff;
}

.paging a.curr, .paging .curr {
    background: #3361b0;
    color: #fff;
    border: #005bac 1px solid;
}

.paging span {
    margin: 0 6px;
    display: block;
}


.text-list li {
    display: flex;
    border-bottom: 1px dotted #f0f0f0;
    line-height: 48px;
    width: 100%;

}

.text-list li i {
    font-size: 24px;
    color: #0c4e9f;
}

.text-list li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.text-list li span {
    color: #999;
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    margin-left: auto;
}

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

.album-list a {
    width: 100%;
    margin: 0 0 24px 0;
    display: block;
}

.album-list a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}
.album-list a img.scale-down{
    object-fit: scale-down;
    height: 293px;
}

.album-list a span {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.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: 240px;
    height: 135px;
    overflow: hidden;
    border-radius: 5px;

    margin-right: 24px;
}

.article-list li .img img {
    width: 240px;
    height: 135px;
    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;
}

.sub-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
}
.sub-banner .banner-content{
    background-image: url(../images/banner-mask.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    background-position: center center;
    padding-left: 24px;
}
.sub-banner .banner-content h2{
    font-size: 28px;
    color: #005bac;
    width: 100%;
}
.sub-banner .banner-content p{
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    text-shadow: 0 0 5px #fff;
}

.product-detail-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    overflow: hidden;
}

.product-detail-slider {
    width: 500px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
}

.product-detail-slider .view .swiper-container {
    width: 500px;
    height: 376px;
}

.product-detail-slider .view .swiper-container img {
    width: 500px;
    height: 376px;
}

.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: #005bac;
}

.product-detail-slider .thumb .swiper-container {
    width: 400px;
    height: 60px;
}

.product-detail-slider .thumb .swiper-slide {
    width: 80px;
    height: 60px;
    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: 10px;
    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: 10px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

.product-detail-description {
    padding: 24px 0 0 48px;
    font-size: 14px;
}

.product-detail-description .product-name {
    font-size: 24px;
    color: #005bac;
    font-weight: 500;
}

.product-detail-description .product-point {
    padding: 24px 0;
    height: 380px;
}

.product-detail-description .product-point li {
    line-height: 20px;
    padding: 10px 0 0 16px;
    position: relative;
}

.product-detail-description .product-point li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005bac;
}

.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: 50%;
    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: 64px;
    right: 64px;
    color: #fff;
}

.mask-search .close:hover {
    color: #cb3a00;
}