.yyly .title{
    margin-top: 70px;
}
.yyly .title h1{
    font-size: 32px;
    font-weight: bold;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
    text-align: center;
}
.yyly .title h5{
	line-height: 26px;
	letter-spacing: 1px;
	color: #999999;
    text-align: center;
}
.yyly .title p{
    width: 70%;
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.yyly .lyitems{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.yyly .lyitems .lybox{
    width: 48.28%;
    max-height: 280px;
    height: 280px;
    display: flex;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.lyitems .lybox>div img{
    height: 100%;
    object-fit: cover;
}
.yyly .lyitems .lybox:hover{
    transform: translateY(-8px);
}
.yyly .lyitems .lybox .desc{
    background-color: #f6f6f6;
    padding-top: 70px;
    padding-left: 27px;
}
.lyitems .lybox>div{
    width: 50%;
}
.lyitems .lybox .desc h3{
    font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.lyitems .lybox .desc .line{
    width: 82px;
	height: 2px;
	background-color: #d1d1d1;
    margin-top: 20px;
    margin-bottom: 25px;
}
.lyitems .lybox .desc li{
    position: relative;
    padding-left: 10px;
    color: #333333;
}
.lyitems .lybox .desc li::before{
    position: absolute;
    top:50%;
    left: -1%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 4px;
	height: 4px;
	background-color: #44b7d2;
    border-radius: 100%;
}
.lyitems .lybox::before{
    position: absolute;
    content: "";
    display: block;
    background-color: #3eaac3;
	opacity: 0.56;
    width: 100%;
    height: 0;
    transition: all .3s;
}
.lyitems .lybox::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "查看详情 >";
    padding: 7px 0;
    width: 94px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
	line-height: 16px;
	color: #ffffff;
    display: none;
}
.lyitems .lybox:hover::before{
    height: 100%;
}
.lyitems .lybox:hover::after{
    display: block;
}
.allb .sun li{
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26px;
    color: #666666;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.allb .sun li::before{
    content: "";
    display: block;
    width: 5px;
	height: 5px;
	background-color: #808080;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
.sun{
    display: none;
    margin-bottom: 18px;
}
.pro_items .yhead{
    font-size: 30px;
    font-weight: bold;
	color: #333333;
}
.a-active::before{
    background-color: #3eaac3 !important;
}
.pro_items .js{
    background-color: #fff;
    margin-top: 20px;
    padding: 32px 42px;
}
.pro_items .js .smbox{
    width: 100px;
	height: 29px;
	background-color: #3eaac3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_items .js .smbox img{
    margin-right: 8px;
}
.pro_items .js .smbox span{
    font-size: 16px;
    font-weight: bold;
	color: #ffffff;
}
.mypitem .allb{
    background-color: #fff;
}
.pro_items .js p{
    line-height: 28px;
	margin-top: 15px;
	color: #666666;
    padding-bottom: 30px;
   /* border-bottom: 1px solid #d4d4d4;*/
}
.pro_items .js .pn{
    margin-top: 20px;
    color: #333333;
}
.pro_items .cp{
    background-color: unset;
    margin-top: 0;
}
.pro_items .cp .box{
    cursor: pointer;
    width: 29.75%;
    background-color: #fff;
    margin-bottom: 58px;
     border: 1px solid #eeeeef;
}
.pro_items .cp .box .img{
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_items .cp .items{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_items .cp .box .desc{
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eeeeef;
    transition: all .3s;
    background: #eeeeef;
}
.pro_items .cp .lastbox{
    visibility: hidden;
}
.pro_items .cp .box:hover .desc{
	background-color: #3eaac3;
    color: #ffffff;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .yyly .title {
        margin-top: 60px;
    }
    .yyly .title p {
        width: 70%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
    .yyly .title h1 {
        font-size: 25px;
        line-height: 26px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .yyly .title {
        margin-top: 45px;
    }
    .yyly .title p {
        width: 85%;
        font-size: 13px;
        line-height: 20px;
        margin-top: 16px;
    }
    .yyly .title h1 {
        font-size: 25px;
        line-height: 26px;
    }
    .yyly .lyitems .lybox .desc{
        padding: 10px;
    }
    .lyitems .lybox .desc h3 {
        font-size: 15px;
        line-height: 16px;
        color: #333333;
    }
    .lyitems .lybox .desc .line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .yyly .title {
        margin-top: 30px;
    }
    .yyly .title p {
        width: 90%;
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
    .yyly .title h1 {
        font-size: 18px;
        line-height: 19px;
    }
    .yyly .lyitems .lybox .desc{
        padding: 15px;
    }
    .lyitems .lybox .desc h3 {
        font-size: 15px;
        line-height: 16px;
        color: #333333;
    }
    .lyitems .lybox .desc .line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .yyly .lyitems .lybox{
        width: 100%;
        margin-bottom: 20px;
    }
    .allb .sun li::before{
        left: 3%;
    }
    .pro_items .js {
        background-color: #fff;
        margin-top: 20px;
        padding: 20px 20px;
    }
    .pro_items .js p {
        line-height: 24px;
        margin-top: 15px;
        font-size: 12px;
        color: #666666;
        padding-bottom: 20px;
        border-bottom: 1px solid #d4d4d4;
    }
    .pro_items .cp .box{
        width: 48%;
        margin-bottom: 20px;
    }
    .pro_items .yhead {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }
    
}