.about {
    margin-bottom: 100px;
}

.position {
    background: #f0f0f0;
    height: 40px;
    line-height: 40px;
    color: black;
}

.about-content {
    margin-top: 30px;
    position: relative;
}

.title-box {
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.about-cat-title {
    color: #6a6a6a;
    font-size: 18px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin-right: 40px;
    cursor: pointer;
}

.about-cat-title:hover {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.pro-cat-a {
    cursor: pointer;
}

.about-cat-title-hover {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.about-content-text {
    box-sizing: border-box;
    padding: 25px 40px 10px 0;
}

.about-content-text {
    text-align: center;
    overflow: hidden;
}


/* about2 */

.about-box2 {
    box-sizing: border-box;
    float: left;
    margin-right: 3.3%;
    width: 20%;
    padding: 5px;
    height: 272px;
    margin-bottom: 25px;
}

.about-box2:hover {
    box-shadow: 0 0 10px #5c5c5c;
}

.about-box-box {
    box-sizing: border-box;
    background: #ddd;
    width: 100%;
    height: 90%;
    padding: 16px 0;
    text-align: center;
}

.about-box-box>img {
    max-width: 100%;
    max-height: 100%;
}

.about-box-img-h4 h4 {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.cat-title {
    
    box-sizing: border-box;
    padding: 30px 50px;
}

.cat-title a {
    display: inline-block;
    font-size: 20px;
    height: 32px;
    margin-right:10px;
    color: #6a6a6a;
    margin-bottom: 10px;
    line-height: 32px;
    border-bottom: 1px solid transparent;
}

.cat-title .cat-title-a-hover,
.cat-title a:hover {
    border-bottom: 1px solid black;
    color: black;
}

.photo-list {
    overflow: auto;
    margin-bottom: 48px;
}

.photo-list-box {
    box-sizing: border-box;
    padding: 5px;
    width: 24%;
    overflow: hidden;
    margin-right: 1.3%;
    margin-bottom: 25px;
}

.photo-list-box:nth-of-type(4n) {
    margin-right: 0;
}

.photo-list-box:hover {
    box-shadow: 0 0 10px gray;
}

.photo-list-box-img {
    overflow: hidden;
    height: 250px;
    text-align: center;
    line-height: 250px;
}

.photo-list-box div img {
    max-width: 100%;
    max-height: 100%;
    transition: all 2s;
}

.photo-list-box p {
    height: 40px;
    line-height: 40px;
    color: #6a6a6a;
}

.photo-list-box:hover.photo-list-box div img {
    max-width: 150%;
    transform: scale(1.5);
}

.photo-list-box:hover.photo-list-box p {
    color: black;
}

.show {
    position: relative;
    margin-bottom: 80px;
}

div>.on {
    background: #c8ac81;
    color: white !important;
}

.show>div {
    left: 50%;
    transform: translateX(-50%);
}

.pro-data {
    padding-top: 40px;
    padding-bottom: 30px;
}

/* .pro-img {
    overflow: hidden;
} */

.pro-img div {
    width: 70%;
    height: auto;
    position:relative;
}
.pro-img div img{
    max-width: 100%;
    max-height: 100%;
}

.pro-thump-box {
    box-sizing: border-box;
    padding-left: 30px;
}

.pro-thump {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}

.pro-thump img {
    width: 100%;
    height: auto;
}

.pro-text {
    margin-bottom: 80px;
}

.pro-title {
    border-bottom: 1px solid #ebebeb;
}

.pro-content {
    padding-top: 30px;
}

.pro-title span {
    display: inline-block;
    background: black;
    color: white;
    padding: 13px 13px;
}

.news-title-box {
    padding: 30px 0;
    position: relative;
    overflow: auto;
}

.news-title {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

.news-title a {
    display: inline-block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 40px;
    color: #6a6a6a;
}

.news-title a:hover,
.news-title-a-hover {
    color: black;
    border-bottom: 1px solid black;
}

.news-title a:last-child {
    margin-right: 0px;
}

.news-list-box {
    padding: 20px;
}

.news-list {
    overflow: hidden;
    margin-bottom: 30px;
    height: 160px;
    padding: 20px;
}

.news-list-time {
    height: 100%;
    background-color: black;
    color: white;
    text-align: center;
    position: relative;
    margin-right: 18px;
}

.news-list-time-box {
    position: relative;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
}

.news-list-time-box span {
    line-height: 30px;
}

.news-list-time-box span:first-child {
    font-size: 12px;
}

.news-list-time-box span:last-child {
    font-size: 15px;
}

.news-list-img {
    height: 100%;
    width:284px;
    margin-right: 40px;
    line-height:160px;
    overflow: hidden;
}

.news-list-img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 2s;
}

.news-list-title {
    margin-top: 40px;
    width: calc(100% - 450px);
}

.news-list-h2 {
    line-height: 36px;
    font-size: 26px;
    color: black;
}

.news-list-desc {
    color: #ababab;
}

.news-list-hover,
.news-list:hover {
    box-shadow: 0 0 10px gray;
}

.news-list:hover .news-list-time {
    background-color: #bf9e69;
}

.news-list:hover .news-list-h2 {
    color: #bf9e69;
}

.news-list:hover .news-list-img img {
    transform: scale(1.5);
}

.news-page-box {
    margin: 35px 0;
    padding:10px;
}

.news-page-title h2,
.news-page-title p,
.news-page-source {
    text-align: center;
}

.news-page-source {
    color: #6a6a6a;
    margin-bottom: 70px;
}

.news-page-title h2 {
    font-size: 24px;
    line-height: 30px;
}

.news-page-title p {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 20px;
}

.news-desc {
    color: #7c7c7c;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ddd;
}

.news-page-text {
    margin-bottom: 40px;
}

.news-page-fen p,
.news-page-fen p a {
    line-height: 30px;
    color: #bf9e69;
}

.planl-cat {
    margin: 30px 0;
    position: relative;
}

.planl-cat-box {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.photo-list-box {
    cursor: pointer;
}

.planl-cat-box a {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.photo-list-box:hover.photo-list-box>p {
    color: #bf9e69;
}

.contact-one-list {
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e8e8e8;
    padding-top: 20px;
}

.contact-one-list img {
    padding-bottom: 30px;
}

.contact-one-list p {
    padding-bottom: 30px;
}

.contact-one-list:last-child {
    border-right: none;
}

.contact-two-title {
    margin-top: 100px;
    margin-bottom: 40px;
}

.contact-guestbook {
    margin-bottom: 100px;
}

.contact-p {
    font-size: 16px;
    line-height: 30px;
}

.contact-input {
    border: 1px solid #c1c1c1;
    height: 38px;
    line-height: 38px;
    text-indent: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.contact-textarea {
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 170px;
    padding: 5px;
}

.submit-p {
    margin-top: 20px;
    text-align: center;
}

.submit {
    display: inline-block;
    padding: 10px 15px;
    background-color: #bf9e69;
    color: white;
    cursor: pointer;
    box-shadow: 0 0 5px #bf9e69;
}

.submit:hover {
    color: #1c1c1c;
}

.upload-content {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.upload-list {
    position: relative;
}

.upload-list h3 {
    position: absolute;
    font-size: 48px;
    color: white;
    top: 5%;
    left: 5%;
}

.upload-list-shou {
    position: absolute;
    bottom: 5%;
    right: 5%;
    border: 1px solid white;
    padding: 23px;
    font-size: 16px;
    color: white;
}

.upload-list-shou span:first-child {
    margin-bottom: 20px;
    display: inline-block;
}

.upload-list-shou span:last-child {
    font-size: 18px;
}

.upload-list-p {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: white;
}

.padge-list {
    position: absolute;
    top: 5%;
    right: 5%;
    color: white;
    font-size: 26px;
    font-weight: bold;
    z-index: 100;
    cursor: pointer;
}

.upload-list img {
    width: 100%;
    height: auto;
}

.padge-list span:hover {
    color: #bf9e69;
}

.servicel-list {
    margin-bottom: 50px;
}

.servicel-title {
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
}

.servicel-content {
    color: #6a6a6a;
}


@media (max-width:750px) {
    .contact-content {
        box-sizing: border-box;
        padding: 0 12px;
    }
    .photo-list-box-img {
        height: auto;
        line-height: 100%;
    }
    .photo-list-box p {
        text-align: center;
    }
    .pro-data {
        box-sizing: border-box;
        padding: 0 12px;
        margin-top: 20px;
    }
    .pro-text {
        box-sizing: border-box;
        padding: 0 12px;
    }
    .cat-title {
        padding: 20px 10px;
    }
    .photo-list-box {
        width: 49%;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .photo-list-box:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro-thump-box {
        box-sizing: border-box;
        padding-left: 0px;
        margin-top: 30px;
    }
    .pro-thump {
        padding: 5px;
        height: 150px;
    }
    .news-list {
        padding: 0;
        height: auto;
    }
    .news-list-time {
        display: none;
    }
    .news-list-img {
        width: calc(40% - 10px);
        margin-right: 10px;
    }
    .news-list-title {
        width: 60%;
        margin-top: 0;
    }
    .news-list-h2 {
        font-size: 18px;
    }
    .upload-list h3 {
        font-size: 28px;
    }
    .upload-list-shou {
        padding: 5px;
    }
    .servicel-title,
    .servicel-content {
        box-sizing: border-box;
        padding: 0 12px;
    }
    .about-box2 {
        margin-right: 2%;
        width: 49%;
    }
    .about-box2:nth-of-type(odd) {
        margin-right: 0;
    }
    .about-content-text {
        padding: 12px;
    }
    .title-box {
        box-sizing: border-box;
        padding-left: 12px;
    }
    .about-content-img {
        box-sizing: border-box;
        padding: 12px;
        text-align: center;
    }
}
