.pa_item{padding: 100px 0;}

.pa_title>h2{font-family: "times new roman",times,serif;color: var(--base);font-size: 30px;}
.pa_title>h1{color: #666;font-size: 30px;margin: 15px 0;font-weight: 600;}
.pa_title>span{display: inline-block;width: 100px;border-top: 2px solid var(--base);}

.pa_prof_c{text-align: center;}
.pa_prof_c>p{line-height: 2;font-size: 16px;text-align: left;padding: 10px 0;color: #666;}
.pa_prof_c>img{margin: 20px 0;}
.pa_prof_v{display: flex;justify-content: center;align-items: center;width: 780px;height: 428px;background: url('../image/1.jpg') no-repeat center;background-size: cover;margin: 40px auto;cursor: pointer;}

.pa_team{background: url('../image/2.jpg') no-repeat center;background-size: cover;}
.pa_team_c{text-align: center;}
.pa_team_c .pa_title>h1{color: #fff;}
.pa_team_c>p{line-height: 2;font-size: 16px;padding: 10px 0;color: #eee;}

.pa_serve{padding: 100px 0 0;}
.pa_serve_c{text-align: center;}
.pa_serve_w{display: flex;justify-content: space-between;margin-top: 40px;}
.pa_serve_i{background-repeat: no-repeat;background-size: cover;background-position: center;padding: 68px 74px;}
.pa_serve_ic{border: 1px solid var(--base);padding: 35% 20px 0;color: #fff;transition: .5s;height: 380px;}
.pa_serve_ic>h1{font-size: 18px;line-height: 2;}
.pa_serve_ic>span{display: inline-block;width: 50px;border-top: 1px solid #fff;margin: 20px 0;}
.pa_serve_ic>p{line-height: 2;opacity: 0;transition: .5s;}
.pa_serve_i:hover .pa_serve_ic{padding-top: 25%;}
.pa_serve_i:hover .pa_serve_ic>p{opacity: 1;}

.pa_prod{background-color: #fbf7ec;}
.pa_prod_c{text-align: center;}
.pa_prod_w{margin-top: 40px;display: flex;justify-content: space-between;}
.pa_prod_i{cursor: pointer;filter: brightness(80%);transition: .5s;}
.pa_prod_img{width: 188px;height: 188px;border-radius: 50%;overflow: hidden;display: flex;justify-content: center;align-items: center;background-repeat: repeat;background-size: cover;background-position: center;}
.pa_prod_i>p{margin-top: 10px;}
.pa_prod_i:hover{filter: brightness(100%);}

.pa_video{position: fixed;margin: 0 auto;left: 0;top: 0;right: 0;bottom: 0;z-index: 120;display: none;background-color: rgba(0,0,0,.5)}
.pa_video>video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80vw;}
.pa_video>i{position: absolute;top: 3vw;right: 6vw;font-style: normal;font-weight: bold;font-size: 50px;color: #fff;z-index: 21;cursor: pointer;}


.pa_arrow{color: var(--base);text-align: center;font-family: monospace,serif;position: absolute;bottom: 60px;z-index: 1;font-size: 20px;font-weight: 900;transition: .6s;width: 40px;line-height: 40px;border: 1px solid #ddd;border-radius: 50%;}
.pa_arrow.slick_prev{left: 58%;}
.pa_arrow.slick_next{right: 34%;}

@media screen and (max-width: 1200px) {
    
    .pw_cate_c{width: 120vw;}

    .pa_title>h2{font-size: 2.6rem;}
    .pa_title>h1{font-size: 3rem;margin: 1rem 0;}
    .pa_title>span{width: 8rem;}

    .pa_item{padding: 6rem 0;}
    .pa_prof_c>img{width: 100%;}
    .pa_prof_v{width: 100%;height: 20rem;}

    .pa_team_c>p{font-size: 1.4rem;padding: 1rem 0 0;}

    .pa_serve{padding: 6rem 0 0;}
    .pa_serve_w{flex-direction: column;}
    .pa_serve_i{padding: 4rem 1.5rem;}
    .pa_serve_ic{height: auto;padding: 2rem;}
    .pa_serve_i:hover .pa_serve_ic{padding-top: 2rem;}

    .pa_prod_w{flex-direction: column;gap: 3rem;}
    .pa_prod_i{text-align: center;width: 20rem;margin: 0 auto;}
    .pa_prod_img{width: 100%;background-size: contain;height: 20rem;}
    
}