.san {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.sa {
    display: flex;
}

.san .lb {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    margin-top: 10px;
}

.san ul {
    width: 100%;
}

.san ul li {
    height: 60px;
    line-height: 60px;
}

.san ul li a {
    font-size: 16px;
}

.title {
    text-align: center;
    padding-top: 20px;
}

.title h1 {
    position: relative;
    font-size: 26px;
    padding: 15px 0;
    margin: 15px 0;
    font-weight: 500;
}

.title h1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #0943E5;
}

.title span {
    margin: 20px 0;
    color: #A6A6A6;
    font-size: 14px;
}

.cpzx .tps {
    display: flex;
    justify-content: space-between;
    width: 1350px;
    margin: 0 auto;
    height: 400px;
    margin-top: 100px;
}

.cpzx .tps .zuo {
    width: 400px;
    height: 300px;
    margin-right: 20px;
}

.cpzx .tps .you {
    width: 950px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cpzx .tps .you img {
    width: 120px;
    height: 100px;
    margin: 0 40px;
    transition: all .5s;
    cursor: pointer;
}

.cpzx .tps .you img:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

.jjf {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url(../img/jjf.png);
}

.jjf .title h1,
.jjf .title span {
    color: #fff;
}

.jjf .title h1::before {
    background-color: #fff;
}

.jjf .item {
    position: absolute;

}

.jjf .item:nth-child(2n-1) h1,
.jjf .item:nth-child(2n-1) p {
    text-align: right;
}

.jjf .item h1 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.jjf .item p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.tw {
    padding-top: 16px;
    width: 100%;
    /*overflow: scroll;*/
    display: flex;
    justify-content: space-between;
}
.mySwiperd .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: blue;
}
.morde{
    display: block;
    text-align: end;
    line-height: 36px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.xwzx .tw .tes {
    width: 395px;
    margin-right: 40px;
}

.xwzx .tw .tes:hover img {
    transform: scale(1.1);
    transition: all 0.8s;
}

.xwzx .tw .tes .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    transition: all 0.8s;
}

.xwzx .tw .tes .text {
    width: 100%;
    position: relative;
    padding: 15px 0;
    border-bottom: 2px solid #ccc;
}

.xwzx .tw .tes :hover .text::before {
    opacity: 1;
    transform: scaleX(1);
}

.xwzx .tw .tes :hover .text p {
    color: #0136E8;
}

.xwzx .tw .tes .text::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0136E8;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: 0px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.xwzx .tw .tes .text span {
    font-size: 14px;
    color: #666;
    /*width: 400px;*/
    display: block;
    /* 强制不换行 */
    white-space: nowrap;
    /* 超出隐藏 */
    overflow: hidden;
    /* 超出省略 */
    text-overflow: ellipsis;
    line-height: 25px;


}

.xwzx .tw .tes .text p {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 25px;

}

.xwzx .tw .tes .xia {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xwzx .tw .tes .xia p,
.xwzx .tw .tes .xia span {
    line-height: 50px;
    color: #858585;
    font-size: 15px;
}

.xwzx .tw .tes .xia span {
    font-size: 14px;
}

.xwzx .tw .tes:hover .xia span {
    color: #0136E8;
}

.xwzx .tw .tes:hover .xia p {
    color: #0136E8;
}

.bw {
    width: 100%;
    margin-top: 50px;
}

.cgal {
    margin-bottom: 20px;
}

.cgal .tes {
    position: relative;
    overflow: hidden;

}

.cgal .tes:hover .img p {
    opacity: 0;
}

.cgal .tes .img {
    position: relative;
    width: 415px;
    height: 235px;
}

.cgal .tes .img p {
    position: absolute;
    bottom: 7%;
    left: 7%;
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.cgal .tes .ycd {
    position: absolute;
    width: 415px;
    height: 235px;
    top: 238px;
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
    transition: all .8s;


}

.cgal .tes .ycd p {
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    text-align: center;

}

.cgal .tes .ycd span {
    display: block;
    width: 320px;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.cgal .tes .ycd .ck {
    margin: 0 50px;
    text-align: right;
    /*margin-top: 50px;*/
    font-size: 16px;
    color: #fff;

}

.cgal .tes:hover .ycd {
    top: 0;
    transition: all .8s;

}

.gywm {
    height: 500px;
    background-image: url(../img/060606.jpg);
}

.gywm p {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
}

.gywm .gd {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.gywm .gd p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
}


.gywm .gd img {
    width: 24px;
    height: 16px;

}

.food .top {
    height: 90px;
    background-color: #F9F9F9;
}

.food .bottom {
    background-color: #0090F1;
}

.food .bottom .sm {
    display: flex;
    justify-content: space-between;
}

.food .bottom .sm .los .img {
    height: 75px;
    width: 210px;
    margin-top: 30px;
}

.food .bottom .sm .los .yx,
.food .bottom .sm .los .dz {
    display: flex;
}

.food .bottom .sm .los .dz {
    margin-top: 10px;
}

.food .bottom .sm .los .yx {
    margin-top: 40px;
}

.food .bottom .sm .los span {
    margin-left: 5px;
}

.food .bottom .sm .los span,
.food .bottom .sm .los p {
    color: #fff;
    font-size: 20px;
}

.food .bottom .sm .los span {
    font-size: 18px;
    line-height: 28px;
}

.food .bottom .sm .los .dz span {
    width: 245px;
}

.food .bottom .lus {
   
    margin-top: 120px;
    display: flex;
    justify-content: space-between;

}

.food .bottom .lus ul {
    margin-left: 40px;
}

.food .bottom .lus ul li a {
    /*line-height: 50px;*/
    font-size: 20px;
    color: #fff;
}

.food .bottom .ewm {
    width: 130px;
    height: 130px;
    margin-top: 80px;
    background-color: red;
}


.food .xm ul {
    display: flex;
    justify-content: space-between;

}

.food .xm ul li a {
    color: #fff;
    font-size: 18px;
}

.food .xm {
    margin-top: 65px;
}



.food .xm ul li:last-child {
    padding: 0;
    border: 0px;
}

.food .xm .bh {
    margin-top: 25px;
    /*padding-top: 25px;*/
    /*padding-bottom: 30px;*/
    border-top: 1px solid #58B6F4;
}

.food .xm .bh span {
    color: #fff;
    font-size: 18px;
}