<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear{clear:both;}
.w1500{width:1500px; margin:0 auto;}
.b1{background:url(../images/banner2.jpg) top center no-repeat; height:551px; margin:40px auto; overflow:hidden;background-size:cover;}
.form1{background:#fff; border-radius:15px; height:460px; float:right; margin-top:45px;}
.b1-left{float:left; margin-top:50px;}

.b2{/*background:url(../images/banner3.jpg) top center no-repeat; height:1075px;*/ margin:125px auto 125px auto;background-size:cover; text-align:center}
.b2 img{/*margin-top:200px;*/}

.b3{/*background:url(../images/banner5.jpg) top center no-repeat; height:734px;*/ margin:125px auto 125px auto;background-size:cover;text-align:center}

.b4{background:url(../images/banner6.jpg) top center no-repeat; height:701px; margin:125px auto;background-size:cover; text-align:center;}
.b4 img{margin-top:250px;}

.b5{background:#0033a0; padding:40px 0 40px 0; margin:80px auto 0px auto;background-size:cover;}

.b6{background:url(../images/banner8.jpg) top center no-repeat; height:480px; margin:125px auto;background-size:cover; text-align:center;}



.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}



button,
.btn,
select {
    cursor: pointer;
}



img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}





.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- wrapper start --*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}
@media (max-width: 1025px){
    .w1500 {
        width:100%;
    }
	.b1{
		height:auto;
		padding-bottom:40px;
	}
	
	.b1-left img{width:80%; margin-left:5%;}
	
	.form1{display:none;}
	.w3l-travel-form{display:none;}
	
	.b2{
		height:auto;
		padding-bottom:20px;
		margin:30px auto 30px auto;
	}
	.b2 img{/*margin-top:60px;*/}
	.b3{height:auto; margin:50px auto;}
	.b4{height:auto;margin:50px auto;}
	.b4 img{margin-top:120px; margin-bottom:60px;}
	/*.i-list14 .swiper-wrapper img{min-width:190px; height:57px;}
	.swiper-slide{min-width:190px; margin-right:20px;}*/
	.b5{display:none;}
	.b6{display:none;}
	.contactform{display:none!important;}
	.contactform .inputtxt.submit{
		display:none!important;
	}
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*-- //wrapper start --*/

/*-- form styling --*/
.w3l-travel-form .logo {
    text-align: center;
}

.w3l-travel-form .logo a.brand-logo {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #3f3a64;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.w3l-travel-form .align-end {
    align-self: flex-end;
}

.w3l-travel-form .logo a.brand-logo span {
    font-weight: 300;
}

.w3l-travel-form h1 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #3f3a64;
}

.w3l-travel-form {
    z-index: 0;
    display: grid;
    align-items: center;
}

.w3l-travel-form .pos-relative {
    position: relative;
}

.w3l-travel-form .copyright {
    margin-top: 20px;
}

.w3l-travel-form p.copy-footer-29 a {
    color: #333;
}

.w3l-travel-form p.copy-footer-29 a:hover {
    color: #1364CF;
}

.w3l-travel-form h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 15px;
	font-weight:500;
}

.w3l-travel-form .travel-block-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}

.w3l-travel-form .booking-form-content {
    padding: 3em 3em;
    /*background: #1364CF;*/
    border-radius: 10px;
}

input,
 select {
    outline: none;
    border: 1px solid #dedede;
    background: #fff;
    color: #777;
    font-size: 18px;
    padding: 5px 10px 5px;
    padding-left: 30px;
    width: 92%;
    border-radius: 6px;
    height: 55px;
    margin-bottom: 20px;
    box-shadow: none;
}

input.name {
    background: #fff url(../images/map.png) no-repeat 17px 16px;
    background-size: 20px;
}

.w3l-travel-form .book-depature-6 input.date {
    font-size: 18px;
    padding: 10px 12px;
    background: #fff url(../images/calendar.png) no-repeat 17px 16px;
    background-size: 18px;
    padding-left: 48px;
}

.w3l-travel-form .book-depature-6 select {
    -webkit-appearance: none;
    background: #fff url(../images/user.png) no-repeat 17px 16px;
    background-size: 18px;
    padding-left: 48px;
}

.w3l-travel-form .btn-style {
    font-size: 20px;
    color: #3f3a64;
    width: 100%;
    background: #fdd387;
    border: none;
    height: 55px;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
	letter-spacing:3px;
}

.w3l-travel-form .btn-style:hover {
    background: #f9c566;
}

.w3l-travel-form p.already,
.w3l-travel-form p.already a {
    font-size: 18px;
    line-height: 25px;
    color: #eee;
    margin: 25px 0 0;
    text-align: center;
}

