.destination-city {
    text-align: center;
    font-size: 0px;
}

.destination-city li {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    width: 283px;
    border: 1px solid #E7E9EB;
    text-align: left;
    margin: 10px;
    cursor: pointer;
}

.destination-city li a {
    text-decoration: none;
}

.destination-city li:hover {
    border: 1px solid #4F79B1;
}

.destination-city li:nth-child(4n+1) {
    margin-left: 0px;
}

.destination-city li:nth-child(4n) {
    margin-right: 0px;
}

.destination-city li img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
}

.destination-city li span {
    color: #878B94;
}

.recommend ul {
    font-size: 0px;
    text-align: center;
}

.recommend ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 380px;
    height: 485px;
    margin-bottom: 30px;
}

.recommend ul li:nth-child(3n-1) {
    margin: 0px 30px;
}

.recommend ul li img {
    width: 100%;
    height: 485px;
}

.recommend ul li p {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    text-align: left;
    font-weight: bolder;
    line-height: 26px;
}

main {}

.introduction {
    width: 1200px;
    position: relative;
    text-align: center;
}

.introduction>div {
    display: inline-block;
}

.introduction-main {
    width: 680px;
    height: 100px;
}

.introduction-main img {
    width: 100%;
}

.introduction-main p {
    color: #77797b;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.introduction-left {
    position: absolute;
    left: 0px;
    float: left;
    width: 200px;
    text-align: left;
}

.introduction-right {
    right: 0px;
    width: 200px;
    position: absolute;
}

.introduction-right img {
    width: 100%;
}

.introduction-right h2 {
    text-align: left;
}

.introduction-right-hotel li {
    height: 50px;
    margin-bottom: 10px;
}

.introduction-right-hotel li img {
    width: 80px;
    float: left;
    height: 50px;
    margin-right: 10px;
}

.introduction-right-hotel li div {
    position: relative;
    height: 50px;
}

.introduction-right-hotel li div p:first-child {
    font-size: 12px;
    text-align: left;
    color: #767676;
}

.introduction-right-hotel li div p:last-child {
    position: absolute;
    bottom: 5px;
    left: 90px;
    font-size: 14px;
    color: #4F79B1;
}

.introduction_title {
    font-size: 14px;
    color: #4a4c52;
    font-weight: bolder;
    margin-bottom: 20px;
}

.introduction_top {
    color: #767676;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 10px;
}

.introduction_txt {
    font-size: 14px;
    color: #77797b;
    line-height: 26px;
}

.introduction_title2 {
    margin-top: 20px;
}

#search_plan {
    width: 100%;
    padding: 60px 0px;
    background-color: #5590CC;
}

.search_plan_box {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    height: 30px;
}

.search_plan_box span {
    float: right;
    display: inline-block;
    height: 30px;
    width: 100px;
    background-color: #8CC2F6;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.search_plan_box input {
    border: none;
    height: 30px;
    outline: none;
    margin-left: 10px;
}

.fare {
    width: 100%;
    margin-bottom: 60px;
}

.fare .fare-title {
    font-weight: bolder;
    color: #4a4c52;
    line-height: 40px;
    background-color: #638FC7;
    color: #fff;
}

.fare {
    width: 100%;
    font-size: 14px;
}

.fare tr:not(:nth-child(1)) {
    color: #747577;
    line-height: 70px;
}

.fare tr:not(:nth-child(1)) td:first-child {
    color: #4a4c52;
    font-weight: bolder;
}

.fare tr:last-child td {
    border-bottom: 1px solid #97C0F1;
}

.fare tr td {
    border-top: 1px solid #97C0F1;
    box-sizing: border-box;
    padding-left: 30px;
}

.plans {
    width: 100%;
    vertical-align: top;
}

.hotel-list ul {
    text-align: center;
    font-size: 0px;
}

.hotel-list ul li {
    position: relative;
    display: inline-block;
    width: 285px;
    border: 1px solid #d2d0d7;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin: 8px;
}

.hotel-list ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.hotel-list ul li:nth-child(4n) {
    margin-right: 0px;
}

.hotel-list ul li img {
    width: 100%;
    margin-bottom: 5px;
}

.hotel-list ul li>div {
    box-sizing: border-box;
    padding: 0px 10px;
    color: #3f3f3f;
    font-weight: bolder;
    line-height: 26px;

}

.hotel-list ul li>div>div {
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.hotel-list ul li>div>div span {
    font-size: 14px;
}

.xingji {
    padding: 0px 10px;
    color: #3C8FCE;
    margin-top: 10px;
}
#bigbox{
    width: 100vw;
    height: 100vh;
    background-color: #F3F5F9;
}
#form{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
   top: 60px;
}
.form_left{
    position: relative;
    width: 600px;
    height: 600px;
    background: url(../images/bg1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.form_left a{
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 20px;
    left: 20px;
}
.form_right{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 600px;
    box-sizing: border-box;
    padding-left: 100px;
}
.form_logo{
    font-size: 24px;
    margin-top: 40px;
    color: #3C8FCE;
    font-weight: bolder;
}
.form_welcome{
    color: #232C3D;
    font-size: 30px;
    font-weight: 500;
    margin-top: 60px;
}
.form_welcome2{
    font-size: 12px;
color: #949596;
margin-top: 20px;
margin-bottom: 20px;
}
.form_list {
    width: 300px;
    height: 50px;
    display: block;
    padding: 0px 20px;
    margin-bottom: 30px;
    border: 1px solid #E1E0E5;
}
.form_list::placeholder{
    color: #828283;
}
.form_a a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #E7E9ED;
    border-radius: 4px;
}
.form_a a:first-child{
    background-color: #3C8FCE;
    color: #fff;
    margin-right: 20px;
}
.form_a a:last-child{
    background-color: #fff;
    color: #232C3D;
}