@charset "utf-8";

body {
        background-color: #fff;
}

.title {
        line-height: 1;
        font-size: 32px;
        font-weight: 700;
        color: #333;
        padding: 50px 0 30px;
}

.title a {
        padding-bottom: 5px;
        margin-top: 10px;
        font-size: 16px;
        color: inherit;
        border-bottom: 1px solid #333;
}

.member_box {
        padding-top: 100px;
}

.member_box .logo {
        padding-bottom: 60px;
        text-align: center;
}

.member_left {
        width: 542px;
        height: 596px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.member_left div {
        margin-top: 21px;
        float: right;
        box-sizing: border-box;
        width: 518px;
        height: 554px;
        border: 12px solid #fff;
        border-right: 0;
}

.member_right {
        width: 608px;
        height: 554px;
        box-sizing: border-box;
        border: 12px solid #eaeaea;
        border-left: 0;
        margin-top: 21px;
}

.member_right .t1 {
        padding-top: 28px;
        line-height: 1;
        font-size: 32px;
        color: #1e3e67;
        text-align: center;
}

.member_right .t2 {
        padding-top: 15px;
        line-height: 1;
        font-size: 26px;
        color: #1e3e67;
        text-align: center;
}

.member_right ul {
        padding: 20px 40px 0;
}

.member_right ul li {
        position: relative;
        line-height: 40px;
        padding-left: 22px;
        font-size: 18px;
        color: #333;
}

.member_right ul li::before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px;
        content: '';
        width: 12px;
        height: 12px;
        background: url(../../group/img/icon.png) -140px -200px no-repeat;
}

.member_right .btn {
        width: 208px;
        height: 56px;
        display: block;
        line-height: 56px;
        color: #fff;
        background-color: #1e3e67;
        border-radius: 4px;
        text-align: center;
        margin: 8px auto 0;
        font-size: 20px;
}

.package_box ul {
        margin: 0 -10px;
        padding-bottom: 20px;
}

.package_box li {
        float: left;
        width: 565px;
        box-sizing: border-box;
        margin: 0 10px;
        position: relative;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.package_box li:hover {
        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2), 0 8px 11px 0 rgba(0, 0, 0, 0.15);
        transition-timing-function: ease-in;
        transition: 0.2s;
        transform: translate(0px, -1.6%);
}

.package_box .img {
        display: block;
        height: 410px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}

.package_box .con {
        background-color: #fff;
        height: 160px;
        line-height: 1;
        padding: 0 30px;
}

.package_box .con .d1 {
        font-size: 24px;
        padding-top: 30px;
}

.package_box .con .d1 a {
        color: inherit;
}

.package_box .con .d2 {
        line-height: 14px;
        padding-top: 17px;
}

.package_box .con .d3 {
        padding-top: 30px;
        font-size: 24px;
        color: #c0a46d;
}

.package_box .con .more {
        margin-top: 35px;
}

.destination_box ul {
        margin: 0 -5px;
}

.destination_box li {
        position: relative;
        float: left;
        width: 280px;
        margin: 0 5px;
}

.destination_box li:hover {
        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2), 0 8px 11px 0 rgba(0, 0, 0, 0.15);
        transition-timing-function: ease-in;
        transition: 0.2s;
        transform: translate(0px, -1.6%);
}

.destination_box .img {
        display: block;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}

.destination_box .con {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
}

.destination_box .con .d1 {
        display: inline-block;
        background-color: #c0a46d;
        font-size: 20px;
        border-radius: 3px;
        color: #fff;
        line-height: 32px;
        padding: 0 10px;
}

.destination_box .con .d2 {
        line-height: 1;
        font-size: 20px;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 30px;
}

.destination_box .but {
        text-align: center;
        font-size: 0;
        padding-top: 40px;
}

.destination_box .but a {
        display: inline-block;
        width: 160px;
        line-height: 46px;
        box-sizing: border-box;
        border: 1px solid #c0a46d;
        color: #c0a46d;
        font-weight: 700;
        font-size: 16px;
        margin: 0 10px;
}

.destination_box .but .d1 {
        background-color: #c0a46d;
        color: #fff;
}

.wrap_3 {
        padding: 120px 0 0;
}

.wrap_3 .tt {
        font-size: 40px;
        font-family: "Microsoft YaHei";
        line-height: 40px;
        text-align: center;
        font-weight: 700;
        color: #c0a46d;
}

.wrap_3 .position_filter {
        position: relative;
        margin-top: 25px;
        padding-bottom: 32px;
        text-align: center;
}