.w3l-travel-form p.remember {
    color: #eee;
}

.w3l-travel-form p.already a {
    color: #fff;
    font-weight: 500;
}

.w3l-travel-form p.already a:hover {
    color: #f9c566;
}

.w3l-travel-form .booking-form-content h6 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.w3l-travel-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-travel-form .check-remaind {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin: 5px 0px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3l-travel-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-travel-form .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #F5F4F2;
    border-radius: 4px;
}

.w3l-travel-form .check-remaind:hover input~.checkmark {
    background-color: #fdd387;
}

.w3l-travel-form .check-remaind input:checked~.checkmark {
    background-color: #fdd387;
}

.w3l-travel-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.w3l-travel-form .check-remaind input:checked~.checkmark:after {
    display: block;
}

.w3l-travel-form .check-remaind .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3f3a64;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* -- placeholder --*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

/* -- placeholder --*/


/*-- responsive design --*/
@media (max-width: 992px) {
    .w3l-travel-form .travel-block-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 100%;
    }

    .travel-left-img {
        order: 2;
    }

    .w3l-travel-form .logo a.brand-logo {
        font-size: 40px;
    }

    .w3l-travel-form {
		display:none;
        height: auto;
    }
}

@media (max-width: 667px) {
    .w3l-travel-form .booking-form-content {
        padding: 3em 2em;
    }
}

@media (max-width: 480px) {
    .w3l-travel-form .logo a.brand-logo {
        font-size: 35px;
    }

    .w3l-travel-form h2 {
        font-size: 22px;
    }
}

@media (max-width: 415px) {
    .w3l-travel-form .booking-form-content {
        padding: 2em 1.5em;
    }

    .w3l-travel-form .copyright {
        margin-top: 30px;
    }
}

/*-- //responsive design --*/
/*-- //form styling --*/

.contactform .inputtxt {
    border: 1px solid #e1e7ee!important;
	background:#fff!important;
    width:20%!important;
	font-size:18px;
    margin-right: 20px;
    margin-bottom: 20px;
	}
.contactform .inputtxt {
  border: none;
  width: calc(100% - 40px);
  margin-bottom: 5px;
  background: none;
  color: #555555;
  float: left;
  border-bottom: 1px solid rgba(231, 228, 228, 0.22);
  margin-right: 42px;
  height: 50px;
  line-height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
}

.contactform_submit {
    overflow: hidden;
    float: left;
	width:300px;
}

.contactform .inputtxt.submit {
    display: block;
    clear: both;
    float: none;
    height: 50px;
    padding: 0;
    cursor: pointer;
    width: 300px!important;
	border:none!important;
    background-color: #fdd387!important;
    color: #3f3a64;
    font-weight: 600;
    border-color: #0033a0;
    font-size: 20px;
    border-radius: 10px;
	letter-spacing:3px;
}
.contactform .inputtxt.submit:hover {
	background: #f9c566;
}

.contactform .inputtxt1.submit {
    display: block;
    clear: both;
    float: none;
    height: 50px;
    padding: 0;
    cursor: pointer;
    width: 300px!important;
	border:none!important;
    background-color: #0658be!important;
    color: #fff;
    font-weight: 600;
    border-color: #0033a0;
    font-size: 20px;
    border-radius: 10px;
	letter-spacing:3px;
}

.contactform .inputtxt2.submit {
    display: block;
    clear: both;
    float: none;
    height: 65px;
    padding: 0;
    cursor: pointer;
    width: 500px!important;
	border:none!important;
    background-color: #3287ff!important;
    color: #fff;
    font-weight: 600;
    border-color: #0033a0;
    font-size: 24px;
    border-radius: 10px;
	letter-spacing:3px;
}

.contactform .inputtxt3.submit {
    display: block;
    clear: both;
    float: none;
    height: 65px;
    padding: 0;
    cursor: pointer;
    width: 500px!important;
	border:none!important;
    background-color:#fdd387!important;
    color: #3f3a64;
    font-weight: 600;
    border-color: #0033a0;
    font-size: 24px;
    border-radius: 10px;
	letter-spacing:3px;
}


.shihe{width:460px; display:block; float:left;}
.shihe span{float:left; color:#fff; font-size:24px; line-height:50px;}
.shihe .inputtxt{float:left; width:280px!important;}

.zz{width:1100px; margin:0  auto;}
.zz ul li{display:inline-table; margin-right:160px; float:left; width:250px; margin-top:250px; cursor:pointer}
.zz ul li img:hover{
	width:120%;
	transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.zz ul li:last-child{margin-right:0;}

.tzoomimgs {
	/*border-radius: 50%;*/
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
</pre></body></html>