* {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}

body {
    background: #f6f6f6;
    /* font-family: arial; */
}

ul,
ol {
    list-style: none;
}

#top {
    background: white;
    margin: 0 auto;
    height: 110px;
    width: 100%;
}

.img-room {
    height: 60px;
    width: 200px;
}

.img-room img {
    height: 50px;
    /* width: 200px; */
    margin-top: 30px;
}

.input-room {
    margin-top: 40px;
}

.input-room input {
    height: 30px;
    line-height: 30px;
    width: 160px;
    outline: none;
}

.input-room button {
    background: red;
    height: 30px;
    width: 40px;
    outline: none;
    border: 0;
}

.input-room button span {
    color: white;
}

#nav {
    background: #1b4e9c;
    height: 60px;
    position: relative;
}

#nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    background-color: red;
    height: 60px;
}

#nav::after {
    content: "";
    position: absolute;
    left: calc((100% - 1000px) / 2)+60px;
    top: 0px;
    /* background: red; */
    width: 0;
    height: 0;
    /* border-left: 30px solid transparent; */
    border-right: 30px solid transparent;
    /* border-bottom: 60px solid transparent; */
    border-top: 60px solid red;
}

#nav ul {
    list-style: none;
    overflow: hidden;
}

#nav .am-container {
    position: relative;
    z-index: 1200;
}

#nav ul li {
    float: left;
    /* margin: 0 20px; */
    position: relative;
    padding: 0 30px;
}

#nav ul li:first-child {
    margin-left: 15px;
}

#nav ul li:hover .futi {
    top: 0;
    transition: all 0.2s;
    /* background: white; */
}

#nav ul li.active .futi {
    top: 0;
    transition: all 0.2s;
    /* background: white; */
}

#nav ul li>a {
    display: block;
    line-height: 60px;
    color: white;
    text-align: center;
}

.futi {
    position: absolute;
    top: -60px;
    z-index: 1000;
    background: white;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    margin: 0 -30px
}

.futi a {
    color: #1b4e9c;
    line-height: 60px;
    text-align: center;
    display: block;
}

#pic .am-container {
    padding: 0;
}

.am-slider-default .am-control-nav {
    bottom: 10px;
}

#head .am-container {
    background: white;
    line-height: 60px;
}

#head .am-container h2 {
    position: relative;
    margin-left: 20px;
}

#head .am-container h2::before {
    content: "";
    width: 3px;
    height: 20px;
    background: orange;
    position: absolute;
    top: 18px;
    left: -10px;
}

#main {
    margin-top: 20px;
    margin-bottom: 20px;
}

#main .am-container {
    background: white;
}

.main-item {
    padding: 10px;
    border-bottom: 1px rgba(204, 204, 204, 0.548) solid;
}

.main-item h2 {
    font-size: 16px;
}

.main-item span {
    font-size: 20px;
}

.p1 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc;
}

.p2 a {
    color: red;
}

.p3 {
    font-size: 14px;
    color: #ccc;
}

#foot {
    border-top: 1px solid red;
    padding: 10px;
    background: #e1e1e1;
}

#foot .am-container ul li {
    float: left;
    padding: 2px 10px;
    border-left: 1px solid #ccc;
}

#foot .am-container ul li:first-child {
    border-left: 0;
}

#foot .am-container ul {
    margin: 20px auto;
    max-width: 510px;
}

.foot-2 {
    margin: 20px auto;
    font-size: 14px;
}

ol li {
    float: left;
    font-size: 14px;
}

#more {
    margin-bottom: 10px;
}

#more img {
    width: 100%;
}

#more .am-container {
    background: white;
    padding: 0;
}

.pt_img {
    width: 101px;
    height: 60px;
    position: absolute;
    margin-left: -40px;
}