html {
    font-size: 16px;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei", "STXiHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 98%;
    }
}
*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}


.web-header {
    height: 600px;
    background: url("img/banner.jpg");
}

.web-header-news {
    background: url("img/banner-news.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-header-facilities {
    background: url("img/banner-facilities.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-header-hotel {
    background: url("img/banner-hotel.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-header-food {
    background: url("img/banner-food.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-header-book {
    background: url("img/banner-book.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-header-active {
    background: url("img/banner-activity.png") rgba(0, 0, 0, 0.6);
    height: 280px;
}

.web-navbar {

}

.web-navbar .navbar-brand {
    width: 240px;
}

.web-navbar .navbar {
    padding: 0 1rem;
}

.web-navbar .navbar .nav-link {
    font-weight: normal;
    font-size: 1.25rem;
    padding: 1.8rem 1.45rem;
    color: #444;
}

.web-navbar .navbar .nav-item.active {
    background: #538DE7;
    color: #fff;
}

.web-navbar .navbar .nav-item.active .nav-link {
    color: #fff;
}

.web-navbar .navbar .nav-link:hover {
    background: #538DE7;
    color: #fff;
}

.web-work {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.web-footer {
    padding: 3rem 0 3rem 0;
    background: #222222;
    color: #fff;
}

.text-title {
    background: url("img/sign2.png") no-repeat;
    padding-bottom: 0.5rem;
}

.text-under {

}

.section {

}

.section .section-header {
    margin: 0;
}

.section .section-header .section-title {
    border-bottom: solid 4px #538DE7;
    padding-left: 0;
}

.section .section-header .section-bg {
    border-bottom: solid 4px #dddddd;
}

.bg-light {
    background: #F2F2F2;
}

.text-lg {
    font-size: 18px;
    line-height: 2.5rem;
}

.card-default {
    border: none;
    background: #fff;
}

.card-trans .card-header .title {
    background: url(img/sign2.png) no-repeat left;
    padding-left: 1rem;
}

.card-default .card-header {
    padding: 1.5rem 3.5rem 0.8rem 2rem;
    background: #fff;
    border-bottom: 0;
}

.card-default .card-header .title {
    background: url(img/sign2.png) no-repeat left;
    padding-left: 1rem;
    color: #444444;
}

.card-default .card-body {
    padding: 15px;
}

.card-default .card-footer {
    border-top: 0;
    background: #fff;
}

.nav-pills {
    font-size: 1.25rem;
}

.nav-pills .nav-link {
    padding: 0.4rem 1rem;
    border-radius: 0;
    color: #555;
}

.nav-lines {
    border-bottom: solid 1px #ddd;
    font-size: 1.25rem;
}

.nav-lines > li.nav-item a.nav-link {
    color: #666;
    padding: 0.8rem 0;
    margin-right: 2rem;
}

.nav-lines > li.nav-item a.nav-link:hover {
    color: #007bff;
}

.nav-lines > li.nav-item a.nav-link.active {
    border-bottom: 2px solid #007bff;
    background: 0 0;
    color: #007bff;;
}

.carousel .carousel-indicators {
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: right;
    padding-left: 0;
    margin-right: 5%;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem;
    bottom: 0;
    right: 0;
    left: 0;
}

.form-control {
    border-width: 1px;
    border-top-color: #bdc0c7;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    padding: 10px;
    font-size: 1rem;
    height: 2.8rem;
    font-weight: lighter;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.btn-site {
    color: #fff;
    background-color: #cf5e55;
    border-color: #cf5e55;
}

.list-archive {
    padding-left: 1.2rem;
    color: #5D5D5D;
}

.list-archive li {
    margin: 0.85rem 0;
}

.list-archive a {
    font-size: 1.125rem;
    padding: 1rem 0;
    color: #5D5D5D;
}

.mt-28 {
    margin-top: 2rem;
}

.l-title {
    background: url(img/sign2.png) no-repeat 3px center;
}

.col-64 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.col-36 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-45 {
    flex: 0 0 45.2%;
    max-width: 45.2%;
}

.col-54 {
    -ms-flex: 0 0 54.8%;
    flex: 0 0 54.8%;
    max-width: 54.8%;
}

.col-54-27 {
    -ms-flex: 0 0 27.4%;
    flex: 0 0 27.4%;
    max-width: 27.4%;
}

.col-54-73 {
    -ms-flex: 0 0 60.333333%;
    flex: 0 0 60.333333%;
    max-width: 60.333333%;
}

.col-27 {
    -ms-flex: 0 0 39.666667%;
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
}

.px-45 {
    padding: 0 2.2rem !important;
}

.card-arc {
    color: #5C5C5C;
    font-size: 1.4rem;
    padding: 1.5rem;
    border: none;
}

.card-arc .card-header {
    background: #fff;
    text-align: center;
    padding: 1rem;
    border-bottom: dashed 1px #ddd;
}

.card-arc .arc-title {
    margin-top: 1.5rem;
}

.card-arc .arc-author {

}

.card-arc .arc-html {

}

.card-arc .arc-html p {
    text-indent: 3rem;
}

.card-arc .arc-html figure {
    text-align: center;
}

.ul-arc-list {
    color: #5E5E5E;
}

.ul-arc-list li {
    border-bottom: dotted 1px #ddd;
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.ul-arc-list li a {
    color: #5E5E5E;
}

.arc-list {

}

.arc-list .media {
    padding: 2rem 0;
    border-bottom: dotted 1px #eee;
}


.ul-arc-photo {
    padding: .5rem;
    list-style-type: none;
}

.ul-arc-photo li {
    padding: 2rem 0;
    border-bottom: dotted 1px #eee;
}

.card-img-top {
    border-radius: 0;
}

.breadcrumb {
    background: url(img/home.png) no-repeat 0 14px;
    padding-left: 25px;
    color: #fff;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: #fff;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.pagination .page-item {

}

.pagination .page-item.active .page-link {
    color: #fff;
}

.pagination .page-item .page-link {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0.4rem;
    padding: 0.6rem 1.2rem;
    color: #5D5D5D;
    border-radius: 0.4rem;
}

.tips {
    height: 2.8rem;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=8);
    position: relative;
    top: -2.8rem;
    left: 0;
    font-size: 1.1rem;
    text-wrap: avoid;
    background: #222;
    padding: 0.5rem 0;
    text-align: center;
}

.tips1 {
    height: 8rem;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=8);
    position: relative;
    top: -8rem;
    left: 0;
    font-size: 1rem;
    text-wrap: avoid;
    background: #222;
    padding: 0.5rem 1rem;
    text-align: left;
}

.tips1 .text-lg {
    font-size: 1.8rem;
    line-height: 3.4rem;
}

.arc-body {
    line-height: 2rem;
    font-size: 1rem;
    color: #5D5D5D;
}


.arc-body section {
    text-align: center;
}

.arc-body img {
  text-align: center;
}

.arc-body h1 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}



figure {
    padding: 1rem;
    text-align: center;
}

.arc-body img {
    margin: 0 auto;
}

.arc-body p {
    margin: 1rem 0;
}

.arc-body figure {
    padding: 0;
}

#default-images img {
    height: 400px;
}

.line-15 {
    line-height: 1.5;
}