.header {
    height: 461px;
    background: url(../img/banner2.jpg) no-repeat center center;
    background-size: cover !important;
    position: relative;
}
@media (max-width:1499px){.fa-slide{min-height: 779px!important;}}

.nav {
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: flex;

}
.nav .logo{
    display: flex;
    align-items: center;
}
.nav-list{
    flex: 1;
    display: flex;
    align-items: center;
}
.nav-list a {
    font-size: 18px;
    padding: 0 10px;
    flex: 1;
}
.cece a {
    color: #000;
    width: 400px!important;
}
.text{width: 100%;}
.nav-list a.cur {
    color: #f00;
}

.search {
    padding: 20px 0;
}

.search input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    width: 200px;
}

.search button {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;

}

.nav-header {
    position: absolute;
    left: 50%;
    /*margin-left: -660px;*/
    bottom: -20px;
    /*background: #fff;*/
    display: flex;
    width: 1320px;
    z-index: 111;
    transform: translateX(-50%);
    /*padding: 0 40px;*/
}
.nav-header__inner{
    background: #ffffff;
}
.nav-header a {

padding: 10px 54px;

font-size: 23px;
flex: 1;
box-shadow: -4px 0 10px rgba(0, 0, 0, .1);
}

.nav-header a.cur {
    color: #fff;

    background: #ff0049;
}

.nav-header a:hover {
    color: #fff;

    background: #ff0049;
}

.fa-header{
    padding: 0px 50px;
}
.fa-header a{
    padding: 16px 10px;
    display: block;

font-size: 18px;
text-align: center;
}
.content .item {
    display: flex;
    width: 430px;
    margin-right: 10px;
    background: #fff;
    border-radius: 10px;
}

.content .item .img {width: 430px;height: 243px;overflow: hidden;border-top-left-radius: 10px;border-top-right-radius: 10px;max-width: 100%;}


.content .item h6 {
    color: #fdad4e;
    position: relative;
    padding: 10px 0px;
    margin: 0 30px;
    border-bottom: 1px solid #eaeaea;
}

.content .item h6::after {
    width: 30px;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fdad4e;
}

.content .item li {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
}


.content .item li a {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
}

.content .item a::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #fdad4e;
}

.advantage .item {
    width: 330px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: 3px solid #fff;
    transition: all 0.5s;
    background: #f9f9f9;
    border-radius: 5px;
}

.advantage .item:hover {
    width: 330px;
    text-align: center;
    transform: scale(1.1);
   
    box-shadow: 0 0 10px rgba(0,0,0,.1);

}

.advantage .item:hover {
    width: 330px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 3px solid #dc800f;

}

.advantage .item h6 {
    padding: 10px 0;

}

.advantage .img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
    border-radius: 50%;
    border: 10px solid #f3f4f8;
}

.advantage .item:hover .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #dc800f;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
}

.item-list-item {
    width: 380px;
    border: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 18px 18px 0;
}

.item-list-item p {
    padding: 10px 0;
}

.item-list-item img {
    width: 380px;
    min-height: 200px;
    overflow: hidden;
}

.ce img{width:100%;}
.img {
    position: relative;
    height: 310px;
    width: 400px;
    overflow: hidden;
}

