﻿
.people-img {
    width:100%;
    min-height:38rem;*/
}
/*标题样式*/
.title-text {
    font-size: 2.7rem;
    color: #4d4d4d !important;
    font-family: 'font5';
    margin-bottom: 2.4rem !important;
}
.title-p p {
    color: #a8a8a8 !important;
}

/*留言板编辑框*/
.cus-textarea {
    display: block;
    width: 80%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .cus-textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }


.aboutUs-bgc-img {
    position:fixed;
    top:11rem;
    left:0;
    z-index:-1;
}



@media screen and (min-width: 768px) {
    /*底图盒子*/
    .aboutUs-bgc-img-box {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        height: 92vh;
        width: 100%;
    }

    .about-top-text {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 20%;
    }

    .about-img-box img{
        width:100%;
        height:92vh;
    }
    .about-top-text .text-title {
        margin-bottom: 6rem;
        font-size: 3.4rem;
        font-weight: 500;
    }
    .text-content {
    line-height:2.1;
    }
    .cus-md-padding-10 {
    padding:10rem 0!important;
    }
    .index-bigImg-container {

        height: 84vh;
		background-repeat: no-repeat;
		background-size: cover;

    }
        .index-bigImg-container:nth-child(1) {
            background-image: url("../images/aboutUS/img_1.png") ;
        }
        .index-bigImg-container:nth-child(2) {
            background-image: url("../images/aboutUS/img_2.png") ;
        }
        .index-bigImg-container:nth-child(3) {
            background-image: url("../images/aboutUS/img_3.png") ;
        }
        .index-bigImg-container:nth-child(4) {
            background-image: url("../images/aboutUS/img_4.png");
        }
        .index-bigImg-container:nth-child(5) {
            background-image: url("../images/aboutUS/img_5.png") ;
        }
}
@media screen and (max-width: 767px) {
    /*底图盒子*/
    .aboutUs-bgc-img-box {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        height: 92vh;
        width: 100%;
    }
    .about-img-box {
    height:65%;
    }
    .about-img-box img {
        width: 100%;
        height: 100%;
    }
    .about-top-text .text-title {
        margin-bottom: 2rem;
        font-size: 2.4rem;
        font-weight: 500;
        text-align: right;
    }

    .text-content {
        line-height: 1.6!important;
        text-align: right;
        font-size: 0.9rem;
    }

    .about-top-text {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }

    .index-bigImg-container {
        height: 24vh;
        background-size: cover;
    }

        .index-bigImg-container:nth-child(1) {
            background-image: url("../images/aboutUS/phone-1.jpg");
        }

        .index-bigImg-container:nth-child(2) {
            background-image: url("../images/aboutUS/phone-2.jpg");
        }

        .index-bigImg-container:nth-child(3) {
            background-image: url("../images/aboutUS/phone-3.jpg");
        }

        .index-bigImg-container:nth-child(4) {
            background-image: url("../images/aboutUS/phone-4.jpg");
        }

        .index-bigImg-container:nth-child(5) {
            background-image: url("../images/aboutUS/phone-5.jpg");
        }

}