/*轮播*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 35px !important;
}
.swiper-index .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.5;
}
.swiper-index .swiper-pagination-bullet-active {
    opacity: 1;
}
.bannerbox{
    width: 100%;
    height: 100%;
}






.swiper-index .text{
    width: 100%;
    height: 80%;
    color: #FFFFFF;
    position: absolute;
    top: 20%;
    text-align: center;
    padding: 0 15px;
}
.swiper-index .text1{
    font-size: 72px;
    line-height: 100px;
}
.swiper-index .text2{
    font-size: 22px;
    line-height: 30px;
    /*margin: 20px 0 107px;*/
    margin: 1vw 0 5.6vw;
    /*height: 1vw;*/
}
.swiper-index .text3{
    font-size: 26px;
    line-height: 36px;
}








/*搜索*/
.searchbox{
    width: 62.4%;
    height: 77px;
    background: #FFFFFF;
    border-radius: 90px 90px 90px 90px;
    position: absolute;
    bottom: 25.6%;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 10;
}
.searchbox .laber{
    line-height: 47px;
    padding: 0 25px 0 50px;
    font-size: 24px;
    color: #3D3D3D;
    border-right:1px solid #EFEDED;
}
.searchbox .input{
    flex: 1;
}
.searchbox .input input{
    width: 100%;
    height: 47px;
    color: #3D3D3D;
    font-size: 24px;
    padding: 0 25px;
}
.searchbox .submit-btn{
    margin: 5px 6px 5px 0;
}
.searchbox .submit-btn button{
    width: 224px;
    height: 67px;
    background: #3399FF;
    border-radius: 35px 35px 35px 35px;
    color: #FFFFFF;
    font-size: 28px;
}
.searchbox .submit-btn img{
    width: 25px;
    margin-right: 10px;
}







/*分类*/
.classify{
    padding:120px 13.17%;
    position: relative;
}
.classify-type li{
    width: 12.5%;
    margin-left: 5%;
    float: left;
    cursor: pointer;
}
.classify-type li:nth-child(1){
    margin-left: 0;
}
.classify-type li p{
    margin-top: 35px;
    font-size: 24px;
    color: #3D3D3D;
}


