@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    border: 0;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    line-height: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    /*IE/7/6*/
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

html,
body {
    width: 100%;
    height: 100%;
}

i{
    font-style:normal
}
/*  css初始化 E */
.container a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.container {
    width: 1182px;
    margin: 0 auto;
}

.first {
    width: 100%;
    height: 2200px;
    background: url(../images/bg_1.jpg) no-repeat top center;
    overflow: hidden;
    position: relative;
    background-size: cover; 
}
.first .container{
    margin-top: 252px;
}
.first .container > ul > li{
    width: 1065px;
    margin: 0 auto;
}
.first .container > ul > li div{

}
.second {
    width: 100%;
    height: 3595px;
    background: url(../images/bg_2.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover; 
}

.third {
    width: 100%;
    overflow: hidden;
}

.fourth {
    width: 100%;
    overflow: hidden;
}
.second .container > ul{
    position: relative;
}
.second .container > ul > li {
    width: 1065px;
    height: 662px;
    margin: 0 auto;
    display: block;
}
.second .container > ul > li:nth-child(1) {
    margin-top: 253px;
}

.second .container > ul > li:nth-child(2) {
    margin-top: 408px;
    height: 978px;
}

.second .container > ul > li:nth-child(3) {
    /* margin-top: 270px; */
}
.second .container > ul > li:nth-child(4),.second .container > ul > li:nth-child(5),.second .container > ul > li:nth-child(6),
.second .container > ul > li:nth-child(7),.second .container > ul > li:nth-child(8),.second .container > ul > li:nth-child(9) {
    margin-top: 6px;
}
.container li:nth-child(4n) {
    margin-bottom: 0;
}
.nav{
    position: absolute;
    top: 1128px;
    right: 5%;
    width: 279px;
    height: 765px;
    background: url(../images/nav.png) no-repeat top center;
    overflow: hidden;
    z-index: 99;
}
.nav-content{
    width: 130px;
    height: 86px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin:10px 0 0 77px;
}

.nav .nav-content:nth-child(1){
    margin-top:308px;
}
.nav .nav-content:nth-child(2),.nav .nav-content:nth-child(5){
    height: 48px;
}

.nav-positi{
    position: fixed;
    right: 5%;
    top: 60px;
}
.tab-name{
    overflow: hidden;
    width: 1120px;
    height: 220px;
    margin: 0 auto;
    padding: 943px 0 0 30px;
}
.tab-name .tab-content{
    width: 200px;
    height: 220px;
    overflow: hidden;
    display: inline-block;
    margin-right: 72px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.tab-name .tab-content:nth-child(1){
    background: url(../images/no_leave.png) no-repeat top center;
}
.tab-name .tab-content:nth-child(2){
    background: url(../images/around.png) no-repeat top center;
}
.tab-name .tab-content:nth-child(3){
    background: url(../images/nation_travel.png) no-repeat top center;
}
.tab-name .tab-content:nth-child(4){
    background: url(../images/out_nation.png) no-repeat top center;
}
.tab-name .tab-content:hover{
    transform:translateY(-10px);
}
.wheel-box{
    width: 242px;
    float: left;
    margin: 0 12px 12px 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.wheel-box:hover{
    transform:translateY(-6px);
}
.wheel-box::after{
    content:""; 
    display:block;  
    height:0; 
    clear:both;
}
.wheel-box a{
    display: block;
    width: 242px;
    margin: 0 auto;
    height: 304px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.wheel-box a img{
    height: 178px;
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
}
.wheel-box a:hover img{
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.wheel-box a span{
    display: block;
}
.wheel-box a span:nth-child(2){
    color:#222;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 5px 8px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.wheel-box a span:nth-child(3){
    font-size: 16px;
    line-height: 20px;
    color:#999;
    height: 20px;
    padding: 5px 10px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wheel-box a span:nth-child(4){
    font-size: 18px;
    color:#fa0034;
    line-height: 35px;
    height: 35px;
    padding-left: 10px;
    font-weight: 600;
}
.wheel-box a span:nth-child(4) i{
    font-size: 28px;
}
.wheel-box a span:nth-child(5){
    height: 32px;
    width: 86px;
    background: linear-gradient( #f8892d,#ea2012);
    background: -webkit-linear-gradient(#f8892d,#ea2012);
    background: -o-linear-gradient(#f8892d,#ea2012);
    background: -moz-linear-gradient(#f8892d,#ea2012);
    color:#fff;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    bottom:7px;
    right:8px;
    border-radius: 32px;
}
.wheel-box a span:nth-child(6){
    position: absolute;
    top: 6px;
    left: 8px;
    height: 32px;
    background:rgba(0, 0, 0, 0.8);
    color:#fff886;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    border-radius: 32px;
    padding: 0 20px;
}
.container p.wheel-box:nth-child(3){
    /* margin-right: 0; */
}
.wheel-img{
    width: 496px;
    height: 304px;
    overflow: hidden;
    position: relative;
    float: left;
}
.fixed-img span{
    display: block;
    margin:227px 0 0 41px;
    width:200px;
    height:56px;
    font-size: 30px;
    color:#fff;
    text-align: center;
    line-height: 56px;
}
.fixed-img span i{
    font-size: 30px;
}
.container ul li div p:nth-child(2){
    margin-left: 12px;
}
.fixed-img{
    width: 496px;
    height: 304px;
    background: url(../images/no_leave_1.png) no-repeat top center;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    z-index: 99;
    margin-left: 30px;
}
.second ul li:nth-child(1) .fixed-img{
    background: url(../images/around_1.png) no-repeat top center;
}
.second ul li:nth-child(2) .fixed-img{
    background: url(../images/nation_travel_1.png) no-repeat top center;
}
.second ul li:nth-child(3) .fixed-img,.second ul li:nth-child(4) .fixed-img,.second ul li:nth-child(5) .fixed-img,.second ul li:nth-child(6) .fixed-img,
.second ul li:nth-child(7) .fixed-img,.second ul li:nth-child(8) .fixed-img,.second ul li:nth-child(9) .fixed-img{
    background: url(../images/out_nation_1.png) no-repeat top center;
}
.out-tab{
    width: 862px;
    margin: 0 auto;
    display: none;
}
.out-tab p{
    width: 260px;
    height: 64px;
    background: #fff5ce;
    font-size: 32px;
    color:#c8020b;
    font-weight: 600;
    float: left;
    border-radius: 30px;
    text-align: center;
    line-height: 64px;
    margin: 0 40px 30px 0;
    cursor: pointer;
}
.out-tab p:nth-child(3n){
    margin-right: 0;
}
.container ul li:nth-child(3) div p:nth-child(2){
    margin-left: 12px;
}
.out-active{
    color:#fff!important;
    background: #fbc73f!important;
}
.het4{
    position: absolute;
    top: 2335px;
    height: 662px;
    width: 1065px;
    left: 50%;
    transform: translateX(-50%);
}
.het5,.het6,.het7,.het8,.het9{
    position: absolute;
    top: 9999px;
    height: 662px;
    width: 1065px;
    left: 50%;
    transform: translateX(-50%);
}
.het5 .fixed-img,.het6 .fixed-img,.het7 .fixed-img,.het8 .fixed-img,.het9 .fixed-img{
    display: none;
}
/*slick*/
.slider {
    width: 100%;
    padding-left: 30px;
}

/* .slick-slide {
    margin: 0px 20px;
} */

/* .slick-slide img {
    width: 100%;
} */
.slick-prev:before,
.slick-next:before {
    color: black;
    content: '';
}
.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-prev:before, .slick-next:before{
    font-size:40px;
}
.slick-prev, .slick-next{
    width: 40px;
    height: 60px;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
    background: url(../images/left.png) no-repeat top center;
}
.slick-next:hover, .slick-next:focus{
    background: url(../images/right.png) no-repeat top center;
}
.slick-next{
    background: url(../images/right.png) no-repeat top center;
}
.slick-list{
    width: 100%;
    overflow: inherit;
}
.slick-dots li button:before{
    font-size: 20px;
}