body{
    background-color: #fff;
}
html{
    background-color: #fff;
}
.cs-main{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
h1,p,h2,h3,h4,h1,h5,h6{
    margin: 0;
}
.cs-flex-1{
    flex: 1;
}
.cs-flex{
    display: flex;
}
.cs-align-center{
    align-items: center;
}
.cs-space-between{
    justify-content: space-between;
}
.cs-center{
    justify-content: center;
    align-items: center;
}
/* 导航栏css样式 */
.cs-header{
    height: 153px;
    background-color: #fff;
}
.cs-header .cs-header-top{
    height: calc(100% - 51px);
}
.cs-header .cs-nav{
    box-sizing: border-box;
    background: #0468cf;
    height: 51px;
}
.cs-header-top-right .cs-phone-box{
    color: #0468cf;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.cs-phone-box h2,p{
    font-size: 16px;
}
.cs-header-top-left .cs-logo{
    width: 300px;
}

.cs-nav .cs-menu{
    height: 100%;
    display: flex;
    align-items: center;
}
.cs-nav .cs-menu li{
    height: 100%;
}
.cs-nav .cs-menu li a{
    display: flex;
    align-items: center;
    /*width: 240px;*/
    width: 160px;
    color: #fff;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
}
.cs-nav .cs-menu li a:hover{
    background-color: #4196ef
}
.cs-nav .cs-menu li a.cs-nav-active{
    background: #4196ef;
}
/*首页css样式*/
.cs-swiper{
    height: 600px;
}
.cs-swiper .cs-slide{
    height: 100%;
}
.cs-slide img{
    height: 100%;
    object-fit: cover;
}
.cs-swiper .bx-wrapper{
    height: 600px!important;
}
.cs-swiper .bx-viewport{
    height: 600px!important;
}
.cs-swiper .cs-slide-item{
    height: 100%;
    position: relative;
    width: 100%;
    z-index:1;
}
.cs-slide-title{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cs-slide-title h1{
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
}
.cs-slide-title h2{
    font-size: 30px;
    color: #fff;
}
.cs-notice{
    height: 59px;
    background-color: #E5F1FB;
}
.cs-notice .cs-notice-wrapper{
    width: 782px;
    background: linear-gradient(to right,#0A6CD0,#D2E5F7);
    height: 100%;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.cs-notice .cs-notice-wrapper h3{
    font-size: 18px;
    margin-left: 20px;
}
.cs-notice .cs-notice-wrapper  p{
    font-size: 14px;
    margin-left: 30px;
}
.cs-search-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cs-search-wrapper form{
    width: 315px;
    display: flex;
    height: 36px;
}
.cs-search-wrapper form .input-item{
    width: 252px;
    border: 1px solid #0468cf;
    display: flex;
    align-items: center;
}
.cs-search-wrapper form .input-item label{
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}
.cs-search-wrapper form .input-item .searchIcoSet{
    font-size: 20px;
    color: #999;

}
.cs-search-wrapper form .input-item input{
    border: 0;
    outline: 0;
    height: 32px;
    margin-left: 10px;
    background: none;
}
.cs-search-wrapper form .input-btn{
    background: #0468cf;
    color: #ffffff;
    height: 36px;
    font-size: 14px;
    width: 63px;
    text-align: center;
    border: 0;
    outline: 0;
    line-height: 36px;
}

.cs-view-content{
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #e3e3e3;
    height: auto;
}


.cs-view-content .cs-left{
    width: 588px;
    height: 368px;
}
.cs-view-content .cs-right {
    padding-left: 30px;
    box-sizing: border-box;
    height: 368px;
}
.cs-view-content .cs-right .cs-title{
    background-color: #0468CF;
    height: 55px;
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    align-items: center;
    display: flex;
}
.cs-view-content .cs-right .cs-content{
    font-size: 15px;
    line-height: 26px;
    color: #333;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 2px;
    height: calc(100% - 55px);
}
.cs-view-content .cs-right .cs-content .highlight{
    font-size: 28px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 10px;
}
.cs-product .product-wrapper{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.cs-article-product{
    padding-top: 60px;

}
.cs-article-product .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs-product .bx-wrapper{
    height: 400px;
    margin-top: 40px;
}
.cs-product .bx-controls{
    display: none;
}
.cs-product .bx-viewport{
    height: 400px;
}
.product-wrapper{
    box-sizing: border-box;
    padding-bottom: 30px;
    /*overflow: hidden;*/
    height: 400px;
}
.cs-article-product .title h1{
    border-left: 4px solid #0468cf;
    color: #333333;
    font-size: 24px;
    padding-left: 12px;
}
.product-wrapper .product{
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    padding-bottom: 30px;
    border-radius: 5px;
    position: relative;
}
.product-wrapper .product img{
    width: 140px;
    height: 140px;
    aspect-ratio: auto 140 / 140;
    margin-left: 20px;
    margin-top: 20px;
}
.product-wrapper .tit{
    margin-left: 20px;
    margin-top: 20px;
}
.product-wrapper .product .tit h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.product .see-btn{
    width: 100px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #f00;
    background-color: #F4FBFF;
    color: #f00;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.article-items{
    padding-top: 40px;
}
.article-items .article-item{
    position: relative;
    height: 190px;
}
.article-items .article-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.article-items .article-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(25, 25, 25, 0.5);
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}
.article-items .article-title a{
    color: #fff;
}
.ul-article{
    margin-top: 30px;
}
.ul-article li{
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul-article li a{
    color: #666;
}
.ul-article li span{
    font-size: 14px;
    color: #999 ;
}

.cs-footer{
    height: 335px;
    background-color: #0468cf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-nav{
    display: flex;
    gap: 20px;
}
.footer-nav a{
    font-size: 20px;
    color: #fff;
}

.about-bg{
    height: 500px;
    width: 100%;
    position: relative;
}
.about-bg img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-content{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 100;
    height: auto;
    margin-bottom: 50px;
}
.about-title{
    text-align: center;
    height: 80px;
    color: #0077c1;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}
.about-content p{
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

.bg-box{
    width: 480px;
    background: linear-gradient(to right, rgba(237, 238, 242, 0.86),#EFF8FD10);
    position: absolute;
    top: 20%;
    left: 0;
    padding: 30px;
}
.bg-box h1{
    font-size: 40px;
    color: #2E9D00;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.bg-box h1:before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 4px;
    background-color: #8BC473;
    border-radius: 4px;
}
.bg-box p{
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #217AC6;
}

.art-item{
    display: flex;
    margin-bottom: 20px;
    gap: 30px;
}
.art-item img{
    width: 280px;
    height: 180px;
}
.art-con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.art-con a{
    color: #4196EF;
    font-weight: bold;
    font-size: 16px;
}
.art-con  h4{
    margin-bottom: 40px;
}
.pd-goods{
    transition: all 0.3s;
}
.pd-goods:hover{
    animation: to-left 0.4s ease-out 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

@keyframes to-left {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(6px);
    }
    40% {
        transform: translateX(-6px);
    }
    60% {
        transform: translateX(4px);
    }
    80% {
        transform: translateX(-4px);
    }
    100% {
        transform: translateX(0);
    }
}