/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021-9-29, 10:50:21
    Author     : tiger
*/

html, body {
    margin: 0;
    padding: 0;
    color: #444;
}
p{
    margin: 0;
    padding: 0;
}
ul,li{
    margin: 0;
    padding: 0;   
    list-style: none;
    text-decoration: none;
}
img{
    max-width: 100%;
}
.container{
    width: 100%;
    margin: 0 auto;
}
.top{
    position: relative;
}
.top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.top-logo{
    margin: 0px 50px;
}
.top-ul{
    display: flex;
    margin: 0px 50px;
}
.top-ul-li{
    color: #FFF;
    font-size: 16px;
    margin: 10px;
    padding: 5px 20px;
    cursor: pointer;
}
.top-ul-li>a{
    color: #FFF;
    text-decoration: none;
}
.top-ul-li.on{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.top-ul-li:hover{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.travel-top-box{
    width: 100%;
    height: 600px;
    background-image: url('../images/travel-top-box.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.travel-top-box-title{
    color: #FFF;
    font-size: 76px;
    font-weight: 600;
    letter-spacing: 8px;
    font-style: italic;
}
.travel-top-box-text{
    color: #FFA00B;
    letter-spacing: 5px;
    font-size: 38px;
    font-weight: 600;
    margin-top: 10px;
}
.baopiao-box{
    margin-top: 30px;
}
.baopiao-box-title{
    width: 100%;
    text-align: center;
}
.title-1{
    font-size: 28px;
    color: #333;
    font-weight: 600;
}
.title-2{
    font-size: 20px;
    color:#999;
}
.baopiao-box-ul{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.baopiao-box-ul-li{
    height: 300px;
    width: 380px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.baopiao-box-ul-li:nth-child(3){
    margin-right: 0px;
}
.baopiao-box-ul-li-1,.baopiao-box-ul-li-2,.baopiao-box-ul-li-3{
    display: none;
}
.baopiao-box-ul-li-1,.baopiao-box-ul-li-2,.baopiao-box-ul-li-3{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.baopiao-box-ul-li.on .baopiao-box-ul-li-1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30px;
}
.baopiao-box-ul-li.on .baopiao-box-ul-li-2{
    display: flex;
}
.baopiao-box-ul-li.on .baopiao-box-ul-li-3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wechat-box,.mobile-box{
    padding: 10px;
    display: none;
}
.wechat-box-images{
    width: 300px;
    height: 300px;
}
.mobile-box-images{
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.baopiao-box-ul-li-3-img{
    margin-right: 20px;
    border: 1px #FFF dashed;
}
.baopiao-box-ul-li-3-img:nth-child(3){
    margin-right: 0px;
}
.baopiao-box-ul-li-t{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 5px 0px;
}
.zixun-box{
    background-color: #212121;
    width: 100%;
    height: 200px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zixun-box-btn{
    background-color: #FE5715;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
}
.zixun-box-text{
    color: #FFA00B;
    font-size: 24px;
    margin-right: 150px;

}
.zixun-box-text>p:nth-child(2){
    text-indent:3em;
}
.youshi-box-title{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}
.youshi-box-ul{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background-image: url('../images/youshi-box-ul.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.youshi-box-ul-li-title{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    align-items: center;
}
.youshi-box-ul-li-title>div{
    width: 50%;
    text-align: center;
    font-size: 23px;
}
.youshi-box-ul-li-title>div:first-child{
    color: #FFF;
    font-size:33px;
}
.youshi-box-ul-li-w{
    background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#EE970F), to(#FFF5E4)); /** Chrome Safari **/
    background: -moz-linear-gradient(left, #EE970F, #FFF5E4); /** FireFox **/
    background: -o-linear-gradient(left, #EE970F, #FFF5E4);  /** Opear **/
    background: -ms-linear-gradient(#EE970F 0%,#FFF5E4 100%);  /** IE9 IE10 **/
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#EE970F',endColorstr='#FFF5E4'); /** IE7 **/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE970F',endColorstr='#FFF5E4',gradientType=1); /** IE8 **/
    padding: 10px;
    color: #FFF;
    width: 1100px;
    margin-top: 10px;
}
.youshi-box-ul-li-d{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1120px;
    margin-top: 10px;
    height: 110px;
    cursor: pointer;
}
.youshi-box-ul-li-d.on>.youshi-box-ul-li-d-1,.youshi-box-ul-li-d.on>.youshi-box-ul-li-d-2{
    background-color: #FFA00B;
    color: #FFF;
}
.youshi-box-ul-li-d-1{
    flex: 1;
    height: 70px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 60px;
}
.youshi-box-ul-li-d-2{
    flex: 1;
    height: 70px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left:  60px;
}
.youshi-box-ul-li-d-y{
    border-radius: 120px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.youshi-box-ul-li-d-y img{

}
.daohang-box{
    margin-top: 30px;
}
.daohang-box-ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.daohang-box-ul-li{
    margin-right: 75px;
    width: 350px;
}
.daohang-box-ul-li:nth-child(3){
    margin-right: 0px;
}
.daohang-box-ul-li-title-box{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #cdcdcd solid;
}
.daohang-box-ul-li-box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    cursor: pointer;
}
.daohang-box-ul-li-box>div{
    width: 50%;
    font-size: 14px;
    line-height: 25px;
}
.daohang-box-ul-li-box>div:hover{
    color: #FFA00B;
}
.bottom-box{
    background-color: #3C3C3C;
    color: #FFF;
    padding: 20px 0px;
    margin-top: 50px;
}
.bottom-box-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
}
.bottom-box-box{
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
}
.bottom-box-text{
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}
.query-form{
    width: 100%;
    padding: 20px;
}
.query-form-item{
    display: flex;
    margin-bottom: 30px;
}
.query-form-item-label{
    width: 80px;
    color: #FFF;
    text-align: justify;
    display: inline-block;
    text-align-last: justify;
    padding-right:10px;
}
.query-form-item-input{
    width: 240px;
}
.query-form-item-input input{
    border-width: 1px;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}
.query-form-item-input input:hover{
    border-width: 1px;
}
.query-form-bottm,.consult-form-bottm{
    background-color: #FE5715;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
.consult{
    width: 400px;
    padding: 20px;
    display: none;
}
.consult-form-item{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.consult-form-item-input{
    width: 300px;
}
.consult-form-item-input input, .consult-form-item-input select{
    height: 25px;
    line-height: 25px;
    border: 1px solid #cdcdcd;
    width: 100%;
}
.consult-form-item-input input:focus, .consult-form-item-input select:focus{
    border-width: 1px;
    border: 1px solid #cdcdcd;
}
.consult-form-item-label{
    width: 60px;
    font-size: 14px;
}
.consult-form-bottm{
    width: 200px;
    margin: 0 auto;
}
@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1200px) {
    .top-ul{
        display: none;
    }
    .top-logo{
        margin: 20px;
    }
    .baopiao-box-ul{
        flex-wrap: wrap;
    }
    .baopiao-box-ul-li{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .zixun-box{
        flex-wrap: wrap;
    }
    .zixun-box-text{
        margin-right: 0px;
        padding: 20px;
    }
    .zixun-box-btn-box{
        margin-bottom: 20px;
    }
    .daohang-box-ul{
        flex-wrap: wrap;
        width: 100%;

    }
    .daohang-box-ul-li{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .bottom-box-box{
        width: auto;
        padding: 0 10px;
    }
}