@charset "utf-8";
.wrapper{
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    background-image: url(../images/team_repeat_bg.jpg);
    background-repeat: repeat;
    background-size: contain;
}
.wrapper .part_all , .wrapper .banner , .wrapper .fixed_part{
    width: 100%;
    position: relative;
}
.wrapper .banner{
    width: 100%;
    height: 805px;
    padding: 30px 0px;
    position: relative;
    background-position: 20% 100%;
    background-size: cover;
}
.wrapper .banner .detail{
    width: 100%;
    height: 805px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper .banner .detail .txt_box{
    width: 620px;
    float: right;
    position: relative;
    padding: 80px 50px 0px 50px;
    text-align: justify;
}
.wrapper .banner .detail .txt_box .all_h3{
    width: 100%;
    height: 288px;
    text-align: right;
    padding: 120px 0px 10px 0px;
    border-bottom: 1px solid #a7a7a7;
    position: relative;
}
.wrapper .banner .detail .txt_box .all_h3 .t_t{
    font-size: 72px;
    line-height: 110%;
    color: #444444;
}
.wrapper .banner .detail .txt_box .all_h3 .t_t.f{
    padding-right: 60px;
}
.wrapper .banner .detail .txt_box .all_h3 .t_t .g_w{
    font-weight: bold;
    color: #6aa015;
}
.wrapper .banner .detail .txt_box .all_h3 .kiwi{
    width: 229px;
    height: 288px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    background-image: url(../images/travel_banner_kiwi.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper .banner .detail .txt_box .all_h4{
    width: 100%;
    padding: 15px 0px;
    position: relative;
}
.wrapper .banner .detail .txt_box .all_h4 .s_t{
    font-size: 35px;
    line-height: 150%;
    color: #444444;
}
.wrapper .banner .detail .txt_box .all_h4 .s_t .b_w{
    color: #444444;
    font-weight: bold;
}
.wrapper .banner .detail .txt_box .all_h4 .s_t .b_w .g_w{
    color: #6aa015;
    font-weight: bold;
}
.wrapper .banner .detail .txt_box .l_t{
    font-size: 24px;
    line-height: 150%;
    color: #444444;
}
.wrapper .banner .detail .txt_box .all_h4 .map_btn{
    width: 87px;
    height: 86px;
    position: absolute;
    top: 23px;
    right: 100px;
    background-image: url(../images/travel_banner_map_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s ease-out ;
}
.wrapper .banner .detail .txt_box .all_h4 .map_btn:hover{
    opacity: 0.7;
}

/*FIXED*/
.wrapper .fixed_part{
    width: 100%;
    height: 285px;
    position: relative;
    background-image: url(../images/travel_fixed_pic.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .fixed_part .f_t{
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    color: #e7e7e7;
    vertical-align: top;
    letter-spacing: 5px;
    font-weight: bold;
}
.wrapper .fixed_part .f_t .f_t_line{
    font-size: 60px;
    line-height: 80px;
    vertical-align: top;
    padding: 0px 30px;
}

/*UL*/
.wrapper .part_all>li{
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background-image: url(../images/travel_page_repeat_bg_2.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.wrapper .part_all>li:nth-child(odd){
    background-image: url(../images/travel_page_repeat_bg.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.wrapper .part_all>li .detail{
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .part_all>li .detail .txt_box{
    width: 50%;
    float: left;
    padding: 0px 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wrapper .part_all>li .detail .txt_box .t_num{
    width: 130px;
    font-size: 150px;
    font-family: 'Century Gothic';
    line-height: 100%;
    color: #5c9601;
    vertical-align: middle;
}
.wrapper .part_all>li:nth-child(odd) .detail .txt_box .t_num{
    color: #91c63d;
}
.wrapper .part_all>li .detail .txt_box .t_des{
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
    vertical-align: middle;
    padding: 10px 0px;
}
.wrapper .part_all>li .detail .txt_box .t_title{
    font-size: 32px;
    font-family:Noto Sans TC;
    font-weight: 500;
    line-height: 180%;
    color: #444444;
}
.wrapper .part_all>li .detail .txt_box .t_road{
    font-size: 24px;
    line-height: 160%;
    color: #444444;
}
.wrapper .part_all>li .detail .txt_box .t_time{
    font-size: 24px;
    line-height: 160%;
    color: #444444;
}
.wrapper .part_all>li .detail .txt_box .t_time .b_w{
    font-size: 30px;
    font-weight: bold;
    color: #6aa015;
    line-height: 160%;
}

.wrapper .part_all>li .detail .pic_box{
    width: 50%;
    float: left;
}
.wrapper .part_all>li:nth-child(odd) .detail .pic_box{
    padding-right: 10px; 
}
.wrapper .part_all>li:nth-child(even) .detail .pic_box{
    padding-left: 10px; 
}
.wrapper .part_all>li .detail .pic_box img{
    width: 100%;
    max-width: 586px;
}




/*放大框架*/
.openPic{
    width: 100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    z-index:101;
    background-color:rgba(0, 0, 0, 0.8);
    display:none;
}
.openPic .picSite{
    width: 50%;
    height: 82%;
    position:relative;
    left:25%;
    top:11%;
    background-image: url(../images/travel_map.png);
    background-color: #fff;
    background-size :auto;
    background-position: 50% 50%;
}
@media (min-aspect-ratio: 16/9) {
.openPic .picSite{
    width: 50%;
    height: 82%;
    position:relative;
    left:25%;
    top:11%;
} 
}
@media (max-aspect-ratio: 16/9) {
.openPic .picSite{
    width: 80%;
    height: 80%;
    left:10%;
    top:10%;
    margin-left: 0px;
    margin-top: 0px;
    background-size :contain;
}
}

.openPic .picSite .tag1{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 38.5%;
    top: 55.5%;
    cursor: pointer;
}
.openPic .picSite .tag1 .pic1{
    width: 0px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -220px;
    top: 0px;
    opacity: 0;
    transition: all 0.4s ease-out ;
}
.openPic .picSite .tag1:hover .pic1{
    width: 208px;
    opacity: 1;
}

.openPic .picSite .tag2{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 38.5%;
    top: 59.5%;
    cursor: pointer;
}
.openPic .picSite .tag2 .pic2{
    width: 0px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -220px;
    top: 0px;
    opacity: 0;
    transition: all 0.4s ease-out ;
}
.openPic .picSite .tag2:hover .pic2{
    width: 208px;
    opacity: 1;
}

.openPic .picSite .tag3{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 48.5%;
    top: 73%;
    cursor: pointer;
}
.openPic .picSite .tag3 .pic3{
    width: 0px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 35px;
    top: 0px;
    opacity: 0;
    transition: all 0.4s ease-out ;
}
.openPic .picSite .tag3:hover .pic3{
    width: 208px;
    opacity: 1;
}
.openPic .picSite .tag4{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 46%;
    top: 87%;
    cursor: pointer;
}
.openPic .picSite .tag4 .pic4{
    width: 0px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -220px;
    top: 0px;
    opacity: 0;
    transition: all 0.4s ease-out ;
}
.openPic .picSite .tag4:hover .pic4{
    width: 208px;
    opacity: 1;
}

.openPic .back{
    width:10%;
    max-width:40px;
    position:absolute;
    left:101%;
    top:0%;
    cursor:pointer;
}
