﻿@media only screen and (min-width: 768px) {
    .expect h3:after,.privilege h3:after {
        content:""
    }

    .member {
        padding-bottom: 0px;
        text-align: center
    }

    .member .member-content {
        width: 80%;
        margin: 0 auto
    }

    .member .title {
        text-align: center
    }

    .member .title .active {
        color: #44ABF2
    }

    .member .title .active:after {
        width: 100%;
        margin-top: 20px;
        background: #44ABF2
    }

    .member .title h3 {
        display: inline-block;
        margin-right: 160px;
        cursor: pointer;
        font-size: 32px;
        color: #666
    }
    .member .title h3:nth-of-type(2) {
        margin-right: 0
    }

    .member .title p {
        margin: 20px 0;
        font-size: 20px;
        color: #666
    }

    .member .title .previous-p {
        display: none
    }

    .member .title .previous-p .h4 {
        color: #44ABF2;
        font-size: 18px
    }

    .member .member-show {
        float: left;
        width: 25%;
        box-sizing: border-box;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center
    }

    .member .member-show .head-picture {
        display: inline-block;
        width: 120px;
        height: 120px;
        overflow: hidden
    }

    .member .member-show .head-picture img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%
    }

    .member .member-show .info h4 {
        margin: 10px 0 5px;
        text-align: center;
        color: #44A8F2;
        font-size: 18px
    }

    .member .member-show .info p {
        color: #666;
        font-size: 14px;
        height: 40px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: 0 0
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        color: #44ABF2!important
    }
}

@media only screen and (max-width: 767px) {
    .expect h3:after,.privilege h3:after {
        content:""
    }

    h2 {
        font-size: 20px!important
    }

    h3 {
        font-size: 18px!important
    }

    p {
        font-size: 14px!important;
        letter-spacing: 1.5px!important
    }

    .member {
        padding-bottom: 0px;
        text-align: center;
        margin-top: 20px;
    }

    .member .member-content {
        margin: 0 auto
    }

    .member .title {
        text-align: center
    }

    .member .title .active {
        color: #44ABF2
    }

    .member .title .active:after {
        width: 100%;
        margin-top: 10px;
        background: #44ABF2
    }

    .member .title h3 {
        display: inline-block;
        margin-right: 50px;
        cursor: pointer;
        font-size: 32px;
        color: #666
    }

    .member .title h3:nth-of-type(2) {
        margin-right: 0
    }

    .member .title p {
        margin: 14px 0;
        font-size: 20px;
        color: #666
    }

    .member .title .previous-p {
        display: none
    }

    .member .member-show {
        box-sizing: border-box;
        margin-bottom: 22px;
        cursor: pointer;
        text-align: center
    }

    .member .member-show .head-picture {
        display: inline-block;
        width: 120px;
        height: 120px;
        overflow: hidden
    }

    .member .member-show .head-picture img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%
    }

    .member .member-show .info h4 {
        margin: 10px 0 5px;
        text-align: center;
        color: #4ad1e5;
        font-size: 14px
    }

    .member .member-show .info p {
        color: #666;
        font-size: 12px!important;
        min-height: 40px;
    }
	}

.grids-section {
    margin: 0;
    background: #fff;
    padding: 2.5px 2.5px 0
}

.grids-section div {
    margin: 0;
    padding: 0
}

.grids-section .row>div {
    padding: 2.5px 2.5px 0
}

.grids-section .grid-item {
    overflow: hidden;
    line-height: 0;
    display: block;
    position: relative;
    min-height: 0px;
    color: #fff
}

.grids-section .grid-item .text.caption-white .main,.grids-section .grid-item .text.caption-white .title,.grids-section .grid-item:hover {
    color: #fff
}

.grids-section .grid-item:hover .caption-white {
    background: 0 0
}

.grids-section .grid-item:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.grids-section .grid-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.grids-section .grid-item .text-wrap {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.54) 100%);
    background: -moz-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.54) 100%);
    background: -ms-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.54) 100%);
    background: -o-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.54) 100%);
    background: linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.74) 100%)
}

.grids-section .grid-item .text-wrap.caption-white {
    background: -webkit-linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.29) 100%);
    background: -moz-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.29) 100%);
    background: -ms-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.29) 100%);
    background: -o-linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.29) 100%);
    background: linear-gradient(-180deg,rgba(237,237,237,0) 0%,rgba(0,0,0,.29) 100%)
}

.grids-section .grid-item .text {
    position: absolute;
    left: 30px;
    bottom: 25px
}

.grids-section .grid-item .text .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 13px;
    margin-bottom: 13px;
    line-height: 1.3;
    font-size: 20px
}

@media (max-width: 1440px) {
    .grids-section .grid-item .text .title {
        font-size:16px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.grids-section .grid-item .text .title:after {
    width: 60%;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.grids-section .grid-item .text .main {
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 15px
}

@media (max-width: 1440px) {
    .grids-section .grid-item .text .main {
        font-size:13px
    }
}

.grids-section .grid-item .text.caption-grey .main,.grids-section .grid-item .text.caption-grey .title {
    color: #707473
}

/* banner 轮播切换 star */
#bannernew {
    position: relative;
  	margin-top:50px;
}

#bannernew .hd {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2%;
    left: 0;
}

#bannernew .hd li {
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

#bannernew .hd li.on {
    background: #979598;
    border-color: #979598;
}

