.aboutusshow{
    position: relative;
    min-height: 420px;
    max-height: 500px;
    background-image: url("../images/PSZHX3TBG.jpg");
    background-size: cover;
    background-position: center;
}
.aboutusshow p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutusshow2 {
    position: relative;
    min-height: 420px;
    max-height: 500px;
    background-image: url("../images/bgg02.jpg");
    background-size: cover;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.aboutusshow2 p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.showtitle {
    position: relative;
    height: 500px;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.showtitle p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.m50{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
.cyshow {
    background-image: url("../images/DSC_1395.jpg");
    background-size: cover;
    height: 200px;
    width: 200px;
}
.pdshow {
    position: relative;
    height: 700px;
    background-image: url("../images/p02.jpg");
    background-size: cover;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.pdshow2 {
    position: relative;
    min-height: 520px;
    max-height: 520px;
    background-image: url("../images/jcbg01.jpg");
    background-size: cover;
    background-position: center;
    /* clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);  斜角 */
}
.clipimgUP {
    margin-top: -80px;
    clip-path: polygon(50% 12%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.clipimgDOWN {
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
}
.bg-b{
    background-color: #0a2545;
}

.bgg01 {
    background-image: url("../images/bgg01.jpg");
    height: 700px;
    background-position: center;
    background-size: cover;
}

.bgg02 {
    background-image: url("../images/ibg17.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bgg03 {
    background-image: url("../images/bgg03.jpg");
    height: 700px;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.bgg04 {
    background-image: url("../images/bgg04.jpg");
    height: 700px;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.bggblue50 {
    background: linear-gradient(180deg, rgba(0, 22, 56, 0.7)35%, rgba(0, 20, 57, 0.1)90%);
    background: -moz-linear-gradient(180deg, rgba(0, 22, 56, 0.7)35%, rgba(0, 20, 57, 0.1)90%);
    background: -webkit-linear-gradient(180deg, rgba(0, 22, 56, 0.7)35%, rgba(0, 20, 57, 0.1)90%);
    background: -o-linear-gradient(180deg, rgba(0, 22, 56, 0.7)35%, rgba(0, 20, 57, 0.1)90%);
}
.bgblue{
    position: relative;
    background-image: url("../images/27bg.jpg");
    background-size: cover;
    background-position: center;
}
/*照片跑馬燈*/
.demo{
    background: #1f212b;
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
.casebg {
    -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.casesss {
    -moz-box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.serbg1{
    background-image: url("../images/jcp03.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
.serbg2{
    background-image: url("../images/jcp04.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
.serbg3{
    background-image: url("../images/jcp05.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
.serbg4{
    background-image: url("../images/jcp06.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
.serbg5{
    background-image: url("../images/jcp07.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
.serbg6{
    background-image: url("../images/jcp07.jpg");
    height: 600px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 480px) {
    iframe[src *= “facebook”]{
        max-width:360px;
        height: 197px;
    }
}
