.heaader {
    background: none;
}

.scrolled {
    background: #000;
}

.banner {
    height: 600px;
    width: 100%;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.banner .txt {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .txt .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner .txt h3 {
    font-size: 30px;
    padding: 10px 0
}

.banner .txt p {
    padding: 20px 0 40px
}

.banner .txt a {
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    background: #07519e;
    text-shadow: -1px 5px 10px rgba(0, 0, 0, 0.63);
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    color: #fff !important;
    width: 20px !important;
    padding: 10px;
}

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

.producelist .swiper-button-next,
.producelist .swiper-button-prev {
    color: #fff !important;
    /* width:20px !important; */
    padding: 6px 8px;
    background: #07519e;
}

.producelist .swiper-button-prev {
    left: -60px;
}

.producelist .swiper-button-next {
    right: -60px;
}

.producelist .swiper-button-prev,
.producelist .swiper-button-next {
    --swiper-navigation-size: 14px;
}

.swiper-pagination-bullet {
    color: #ccc !important;
}

.banner .swiper-button-prev,
.swiper-button-next {
    --swiper-navigation-size: 20px;
}

.jieshao {
    padding: 50px 0;
}
.banner .swiper-pagination-bullet{
    background: #fff;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
}
#wpforms-form-79 .wpforms-field-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wpforms-form-79 input{
    max-width: 100%;
    width: 100%;
    font-size: 14px;
height: 30px;
border-radius: 50px;
border: none;
background: #414141;
}
#wpforms-79-field_3-container{
    width: 100%;

}
#wpforms-form-79 textarea{
    max-width: 100%;
        height: 69px;
    border-radius: 8px;
    border: none;
background: #414141;
width: 100%;
font-size: 14px;
}
#wpforms-submit-79{
    width: 100%;
    background: #6AB3FF;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0;
    border-radius: 30px;
}
#wpforms-79-field_1-container{
    width: 40%;
}
#wpforms-79-field_2-container{
    width: 50%;
}
#wpforms-form-79 .wpforms-field-label{
    font-size: 14px;
}
.jieshao .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    max-height: 300px;
    overflow: hidden;
}

.jieshao .box .txt {
    width: 60%;
    padding: 0 30px;
}

.jieshao .box .txt h3 {
    color: #07519e;
    font-weight: bold;
    font-size: 30px;
}

.jieshao .box .txt p {
    padding: 6px 0;
    font-size: 15px;
    line-height: 24px;
}

.jieshao .box .img {
    width: 40%
}

.producelist .container {
    width: 1100px;
    margin: 0 auto;
}

.producelist .box {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.producelist .box h3 {
    font-size: 30px;
    color: #07519e;
    padding: 30px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.producelist .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    /*height: 250px;*/
}

.producelist .cont .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.producelist .cont img {
    width: 100%;
    transition: transform 0.5s ease;
}

.producelist .cont .img:hover img {
    transform: scale(1.1);
}

.producelist .cont h4 {
    padding: 20px 0;
    color: #07519e;
    font-size: 18px;
}

.producelist .cont p {
    color: #000;
}

.producelist .cont h5 {
    transition: transform 2s ease 0s;
    display: none;
}

/*.producelist .cont a {*/
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*    padding: 6px 22px;*/
/*    display: inline-block;*/
/*    background: #07519e;*/
/*}*/

.producelist .cont:hover h5 {
    display: block;
}

.producelist .linka {
    padding: 30px 0 0;
    text-align: center;
}

.producelist .linka a {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
}

.suresafe h3 {
    font-size: 30px;
    padding: 50px 0 50px;
    text-align: center;
    color: #07519e;
}

.suresafe .cont {
    padding: 60px 0;
    background: url("/images/indexbg2.png") no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
}

.suresafe .cont .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suresafe .cont .box .txt {
    width: 40%;
}

.suresafe .cont .box .txt ul {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.suresafe .cont .box .txt ul li {
    width: 46%;
}

.suresafe .cont .box .txt ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.suresafe .cont .box .txt ul li .line {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #07519e;
}

.suresafe .cont .box .video {
    width: 45%;
}

.suresafe .cont .box .taga {
    margin: 40px 0 0;
}

.suresafe .cont .box .taga a {
    padding: 10px 20px;
    background-color: #07519e;
    color: #fff;
    border-radius: 20px;
}

.why h3 {
    color: #07519e;
    font-size: 30px;
    padding: 30px;
    text-align: center;
}

.why ul {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}

.why ul li {
    /*max-height: 240px;*/
    width: 32%;
    position: relative;
}

.why ul li .img {
    overflow: hidden;
}

.why ul li img {
    width: 60%;
    transition: transform 0.5s ease;
     display: block;
    margin: 0 auto;
}

.why ul li .img:hover img {
    transform: scale(1.1);
   
}

.why ul li .txt {
    position: absolute;
    width: 100%;
    /*bottom: 20px;*/
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
        text-align: center;
}

.why ul li .txt h4 {
    font-size: 20px;
    padding: 10px 0;
}

.why ul li .txt .line {
    width: 30px;
    height: 3px;
    background: #fff;
}

@media (max-width: 900px) {
    .banner {
        height: 500px;
    }
    .banner .box {
        text-align: center;
    }
    .banner .txt p {
        padding: 20px 30px 40px;
    }
    .producelist .swiper-button-prev {
        left: 0px;
    }
    .producelist .swiper-button-next {
        right: 0px;
    }
    .producelist .container {
        width: 100%;
    }
    .jieshao .box {
        display: block;
        max-height: 100%;
    }
    .jieshao .box .txt,
    .jieshao .box .img {
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
    }
    .producelist .swiper-slide {
        justify-content: center;
    }
    .producelist .cont h5 {
        display: block;
    }
    .suresafe .cont .box {
        display: block;
    }
    .suresafe .cont .box .txt,
    .suresafe .cont .box .video {
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
    }
    .why ul li {
        width: 48%;
    }
}