.more {
    background: #dc800f;
    color: #fff;
    padding: 10px 0;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.more a {
    color: #fff;

}

.page {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
}

.page a {
    padding: 5px 10px;
    font-size: 20px;
}

.page a.cur {
    color: #0264ab;
}

.title {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.fs30 {
    padding: 20px 0;
}

.product .item{
 /*width: 392px;*/
 border-radius: 10px;
 margin-right: 20px;
 background: #ebebeb;
 overflow: hidden;
}
.product .item .img{
    width: 100%;
    height: 207px;
    position: relative;
}
.product .item .more{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.product .item:hover .more{
    opacity: 1;
}
.product .item .text{
    padding: 15px;
}
.product .item .text h6{
    color: #444444;
    padding: 15px 0;
}
.product .item .text p{
    color: #666;
   
}

.control-box {
    width: 1320px;
    /*height: 230px;*/

    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}

.control-box ul {
    list-style: none;
    position: relative;
}

.control-box ul li {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.bigbox {
    overflow: hidden;
    width: 1032px;
    height: 250px;
    margin: auto 70px auto;
}

#switcher {
    height: 250px;
    left: 0px;
}

.content_1.content_2 {
    width: 100%;
    float: left;
}

.box {
    width: 255px;
    height: 250px;
    float: left;
    border-left: 3px white solid;
}

.shadow {
    /*width: 255px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.language-wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    /*padding: 5px 0;*/
    --bs-nav-link-font-size:13px;
    /*position: absolute;*/
    top: 0;
    /*width: 100%;*/
    /*height: 0px;*/
    padding: 0 15px;
    box-sizing: border-box;
    /*background: #ffffff;*/
}
.language-wrap .language{
    margin: 0 0 0 8px;
    cursor: pointer;
}
.language-wrap .language .nav-link{
    font-size: var(--bs-nav-link-font-size);
}
.language-wrap .language .nav-link img{
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
}
.nav-phone{
    top:0px;
}
.mySwiper-container{
    position: relative;
    padding: 0 50px;
}

.language-wrap  .container{
        flex: 1;
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    align-items: center;
    justify-content: end;
}
.case-wrapper{
    background: #f9f9f9;
}
@media (max-width:1499px){
    .nav-header{
        width: 75%!important;
    }
}
@media (max-width:579px){
    .product .item{
        width: 100%;
    }
    .dfsb img{
    width: auto !important;
    max-width: 100% !important;
}
}


.nav-list .nav-list__item{
    flex: 1;
    position: relative;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item__selected{
      width: 180px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1119;
    display: none;
  
}
.nav-item__selected >a{
    display: block;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   transition: all 0.3s;
    /*padding: 10px 0;*/
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
 .nav-item__selected >a:hover{
    background: #f9f9f9;
}
.nav-item__selected >a:last-child{
    border-bottom: none;
}
.nav-list>.nav-list__item:hover .nav-item__selected{
    display: block;
}

.fa-header .next,.fa-header .prev{
    --swiper-navigation-size:22px;
    position: absolute;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
}

.p-title{
    margin: 0 auto;
    height: 461px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.p-title h2{
    font-size: 30px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.p-title p{
    
    font-size: 22px;
    color: #fff;
}

.p-title .p-title__fa .p1{
    font-size: 20px;
    text-align: left;
    opacity: 0.7;
}
.p-title .p-title__fa h2{
    text-align: left;
}
.p-title__tip{
    width: 80%;
    background:rgb(39 115 183 / 60%);
    margin: 40px 0 0 0;
    line-height: 36px;
    color: #fff;
}
.p-title__tip >span{
    margin: 0 2px;
    display: inline-block;
}


.fa-slide{
    width: 100%;
    min-height: 1066px;
    background: url('../pic/gongye.jpg') no-repeat center top;
    background-size: 100%;
    position: relative;
    margin-bottom: 30px;
}


.fa-slide__wrap{
    width: 554px;
    position: absolute;
    left: 101px;
    top: 86px;
    padding: 8px 27px 10px 60px;
    background: rgba(0,0,0,.5);
}
.fa-slide__wrap h2,.fa-slide__wrap h3{
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
}
.fa-slide__handle{
    margin: 15px 0 0;
}
.fa-slide__handle .swiper-pagination{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fa-slide__handle  .swiper-pagination-bullet{
    --swiper-pagination-bullet-horizontal-gap:0;
    width: 120px;
    height: 37px;
    border-radius: 0;
    background: #ffffff;
    margin: 0;
    opacity: 1 !important;
}
.fa-slide__handle  .swiper-pagination-bullet-active{
    background: #ff0101;
}
.list-banner{
    display: none;
}

body{
    overflow-x: hidden;
}

 
@media (max-width:579px){
    .nav-header{
        display: flex !important;
    }
    .header{
        /*height: auto !important;*/
        padding-bottom: 30px;
    }
    .p-title{
        height:100%;
        /*padding: 88px 0 0 0;*/
    }
    .fa-slide__wrap{
        width: 100%;
        left: 0;
        top: 60px;
        padding: 12px;
        box-sizing: border-box;
    }
    .fa-slide__wrap h2, .fa-slide__wrap h3{
        font-size: 26px;
    }
    .fa-slide{
        min-height: 30vh;
        padding: 50px 0;
    }
    .fa-slide__handle .swiper-pagination-bullet{
        width: 80px;
        height: 19px;
    }
    .p-title .p-title__fa .p1{
        font-size: 12px;
        word-break: break-all;
    }
    .p-title .p-title__fa h2{
        font-size: 32px;
    }
    .p-title p{
        font-size: 16px;
    }
    .p-title__tip{
        margin: 15px 0 0 0;
    }
    .content .item{
        margin-top: 10px;
    }
    .content .item .img{
        width: 100%;
    }
    .advantage .item{
        width: 100%;
    }
    #mySwiper img{
        width: 100%;
    }

    .bbb{
        padding:0 0 15px 0;
    }
    .fa-header a{
        font-size: 14px;
    }
}