.header {
    height: 461px;
    background: url(../pic/bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
body{
    background:#f9f9f9;
}

.language-wrap  .container{
        flex: 1;
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    align-items: center;
    justify-content: end;
}
.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{
    display: flex;
    align-items: center;
    flex: 1;
}
.nav-list a {
    font-size: 18px;
    padding: 0 9px;
    flex: 1;
}

.nav-list a.cur {
    color: #f00;
}

.search {
    padding: 38px 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;

}
.search{
    color: #d0d1d3;
}
.search a{
    color: #d0d1d3;
}

.nav-header {
    position: absolute;
    left: 50%;
    /* margin-left: -660px; */
    bottom: 0;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    /* width: 1434px; */
}

.nav-header a {
flex: 1;
padding: 16px 69px;

font-size: 20px;
text-align: center;
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;
}



.content .item {
    display: flex;
    /* flex-direction: column; */
    display: none;
}


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

.item-list.df {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.item-list-item {
    /* width: 30%; */
    border-bottom: 2px solid #d4dde4;
    padding-bottom: 20px;
    /*overflow: hidden;*/
    /* margin: 0 20px 18px 0; */
    /* margin: 10px; */
    /* margin-left: 4%; */
    background: #fff;
    position: relative;
    transition:  all 0.5s;
}

/* .item-list-item:nth-child(3n+1) {
    margin-left: 0 !important;
} */

.item-list-item a {
    display: block;
}

.item-list-item .text {
    padding: 15px;
    text-align: left;
}

.item-list-item .text p {
    margin-top: 20px;
    font-size: 17px;
    color: #ccc;
}

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

.item-list-item img {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}
.item-list-item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.item-list-item .line{
     width: 0px;
    height: 2px;
    background: #ff6400;
    position: absolute;
    bottom: -2px;
    z-index: 111;
    left: 0;
    opacity: 0;
    transition:  all 0.5s;
}
.item-list-item:hover .line {
    width: 40px;
    opacity: 1;
}
.item-footer {
    padding: 15px;
    color: #ccc;
}

.more {
    background: #0264ab;
    padding: 5px 10px;
    border: 0;

}

.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 {
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;

    margin: 0 10px
}
.text-muted img{width: 100%;}
.page a:hover {
    color: #fff;
    background: #fe960f;
    border-radius: 50%;
}

.page a.cur {
    color: #fff;
    background: #fe960f;
   
}

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

.select select {
    border: 1px solid #ccc;
    width: 200px;
    height: 30px;
    border-radius: 5px;
}
.language-wrap{
 
    display: flex;
    align-items: center;
    justify-content: end;
    /*padding: 5px 0;*/
    --bs-nav-link-font-size:13px;
    /*position: absolute;*/
    top: 0;
    /*width: 100%;*/
    /*height: 30px;*/
    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;
}
.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;
}


.p-title{
    margin: 0 auto;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.p-title h2{
    font-size: 44px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.p-title p{
    
    font-size: 22px;
    color: #fff;
}
@media (max-width:1599px){
    .item-list-item{
        width: 100%;
    }
    .search input{width:150px!important;}
.item-list-item img {
    /* width: 380px!important; */
    min-height: 200px;
    overflow: hidden;
}
}
@media (max-width:1599px){
    body{
        overflow-x: hidden;
    }
    .nav-header{
        width: 1200px;
        /* margin-left: -602px; */
    } 
    .nav-header a{
            padding: 15px 30px;
        }
}
@media (max-width:549px){
    .p-title{
        height: 100%;
        /*padding: 50px 0 0 0;*/
    }
    .p-title h2{
        font-size: 30px;
    }
    .p-title p{
        font-size: 16px;
    }
    .header{
        /*height: auto !important;*/
        padding-bottom:  30px;
    }
}
