* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: middle;
}

body {
    background: #f6f8fa;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

img {
    border: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

h1 {
    font-size: 30px;
    line-height: 1.1em;
    text-indent: -2px;
    word-break: break-all;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", simsun;
    font-weight: normal;
    margin-bottom: 0;
}

.clear_float::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}


#header {
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header>div.nav {
    box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
}



#logo_name {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#logo_name .logo_name_main {
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    color: #333333;
}

#logo_name .logo_name_en {
    margin-left: 16px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    color: #CCD6E5;
}

#logo_name .small {
    margin-left: 16px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    color: #CCD6E5;
}




#navigation {
    display: inline-block;
    line-height: 60px;
    list-style: none;
    width: 650px;
    margin: 0;
    padding: 0;
}

#navigation li {
    float: left;
    width: 130px;
    text-align: center;
}

#navigation li:first-child {
    margin-left: 0;
}

#navigation li a {
    color: #333333;
    line-height: 60px;
    text-decoration: none;
    font-size: 20px;
}

#navigation li a:hover,
#navigation li.selected>a {
    color: #e29b1f;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 200%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#navigation li .dropdown-content a {
    color: black;
    padding: 2px 16px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    text-align: left;
   
}

#navigation li .dropdown-content a:hover {
    background-color: orange
}

#navigation li.dropdown:hover .dropdown-content {
    display: block;
}



#contents {
    background: #fff;
    min-height: 1080px;
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    top: 60px;
}

#contents>div {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
}

#contents h3 {
    color: #a17b2d;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0
}

#contents p {
    color: #aa9387;
    font-size: 13px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0 0 24px;
    text-align: justify;
}

#contents p a {
    color: #aa9387;
}

#contents a:hover {
    color: #ce8763;
}

#contents div#featured {
    width: 100%;
    margin-bottom: 36px;
    padding: 30px 0 24px;
    text-align: center;
}

#contents div#attraction {
    width: 930px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 20px;
}

#attraction>div {
    display: inline-block;
    margin: 0 0 30px;
}

#attraction>div img {
    float: left;
    margin: 0 40px 0 0;
    width: 300px;
    height: 210px;
}

#contents #attraction h3 {
    color: #333;
}

#contents #attraction h3 a {
    border-radius: 2px;
    display: inline-block;
    width: 61px;
    height: 18px;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #FF716E 0%, #FF902A 100%);
}

#contents #attraction p {
    color: #333;
    padding: 24px 0 0 0;
}

#contents div#attraction>div {
    position: relative;
    width: 930px;
    height: 210px;
}



#main {
    float: left;
    min-height: 100px;
    width: 520px;
    margin: 0 30px 0 100px;
}

#main>div {
    background: url(../images/separator.png) no-repeat center bottom;
    display: inline-block;
    margin: 0 0 18px;
    width: 100%;
}

#main>div h1 {
    margin: 0px 0 15px;
    color: #333;
    font-weight: 700;
}

#main>div h3 {
    margin: 0px 0 12px;
    color: #333;
    font-weight: 700;
}

#main>div p {
    text-align: justify;
    color: #333;
}



#footer {
    margin-top: 60px;
    padding: 18px 0 30px;
}




#connect {
    width: 960px;
    height: 39px;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
}

#footer p {
    color: #956836;
    font-size: 14px;
    line-height: 24px;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}