.irregular {
    position: relative;
    width: 100%;
    height: auto;
}

.irregular01 {
    position: relative;
    float: right;
    width: 40%;
    margin: -25% 15% -10% 0;
}

.irregular02 {
    display: block;
    width: 63.5%;
    margin-top: 15%;
}

.irregular03 {
    margin-top: 200px;
}

.irregular03:after, .irregular05:after {
    display: block;
    clear: both;
    content: '';
}

.irregular03 .left {
    display: block;
    float: left;
    width: 50%;
    padding-top: 10%;

}

.irregular03 .left .text h2 {
    position: relative;
    margin-top: 120px;
    padding-top: 50px;
    font-size: 14px;
    color: #b3a170;
    font-family: Brandon_blk;
}

.irregular03 .left .text h2:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    background: #717275;
    content: '';
}

.irregular03 .left .text {
    padding: 0 20%;
    line-height: 70px;
    font-size: 14px;

}

.irregular03 > img {
    display: block;
    float: right;
    width: 47.5%;
}

.irregular04 {
    display: block;
    width: 100%;
    margin-top: 500px;
}

.irregular05 {
    display: block;
    margin-top: 480px;
}

.irregular05 .text {
    display: block;
    width: 60%;
    padding-top: 30%;
    float: left;
    text-align: center;
}

.irregular05 > img {
    display: block;
    width: 36%;
    float: right;
}

.irregular06 {
    display: block;
    margin-top: 210px;
    margin-bottom: 430px;
    text-align: center;
    padding-left: 15%;
}

.irregular06 > img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

#irregular01, #irregular02, #irregular03, #irregular04, #irregular05, #irregular06, #irregular07, #irregular08 {
    position: relative;
    top: 1000px;
    opacity: 0;
    transition: all 3s;
}

.irregular-text {
    width: 780px;
    margin-top: 210px;
    margin-left: 50%;
    line-height: 25px;
    font-family: Brandon_reg;
}

.people-list {
    padding: 0 4%;
}

.people-list:after {
    display: block;
    clear: both;
    content: '';
}

.people-list li {
    position: relative;
    display: inline-block;

    float: left;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}

.people-list li .new-pic {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

.people-list li .new-pic:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    background: url("../images/people/add.png") center no-repeat rgba(0, 0, 0, .5);
    transition: all 1s;
    content: '';
}

.people-list li .new-pic:hover:after {
    opacity: 1;
}

.people-list li .new-pic img {
    display: block;
    width: 100%;
    transition: all 1s
}

.people-list li .new-pic:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.people-list li h3 {
    line-height: 30px;
    margin-bottom: 150px;
}

.people-list li p {
    padding-top: 5%;
}

.news-list {
    margin-top: -55px;
    padding: 0 12.5%;
}
.news-list {
    margin-top: -55px;
    padding: 0 3%;
}
.news-list:after {
    display: block;
    clear: both;
    content: '';
}

.news-list li {
    display: block;
    float: left;
    width: 33.3333%;
    height: 350px;
    padding: 0 3%;
}
.news-list2 li{
	width: 49%;
	height: 550px;
	padding-bottom:100px;
	margin-right:1%;
	letter-spacing: 2px;
	line-height: 25px;
}

.news-list li .new-pic {
    display: block;
    width: 340px;
    height: 225px;
    margin-bottom: 25px;
    overflow: hidden;
}
.news-list2 li .new-pic{
	height: 400px;
    width: 100%;
}
.huace-list li .new-pic {
	height:455px;
}
.news-list li .new-pic p {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s;
}

.news-list li .new-pic:hover p {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.news-list li h3 {
    line-height: 30px;
}

.news-list li p {
    padding-top: 5%;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: url("../images/DISCOVER02/kuang.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.enlarge-photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.enlarge-photo .close {
    position: absolute;
    top: 10%;
    right: 20px;
    cursor: pointer;
}

.enlarge-photo .swiper-pagination {
    position: absolute;
    top: 12%;
    left: 10%;

    text-align: center;
}

.enlarge-photo .swiper-pagination #enlargePagination span {
    display: block;
}

.enlarge-photo .swiper-pagination #enlargePagination {
    margin-top: 20px;
}

.enlarge-photo .swiper-pagination #enlargePagination, .enlarge-photo .swiper-pagination #enlargePagination span {
    font-size: 30px;
    font-family: Brandon_med;
    line-height: 35px;
}
.enlarge-photo .swiper-button-next {
    right: 45px;
    background: url("../images/arrowRight.png") center no-repeat;
    background-size: 100% auto;
}

.enlarge-photo .swiper-button-prev {
    left: 45px;
    background: url("../images/arrowLeft.png") center no-repeat;
    background-size: 100% auto;
}
.enlarge-photo-box {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    padding: 10% 0;
}

.enlarge-photo-box .swiper-container {
    width: 100%;
    height: 100%;
}

.enlarge-photo-box .swiper-container .swiper-slide img {
    display: block;
    height: 100%;
}
