@font-face {
    font-family: 'HYa9gj';
    src: url("../font/HYa9gj.ttf");
}
body{
    background: url(../img/bg.jpg) repeat;
    background-size: 100%;
}
.banner{
    width: 100%;
}
.banner img{
    display: block;
    width: 100%;
    min-height: 600px;
}
.item{
    width: 1300px;
    margin: 0 auto 65px;
    /*margin-bottom:  65px;*/
}

.right-title {
    width: 80%;
    margin: 0 auto;
    height: 80px;
    text-align: center;
    background:url(../img/right.png) no-repeat top right;
    background-size: 80% 100%;
    font-size: 1.8rem;
    line-height: 80px;
    text-align: center;
}
.left-title {
    width: 80%;
    margin: 0 auto;
    height: 80px;
    text-align: center;
    background:url(../img/left.png) no-repeat top left;
    background-size: 80% 100%;
    font-size: 1.8rem;
    line-height: 80px;
    text-align: center;
}
.right-title p{
    width: 80%;
    margin-left: 20%;
    color: #fff;
}
.left-title p{
    width: 80%;
    color: #fff;
}
.right-title span,.left-title span{
    padding: 0 2%;
}
.right-title b,.left-title b{
   font-weight: 500;
}
.item-box{
    width: 100%;
    padding: 65px 0 0;
}
@media screen and (min-width:320px) and (max-width:1200px) {
    .item-box{
        width: 80%;
        margin:0 auto ;
        padding: 65px 0 0;
    }
    .pople-content h3{
        text-align: center;
        font-family: HYa9gj;
        font-size: 2.2rem;
        line-height: 120%;
        font-weight: 300;
        color: #fff;

    }
    .pople-content p{
        font-size: 1.2rem;
        line-height: 120%;
        text-align: center;
        font-weight: 300;
        color: #fff;
    }
}
.seiper-box{
    width: 31%;
}
.img-content{
    width: 43.3%;
}
.pople-content{
    width: 24%;
}
.swiper-slide img{
    display: block;
    width: 100%;
}
.swiper-container {
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px; /* 设置按钮大小 */
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
}

.swiper-button-prev, .swiper-button-next {
    background-size: 15px 44px;

}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
}
.swiper-text{
    padding-right: 1rem;
}
.swiper-text h3{
    margin-top: 1rem;
    line-height: 120%;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 1rem;
}
.swiper-text p{
    font-size: .8rem;
    line-height: 150%;
    color: #fff;
    text-align: justify;
    margin-bottom: 5px;
}

.pople-content h3{
    text-align: center;
    font-family: HYa9gj;
    font-size: 2.2rem;
    line-height: 120%;
    font-weight: 300;
    color: #fff;

}
.pople-content p{
    font-size: 1.2rem;
    line-height: 120%;
    text-align: center;
    font-weight: 300;
    color: #fff;
}
.pople-content .p-img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.pople-content .y-img{
    display: block;

    margin: 10px auto;
}
.big-img img{
    display: block;
    width: 100%;
}
.small-img{
    margin-top: 20px;
}
.small-img img{
    display: block;
    width: 29%
}
.small-img img.active{
    display: block;
    width: 43%;
}
.small-img img.active2{
    display: block;
    width: 26%;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 275px;
    background-image: linear-gradient(
            #133051,
            #133051),
    linear-gradient(
            #0d4c58,
            #0d4c58);
    background-blend-mode: normal,
    normal;
    box-shadow:inset 0px 15px 20px -15px #ddd;
}
.footer-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
.footer-info div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 30px;
}
.footer-info div a{
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    color: #133051;
    background-color: #ffffff;
    letter-spacing: 1px;
    font-size: 25px;
    margin-right: 32px;
    border-radius: 5px;
    margin-bottom: 24px;
}
.footer-info div a:last-child{
    margin-bottom: 0;
}

.shade{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99;
}
.shade-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    padding: 1rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: .5rem;
}
.shade-content input{
    display: block;
    width: 100%;
    margin: 10px auto;
    height: 3rem;
    border:.02rem solid #eee;
    border-radius: .5rem;
    padding: 0 1rem;
    font-size: 1rem;
}
.shade-content button{
    display: block;
    width: 40%;
    margin: 10px auto;
    height: 3rem;
    border:0;
    border-radius: .5rem;
    background: rgb(31,68,110);
    color: #fff;
    font-size: 1rem;
}
.shade-content button.active{
    background: #333333;
}