.classify-card{
    position: absolute;
    top: 100%;
    width: 86%;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF;
    padding: 0 6%;
    border-radius: 0 0 30px 30px;
    z-index: 1;
}   
.classify-list{
    padding: 25px 0;
    display: none;
}
.classify-list li{
    width: 19%;
    margin-left: 8%;
    margin-bottom: 45px;
    float: left;
    color: #3D3D3D;
    font-size: 24px;
    line-height: 34px;
    background: url(../images/right2.png) no-repeat center right;
    background-size: 8px;
}
.classify-list li:nth-child(4n+1){
    margin-left: 0;
}
.classify-list li a{
    color: #3D3D3D;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}










/*最新产品*/
.new-product{
    height: 600px;
    background: url('../images/bg.png') no-repeat center;
    background-size: cover;
}
.hot-product{
    height: auto;
    background: #11365F;
    padding: 175px 0 116px;
}
.product .title{
    padding: 82px 0;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 50px;
}
.product .list{
    width: 62.5%;
    margin: 0 auto;
}
.product .list .item{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 27px;
    background: #567F9F;
    border: 1px solid #567F9F;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    position: relative;
}
.product .list .item:nth-child(3n+1){
    margin-left: 0;
}
.product .list .img{
    width: 100%;
    height: 291px;
    overflow: hidden;
}
.product .list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .list .inform{
    padding: 30px 30px 0;
}
.product .inform .title2{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 34px;
}
.product .inform .text{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    margin: 6px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product .inform .line{
    width: 100px;
    height: 1px;
    background: #E4E4E4;
}
.product .inform .more{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0 22px;
}

.product .inform .more img{
    width: 28px;
}


.product .item:hover .itembg{
    opacity: 1; 
}
.product .item:hover .itemmask{
    opacity: 0.95; 
}
.product .item:hover .inform{
    position: relative; 
    z-index: 1;
}
.product .itembg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    opacity: 0;
    transition: 0.5s;
}
.product .itembg img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.product .itemmask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(180deg, rgba(30,60,136,0.54) 0%, #101B40 64%, #0C162D 100%);
    opacity: 0;
    transition: 0.5s;
}







/*新闻动态*/
.news-card{
    margin: 120px 0 93px;
}
.news-card .title{
    font-size: 50px;
    color: #000000;
    line-height: 70px; 
    font-weight: bold;
}
.news-card .newsbody{
    width: 75%;
    margin: 130px auto 0;
}
.news-card .left{
    width: 47.5%;
    margin-right: 5.5%;
}
.news-card .right{
    width: 47%;
}
.news-card .imgbox .img{
    height: 198px;
    overflow: hidden;
}
.news-card .imgbox img{
    height: 100%;
    object-fit: cover;
}
.news-card .imgbox .title2{
    font-size: 30px;
    color: #4D4D4D;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.news-card .imgbox .title2:hover{
    color: #334FA0;
}
.newslist .item{
    padding: 35px 0;
    border-bottom: 1px solid #EFEDED;
}
.newslist .item .time{
    width: 104px;
}
.newslist .item .time h3{
    line-height: 48px;
    color: #000000;
    font-size: 34px;
}
.newslist .item .time p{
    line-height: 31px;
    color: #CACACA;
    font-size: 22px;
}
.newslist .item .text{
    flex: 1;
    padding-left: 22px;
    border-left: 1px solid #EFEDED;
}
.newslist .item .text h3{
    font-size: 30px;
    color: #4D4D4D;
    line-height: 48px;
    /*margin: 0 0 6px 0;*/
}
.newslist .item .text h3:hover{
    color: #334FA0;
}
.newslist .item .text p{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 31px;
    margin: 0;
}

.news-card .right .newslist{
    margin-top: -35px;
}
.news-card .left .newslist .text p{
 line-height: 20px;
}
.news-card .left .newslist .item{
 border: none;
}
.news-card .more{
    width: 75%;
    margin: 0 auto;
}
.news-card .more a{
    display: inline-block;
    width: 90px;
    line-height: 26px;
    background: #364093;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
}






























@media screen and (max-width: 992px){
    /*轮播*/
    .swiper-index{
        height: 300px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px !important;
    }

    .swiper-index .text {
        width: 100%;
        height: 90%;
        top: 10%;
    }
    .swiper-index .text1 {
        font-size: 30px;
        line-height: 40px;
    }
    .swiper-index .text2 {
        font-size: 15px;
        line-height: 30px;
    }
    .swiper-index .text3 {
        font-size: 15px;
        line-height: 24px;
    }





    /*搜索*/
    .searchbox {
        width: 90%;
        height: 50px;
        background: #FFFFFF;
        border-radius: 90px 90px 90px 90px;
        position: absolute;
        bottom: 18%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }
    .searchbox .laber {
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        color: #3D3D3D;
        border-right: 1px solid #EFEDED;
    }
    .searchbox .input input {
        width: 100%;
        height: 40px;
        color: #3D3D3D;
        font-size: 14px;
        padding: 0 8px;
    }
    .searchbox .submit-btn button {
        width: 80px;
        height: 40px;
        background: #3399FF;
        border-radius: 35px 35px 35px 35px;
        color: #FFFFFF;
        font-size: 15px;
    }
    .searchbox .submit-btn img {
        width: 15px;
        margin-right: 5px;
    }





    /*分类*/
    .classify {
        padding: 50px 5%;
    }
    .classify-type li {
        width: 30%;
        margin-left: 5%;
        margin-bottom: 20px;
        float: left;
    }
    .classify-type li p{
        margin-top: 15px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .classify-type li:nth-child(3n+1) {
        margin-left: 0;
    }



    .classify-card {
        padding: 0 5%;
        border-radius: 0 0 20px 20px;
    }
    .classify-list {
        padding: 15px 0;
        display: none;
    }
    .classify-list li {
        width: 47%;
        margin-left: 6%;
        margin-bottom: 5px;
        float: left;
        color: #3D3D3D;
        font-size: 14px;
        line-height: 34px;
        background: url(../images/right2.png) no-repeat center right;
        background-size: 5px;
    }
    .classify-list li a {
        font-size: 14px;
        line-height: 34px;
    }
    .classify-list li:nth-child(2n+1) {
        margin-left: 0;
    }










    /*产品*/
    .new-product {
        height: auto;
        padding-bottom: 30px;
    }
    .hot-product {
        padding: 0 0 30px;
    }
    .product .title {
        padding: 50px 0;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 30px;
    }
    .product .list {
        width: 80%;
        margin: 0 auto;
    }
    .product .list .item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 27px;
        background: #567F9F;
        border: 1px solid #567F9F;
        border-radius: 10px;
        overflow: hidden;
        float: left;
    }








    /*新闻*/
    .news-card {
        margin: 50px 0 93px;
    }
    .news-card .title {
        font-size: 30px;
        color: #000000;
        line-height: 50px;
        font-weight: bold;
    }
    .news-card .imgbox .title2 {
        font-size: 20px;
        color: #4D4D4D;
        line-height: 42px;
        margin-top: 5px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .news-card .left {
        width: 100%;
        margin-right: 0;
    }
    .news-card .right {
        width: 100%;
    }
    .news-card .newsbody {
        width: 90%;
        margin:30px auto 0;
        display: block;
    }
    .newslist .item {
        padding: 25px 0;
    }
    .newslist .item .text h3 {
        font-size: 20px;
    }
    .newslist .item .time h3 {
        font-size: 24px;
    }

    .news-card .more{
        width: 90%;
        margin: 30px 5%;
        text-align: center;
    }

    .news-card .left .newslist {
        /*margin-bottom: 40px;*/
    }
    .news-card .left .newslist .item{
        margin-top: -25px; 
    }





}