@charset='utf-8';

body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "SimHei", "STHeiti" !important;
}

ul,
li,
p,
h1,
h2,
h3,
dl,
dt,
dd,
input {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    color: #f13a3a !important;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.demo {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.clear {
    clear: both;
}

img {
    vertical-align: top !important;
    border: none;
}

input {
    font-family: "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "SimHei", "STHeiti" !important;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 头部 */
.tou-bg {
    width: 100%;
    height: 500px;
    position: relative;
}

.tou-bg-img {
    width: 100%;
    height: 500px;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.tou-bg .menu {
    width: 1200px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
}

.tou-bg .menu ul {
    display: block;
    width: 600px;
    height: 50px;
    float: right;
    background: #fff;
    margin-top: 72px;
}

.tou-bg .menu ul li {
    display: block;
    width: 120px;
    height: 32px;
    margin-top: 16px;
    float: left;
    box-sizing: border-box;
    border-left: solid 1px #ccc;
}

.tou-bg .menu ul li:first-child {
    border-left: none;
}

.tou-bg .menu ul li a {
    display: block;
    width: 120px;
    height: 32px;
    font-size: 16px;
    text-align: center;
}

.tou-bg .menu ul li a:hover {
    color: #f13a3a;
    border-bottom: solid 2px #f13a3a;
}

.tou-bg .menu ul li a.nav {
    color: #f13a3a;
    border-bottom: solid 2px #f13a3a;
}

.ticket {
    background: url(../images/ticketbg.jpg) no-repeat top center !important;
    background-size: 100% !important;
}

.hotel {
    background: url(../images/hotel.png) no-repeat top center !important;
    background-size: 100% !important;
}

.route {
    background: url(../images/route.jpg) no-repeat top center !important;
    background-size: 100% !important;
}

.tailor {
    background: url(../images/tailor.png) no-repeat top center !important;
    background-size: 100% !important;
}

/* 底部 */
.bottom-box {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #000;
    text-align: center;
}

.cust-top {
    position: fixed;
    right: 40px;
    bottom: -50px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.cust-top-slide {
    bottom: 40px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.cust-top-slide:hover {
    opacity: 0.5;
}