.page-header{
    margin:0 0 0 10px;
    padding-bottom: 5px;
    /* box-shadow: 0px 1px 1px #eee; */
    border-bottom: none;
}
.container{
    position: relative;
	    padding-bottom: 120px;
}
.leftImg{
    position: absolute;
    left: 15px;
    top: 320px;
    z-index: 100;
}
.page-header img {
    height: 85px;
}
.jumbotron{
    background-color: #fff;
}
.jumbotron h2{
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 50px;
}
.jumbotron p{
    font-weight: 500;
    color: #656a6f;
}
.jumbotron p.first{
    margin-bottom: 5px;
}
.jumbotron p.second{
    margin-bottom: 40px;
}
.carousel-inner img{
    width: 555px!important;
    height: 268px!important;
}
.carousel-indicators{
    bottom: -40px !important;
}
.carousel-indicators li{
    background-color: #eee!important;
    border: none!important;
}
.carousel-indicators li.active{
    background-color: #798188 !important;
}
.imgList{
    margin-top: 40px;
    margin-left: -40px;
}
.myrow{
    /* margin-left: 10px; */
    position: relative;
}
.myRowA{
    color: #8699af;
    text-decoration: none;
}
.myRowA:hover,.myRowA:focus{
    color: #8699af;
    text-decoration: none;
}
.myrow::before{
    content: '';
    width: 40vw;
    height: .4px;
    background:linear-gradient(to left,#efefefc0,#eff1f5,#efefefc0);
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -20vw;
}
.myrow::after{
    content: '';
    width: 40vw;
    height: .4px;
    border-bottom: 1px solid #eff1f5;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -20vw;
}
.myrow div{
    font-size: 2rem;
    font-weight: bold;
    color: #8699af;
    text-align: center;
}
.serviceRow {
    margin-top: 50px;
    margin-bottom: 30px;
}
.serviceRow p{
    /*text-align: center;*/
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;

}
    .serviceRow p.synopsis {
        font-size: 1.8rem;
        font-weight: 500;
        color: #606872;
        margin: 0 20rem;
        text-indent: 38px;
        line-height: 3rem;
    }
.serviceItemRow{
    /* margin-left: 13px; */
    margin: 20px 0px 20px 13px;
    padding-bottom: 100px;
}
.col-md-1-5 .item{
    width: 100%;
    height: 240px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 5px 20px #e7e8e9;
}
.itemImg{
    width: 45%;
    margin: 15px auto 10px;
    overflow: hidden;
}
.col-md-1-5 .item img{
    width: 100%;
}
.itemTitle{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.col-md-1-5 .item p{
    text-align: center;
    margin: 10px 0px;
    color: #656a6f;
}
.myDir{
    width: 40vw;
    margin: 0 auto;
    height: .4px;
    background:linear-gradient(to left,#efefefc0,#eff1f5,#efefefc0);
}
.wxItem{
    margin-left: 20px;
    height: 80px;
    margin-top: 20px;
/* overflow: hidden; */
    margin-bottom: 20px;
    box-shadow: 0px 5px 20px #e7e8e9;
    /* position: relative; */
}
.wxItem::after{
    content: "";
    width: 0px;
    height: 0px;
    clear: both;
}
.box{
    position: relative;
}

.plus{
    position: absolute;
    top: -180px;
    left: 0px;
    left: 50%;
    margin-left: -100px;
    z-index: 100px;
    display: none;
    /* opacity: 0; */
}
.wxItemIMG{
    margin-top: 15px;
    width:40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #c7e7fe;
    box-sizing: content-box;
}
.wxItem p{
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 1.7rem;
    font-weight: 500;
}
.wxItemIMG img{
    width: 100%;
    height: 40px;
}

.vipRow{
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.vipRow .col-md-7 h1{
    margin: 60px 30px 30px;
    font-size: 4rem;
    font-weight: bold;
}
.vipRow .col-md-7 p{
    margin-left: 30px;
    font-size: 2rem;
    font-weight: 500;
    color: #45494f;
}
.footer {
    height: 100px;
    width: 100%;
    background-color: #202932;
    position: fixed;
    bottom: 0px;
}
.footerText{
    font-size: 2rem;
    
}
.container-fluid>.row{
    /* height: 50px; */
    margin-top: 25px;
}
.mybtn{
    border-color: #3525d3;
    background-color: #3525d3;
    width: 120px;
    box-shadow: 0px 0px 4rem #b2aae7;
}
.mybtn:hover{
    border-color: #3525d3;
    background-color: #3525d3;
}
.mybtn:active{
    border-color: #3525d3;
    background-color: #3525d3;
}
.mybtn:active:focus,.mybtn:focus{
    border-color: #3525d3;
    background-color: #3525d3;
}
.serviceItemRow a{
    text-decoration: none;
    display: block;
    position: relative;
    bottom: 0px;
    transition: all .2s ease 0s;
}
.serviceItemRow a:hover{
    text-decoration: none;
    bottom: 5px;
    box-shadow: 0 0 .5rem rgba(9, 41, 77, 0.12);
}

@media (max-width: 768px) {
    .smRow{
        margin-top: 5px!important;
    }
    .showSM{
        display: block;
    }
    .hiddenSMROw{
        display: none;
    }
    .leftImg{
        left: 0px;
        top: 380px;
    }
    .mybtn{
        font-size: 1.4rem;
    }
    .btnP{
        box-sizing: content-box;

height: 45.6px;
    }
    .page-header img{
        width: 95vw!important;
        height: auto!important;
    }
    .imgList{
        margin-left: 0px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .carousel-inner .item img{
        width: 100%!important;
        height: 182px!important;
    }
    .imgList{
        position: relative;
        bottom: 275px;
    }
    .firstcol{
        position: relative;
        top: 190px;
    }
    .jumbotron h2 {
        font-weight: bold;
        font-size: 2.6rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .jumbotron p {
        font-size: 15px;   
    }
    .jumbotron p.second{
        margin-bottom: 15px;   
    }
    .myrow::before{
        left: 50%;

        /* background-color: red; */
        /* border-bottom: 1px solid #eff1f5; */

    }
    .myrow::after{
        left: 50%;
        bottom: -88px;
        /* background-color: red; */
    }
    .myrow {
        bottom: 37px;
        z-index: 100;
    }
    .myrow .col-xs-4{
        margin-bottom: 10px;
    }
    .serviceRow p.synopsis{
        font-size: 1.5rem;
        padding: 0px 8px;
    }
    .serviceRow{
        margin-top: 20px;
    }
    .serviceItemRow .col-md-1-5:not(:first-child)
    {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .serviceItemRow .col-md-1-5:first-child{
        margin-left: 15%;
    }
    .serviceItemRow {
        margin-left: 0px;
        position: relative;
        left: -10px;
        padding-bottom: 0px;
    }
    .col-md-1-5 .item{
        width: 130%;
        height: 160px;
        margin-bottom: 10px;
    }
    .itemTitle{
        font-size: 1.4rem;
    }
    .col-md-1-5 .item p {
        font-size: 1rem;
    }
    .row.vipRow .col-md-5 .row,.vipRow .col-md-7{
        position: relative;
        left: -13px;
    }
    .vipRow .col-md-7 h1,.vipRow .col-md-7 p{
        margin-left: 10px;
    }
    .vipRow .col-md-7 h1 {
        margin-top: 20px;
        font-size: 2.5rem;
        font-weight: bold;
    }
    .vipRow .col-md-7  p{
        font-size: 1.4rem;
    }
    .wxItem{
        margin-left: 0px;
    }
    .footerText{
        font-size: 1.3rem;
    }
    .footerSpan{
        font-size: 1.1rem;width: 100vw;
    }
    .footer{height: 80px;}
}
/* 五等分 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}
 
.col-xs-1-5 {
    width: 18%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 18%;
        float: left;
    }
    .showSM{
        display: none;
    }
}
 
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 18%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 18%;
        float: left;
    }
}
