#about .banner .container {
    position: relative;
    padding: 0 0;
}

#about .banner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center !important;
}

#about .banner .text {
    height: 21vw;
    min-height: 250px;
    max-width: 470px;
    display: table;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}


#about .banner .textInner {
    display: table-cell;
    vertical-align: middle;
}

#about .banner .text h1.title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 65px;
}

#about .banner .text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
}

.block {
    margin-bottom: 30px;
}

.jqimgFill {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s;
}


.where {
    padding: 30px 0;
}

.where a {
    color: #BBBBBB;
    font-size: 14px;
    transition: none;
}

.where a:after {
    content: "/";
    padding: 0 5px;
}

.where a:last-of-type {
    color: #333;
}


.text p {
    font-size: 18px;
}


#about .ourarea ul {
    padding-left: 0;
    display: inline-flex;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-bottom: 30px;
}

#about .ourarea li {
    float: left;
    width: 30%;
    /*    min-height: 170px;*/
    /*    max-height: 230px;*/
    display: block;
    line-height: 32px;
    font-weight: normal;
}

#about h2 {
    font-size: 30px;
    color: #555555;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}

#about h3 {
    font-size: 22px;
    color: #555555;
    font-weight: 500;
    line-height: 32px;
}

.ourarea img {
    display: block;
    margin: 0 auto;
}


#about hr {
    border-left: 1px solid #ddd;
    border-right: 0 solid #ddd;
    margin: 0 auto;
    color: #ddd;
    /* border: 0; */
    /* border-top: 0px solid; */
    opacity: 100;
}

#about .carearea {
    width: 100%;
    height: auto;
}

.milestone h2,
.carearea h2 {
    margin: 30px auto;
}

#about .carearea ul {
    list-style: none;
    padding: 0 0;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    /* justify-content: space-around;*/
}

#about .carearea li {
    float: left;
    width: 31.5%;
    min-height: 400px;
    height: auto;
    background-color: #f2f2f2;
    margin: 0 10px 20px;
    padding: 20px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

#about .carearea img {
    width: 15%;
    margin-bottom: 10px;
}


.milestone {
    width: 100%;
    height: auto;
    display: inline-block;
}

.timeline {
    position: relative;
    margin: 80px auto;
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ffb800;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 33px 0;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #ffb800;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ffb800;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #ffb800;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ffb800;
}


.timeline ul li h3.date_l {
    margin-left: 350px;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    border: 3px solid #ffb800;
    border-radius: 50px;
    margin-top: -10px;
    line-height: 32px;
    text-align: center;
    width: 80px;
    font-weight: 400;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 28px;
    border-top: 2px solid #ffb800;
    right: 2px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 29px;
    left: 2px;
    border-top: 2px solid #ffb800;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.max-md-size #about .banner .text {
    margin-right: 30px;
}

.max-md-size #about .carearea img {
    width: 15%;
}

.max-md-size #about .banner .text p {
    display: none;
}


.max-md-size #about .carearea {
    height: auto;
    width: 100%;
    display: block;
}

.max-md-size #about .carearea li {
    width: 47.2%;
    margin: 0px 10px 20px;
}

.max-md-size .milestone {
    width: 100%;
    height: auto;
    display: inline-block;
}

.max-md-size .timeline {
    width: 100%;
    padding-bottom: 0;
}

.max-md-size .timeline ul li h3.date_l {
    margin-left: 74%;
}

.max-md-size #about .ourarea li {
    height: auto;
}

.max-md-size #about .banner .text h1.title {
    margin: 0 auto;
}

.max-sm-size .where {
    padding: 10px 0;
}

.max-sm-size #about .carearea img {
    padding: 20px;
    margin-bottom: 0px;
}

.max-sm-size #about .carearea h3 {
    padding: 0 20px;
}

.max-sm-size #about .carearea p {
    padding: 0 20px;
}

.max-sm-size #about .ourarea li {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.max-sm-size #about .ourarea ul {
    display: block;
    border: 0;
}

.max-sm-size #about .carearea li {
    width: 100%;
    padding: 0 0 20px;
    height: auto;
    margin: 0px auto 20px;
}

.max-sm-size .timeline:before {
    left: 20px;
    height: 100%;
    top: -40px;
}

.max-sm-size .timeline ul li:nth-child(odd),
.max-sm-size .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 80px;
    padding-right: 10px;
}

.max-sm-size .timeline ul li:nth-child(odd) .time,
.max-sm-size .timeline ul li:nth-child(even) .time {
    top: -5px;
    left: 20px;
    right: inherit;
}

.max-sm-size .timeline ul li:nth-child(odd):before,
.max-sm-size .timeline ul li:nth-child(even):before {
    top: -10px;
    left: 16px;
}

.max-sm-size .timeline ul li h3.date_l {
    margin-left: 0px;
    margin-top: -45px;
    line-height: 32px;
}

.max-sm-size .timeline ul li h3 {
    margin-top: -45px;
    margin-left: 0px;
    line-height: 32px;
}

.max-sm-size #about #photoarea_about {
    overflow: hidden;
    display: none !important;
}

.max-xs-size #about .banner .container {
    padding: 0;
    width: 100%;
}

.max-xs-size #about .banner .pic {
    background-position: 20% center !important;
}

.max-xs-size #about .banner .pic img {
    height: 100%;
}

.max-xs-size #about .banner .text {
    margin-right: 0;
    max-width: none;
    margin-left: 0;
    width: 100%;
    min-height: 120px;
}

.max-xs-size #about .banner .textInner {
    padding: 30px 15px;
    text-align: right;
}

.max-xs-size #about .banner .text h1.title,
.max-xs-size #about .info h1.title {
    font-size: 35px;
    margin: 0 auto;
    line-height: 45px;
}

@media only screen and (min-width: 821px) and (max-width:1024px) {

    #about .carearea img {
        width: 20%;
        margin-bottom: 15px;
    }

    #about .banner .text h1.title {
        margin-top: 0px;
    }
}


@media only screen and (min-width: 411px) and (max-width:768px) {}