.wrap_3 .position_filter:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 0;
        border-bottom: 1px solid #e5e5e5;
}

.wrap_3 .position_filter a {
        margin-left: 24px;
        font-size: 14px;
        line-height: 14px;
        color: #333;
}

.wrap_3 .position_filter a:first-child {
        margin-left: 0;
}

.wrap_3 .position_filter a.current,
.wrap_3 .position_filter a:hover {
        color: #c0a46d;
}

.wrap_3 .position_swiper {
        margin-top: 30px;
}

.wrap_3 .swiper8 {
        position: relative;
        width: 100%;
        height: 315px;
        margin: 0 auto;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

.wrap_3 .swiper8 .swiper-slide {
        position: relative;
        width: 408px;
        height: 300px;
        padding-right: 8px;
}

.wrap_3 .swiper8 .swiper-slide a {
        position: relative;
        float: left;
        width: 408px;
        height: 300px;
}

.wrap_3 .swiper8 .swiper-slide a .coverbg {
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: simsun;
        background: url(../img/posi_bg30.png) 0 0 repeat;
        transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        font-family: "Microsoft YaHei"
}

.wrap_3 .swiper8 .swiper-slide a .coverbg .p1 {
        margin-top: 110px;
        font-size: 52px;
        line-height: 52px;
        text-align: center;
        color: #fff;
}

.wrap_3 .swiper8 .swiper-slide a .coverbg .p2 {
        margin-top: 12px;
        font-size: 20px;
        line-height: 14px;
        text-align: center;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
}

.wrap_3 .swiper8 .swiper-slide .img {
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition-property: width, height, margin-top, margin-left;
        transition-duration: 200ms;
        transition-timing-function: ease;
        -webkit-transition-property: width, height, margin-top, margin-left;
        -webkit-transition-duration: 200ms;
        -webkit-transition-timing-function: ease;
}

.wrap_3 .swiper8 .swiper-slide .img .bt_txt {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 20px;
        width: 100%;
        height: 44px;
        font-size: 14px;
        line-height: 44px;
        color: #fff;
        background: url(../img/posi_bg50.png) 0 0 repeat;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

.wrap_3 .swiper8 .swiper-slide:hover .coverbg {
        height: 0;
        opacity: 0;
}

.wrap_3 .swiper8 .swiper-slide:hover .coverbg p {
        display: none;
}

.wrap_3 .swiper8 .swiper-slide:hover .img {
        z-index: 10;
        margin-top: -14px;
        margin-left: -19px;
        width: 446px;
        height: 328px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.wrap_3 .swiper8 .swiper-slide .img img {
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
        background: url(../img/posi_light.png) left bottom repeat-x;
}

.wrap_3 .swiper8 .slide_btn {
        position: absolute;
        z-index: 20;
        top: 50%;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background: url(../img/posi_bg50.png) 0 0 repeat;
}

.wrap_3 .swiper8 .slide_btn div {
        width: 100%;
        height: 100%;
        background: url(../img/posi_angle.png) 0 0 no-repeat;
        cursor: pointer;
}

.wrap_3 .swiper8 .slide_btn.prevbtn {
        left: 0;
}

.wrap_3 .swiper8 .slide_btn.nextbtn {
        right: 0;
}

.wrap_3 .swiper8 .slide_btn.nextbtn div {
        background-position: center -80px;
}

.wrap_3 .swiper8 .slide_btn:hover {
        background-color: #c0a46d;
        background-image: none;
}

.wrap_3 .swiper8 .slide_btn:active {
        background-color: #b88f3f;
}

.notice_pop {
        position: fixed;
        left: 50%;
        top: 50%;
        margin: -335px 0 0 -400px;
        background-color: #fff;
        z-index: 100;
        display: none;
        padding: 30px 50px 30px;
        font-size: 14px;
        width: 700px;
        border: 1px solid #eee;
        border-radius: 10px;
}

.notice_pop .tit {
        font-size: 18px;
        text-align: center;
        padding: 0 78px;
}

.notice_pop .con {
        padding-top: 30px;
        line-height: 1.78;
}

.notice_pop .bot {
        padding-top: 30px;
}
.notice_pop .bot .left{
        float: left;
        padding-left: 30px;
}
.notice_pop .bot .right{
        padding-top: 110px;
        float: right;
        text-align: right;
}

.selectBox .selectModel {
        top: 73px;
}
.main{
        padding-bottom: 15px;
}
#joinIn_box{
        margin-top: -30px;
        padding-top: 100px;
}
.joinIn_box{
        margin-top: 0;
}