
 .Alarger {
    width: 100%;
}

.Alarger img {
    width: 100%;
}

.Yposition {
    background-color: #F6F6F6;
    padding: 27px 0;
}

.location {
    display: flex;
    align-items: center;
}

.Blackbox {
    width: 10px;
    height: 26px;
    background: #1C1C1C;
}

.Yourtion {
    display: flex;
    margin-left: 16px;
}

.Yourtion span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
/* //列表左边 */

.Decontent {
    display: flex;
    justify-content: space-between;
    margin: 32px auto;
}

.calist-left {
    width: 260px;
}

.ca-title {
    width: 260px;
    height: 90px;
    background: #292929;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    line-height: 90px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.ca-bottom {
    width: 260px;
    /* height: 106px; */
    background: #292929;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 20px 0;
}

.ca-phone {
    width: 140px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    line-height: 40px;
    /* margin-top: 10px; */
}

.ca-phone>span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
}

.ca-bottom h4 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 10px;
}

.Prodcate {
    width: 260px;
    /* height: 50px; */
    background: #E2E2E2;
    line-height: 50px;
    color: #333333;
    /* padding: 0 20px; */
    /* margin-left: 15px; */
	margin-bottom: 1px
}

.Prodcate-rgba {
    background: #039FE9;
    color: #FFFFFF;
}

.Prod-ittle {
    margin-left: 15px;
}

.Prod-son {
    width: 258px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: none;
}

.Prod-son>li:hover {
    background: rgb(245, 179, 57);
}

.Prod-son>li:hover a {
    color: #fff !important;
}

.Prod-son>li {
    width: 86%;
    margin: 0 auto;
    border-bottom: 1px dashed #DBDBDB;
}

.Prod-son>li>a {
    width: 80%;
    margin-left: 5px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 40px
}
/* //右边列表 */

.calist-right {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-left: 50px;
}

.Prod-one {
    /* width: 33%; */
    text-align: center;
    margin-right: 18px;
    margin-bottom: 10px;
    float:left;
}

.calist-right :nth-child(3n) {
    margin-right: 0 !important;
}

.Pro-img {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 20px;
    overflow: hidden;
}

.Pro-img>img {
    width: 242px;
    height: 242px;
    transition: all 3s;
}

.Pro-img>img:hover {
    transform: scale(1.3);
}

.Prodname {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    padding: 8px 0;
}