body {
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background: transparent;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #444444;
}

@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 0.999em;
    line-height: 180%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#loading {
    width: 100%;
    height: 100%;
    background: #009cde;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%
}

.loader:before,
.loader:after {
    position: absolute;
    content: ''
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #009cde;
    border-radius: 10.2em 0 0 10.2em;
    top: -.1em;
    left: -.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    -ms-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s
}

.loader {
    color: #fff;
    font-size: 11px;
    text-indent: -99999em;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #009cde;
    border-radius: 0 10.2em 10.2em 0;
    top: -.1em;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    -ms-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes arr {
    0% {
        right: 0
    }
    50% {
        right: 3%
    }
    100% {
        right: 0
    }
}

@keyframes arr {
    0% {
        right: 0
    }
    50% {
        right: 3%
    }
    100% {
        right: 0
    }
}

body,
html {
    width: 100%;
    height: auto;
    background: #b9b9b9;
    -webkit-font-smoothing: antialiased;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif
}

._c:after {
    content: '';
    display: block;
    clear: both
}

.c {
    clear: both
}

.hide {
    display: none
}

a {
    display: block;
    text-decoration: none
}

img {
    display: block;
    width: 100%
}

img[src$=".gif"],
img[src$=".jpg"],
img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

#headercontent {
    width: 100%;
    background: #3b3e3d;
    border-bottom: 1px solid #4e4e4e;
    color: #b9b9b9;
    position: relative
}

#headercontent .content {
    width: 95.5%;
    height: 59px;
    overflow: hidden;
    margin: 0 auto
}

#logo {
    float: left;
    margin-top: 11px
}

.mainmenu {
    overflow: hidden;
    margin-left: 2.6%;
    float: left;
    width: 75%
}

.mainmenu li {
    float: left;
    font-size: 15px;
    margin-right: 2.3%
}

@media screen and (max-width:1200px) {
    .mainmenu li {
        margin-right: 20px;
        font-size: 13px
    }
}

.mainmenu li a {
    padding: 18px 0;
    font-weight: 700;
    color: #b9b9b9;
    transition: all .3s ease-Out
}

.mainmenu li:hover a,
.mainmenu li.select a {
    color: #c28f48
}

.bg-submenu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: black;
    padding: 25px 0;
    font-size: 13px;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 2000
}

.bg-submenu:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 2px;
    background: #3b3e3d
}

.bg-submenu .submenu {
    font-size: 13px;
    border-left: 1px solid #3b3b3b;
    padding-left: 20px
}

.bg-submenu .submenu dt {
    color: #939393;
    padding-top: 20px
}

.bg-submenu .submenu dt:first-child {
    padding-top: 0
}

.bg-submenu .submenu dt a {
    color: #939393;
    padding: 0;
    transition: all .3s ease-Out
}

.bg-submenu .submenu dt a:hover,
.bg-submenu .submenu dt a.select {
    color: #fff
}

.bg-submenu .sm1 {
    margin-left: 206px
}

.bg-submenu .sm2 {
    margin-left: 295px
}

.bg-submenu .sm3 {
    margin-left: 385px
}

.bg-submenu .sm4 {
    margin-left: 478px
}

.bg-submenu .sm5 {
    margin-left: 582px
}

.bg-submenu .sm6 {
    margin-left: 671px
}

#menu_r {
    height: 59px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
}

#serchbar {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 2%;
    height: 59px;
}

#serchbar .serchcontent {
    display: flex;
    flex-direction: column;
    align-items: end;
    vertical-align: middle;
    width: 50px;
    height: 80%;
    padding-right: 5%;
    margin-top: 1.8%;
    height: 59px;
}

#serchbar .serchcontent form {
  display: flex;
  background: #000;
  align-items: center;
  vertical-align: middle;
  height: 59px;
  width: 100%;
}

#serchbar .serchcontent input {
  color: #000;
  text-align: right;
  height: 30px;
  margin-left: 5px;
  display: block;
  border: 1px solid #aaa;
  font-size: 16px;
  padding: 10px 10px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  outline: none !important;
  box-sizing: border-box;
}

#serchbar .serchcontent .btn_serch {
    width: 35px;
    padding-left: 5%;
    vertical-align: middle;
    display: table-cell
}

#serchbar .serchcontent .btn_serch img {
    width: 35px
}

.serchcontent .schinput {
  z-index: 99999;
  opacity: 80%;
  display: none;
  width: 280px;
}

.serchcontent .btn_serch {
  align-self: flex-end;
}

.serchcontent .btn_serch a {
  height: 59px;
  display: flex;
  align-items: center;
}
.serchcontent .btn_query {
  color: #b9b9b9;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}
.icon_search{
  width:35px;
  height:35px;
}
.icon_lang{
  width:40px;
}

#lan {
    width: 240px;
    height: 100%;
    vertical-align: middle;
    display: table-cell
}

#lan li {
    float: right;
    font-size: 13px;
    color: #f4f4f4;
    padding: 0 6%
}

#lan li a {
    color: #b9b9b9;
    display: inline-block;
    transition: all .3s ease-Out
}

#lan li a.select,
#lan li a:hover {
    color: #f19824
}
#menu_r .menu_lang {
  display: grid;
  font-weight: 700;
}

#langList {
  display: flex;
  align-items: center;
  height: 59px;
}
#langList span {
  color: #b9b9b9; margin-left: 8px; margin-right: 8px;
}
#langList:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #b9b9b9 transparent transparent transparent;
}

#lanarea{
  display:none;
  z-index: 99999;
}

#lan.webdesktop {
  display: flex;
  flex-flow: column;
  z-index: 99999;
  opacity: 0.8;
  text-align: left;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#lan.webdesktop li {
  float: unset;
  font-size: 15px;
  color: #f4f4f4;
  padding: 0 6%;
  background: #000;
}
#lan.webdesktop li a {
  display: inline-block;
  transition: all .3s ease-Out;
  height: 35px;
  vertical-align: middle;
  width: 100%;
  padding-left: 34px;
}

#footerslide {
    width: 100%;
    overflow: hidden;
    height: 0;
    background: #ededed;
    border-top: 1px solid #c2c3c3
}

#footerslide .footerslide_content {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    padding: 35px 0
}

.footer_menu_title {
    width: 79px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d5d5d5
}

.footer_menu_title .title_reletelink {
    width: 99px;
    height: 90px
}

.footer_menu {
    display: inline-block
}

.footer_menu li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px
}

.footer_menu li a {
    color: #000;
    display: inline-block;
    position: relative
}

.footer_menu li>a {
    font-size: 18px;
    margin-bottom: 20px
}

.footer_menu .submenu {
    line-height: 1.8
}

.footer_menu .submenu dt {
    margin-bottom: 5px
}

.footer_menu .submenu a {
    position: relative
}

.footer_menu .submenu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #f3981e
}

.footer_menu .submenu a:hover,
.footer_menu .submenu a.select {
    color: #f3981e
}

.footer_menu .submenu a:hover:before,
.footer_menu .submenu a.select:before {
    opacity: 1
}

._reletelink {
    float: right
}

._sitemap {
    float: left
}

#footercontent {
    width: 100%;
    background: #b9b9b9;
    padding: 50px 0;
    overflow: hidden
}

#footercontent .content {
    width: 1000px;
    margin: 0 auto;
    color: #fff
}

#footercontent #footer_l {
    width: 52.07156308851224%;
    float: left
}

#footercontent #footer_l .footer_link {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    width: 92%
}

#footercontent #footer_l .footer_link li {
    float: right;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff
}

#footercontent #footer_l .footer_link li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

#footercontent #footer_l .footer_link li a {
    color: #fff
}

#footercontent #footer_l .copyright {
    font-size: 13px;
    color: #000;
    text-align: right;
    margin-left: -1%;
    display: inline-block;
}

#footercontent #footer_l .copyright img {
    width: 100px;
    margin-top: 10px;
    float: right;
}

#footercontent #footer_r {
    width: 47.92843691148776%;
    float: right
}

#footercontent #footer_r h1 {
    font-size: 18px;
    margin-bottom: 10px
}

#footercontent #footer_r h3 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5
}

#footercontent #footer_r span {
    font-size: 100%;
    line-height: 1.5
}

.maincontainer {
    width: 100%
}

.maincontainer .content {
    width: 1300px;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width:1500px) {
    .maincontainer .content {
        width: 94%
    }
}

.btn_more {
    height: 28px;
    position: relative
}

.btn_more a {
    display: inline-block;
    position: relative;
    height: 28px;
    background: url(../images/btn_more.png) no-repeat top right;
    padding-right: 155px;
    color: #000;
    vertical-align: bottom;
    transition: all .3s ease-Out
}

.btn_more a span {
    display: block;
    margin-top: 8px;
    transition: all .3s ease-Out;
    color: #000
}

.btn_more a:hover {
    background: url(../images/btn_more_ovr.png) no-repeat top right
}

.btn_more a:hover span {
    color: #c28f48
}

.btn_more a:hover .btn_more_arr {
    background: url(../images/btn_more_arr_ovr.png) no-repeat top left;
    -webkit-animation: 700ms 0s ease-in-out alternate infinite arr;
    animation: 700ms 0s ease-in-out alternate infinite arr
}

.btn_more.moretxt a {
    background: url(../images/btn_more_txt.png) no-repeat top right;
    padding-right: 120px
}

.btn_more.moretxt a:hover {
    background: url(../images/btn_more_txt_ovr.png) no-repeat top right
}

.btn_more_arr {
    position: absolute;
    top: 4px;
    right: 0;
    background: url(../images/btn_more_arr.png) no-repeat top left;
    width: 12px;
    height: 21px;
    transition: all .3s ease-Out
}

.ind_newsbox {
    width: 100%;
    background: #f3f4f4;
    position: relative
}

.btn_more {
    position: absolute;
    bottom: -40px;
    right: 60px;
}

.ind_newsbox dl {
    width: 100%;
    display: table
}

.ind_newsbox dl dd,
.ind_newsbox dl dt {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 550px
}

.btn_more {
    right: 60px;
}

.ind_newsbox dl dd .indnew_list {
    float: left;
    margin-left: 10%
}

.ind_newsbox dl .indnew_list {
    width: 60%;
    float: left;
    padding: 50px 0 100px;
    position: relative
}

@media screen and (max-width:1400px) {
    .ind_newsbox dl .indnew_list {
        width: 80%
    }
}

.ind_newsbox.exhi {
    background: #fff
}

.ind_newsbox.exhi dl {
    height: 100%
}

.ind_newsbox.exhi dd {
    vertical-align: middle;
    height: 100%;
    padding: 0;
    position: relative
}

.ind_newsbox.exhi .indnews .date {
    font-size: 20px
}

.ind_newsbox.exhi .indnews .indnewstxt h1 {
    font-size: 20px
}

.ind_newsbox .exhi-info-style {
    margin-left: 10%
}

.ind_newsbox .exhi-info-style .foto2 img {
    width: 42%;
    margin: 110px auto 0
}

@media screen and (max-width:1600px) {
    .ind_newsbox .exhi-info-style .foto2 img {
        width: 50%
    }
}

@media screen and (max-width:1400px) {
    .ind_newsbox .exhi-info-style .foto2 img {
        width: 45%
    }
}

.ind_newsbox dt {
    border-right: 1px solid #bfc0c0
}

.ind_newsbox dt .indnew_list {
    float: right;
    margin-right: 10%
}

.ind_newsbox dt .exhi-info-style {
    float: right;
    margin-right: 10%
}

.ind_newsbox .dotebox {
    height: 500px
}

.dotebox {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    right: 20px;
    display: table;
    vertical-align: middle
}

.dotebox ul {
    display: table-cell;
    vertical-align: middle
}

.dotebox ul li {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #626262;
    cursor: pointer;
    transition: all .3s ease-Out
}

.dotebox ul li.select {
    width: 15px;
    height: 15px
}

.dotebox ul li button {
    visibility: hidden
}

.dotebox ul li.slick-active {
    width: 15px;
    height: 15px
}


/*#kv .dotebox {
    display: none
}*/

#kv {
    width: 100%;
    height: 689px;
    overflow: hidden;
    position: relative;
    background: #000
}

@media screen and (max-width:1700px) {
    #kv {
        height: 600px
    }
}

@media screen and (max-width:1400px) {
    #kv {
        height: 148px
    }
}

#kv .dotebox li {
    background: #fff
}

.kvslide {
    width: 100%;
    height: 100%;
    position: relative
}

.kvslide div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.kvslide div img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -50%;
}

@media screen and (max-width:1700px) {
    .kvslide div img {
        /*margin-left: -836px*/
    }
}

@media screen and (max-width:1400px) {
    .kvslide div img {
        /*margin-left: -696.5px*/
    }
}

@media screen and (max-width:768px) {
    .kvslide div img {
        width: 100%;
        /*margin-left: -500px*/
    }
}

@media screen and (max-width:420px) {
    .kvslide div img {
        width: 100%;
        /*margin-left: -800px*/
    }
}

.exhi_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.exhi_list .btn_more {
    position: absolute;
    bottom: 8%;
    right: 5%
}

.exhi-info-style {
    width: 60%;
    height: 100%;
    display: table;
    position: relative
}

@media screen and (max-width:1400px) {
    .exhi-info-style {
        width: 80%
    }
}

.exhibition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.exhibition .foto,
.exhibition .fotoinfo {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.exhibition .foto {
    width: 38%
}

@media screen and (max-width:1700px) {
    .exhibition .foto {
        width: 42%
    }
}

.exhibition .fotoinfo {
    padding-left: 4%;
    font-size: 13px
}

@media screen and (max-width:1700px) {
    .exhibition .fotoinfo {
        padding-left: 5%
    }
}

.exhibition .fotoinfo .title_exhi {
    font-size: 13px
}

.exhibition .fotoinfo .exhibox {
    display: inline-block;
    height: 21px;
    color: #fff;
    margin-right: 5px;
    vertical-align: text-bottom
}

.exhibition .fotoinfo .exhibox.exhiicon1 {
    width: 58px
}

.exhibition .fotoinfo .exhibox.exhiicon2 {
    width: 70px
}

.exhibition .fotoinfo .exhi_date {
    font-size: 35px;
    color: #faad40
}

@media screen and (max-width:1700px) {
    .exhibition .fotoinfo .exhi_date {
        font-size: 27px
    }
}

.exhibition .fotoinfo .exhi_txt {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700
}

@media screen and (max-width:1700px) {
    .exhibition .fotoinfo .exhi_txt {
        font-size: 20px
    }
}

.exhibition .fotoinfo .exhi_txt span {
    font-weight: 400;
    color: #3a3a3a
}

.exhibition .fotoinfo .exhi_txt p {
    font-size: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 1%
}

.exhibition .fotoinfo .exhi_txt2 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #7d7d7d
}

@media screen and (max-width:1500px) {
    .exhibition .fotoinfo .exhi_txt2 {
        font-size: 13px
    }
}

.exhibition .fotoinfo .exhi_txt2 span {
    font-weight: 400;
    color: #ababab;
    margin-top: 5px;
    display: block;
    font-size: 13px
}

#ind_collection {
    width: 100%;
    background: #000;
    height: 276px;
    position: relative;
    overflow: hidden
}

#title_collection {
    width: 67px;
    height: 146px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -73px
}

.collection_slide {
    width: 80%;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width:1300px) {
    .collection_slide {
        width: 65%
    }
}

.collection_slide ._slide {
    height: 100%;
    box-sizing: border-box;
    text-align: center
}

.collection_slide ._slide .slidebox {
    width: 100%;
    height: 100%;
    line-height: 276px;
    display: inline-block;
    cursor: pointer
}

.collection_slide ._slide .slidebox .collect_foto {
    width: auto;
    height: 227px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.collection_slide ._slide .slidebox .collect_info {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 40px;
    padding-left: 10px;
    line-height: 1.5;
    text-align: left
}

.collection_slide ._slide .slidebox .collect_info h1 {
    color: #c28f48;
    font-size: 22px
}

.collection_slide ._slide .slidebox img {
    width: auto;
    height: 100%
}

.collection_slide ._slide .slidebox span {
    display: block;
    font-size: 13px;
    color: #c3c3c3
}

.newstitle {
    width: 100%;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 45px;
    font-weight: 700;
    background-repeat: no-repeat;
    border-bottom: 5px solid #ef9d1d;
}


.newstitle.news {
    background-position: left -310px
}

.newstitle.art {
    background-position: left -232px
}

.newstitle.pexhi {
    background-position: left -1207px;
}

.newstitle.cexhi {
    background-position: left -1303px;
}

.newstitle.newstitle01 {
    background-image: url(../images/newstitle01.png);
}

.newstitle.newstitle02 {
    background-image: url(../images/newstitle02.png);
}

.newstitle.newstitle03 {
    background-image: url(../images/newstitle03.png);
}

.newstitle.newstitle04 {
    background-image: url(../images/newstitle04.png);
}

.newstitle.newstitle05 {
    background-image: url(../images/newstitle05.png);
}

.newstitle.newstitle06 {
    background-image: url(../images/newstitle06.png);
}

.newstitle p {
    color: #383838;
    display: inline-block;
    font-weight: 400
}

.indnews {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    position: relative
}

.indnews .date {
    float: left;
    font-size: 20px;
    width: 130px;
    letter-spacing: 2px;
    line-height: 1.3;
}

@media screen and (max-width:1400px) {
    .indnews .date {
        /*font-size: 23px*/
    }
}

.indnews .newstag {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #baac8c;
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
    margin-left: 40%;
    position: absolute;
    top: 0;
    display: none
}

.indnews .indnewstxt {
    cursor: pointer
}

.indnews .indnewstxt h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3
}

@media screen and (max-width:1500px) {
    .indnews .indnewstxt h1 {
        font-size: 20px
    }
}

.indnews .indnewstxt span {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1.5
}

.pexhifoto {
    width: 50%;
    margin: 0 auto
}

.pagecontent {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f3f4f4
}

.pagecontent.pagebg_brush {
    background: #f3f4f4
}

.pagecontent.pagebg_brush:before {
    content: '';
    background: url(../images/bg_page.jpg) no-repeat top left;
    width: 597px;
    height: 643px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent.pagebg_text {
    background: #f3f4f4
}

.pagecontent.pagebg_text:before {
    content: '';
    background: url(../images/bg_page_text.jpg) no-repeat top left;
    width: 561px;
    height: 635px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent.pagebg_house1 {
    background: #f3f4f4
}

.pagecontent.pagebg_house1:before {
    content: '';
    background: url(../images/bg_page_house1.jpg) no-repeat top left;
    width: 570px;
    height: 643px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent.pagebg_house2 {
    background: #f3f4f4
}

.pagecontent.pagebg_house2:before {
    content: '';
    background: url(../images/bg_page_house2.jpg) no-repeat top left;
    width: 567px;
    height: 593px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent.pagebg_house3 {
    background: #f3f4f4
}

.pagecontent.pagebg_house3:before {
    content: '';
    background: url(../images/bg_page_house3.jpg) no-repeat top left;
    width: 567px;
    height: 620px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent.pagebg_buda {
    background: #f3f4f4
}

.pagecontent.pagebg_buda:before {
    content: '';
    background: url(../images/bg_page_buda.jpg) no-repeat top left;
    width: 567px;
    height: 620px;
    position: absolute;
    right: 0;
    top: 0
}

.pagecontent .inner {
    width: 100%;
    position: relative;
    z-index: 100
}

.havesub {
    padding-top: 80px
}

.page-collection-content {
    padding-top: 1.5%
}

.page-all-content {
    padding-top: 38px;
    width: 100%;
    transition: all .5s ease-Out
}

.bread_crumbs {
    width: 95%;
    padding: 30px 2.5% 15px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #efefef
}

.bread_crumbs a {
    color: #444;
    display: inline-block
}

.page-all-title {
    margin: 0 auto;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    margin-bottom: 40px
}

.title_origin {
    background-position: left top;
    width: 358px;
    height: 90px
}

.title_peo {
    background-position: left -131px;
    width: 260px;
    height: 90px
}

.title_idea {
    background-position: left -263px;
    width: 358px;
    height: 90px
}

.title_construct {
    background-position: left -396px;
    width: 360px;
    height: 90px
}

.title_century {
    background-position: left -529px;
    width: 260px;
    height: 86px
}

.title_info {
    background-position: left -658px;
    width: 343px;
    height: 90px
}

.title_service {
    background-position: left -1059px;
    width: 350px;
    height: 90px
}

.title_needknow {
    background-position: left -792px;
    width: 354px;
    height: 90px
}

.title_floor {
    background-position: left -924px;
    width: 350px;
    height: 90px
}

.title_map {
    background-position: left -1189px;
    width: 333px;
    height: 90px
}

.title_tour {
    background-position: left -1322px;
    width: 333px;
    height: 90px
}

.title_culture {
    background-position: left -1593px;
    width: 345px;
    height: 90px
}

.title_art {
    background-position: left -1458px;
    width: 345px;
    height: 90px
}

.title_news {
    background-position: left -1728px;
    width: 345px;
    height: 90px
}

.title_serch {
    background-position: left -1867px;
    width: 340px;
    height: 90px
}

.title_support-us {
    background-position: left -2006px;
    width: 340px;
    height: 90px
}

.lightbox-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 10000
}

.lightbox {
    position: absolute;
    top: 8%;
    left: 50%;
    z-index: 500
}

.lightbox-bg-x {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.lb-collection {
    width: 1006px;
    margin-left: -503px;
    display: table
}

@media screen and (max-height:1000px) {
    .lb-collection {
        margin-left: -450px;
        width: 900px;
        top: 3%
    }
}

@media screen and (max-height:800px) {
    .lb-collection {
        margin-left: -400px;
        width: 800px
    }
}

.lb-collection-foto {
    width: 66.10337972166998%;
    display: table-cell;
    cursor: pointer
}

.lb-collection-bigfoto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.lb-collection-info {
    display: table-cell;
    width: 33.89662027833002%;
    height: 100%;
    background: #fff;
    border-top: 3px solid #bb7c27;
    vertical-align: top;
    position: relative
}

.overfoto {
    position: relative;
    cursor: pointer
}

.overfoto .bigfotoShow {
    opacity: 0;
    background: #000;
    overflow: hidden;
    transition: all .3s ease-Out
}

.overfoto .bigfotoShow img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto
}

.overfoto .fotomask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overfoto:hover .bigfotoShow {
    opacity: 1
}

.collection-info-r {
    width: 86%;
    height: 100%;
    left: 7%;
    position: absolute;
    padding: 10% 0;
    box-sizing: border-box
}

.collection-info-r .lb_title {
    font-size: 34px;
    color: #c28f48;
    padding-bottom: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #ececec
}

@media screen and (max-height:1000px) {
    .collection-info-r .lb_title {
        font-size: 30px
    }
}

.collection-info-r .lb_list {
    width: 100%;
    font-size: 14px;
    position: relative
}

.collection-info-r .lb_list .list {
    display: inline-block;
    line-height: 1.5;
    color: #000
}

.collection-info-r .lb_list .list dt {
    float: left;
    clear: both;
    margin-right: 5px;
    color: #c28f48
}

.collection-info-r .lb_list .list dd {
    float: left;
    margin-bottom: 2%
}

.collection-info-r .lb_list .list dd:last-child {
    margin-bottom: 0
}

.collection-info-r .lb_list .lb_fb {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.lb_collection_scroll {
    width: 100%;
    margin-top: 5%;
    height: 36%;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden
}

.lb-choose-item {
    width: 100%;
    margin-top: 8%;
    padding-top: 7%;
    border-top: 1px solid #ececec;
    position: relative
}

.lb-choose-item .btn_next,
.lb-choose-item .btn_prev {
    text-align: center;
    cursor: pointer;
    width: 46%;
    padding: 4.5% 0;
    border-radius: 3px;
    background: #e3e3e3;
    border: 1px solid #dbdbdb;
    transition: all .3s ease-Out
}

.lb-choose-item .btn_next:hover,
.lb-choose-item .btn_prev:hover {
    background: #bb7c27;
    border: 1px solid #bb7c27;
    color: #fff
}

.lb-choose-item .btn_prev {
    float: left
}

.lb-choose-item .btn_next {
    float: right
}

.lb-small-list {
    width: 100%;
    height: 25%;
    margin-top: 7%
}

.lb-small-list ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lb-small-list ul li {
    width: 40px;
    height: 40px;
    background: #000;
    margin-bottom: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
    overflow: hidden
}

@media screen and (max-height:1000px) {
    .lb-small-list ul li {
        width: 35px;
        height: 35px
    }
}

@media screen and (max-height:800px) {
    .lb-small-list ul li {
        width: 33px;
        height: 33px
    }
}

.lb-small-list ul li:nth-child(6n+1) {
    margin-left: 0
}

.lb-small-list ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.btn_lb_x {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-Out
}

.btn_lb_x:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#pageSubMenu {
    width: 100%;
    top: 0;
    position: absolute;
    overflow: hidden
}

#pageSubMenu li {
    width: 33.33333333333333%;
    float: left;
    height: 80px;
    background: #aaa;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease-Out
}

#pageSubMenu li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff
}

#pageSubMenu li:first-child:before {
    display: none
}

#pageSubMenu li .subName {
    color: #d4d4d4;
    font-size: 30px;
    display: inline-block;
    padding: 25px 0;
    width: 100%
}

#pageSubMenu li .subName .subEn {
    color: #bdbdbd;
    font-size: 17px;
    display: inline-block
}

#pageSubMenu li.select,
#pageSubMenu li:hover {
    background: #c28f48
}

#pageSubMenu li.select .subName,
#pageSubMenu li:hover .subName {
    color: #fff
}

#pageSubMenu li.select .subName .subEn,
#pageSubMenu li:hover .subName .subEn {
    color: #e2ccb3
}

.submenubox {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%
}

.subcenter {
    line-height: 1.5;
    padding-bottom: 3%;
    overflow: hidden;
    text-align: left;
    width: 80%;
    margin: 0 auto
}

.subcenter div {
    width: 25%;
    font-size: 13px;
    color: #fff;
    float: left;
    margin: 0 0 2%;
    text-align: center
}

.subcenter div a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: all .3s ease-Out
}

.subcenter div a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    display: none
}

.subcenter div a.select,
.subcenter div a:hover {
    color: #141414
}

.subcenter div a.select:before,
.subcenter div a:hover:before {
    display: block
}

#pageMenu {
    display: inline-block;
    width: 100%;
    text-align: center
}

#pageMenu ul {
    display: inline-block;
    text-align: center
}

#pageMenu ul li {
    display: inline-block;
    margin-left: 20px
}

#pageMenu ul li:first-child {
    margin-left: 0
}

#pageMenu ul li a {
    padding: 10px;
    position: relative
}

#pageMenu ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #585858;
    box-sizing: border-box;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-Out
}

#pageMenu ul li a.select:before,
#pageMenu ul li a:hover:before {
    opacity: 1
}

#pageMenu img {
    width: auto
}

.fixskrollr {
    z-index: 1000;
    margin: 0 auto;
    transition: all .3s ease-Out
}

.collectionList {
    width: 97%;
    margin: 0 auto
}

.collect-box {
    cursor: pointer
}

.collect-box .collect-foto {
    width: 100%;
    position: relative
}

.collect-box .collect-foto .foto-infobox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s ease-Out
}

.collect-box .collect-foto .foto-info {
    position: absolute;
    z-index: 100;
    bottom: -30px;
    color: #fff;
    line-height: 1.5;
    font-size: 13px;
    padding-bottom: 5%;
    width: 90%;
    left: 5%;
    transition: all .3s ease-Out;
    display: none;
}

.collect-box:hover .foto-infobox {
    opacity: 1
}

.collect-box:hover .list-plus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.collect-box:hover .foto-info {
    bottom: 0
}

.collect-box .collect-info {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #fff
}

.collect-box .collect-info .collect-info-content {
    font-size: 18px;
    color: #c28f48;
    width: 90%;
    margin: 0 auto
}

.collect-box .collect-info .collect-info-content p {
    font-size: 13px;
    color: #000;
    display: inline-block
}

.list-plus {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all .3s ease-Out
}

.grid-item {
    margin-bottom: 2%
}

.grid-sizer {
    width: 18.56%
}

@media screen and (max-width:1650px) {
    .grid-sizer {
        width: 23.65%
    }
}

@media screen and (max-width:1200px) {
    .grid-sizer {
        width: 32.13333%
    }
}

.gutter-sizer {
    width: 1.8%
}

.exhi_content {
    width: 100%;
    padding: 30px 0;
    display: table
}

.exhi_l,
.exhi_r {
    display: table-cell;
    vertical-align: middle
}

.exhi_l img,
.exhi_r img {
    width: auto
}

.showroom {
    font-size: 25px;
    color: #fff;
    background: #c28f48;
    padding: .5% 1.5%;
    margin-bottom: 5%;
    display: inline-block;
    line-height: 1.3;
    letter-spacing: 1px
}

@media screen and (max-height:700px) {
    .showroom {
        margin-bottom: 3%
    }
}

.showroom h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 2px
}

.title_exhi {
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 3px
}

.sub_en {
    font-size: 13px;
    color: #949494
}

.exhi_day {
    color: #c28f48;
    font-size: 35px;
    font-weight: 400;
    margin-top: 7px
}

.exhi_txt_info {
    position: relative
}

.exhi_txt_content {
    position: relative;
    padding: 0 10%
}

.exhi_txt_content .exhi_txt_info {
    padding-bottom: 7.5%;
    margin-bottom: 5.5%
}

@media screen and (max-height:700px) {
    .exhi_txt_content .exhi_txt_info {
        padding-bottom: 4.5%;
        margin-bottom: 3%
    }
}

.exhi_txt_content .exhi_txt_info:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    background: #c28f48;
    bottom: 0
}

.exhi_txt_content span {
    color: #000;
    display: block;
    margin-bottom: 5%
}

.slide_open_input {
    height: 0
}

.slide_open,
.slide_open_input {
    width: 100%;
    background: #e7e7e7;
    overflow: hidden;
    position: relative
}

.slide_open_content {
    width: 1460px;
    margin: 0 auto;
    display: table
}

@media screen and (max-width:1600px) {
    .slide_open_content {
        width: 1200px
    }
}

@media screen and (max-width:1300px) {
    .slide_open_content {
        width: 100%
    }
}

.slide_open_content img {
    width: 100%
}

.slide_open_content .slide_open_txt_content {
    padding-top: 4.5%
}

.slide_open_content .slide_open_foto,
.slide_open_content .slide_open_txt_content {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_foto,
    .slide_open_content .slide_open_txt_content {
        vertical-align: middle;
        padding-top: 0
    }
}

.slide_open_content .slide_open_foto {
    width: 39%;
    position: relative
}

@media screen and (max-width:1600px) {
    .slide_open_content .slide_open_foto {
        width: 43%
    }
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_foto {
        width: 45%
    }
}

@media screen and (max-width:768px) {
    .slide_open_content .slide_open_foto {
        width: 100%;
        display: block;
        padding: 11%;
        box-sizing: border-box;
    }
}

.slide_open_content .slide_open_foto .slide_big_foto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.slide_open_content .slide_open_txt_content {
    width: 61%;
    padding-left: 5%;
    text-align: right
}

@media screen and (max-width:1600px) {
    .slide_open_content .slide_open_txt_content {
        width: 57%
    }
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_txt_content {
        width: 55%;
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
    .slide_open_content .slide_open_txt_content {
        width: 100%;
        display: block;
    }
}

.slide_open_content .slide_open_txt_content .open_txt_content {
    width: 80%;
    text-align: left;
    display: inline-block
}

@media screen and (max-width:1600px) {
    .slide_open_content .slide_open_txt_content .open_txt_content {
        width: 85%
    }
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_txt_content .open_txt_content {
        width: 60%;
        padding-right: 11%
    }
}

@media screen and (max-width:768px) {
    .slide_open_content .slide_open_txt_content .open_txt_content {
        width: 100%;
        padding-right: 11%;
        padding-left: 11%;
        box-sizing: border-box;
    }
}

.slide_open_content .slide_open_txt_content .open_txt_content ._block {
    margin-top: 4%
}

.slide_open_content .slide_open_txt_content .open_txt_content ._block:first-child {
    margin-top: 0
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_txt_content .open_txt_content ._block {
        margin-top: 7%
    }
}

.slide_open_content .slide_open_txt_content span {
    display: block;
}

.slide_open_content .slide_open_txt_content .slideopen_slick {
    margin: 0 auto
}

.slide_open_content .slide_open_txt_content .slideopen_slick img {
    width: 100%
}

.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list {
    padding-right: 10px;
    cursor: pointer
}

.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list .slick_foto {
    position: relative
}

.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list .slick_foto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #c28f48;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s ease-Out
}

.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list .slick_foto:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background: url(../images/icon_plus.png) no-repeat top center;
    background-size: contain;
    opacity: 0;
    z-index: 10;
    transition: all .3s ease-Out
}

@media screen and (max-width:1300px) {
    .slide_open_content .slide_open_txt_content .slideopen_slick .slick_list .slick_foto:after {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }
}

.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list:hover .slick_foto:after,
.slide_open_content .slide_open_txt_content .slideopen_slick .slick_list:hover .slick_foto:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.slide_foto_title {
    position: absolute;
    width: 30%;
    /*height: 100%;*/
    padding-left: 3%;
    padding-bottom: 2%;
    bottom: 0;
    left: 100%;
    font-size: 15px;
    display: table;
    vertical-align: bottom;
    line-height: 1.8;
    color: #000
}

.slide_foto_title h5 {
    border-bottom: 1px solid #c0bebe;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.slide_foto_title .slide_foto_txt {
    display: table-cell;
    text-align: left
}

.slide_foto_title .slide_foto_info {}

.s_title {
    background-image: url(../images/s_title.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 100%;
    margin-bottom: 2%
}

.s_title.st1 {
    background-position: left top
}

.s_title.st2 {
    background-position: left -53px
}

.s_title.st3 {
    background-position: left -105px
}

.s_title.st4 {
    background-position: left -157px
}

.permanent {
    width: 100%
}

.permanent .permanent_list {
    width: 100%;
    text-align: center
}

.permanent .permanent_list .slide_list {
    width: 1068px;
    margin: 0 auto;
    float: none
}

@media screen and (max-width:1200px) {
    .permanent .permanent_list .slide_list {
        width: 1000px
    }
}

.permanent .exhi_l img,
.permanent .exhi_r img {
    width: 460px
}

.permanent .exhi_txt_content {
    line-height: 1.5
}

._scrollx {
    position: relative
}

._scrollx:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    background: #c7c8c8
}

.special_sccroll {
    padding-bottom: 1%;
    text-align: center
}

@media screen and (max-height:900px) {
    .special_sccroll {
        padding-bottom: .5%
    }
}

@media screen and (max-height:800px) {
    .special_sccroll {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .special_sccroll {
        width: 100% !important;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #mCSB_1_container {
        width: 100% !important;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .mCS-light-3 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        display: none !important;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width:420px) {
    .exhi_content {
        margin-left: 0 !important;
    }
    .special .exhi_l {
        width: 100% !important;
        padding: 5%;
        box-sizing: border-box;
    }
    .special .slide_list .exhi_txt_content {
        margin-right: 0;
        width: 100% !important;
        box-sizing: border-box;
    }
}

.slide_list {
    float: left;
    text-align: left;
    position: relative;
    transition: all .5s ease-Out
}

.special .slide_list {
    width: 1165px
}

.special .slide_list .exhi_content {
    margin-left: 4.1%
}

.special .slide_list .exhi_txt_content {
    width: 60%
}

.special .slide_list .btn_more {
    /*margin-top: 0*/
}

@media screen and (max-height:700px) {
    .special .slide_list .btn_more {
        margin-top: 5%
    }
}

.special .exhi_l {
    width: 42%
}

@media screen and (max-height:900px) {
    .special .exhi_l {
        width: 35%
    }
}

@media screen and (max-height:800px) {
    .special .exhi_l {
        width: 30%
    }
}

@media screen and (max-height:700px) {
    .special .exhi_l {
        width: 25%
    }
}

.special .exhi_l img {
    width: 100%
}

.page_Num {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 4px 0 10px
}

.page_Num .numList {
    display: inline-block
}

.page_Num .numList li {
    font-size: 13px;
    color: #cbcccc;
    display: inline-block;
    margin-left: 8px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #f3f4f4;
    box-sizing: border-box;
    transition: all .3s ease-Out
}

.page_Num .numList li.select,
.page_Num .numList li:hover {
    border: 1px solid #cbcccc;
    box-sizing: border-box
}

.page_Num .numList li:first-child {
    margin-left: 0
}

.page_Num.addborder {
    border-top: 1px solid #c7c8c8;
    padding: 10px 0 0
}

.btn_slide_x {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    background: #c28f48;
    cursor: pointer;
    transition: all .3s ease-Out
}

.btn_slide_x img {
    top: 0;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-Out
}

.btn_slide_x:hover {
    background: #f3981e
}

.btn_slide_x:hover img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.culture {
    width: 100%
}

.culture .slide_list {
    width: 280px;
    vertical-align: top;
    float: left;
    position: relative
}

.culture ._scrollx {
    width: 95%;
    margin: 0 2.5%;
    transition: all .5s ease-Out
}

.culture ._scrollx:before {
    width: 110%;
    left: -5%
}

.artlist_sccroll {
    padding-bottom: 1%;
    margin: 40px 0 0;
    text-align: center;
    box-sizing: border-box
}

.slide_Box {
    border: 10px solid #e9e0d2;
    min-height: 340px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background: #f3f4f4;
    padding-top: 83px;
    transition: all .5s ease-Out
}

.slide_title {
    color: #fff;
    background: #c28f48;
    position: absolute;
    height: 47px;
    font-size: 28.5px;
    line-height: 47px;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0;
    top: 30px;
    z-index: 500
}

.slide_inlist {
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 33px
}

.slide_inlist>li {
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    transition: all .5s ease-Out
}

.slide_inlist>li:before {
    content: "";
    width: 10px;
    height: 79px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/arrow.svg) no-repeat top left
}

.slide_inlist>li .sub_inlist {
    overflow: hidden;
    height: 0;
    transition: all .5s ease-Out
}

.slide_inlist>li ol>li {
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    padding-left: 10px
}

.slide_inlist>li ol>li:before {
    content: "-";
    width: 10px;
    height: 79px;
    position: absolute;
    top: 8px;
    left: 0
}

.slide_inlist>li a {
    color: #000;
    position: relative;
    display: inline-block
}

.slide_inlist>li a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0
}

.slide_intxt {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto
}

.slide_intxt span {
    display: block;
    width: 83%;
    margin: 0 auto;
    padding-bottom: 15px
}

.slide_inlist_bg .slide_inlist {
    background: #efece6;
    border-top: 1px solid #d7d4cf;
    bottom: 0;
    padding-top: 15px
}

.slide_list._small {
    width: 280px
}

.slide_list._small .slide_Box {
    width: 250px;
    margin: 0 auto
}

.slide_list._big {
    width: 510px
}

._big .slide_Box {
    width: 480px;
    margin: 0 auto
}

.slide_inlist_bg .slide_Box {
    background: #efece6;
    padding-top: 0
}

.slide_inlist_bg .slide_Box .slide_intxt {
    padding-top: 83px;
    background: #f3f4f4
}

.btn_box {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #efece6;
    border-top: 1px solid #c7c8c8;
    font-size: 13px
}

.btn_box .btn {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px 0
}

.btn_box .btn_prev {
    border-right: 1px solid #c7c8c8;
    box-sizing: border-box
}

.art_foto {
    padding: 8px;
    background: #e8e6df;
    width: 250px;
    box-sizing: border-box;
    position: relative
}

.art_foto .newstag_foto {
    width: 60px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    position: absolute;
    top: 30px
}

.art_foto .newstag_foto.news {
    background: #c28f48
}

.art_foto .newstag_foto.act {
    background: #baac8c
}

.art_foto .newstag_foto.post {
    background: #b96e36
}

.art_info {
    padding: 10px 50px 0;
    width: 530px;
    height: 240px
}

.art_info h1 {
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 3px;
    padding: 0 0 25px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400
}

.art_info h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 76px;
    height: 3px;
    background: #baac8c
}

.art_info span {
    line-height: 2;
}

.art_info P {
    margin-top: 20px
}

.art_info_content {
    position: relative;
    height: 100%;
    width: 90%
}

.art_list {
    width: 946px;
    margin: 50px auto
}

.art_list ul {
    width: 100%
}

.art_list ul li {
    display: table;
    margin-bottom: 80px
}

.art_list ul li .art_foto {
    float: right
}

.art_list ul li .art_foto .newstag_foto {
    left: -30px
}

.art_list ul li .art_info {
    float: left
}

.art_list ul li:after {
    content: '';
    display: block;
    clear: both
}

.art_list ul li:nth-child(2n+1) .art_foto {
    background: #e9e0d2;
    float: left
}

.art_list ul li:nth-child(2n+1) .art_foto .newstag_foto {
    right: -30px;
    left: auto
}

.art_list ul li:nth-child(2n+1) .art_info {
    float: right
}

.art_list ul li:nth-child(2n+1) h1:before {
    background: #c28f48
}

.art_list .btn_more {
    position: absolute;
    left: 0;
    bottom: 0
}

.art_arti {
    width: 807px;
    margin: 50px auto
}

.title_artarti {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    line-height: 1.5
}

.title_artarti h1 {
    font-size: 35px;
    color: 0;
    margin-bottom: 15px
}

.title_artarti h3 {
    font-size: 18px;
    font-weight: 400
}

.title_artarti:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 3px;
    background: #c28f48;
    left: 50%;
    bottom: 0;
    margin-left: -38px
}

.title_artarti .btn_lan {
    position: absolute;
    background: #c28f48;
    padding: 5px 5px;
    color: #fff;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px
}

.title_artarti .btn_lan img {
    width: auto;
    display: inline-block;
    vertical-align: sub
}

.artarti {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px
}

.artarti p {
    margin-bottom: 25px;
}

.artarti td {
    vertical-align: top;
    position: relative
}

.artarti td p span {
    position: relative;
    bottom: 0;
    left: 0
}

.btn_arti_back {
    width: 100%;
    border-top: 1px solid #c8c8c8
}

.btn_arti_back a {
    width: 807px;
    margin: 0 auto;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    padding: 15px 0;
    text-align: center
}

.btn_arti_back a img {
    width: auto;
    display: inline-block
}

#map {
    width: 1422px;
    height: 1187px;
    margin: 50px auto;
    position: relative
}

@media screen and (max-width:1450px) {
    #map {
        width: 1000px
    }
}

#map img {
    height: 100%
}

.btn_map {
    display: inline-block;
    position: absolute;
    left: 50%
}

@media screen and (max-width:1450px) {
    .btn_map {
        width: 80px
    }
}

.btn_map a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) url(../images/btn_map_serch.png) no-repeat center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-Out
}

.btn_map a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid red;
    border-left: 10px solid transparent;
    bottom: 0;
    right: 0
}

.btn_map a:hover:before {
    opacity: 1
}

#map1_1 {
    top: 0;
    margin-left: -4.3%
}

#map1_2 {
    top: 5.5%;
    margin-left: -4.3%
}

#map1_3 {
    top: 11%;
    margin-left: -4.3%
}

#map1_4 {
    top: 16.5%;
    margin-left: -4.3%
}

#map1_5 {
    top: 21.9%;
    margin-left: -4.3%
}

#map1_6 {
    top: 27.4%;
    margin-left: -4.3%
}

#map2_1 {
    top: 36.7%;
    margin-left: -29.5%
}

#map2_2 {
    top: 36.7%;
    margin-left: -16.7%
}

#map2_3 {
    top: 36.7%;
    margin-left: -4.3%
}

#map2_4 {
    top: 36.7%;
    margin-left: 7.9%
}

#map2_5 {
    top: 36.7%;
    margin-left: 21%
}

#map2_6 {
    top: 41.3%;
    margin-left: -4.3%
}

#map2_7 {
    top: 41.3%;
    margin-left: 21%
}

#map3_1 {
    top: 51%;
    margin-left: -45%
}

#map3_2 {
    top: 57.5%;
    margin-left: -45%
}

#map3_3 {
    top: 62.5%;
    margin-left: -45%
}

#map3_4 {
    top: 67.3%;
    margin-left: -45%
}

#map3_5 {
    top: 72.3%;
    margin-left: -45%
}

#map3_6 {
    top: 51%;
    margin-left: -34.3%
}

#map3_7 {
    top: 55.5%;
    margin-left: -34.3%
}

#map3_8 {
    top: 60%;
    margin-left: -34.3%
}

#map3_9 {
    top: 64.7%;
    margin-left: -34.3%
}

#map3_10 {
    top: 51%;
    margin-left: -24.6%
}

#map3_11 {
    top: 55.5%;
    margin-left: -24.6%
}

#map4_1 {
    top: 51%;
    margin-left: -9.2%
}

#map4_2 {
    top: 51%;
    margin-left: .5%
}

#map4_3 {
    top: 55.5%;
    margin-left: .5%
}

#map5_1 {
    top: 51%;
    margin-left: 16.3%
}

#map5_2 {
    top: 55.5%;
    margin-left: 16.3%
}

#map5_3 {
    top: 60.2%;
    margin-left: 16.3%
}

#map5_4 {
    top: 65%;
    margin-left: 16.3%
}

#map5_5 {
    top: 51%;
    margin-left: 25.8%
}

#map5_6 {
    top: 55.5%;
    margin-left: 25.8%
}

#map5_7 {
    top: 60.2%;
    margin-left: 25.8%
}

#map5_8 {
    top: 65%;
    margin-left: 25.8%
}

#map6_1 {
    top: 79%;
    margin-left: -50%
}

#map6_2 {
    top: 83.5%;
    margin-left: -50%
}

#map6_3 {
    top: 79%;
    margin-left: -40.5%
}

#map6_4 {
    top: 83.5%;
    margin-left: -40.5%
}

#map7_1 {
    top: 62%;
    margin-left: -13.6%
}

#map7_2 {
    top: 67%;
    margin-left: -13.6%
}

#map7_3 {
    top: 73.6%;
    margin-left: -13.6%
}

#map7_4 {
    top: 62%;
    margin-left: -4.3%
}

#map7_5 {
    top: 67%;
    margin-left: -4.3%
}

#map8_1 {
    top: 72.5%;
    margin-left: 11.3%
}

#map8_2 {
    top: 77%;
    margin-left: 11.3%
}

#map8_3 {
    top: 82%;
    margin-left: 11.3%
}

#map8_4 {
    top: 88%;
    margin-left: 11.3%
}

#map8_5 {
    top: 93%;
    margin-left: 11.3%
}

#map8_6 {
    top: 72.5%;
    margin-left: 21%
}

#map8_7 {
    top: 93%;
    margin-left: 25.8%
}

#map9_1 {
    top: 81.5%;
    margin-left: -13.6%
}

#map9_2 {
    top: 88.2%;
    margin-left: -18.8%
}

#map9_3 {
    top: 88.2%;
    margin-left: -9.2%
}

#map9_4 {
    top: 94.8%;
    margin-left: -9.2%
}

#map10_1 {
    top: 29%;
    margin-left: -38.7%
}

#map10_2 {
    top: 36.7%;
    margin-left: -38.7%
}

#about_list {
    width: 100%;
    margin: 40px auto 0
}
.support-us {
    background: url(../images/support7_img.jpg) no-repeat top center;
    margin-bottom: 50px
}
.support-usbox {
    width: 100%;
    height: 600px;
    overflow: hidden
}
.subtitle_about {
    display: inline-block;
    color: #c28f48;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 3px solid #c28f48
}

.about_list_content {
    height: 570px
}

.about_list_content {
    border-top: 1px solid #c7c8c8
}

.about_list_content .about_list_foto,
.about_list_content .about_list_txt {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    float: left
}

.about_list_content .about_list_foto.about_list_scroll,
.about_list_content .about_list_txt.about_list_scroll {
    display: block
}

.about_list_content .about_list_foto.about_list_scroll .about_txt_content,
.about_list_content .about_list_txt.about_list_scroll .about_txt_content {
    padding: 5% 7%
}

.about_list_content ._foto {
    width: 100%;
    height: 100%
}

.about_list_txt {
    display: table
}

.about_list_txt .about_txt_content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7%
}

.about_list_txt span {
    display: block;
    margin: 15px 0 5px;
    line-height: 2;
}

.about_list_txt span.mb {
    margin-bottom: 30px
}

.about_list_txt ul li {
    position: relative;
    padding-left: 27px
}

.about_list_txt ul li p {
    display: inline-block;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0
}

.about_list_txt h3 {
    margin: 20px 0 10px
}

.about_list_txt dl {
    width: 100%;
    display: inline-block;
    margin: 5px 0 0
}

.about_list_txt dl dd,
.about_list_txt dl dt {
    float: left;
    margin-bottom: 5px
}

.about_list_txt dl dt {
    width: 5%;
    text-align: center;
    background: #e9e0d2
}

.about_list_txt dl dd {
    width: 95%;
    padding-left: .5%;
    box-sizing: border-box
}

.idea span,
.about_list_txt ul li {
    font-size: 15px
}

._aboutslick .dotecollection {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    display: inline-block;
    text-align: center;
    padding: 10px 0
}

._aboutslick .dotecollection li {
    display: inline-block;
    margin-left: 15px
}

._aboutslick .dotecollection li button {
    background: #FFF;
    border: 0;
    text-indent: -99999px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer
}

.f1 {
    background: url(../images/img_1_1.jpg) no-repeat center;
    background-size: cover
}

.f1_2_1 {
    background: url(../images/img_1_2_1.jpg) no-repeat center;
    background-size: cover
}

.f1_2_2 {
    background: url(../images/img_1_2_2.jpg) no-repeat center;
    background-size: cover
}

.f1_2_3 {
    background: url(../images/img_1_2_3.jpg) no-repeat center;
    background-size: cover
}

.f1_3_1 {
    background: url(../images/img_1_3_1.jpg) no-repeat center;
    background-size: cover
}

.f1_3_2 {
    background: url(../images/img_1_3_2.jpg) no-repeat center;
    background-size: cover
}

._mouseMove {
    width: 100%;
    border-top: 1px solid #c7c8c8;
    border-bottom: 1px solid #c7c8c8;
    position: relative;
    background: rgba(238, 234, 226, .6)
}

.founderImg {
    float: left
}

.title_year {
    background: #fff
}

.founder ._mouseMoveArea {
    position: absolute;
    left: 299px;
    right: 0;
    overflow: hidden;
    top: 0;
    height: 355px
}

.founder ._mouseMoveArea img {
    width: auto
}

.founder ._mouseMoveArea:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 178px;
    left: 10px;
    background: #c28f48
}

.bigyear ._mouseMoveArea {
    position: absolute;
    left: 130px;
    right: 0;
    overflow: hidden;
    top: 0;
    height: 658px;
    background: #6b645e
}

.bigyear ._mouseMoveArea img {
    width: auto
}

.century ._mouseMoveArea {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 502px;
    position: relative
}

.century ._mouseMoveArea img {
    width: auto
}

.century ._mouseMoveArea:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 64px;
    left: 1.2%;
    background: #c28f48
}

.century ._mouseMoveArea .arrow_g {
    top: 47px;
    left: 1%
}

.subtitle_century {
    background: url(../images/s_title.png) no-repeat left -376px;
    height: 20px;
    width: 173px;
    margin-left: 40px;
    margin-bottom: 20px
}

.MoveArea_content {
    position: absolute;
    left: 0;
    top: 0
}

.moveSec {
    float: left;
    position: relative
}

.arrow_g {
    position: absolute;
    width: 36px;
    height: 36px;
    left: -1px
}

.founder .moveSec {
    float: left;
    position: relative
}

.founder .moveSec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #c28f48
}

.founder .moveSec img:first-child {
    visibility: hidden
}

.founder .moveSec.bigyearimg img:first-child {
    visibility: visible
}

.founder .arrow_g {
    top: 160px
}

._secw {
    width: 660px
}

._secw2 {
    width: 400px
}

._secw3 {
    width: 930px
}

.founder_move_top {
    position: absolute;
    bottom: 50%;
    margin-bottom: 15px;
    left: 67px;
    z-index: 500
}

.founder_move_bottom {
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 67px;
    z-index: 500
}

.btn_move_l {
    position: absolute;
    width: 33%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    cursor: pointer
}

.btn_move_c {
    position: absolute;
    width: 33%;
    height: 100%;
    top: 0;
    left: 33%;
    right: 33% z-index: 500;
    cursor: pointer
}

.btn_move_r {
    position: absolute;
    width: 33%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 500;
    cursor: pointer
}

.MoveYearBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 13px
}

.MoveYearBtn ul {
    display: inline-block
}

.MoveYearBtn ul li {
    display: inline-block;
    padding: 5px;
    position: relative;
    cursor: pointer;
    color: #878787;
    transition: all .3s ease-Out
}

.MoveYearBtn ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 3px;
    background: #878787;
    top: 0;
    left: 50%;
    margin-left: -.5px
}

.MoveYearBtn ul li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    transition: all .3s ease-Out
}

.MoveYearBtn ul li.select,
.MoveYearBtn ul li:hover {
    color: #000
}

.MoveYearBtn ul li.select:after,
.MoveYearBtn ul li:hover:after {
    opacity: 1
}

._movemask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 800
}

.iconmouse {
    width: 125px;
    height: 126px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -63px
}

.micon_l,
.micon_r {
    position: absolute;
    width: 13px;
    height: 6px;
    top: 37px
}

.micon_l {
    left: 45px
}

.micon_r {
    left: 66px
}

#about_list.founder_1 {
    width: 900px;
    padding-bottom: 40px
}

.founder_l {
    width: 232px;
    float: left
}

.founder_l img {
    margin-bottom: 20px
}

.founder_r {
    float: right;
    width: 640px;
    line-height: 1.8
}

.founder_r span {
    display: block;
    margin-bottom: 25px
}

.tour {
    background: #d6eacf
}

.tour img {
    width: auto;
    display: block;
    margin: 0 auto
}

.map {
    width: 100%
}

.mapbox {
    width: 100%;
    height: 410px;
    overflow: hidden
}

._map1 {
    position: relative
}

._map1 .goolemap {
    position: absolute;
    width: auto;
    left: 50%;
    margin-left: -960px
}

.goolemapinfo {
    width: 260px;
    height: 104px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 500
}

.mapinfocontent {
    width: 1000px;
    margin: 0 auto
}

.mapinfobox {
    width: 50%;
    float: left;
    margin-bottom: 70px
}

.mapinfobox span {
    width: 85%
}

.download {
    border: 1px solid #d5d5d5;
    background: #eeeae2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px
}

.mapinfobox2 {
    width: 100%;
    margin-bottom: 70px
}

.mapinfobox2 span {}

.mapinfobox2 span.map_l {
    display: inline-block;
    width: 83%;
    padding-left: 1.5%
}

.infotxt h1 {
    font-size: 31px;
    color: #c28f48;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 19px;
    display: block;
    font-weight: 400
}

.infotxt h1:before {
    content: '';
    width: 76px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c28f48
}

.infotxt span {
    display: block;
}

.infotxt h3 {
    margin: 15px 0 5px;
    color: #c28f48
}

.infotxt h3 a {
    margin: 15px 0 5px;
    color: #c28f48;
    padding-bottom: 5px;
    border-bottom: 1px solid #c28f48;
    text-decoration: none;
    line-height: 100%;
    display: inline;
}

.mapinfo {
    width: 100%;
    color: #000;
    margin-bottom: 50px
}

.mapinfo ul {
    padding-left: 15px;
    width: 85%
}

.mapinfo ul li {
    line-height: 1.5;
    list-style: decimal;
    margin-bottom: 5px;
    box-sizing: border-box
}

.mapinfo dl {
    width: 100%;
    margin: 10px 0
}

.mapinfo dl dd,
.mapinfo dl dt {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

._map1 {
    margin-bottom: 50px
}

._map2 {
    background: url(../images/map2_img.jpg) no-repeat top center;
    margin-bottom: 50px
}

.infostitle {
    display: inline-block;
    float: left;
    background: #e9e0d2;
    padding: 0 3px;
    margin-right: 5px
}

.mapinfo2 {
    display: inline-block;
    float: left;
    width: 77%;
    padding-left: 3%
}

.mapinfo2 h4 {
    color: #c28f48;
    margin-bottom: 5px
}

.btn_download {
    color: #f9f4ec;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.btn_download a {
    padding: 16px 18px;
    border-radius: 4px;
    color: #f9f4ec;
    background: #c28f48;
    display: inline-block;
    transition: all .3s ease-Out
}

.btn_download a:hover {
    background: #e8ac59
}

.btn_download._map a span {
    background: url(../images/icon_download.png) no-repeat top left;
    padding-left: 18px;
    height: 20px;
    line-height: 20px
}

.btn_download._pdf a {
    padding: 10px 25px
}

.btn_download._pdf a span {
    background: url(../images/icon_pdf.png) no-repeat top left;
    padding-left: 30px;
    height: 28px;
    line-height: 28px
}

.btn_download._word {
    margin-left: 25px
}

.btn_download._word a {
    padding: 10px 25px
}

.btn_download._word a span {
    background: url(../images/icon_word.png) no-repeat top left;
    padding-left: 30px;
    height: 28px;
    line-height: 28px
}

.downloadtxt {
    display: inline-block;
    width: 300px;
    padding-left: 5px;
    vertical-align: middle
}

.topborder {
    border-top: 1px solid #c7c8c8
}

.infocontent {
    width: 970px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px
}

.infocontent .info_l {
    width: 216px;
    float: left;
    margin-top: 40px
}

.infocontent .info_r {
    width: 740px;
    padding-left: 40px;
    box-sizing: border-box;
    float: right;
    margin-top: 40px
}

.infocontent .info_r span {
    margin-bottom: 5px
}

.infocontent .info_r .mt {
    margin-top: 57px
}

.infocontent .info_r .mt2 {
    margin-top: 40px
}

.infocontent .info_r ul {
    padding-left: 15px
}

.infocontent .info_r ul li {
    list-style: decimal;
}

.infocontent .download {
    padding: 25px 50px;
    margin-top: 80px;
    position: relative;
    box-sizing: border-box
}

.serviceList {
    width: 100%;
    margin: 40px 0;
    overflow: hidden
}

.serviceList li {
    width: 300px;
    margin-left: 30px;
    float: left;
    box-sizing: border-box
}

.serviceList li:first-child {
    margin-left: 0
}

.serviceList li .colory {
    color: #c28f48;
    display: block
}

.downloadtitle {
    display: inline-block;
    vertical-align: middle
}

.serviceimg {
    width: 172px;
    position: absolute;
    right: 50px;
    bottom: -20px
}

.serch_info_content {
    width: 850px;
    margin: 0 auto
}

.serchList {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddede
}

.serchList h1 {
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400
}

.serchList span {
    display: block;
    margin-bottom: 30px
}

.serchList .btn_more {
    margin: 30px 0 0
}

.serch_tag {
    background: #c28f48;
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px
}

.serchtxt {
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 30px
}

.serchtxt span {
    color: #c28f48
}

#floor {
    width: 1110px;
    margin: 2% auto 0;
    position: relative;
    height: 950px
}

@media screen and (max-width:1150px) {
    #floor {
        width: 1000px
    }
}

.floorMap {
    width: 854px;
    float: left;
    position: relative
}

@media screen and (max-width:1150px) {
    .floorMap {
        width: 740px
    }
}

.floorMenu {
    width: 256px;
    float: right
}

.floorMenu .floorbox {
    width: 100%;
    min-height: 45px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px
}

.btn_floor {
    background-image: url(../images/s_title.png);
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%
}

#btn_3f>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -440px
}

#btn_3f>.btn_floor:hover,
#btn_3f>.btn_floor.select {
    background-position: left -825px
}

#btn_2f>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -511px
}

#btn_2f>.btn_floor:hover,
#btn_2f>.btn_floor.select {
    background-position: left -896px
}

#btn_1f>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -584px
}

#btn_1f>.btn_floor:hover,
#btn_1f>.btn_floor.select {
    background-position: left -968px
}

#btn_b1>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -662px
}

#btn_b1>.btn_floor:hover,
#btn_b1>.btn_floor.select {
    background-position: left -1045px
}

#btn_b2>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -742px
}

#btn_b2>.btn_floor:hover,
#btn_b2>.btn_floor.select {
    background-position: -1px -1125px
}

#btn_1fa>.btn_floor {
    background-repeat: no-repeat;
    background-position: left -1403px
}

#btn_1fa>.btn_floor:hover,
#btn_1fa>.btn_floor.select {
    background-position: -1px -1489px
}

.floorList {
    width: 94%;
    margin: 0 auto
}

.floorList li {
    padding: 5px;
    margin-top: 5px;
    position: relative;
    line-height: 1.5;
    font-size: 100%;
    cursor: pointer;
    transition: all .3s ease-Out
}

.floorList li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease-Out
}

.floorList li:hover,
.floorList li.select {
    background: #e7e8e8
}

.floorList li:hover:before,
.floorList li.select:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease-Out
}

.floorList .room_num,
.floorList .room_name span {
    font-size: 14px;
    display: block
}

.floorList .room_num {
    width: 40px;
    padding-left: 8px;
    float: left;
    box-sizing: border-box
}

.floorList .room_name {
    float: right;
    width: 175px
}

.btn_imgfloor {
    position: absolute
}

#_301b:hover:before,
#_301b.select:before {
    background: #d2cce6
}

#_302b:hover:before,
#_302b.select:before {
    background: #d2cce6
}

#_301c:hover:before,
#_301c.select:before {
    background: #00598e
}

#_302c:hover:before,
#_302c.select:before {
    background: #00598e
}

#_303c:hover:before,
#_303c.select:before {
    background: #FFF
}

#_304c:hover:before,
#_304c.select:before {
    background: #696289
}

#_301d:hover:before,
#_301d.select:before {
    background: #a7aaa8
}

#_302d:hover:before,
#_302d.select:before {
    background: #a7aaa8
}

#_201c:hover:before,
#_201c.select:before {
    background: #beccc9
}

#_202c:hover:before,
#_202c.select:before {
    background: #879e96
}

#_201d:hover:before,
#_201d.select:before {
    background: #937b70
}

#_202d:hover:before,
#_202d.select:before {
    background: #fff
}

#_101b:hover:before,
#_101b.select:before {
    background: #fff
}

#_100c:hover:before,
#_100c.select:before {
    background: #dcdcdd
}

#_101c:hover:before,
#_101c.select:before {
    background: #87001c
}

#_102c:hover:before,
#_102c.select:before {
    background: #e5a587
}

#_103c:hover:before,
#_103c.select:before {
    background: #fff
}

#_100d:hover:before,
#_100d.select:before {
    background: #e4ddd2
}

#_101d:hover:before,
#_101d.select:before {
    background: #dbccb6
}

#_102d:hover:before,
#_102d.select:before {
    background: #dbccb6
}

#_b201B:hover:before,
#_b201B.select:before {
    background: #d1cce5
}

.floorList li[id^=_w]:hover:before,
.floorList li[id^=_w].select:before {
    background: #f2981e
}

.ovrarea {
    opacity: 0;
    transition: all .3s ease-Out
}

.btn_imgfloor {
    position: absolute;
    cursor: pointer
}

.btn_imgfloor.select .ovrarea {
    opacity: 1
}

.ovr_301c_bg {
    position: absolute;
    right: -101%;
    top: 0;
    width: 100%
}

.ovr_301c_bg2 {
    visibility: hidden；
}

._floor {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%
}

.floorListBox {
    height: 0;
    overflow: hidden
}

#ovr_302d {
    width: 24.5%;
    top: 25.3%;
    left: 6.9%
}

@media screen and (max-width:1150px) {
    #ovr_302d {
        left: 6.8%;
        width: 24.6%;
        top: 25.3%
    }
}

.txt_302d {
    position: absolute;
    width: 55px;
    height: 16px;
    top: 42%;
    left: 35%
}

#ovr_301d {
    width: 15.25%;
    top: 47.4%;
    left: 9.32%
}

@media screen and (max-width:1150px) {
    #ovr_301d {
        left: 9.25%
    }
}

#ovr_302301c {
    width: 24.2%;
    top: 30.5%;
    left: 36.9%
}

.txt_301d {
    position: absolute;
    width: 50px;
    height: 17px;
    top: 43%;
    left: 29%
}

#ovr_301c {
    width: 11.9%;
    top: 30.5%;
    left: 49.15%
}

.txt_301c {
    position: absolute;
    width: 52px;
    height: 16px;
    top: 40%;
    left: 62%
}

#ovr_302c {
    width: 11.9%;
    top: 30.5%;
    left: 37%
}

.txt_302c {
    position: absolute;
    width: 56px;
    height: 16px;
    top: 40%;
    left: 14%
}

#ovr_304c {
    width: 11.68%;
    top: 69.7%;
    left: 49.75%
}

.txt_304c {
    position: absolute;
    width: 56px;
    height: 17px;
    top: 43%;
    left: 24%
}

#ovr_303c {
    width: 12.57%;
    top: 69.7%;
    left: 37.2%
}

.txt_303c {
    position: absolute;
    width: 56px;
    height: 17px;
    top: 43%;
    left: 25%
}

#ovr_301b {
    width: 14.1%;
    top: 33.2%;
    left: 64.5%
}

.txt_301b {
    position: absolute;
    width: 56px;
    height: 17px;
    top: 47%;
    left: 34%
}

#ovr_302b {
    width: 12.26%;
    top: 69.5%;
    left: 63.4%
}

.txt_302b {
    position: absolute;
    width: 56px;
    height: 17px;
    top: 40%;
    left: 20%
}

#ovr_201d {
    width: 14.45%;
    top: 44.55%;
    left: 6.65%
}

@media screen and (max-width:1150px) {
    #ovr_201d {
        top: 44.75%
    }
}

.txt_201d {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 51%;
    left: 29%
}

#ovr_202d {
    width: 26.84642438452521%;
    top: 26.7%;
    left: .5%
}

.txt_202d {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 36%;
    left: 42%
}

#ovr_201c {
    width: 11.38%;
    top: 31.77%;
    left: 45.55%
}

.txt_201c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 65%;
    left: 28.5%
}

#ovr_202c {
    width: 12%;
    top: 31.75%;
    left: 33.45%
}

.box_202c {
    position: absolute;
    background: #748f85;
    width: 50%;
    height: 51%;
    left: 100%;
    top: 0
}

.txt_202c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 38.5%;
    left: 30%
}

#ovr_b201B {
    width: 14.4%;
    top: 28.3%;
    left: 58.6%
}

.txt_b201B {
    position: absolute;
    width: 63px;
    height: 17px;
    top: 50%;
    left: 23.5%
}

#ovr_100c {
    width: 24.3%;
    top: 47.9%;
    left: 36.3%
}

.txt_100c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 55%;
    left: 28%
}

#ovr_100d {
    width: 16.33%;
    top: 43.45%;
    left: 18.6%
}

.txt_100d {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 70.5%;
    left: 10%
}

#ovr_101d {
    width: 13.59906213364596%;
    top: 40.9%;
    left: 10.5%
}

.txt_101d {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 52%;
    left: 25%
}

#ovr_102d {
    width: 28.01875732708089%;
    top: 24.7%;
    left: 6.4%
}

.txt_102d {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 40%;
    left: 28.5%
}

#ovr_101c {
    width: 13.48182883939039%;
    top: 29.79%;
    left: 47.2%
}

.txt_101c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 45%;
    left: 22%
}

#ovr_102c {
    width: 11.13716295427902%;
    top: 29.8%;
    left: 36%
}

.box_102c {
    position: absolute;
    background: #e5a587;
    width: 33%;
    height: 26%;
    left: 100%;
    top: 0
}

.txt_102c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 45%;
    left: 17%
}

#ovr_103c {
    width: 23.7%;
    top: 68.2%;
    left: 36.7%
}

.txt_103c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 48%;
    left: 32%
}

#ovr_101b {
    width: 9.63%;
    top: 32.3%;
    left: 63.5%
}

.txt_101b {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 43%;
    left: 24%
}

#ovr_w302 {
    width: 25.7%;
    top: 58.3%;
    left: 43.6%
}

.txt_w302 {
    position: absolute;
    width: 41px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w301 {
    width: 26.5%;
    top: 29.7%;
    left: 17%
}

.txt_w301 {
    position: absolute;
    width: 36px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w303 {
    width: 26.3%;
    top: 30%;
    left: 69.3%
}

.txt_w303 {
    position: absolute;
    width: 36px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w303 {
    width: 26.3%;
    top: 30%;
    left: 69.3%
}

.txt_w303 {
    position: absolute;
    width: 36px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_we {
    width: 7.73%;
    top: 30%;
    left: 69.2%
}

.txt_we {
    position: absolute;
    width: 13px;
    height: 17px;
    top: 27%;
    left: 39.5%
}

#ovr_wf {
    width: 7.5%;
    top: 30%;
    left: 36.1%
}

.txt_wf {
    position: absolute;
    width: 13px;
    height: 17px;
    top: 27%;
    left: 39.5%
}

#ovr_w201 {
    width: 21.4%;
    top: 30.3%;
    left: 21.7%
}

.txt_w201 {
    position: absolute;
    width: 33px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w203 {
    width: 21.5%;
    top: 30.5%;
    left: 69.5%
}

.txt_w203 {
    position: absolute;
    width: 40px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w202 {
    width: 22.4%;
    top: 63.5%;
    left: 45.1%
}

.txt_w202 {
    position: absolute;
    width: 40px;
    height: 17px;
    top: 43%;
    left: 39.5%
}

#ovr_w200b {
    width: 15;
    top: 60%;
    left: 39.2%
}

.txt_w200b {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 58%;
    left: 10%
}

#ovr_w200c {
    width: 10.2%;
    top: 58.5%;
    left: 63%
}

.txt_w200c {
    position: absolute;
    width: 55px;
    height: 17px;
    top: 58%;
    left: 30%
}

#ovr_w101 {
    width: 17.1%;
    top: 33.95%;
    left: 48%
}

.txt_w101 {
    position: absolute;
    width: 30px;
    height: 17px;
    top: 48%;
    left: 27%
}

#ovr_w102 {
    width: 18.8%;
    top: 39.7%;
    left: 80.7%
}

.txt_w102 {
    position: absolute;
    width: 34px;
    height: 17px;
    top: 48%;
    left: 40%
}

.comeingsoon {
    width: 100%;
    font-size: 30px;
    padding: 200px 0;
    text-align: center
}

.glossarycontent {
    margin-bottom: 10px
}

.glossarycontent>span {
    font-size: 15px;
    color: #c28f48;
    font-weight: 700;
    cursor: pointer
}

.gloslist {
    overflow: hidden;
    height: 0
}

.gloinner>a {
    color: #000
}

.gloinner>a:hover {
    text-decoration: underline
}

#text-table {
    margin: 5px !important;
    padding: 5px !important;
    border: 5px !important;
    border-color: #310001 !important;
    font-size: 100% !important;
    vertical-align: middle !important
}

#zoomfont {
    position: absolute;
    top: 59;
    right: 65px;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    font-size: 13px;
    color: #f3f4f4;
    text-align: right;
}

.zoom-button {
    font-weight: bold;
    padding: 3px;
    color: #000;
    border: solid 1px #ccc;
}

.zoom-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}

.zoom-disabled,
.zoom-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}

.remodal {
    padding: 20px;
}

.remodal-close {
    right: 0;
    left: initial;
}

.remodal-close:before {
    font-size: 32px;
    line-height: 40px;
    width: 40px;
}

.remodal h1 {
    font-size: 32px;
}

.remodal input {
    height: 60px;
    width: 480px;
    max-width: 100%;
    border: 1px solid #ababab;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif
}

.remodal button.remodal-confirm {
    background-color: #c28f48;
    font-size: 20px;
}

[class*=js-] {
    cursor: pointer;
}

.sidemenu {
    width: 460px;
    max-width: 70%;
}

.sidemenu>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sidemenu>ul>li>a {
    padding: 0 25px;
    line-height: 59px;
    font-size: 17px;
    font-weight: normal;
    color: #b9b9b9;
    box-sizing: border-box;
    display: block;
}

.sidemenu>ul>li.has_dropdown:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    height: 59px;
    width: 20px;
    background-image: url(../images/menu_icon.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sidemenu>ul>li.has_dropdown.open {
    background-color: #212121;
}

.sidemenu>ul>li.has_dropdown.open:after {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.sidemenu>ul>li.has_dropdown>ul {
    border-left: 1px solid rgba(255, 255, 255, .5);
    margin-left: 50px;
    margin-bottom: 25px;
}

.sidemenu>ul>li.has_dropdown>ul>li>a {
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 13px;
    padding-left: 25px;
    color: #b9b9b9;
}

.sidemenu>ul>li.has_dropdown>ul>li:last-child>a {
    padding-bottom: 0;
}

.sidemenu_dropdown {
    display: none;
}

.container-1370 {
    max-width: 1370px;
    width: 100%;
    margin: -30px auto;
    padding: 80px 0;
    display: table;
}

.container-1370.container-1370-last {
    padding-bottom: 160px;
}


/*.grid {
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
}*/

.grid-40 {
    width: 38%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.grid-20 {
    width: 24%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.grid-3 {
    width: 33.33%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.clearfix {
    clear: both;
}

.index_red_title {
    color: #cb5219;
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0;
}

.index_paragraph {
    font-size: 18px;
}

.index_content_menu {
    padding-left: 0;
    margin: 0;
}

.index_content_menu li {
    margin-bottom: 10px;
}

.index_content_menu li a {
    background-color: #747474;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.index_content_menu li a:after {
    content: '';
    background-image: url(../images/index_menu_right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 11px;
    height: 50px;
    top: 0;
    right: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.index_content_menu li a:hover {
    background-color: #f19824;
}

.index_content_menu li a:hover:after {
    background-image: url(../images/index_menu_right_hover.png);
}

.img-zoom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease;
    /* Safari and Chrome */
    -moz-transition: all .2s ease;
    /* Firefox */
    -ms-transition: all .2s ease;
    /* IE 9 */
    -o-transition: all .2s ease;
    /* Opera */
    transition: all .2s ease;
}

.img-zoom:hover {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.a_new {
    background-color: #eeeae2;
    min-height: 100px;
    padding: 10px 20px 10px 10px;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    /* Safari and Chrome */
    -moz-transition: all .2s ease;
    /* Firefox */
    -ms-transition: all .2s ease;
    /* IE 9 */
    -o-transition: all .2s ease;
    /* Opera */
    transition: all .2s ease;
}

.a_new.an_educate {
    min-height: 145px;
    padding: 10px 20px 10px 145px;
}

.a_new.an_art {
    padding: 0;
    display: table;
    width: 100%;
}

.news_left,
.news_right {
    display: table-cell;
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
}

.news_left {
    text-align: right;
    border-right: 3px solid #baac8c;
}

.news_right {
    border-left: 3px solid #baac8c;
}

.news_date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    color: rgba(255, 255, 255, .5);
    font-size: 21px;
    display: block;
    background-color: #baac8c;
    text-align: center;
    line-height: 20px;
}

.news_date span {
    font-size: 57px;
    color: #ffffff;
    display: block;
    line-height: 70px;
}

.news_image {
    width: 125px;
    height: 125px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.news_title {
    color: #000000;
    font-size: 31px;
    line-height: 40px;
}

.news_title.news_title_2 {
    font-size: 21px;
}

.news_deco {
    width: 76px;
    height: 3px;
    border-radius: 3px;
    background-color: #baac8c;
    margin: 20px 0;
}

.news_content {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.news_aurther {
    font-size: 17px;
    color: #000000;
}

.news_content_date {
    font-size: 17px;
    color: #000000;
    opacity: .5;
    margin-left: 20px;
}

.tag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #c28f48;
    color: #ffffff;
    font-size: 18px;
    min-width: 140px;
	max-width: 250px;
	padding-left: 9px;
	padding-right: 9px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.news_title.important {
    color: #900e1d;
}

.a_new:hover {
    background-color: #c28f48;
}

.a_new:hover .news_title,
.a_new:hover .news_content,
.a_new:hover .news_aurther,
.a_new:hover .news_content_date {
    color: #ffffff;
}

.a_new:hover .news_title.important {
    color: #900e1d;
}

.a_new:hover .tag {
    background-color: #ffffff;
    color: #c28f48;
}

.title_educate {
    width: 376px;
    height: 90px;
    background-image: url(../images/title010.png);
}

#news_2 .indnews .date {
    display: none;
}

#news_2 .indnews .indnewstxt {
    float: none;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

#news_2 .indnews .indnewstxt:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    background-color: #ef9d1d;
}

#news_1 .indnews .indnewstxt:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    background-color: #ef9d1d;
}

#news_1 .indnews .indnewsnew h1:after {
    content: url('../images/news_new.gif');
    width: 16px;
    height: 16px;
    position: absolute;
}

#news_1 .indnews .indnewstxt {
    float: none;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.indnew_list~.btn_more a {
    background: none;
    height: 32px;
}

.indnew_list~.btn_more a .btn_more_arr {
    background: url(../images/chevron-sign-to-right.png) no-repeat top left;
    width: 32px;
    height: 32px;
}

.indnew_list~.btn_more a:hover .btn_more_arr {
    background: url(../images/chevron-sign-to-right.png) no-repeat top left;
}


@media screen and (max-width:1520px) {
    .collectionList {
        width: 90%;
        margin: 0 5%;
    }

    .lb-collection {
        width: 90%;
        height: 95%;
        margin-left: 0;
        display: block;
    }

    .lightbox {
        left: 5%;
    }

    .lb-collection-foto {
        position: absolute;
        width: 100%;
    }

    .lb-collection-info {
        display: block;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        background: rgba(255,255,255,.8);
        overflow-y: auto;
    }
    #headercontent .content {
        height: 59px;
    }
    .mainmenu {
        display: none;
    }
    #menu_r {
        display: none;
    }
    #menu_m {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }
    ul.m_menu {
        margin-right: 20px;
        height: 60px;
    }
    ul.m_menu li {
        display: inline-block;
    }
    .search_m {
        display: block;
        height: 60px;
        width: 40px;
        background-image: url(../images/search_new.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu_m_btn {
        display: block;
        height: 60px;
        width: 40px;
        background-image: url(../images/menu_m_btn.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #footercontent .content {
        width: 100%;
    }
    #footercontent #footer_l {
        text-align: center;
        width: 100%;
        float: none;
    }
    #footercontent #footer_l .footer_link {
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }
    #footercontent #footer_l .copyright {
        display: block;
        text-align: center;
    }
    #footercontent #footer_l .copyright img {
    margin: 10px auto;
    float: none;
    }
    #footercontent #footer_r {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .container-1370 {
        padding-bottom: 0;
    }
    .grid {
        display: inline-block;
        float: left;
    }
    .grid-40,
    .grid-3 {
        width: 50%;
    }
    .grid-20 {
        display: none;
    }
    .indnew_list {
        padding-bottom: 70px;
    }
    .btn_more {
        bottom: 30px;
    }
    .about_list_content .about_list_foto,
    .about_list_content .about_list_txt {
        width: 100%;
    }
    #about_list.founder_1 {
        width: 100%;
    }
    .founder_l {
        width: 232px;
        float: none;
        margin: 0 auto;
    }
    .founder_r {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .founderImg {
        float: none;
        margin: 0 auto;
        width: 299px;
        padding-bottom: 355px;
    }
    .founder ._mouseMoveArea {
        left: 0;
        top: 355px;
    }
    ._movemask {
        display: none;
    }
    .infocontent {
        width: 100%;
        /*text-align: center;*/
    }
    .infocontent .info_l {
        float: none;
        margin: 0 auto;
    }
    .infocontent .info_r {
        width: 80%;
        padding-left: 0;
        float: none;
        margin: 40px auto;
    }
    .serviceList {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .serviceList li {
        width: 100%;
        margin: 0 0 30px;
    }
    .serviceList li:first-child {
        margin-left: 15px;
    }
    .btn_download {
        margin-bottom: 10px;
        display: block;
        z-index: 10;
    }
    .btn_download._word {
        margin-left: 0;
    }
    .serviceimg {
        right: 10px;
        z-index: 0;
    }
    .btn_download._word a span,
    .btn_download._pdf a span {
        height: auto;
    }
    #floor {
        width: 100%;
        height: auto;
    }
    .floorMap {
        width: 100%;
        clear: both;
        float: none;
        margin: 0 auto;
        /*height: 820px;*/
    }
    ._floor {
        position: relative;
    }
    .floorMenu {
        clear: both;
        margin: 20px auto;
        float: none;
    }
    .art_arti {
        width: 100%;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .btn_arti_back a {
        width: 80%;
    }
    .mapinfocontent {
        width: 100%;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .downloadtxt {
        width: auto;
    }
    .tour img {
        width: 100%;
    }
    .permanent .permanent_list .slide_list {
        width: 100%;
    }
    .exhi_l,
    .exhi_r {
        display: inline-block;
        width: 50%;
    }
    .permanent .exhi_l img,
    .permanent .exhi_r img {
        width: 100%;
    }
    .permanent .exhi_txt_content {
        padding-bottom: 50px;
    }
    .art_list {
        width: 100%;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .art_info {
        width: 100%;
    }
    .art_list ul li {
        display: block;
    }
    .art_list ul li .art_foto,
    .art_list ul li .art_info {
        float: none !important;
        margin: 0 auto 20px;
    }
    .art_list ul li .art_info {
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .art_list .btn_more {
        position: static;
        margin-top: 20px;
    }
    .special .slide_list {
        width: 100%;
    }
    .special .slide_list .btn_more {
        bottom: -50px;
    }
    .special .slide_list .exhi_content {
        padding-bottom: 50px;
    }
    .grid-sizer {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .grid-sizer {
        width: 100%;
    }
    .artlist_sccroll {
        width: 100% !important;
    }
    .slide_list._big {
        width: 100%;
    }
    ._big .slide_Box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .artarti table {
        width: 100% !important;
    }

    .pagecontent .inner {
        margin-top: 240px;
    }
    .grid-40,
    .grid-3 {
        width: 100%;
    }
    #footercontent #footer_l .footer_link li {
        float: none;
        padding-left: 0;
        margin-left: 0;
        padding-right: 10px;
        margin-right: 5px;
        border-right: 1px solid #fff;
        border-left: none;
        display: inline-block;
    }
    #footercontent #footer_l .copyright {
        margin: 0;
    }
    .about_list_content {
        height: auto;
    }
    .about_list_content ._foto {
        height: 250px;
    }
    .about_list_txt .about_txt_content {
        padding: 7%;
    }
    .mapinfobox {
        width: 100%;
    }
    .mapinfo dl dd,
    .mapinfo dl dt {
        width: 100%;
    }
    .mapbox {
        height: 250px;
        background-size: cover;
    }
    .exhi_l,
    .exhi_r {
        width: 100%;
    }
    .a_new {
        padding: 50px 20px 20px 20px;
    }
    .news_date {
        width: 150px;
        height: 33px;
        display: inline-block;
        line-height: 33px;
    }
    .news_date span {
        color: rgba(255, 255, 255, .5);
        font-size: 21px;
        line-height: 33px;
        display: inline-block;
    }
    .news_title {
        font-size: 21px;
        line-height: 32px;
    }
    .a_new.an_educate {
        padding: 145px 20px 20px 20px;
    }
    .news_left,
    .news_right {
        display: block;
        width: 100%;
    }
    .news_left {
        border-right: none;
        border-bottom: 3px solid #baac8c;
        text-align: left;
    }
    .news_right {
        border-left: none;
        border-top: 3px solid #baac8c;
    }
    #pageSubMenu li {
        width: 100% !important;
        display: block;
        float: none;
    }
    .tag {
        top: 0px;
        right: 0;
    }
    .collectionList {
        width: 90%;
        margin: 0 5%;
    }
    .grid-sizer {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .indnews .date,
    .indnews .indnewstxt {
        width: 100%;
    }
    .title_origin {
        width: 100%;
    }
    .page-all-title.title_origin,
    .page-all-title.title_idea,
    .page-all-title.title_construct,
    .page-all-title.title_info,
    .page-all-title.title_service,
    .page-all-title.title_needknow,
    .page-all-title.title_floor,
    .page-all-title.title_map,
    .page-all-title.title_art,
    .page-all-title.title_news {
        background-size: 890px;
    }
    .page-all-title.title_educate {
        background-size: 320px;
    }
    .title_idea {
        background-position: left -230px;
    }
    .title_construct {
        background-position: left -348px;
    }
    .title_info {
        background-position: left -582px;
    }
    .title_service {
        background-position: left -938px;
    }
    .title_needknow {
        background-position: left -700px;
    }
    .title_floor {
        background-position: left -818px;
    }
    .title_map {
        background-position: left -1055px;
    }
    .title_art {
        background-position: left -1292px;
    }
    .title_news {
        background-position: left -1535px;
    }
    .about_list_content ._foto {
        height: 210px;
    }
}

.artarti table {
	border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #c8c8c8 ;
    width: auto ;
}

.artarti table td {
	padding: 5px;
	border: 1px solid #c8c8c8 ;
}

.artarti img {
	max-width: 100%;
	height: auto !important;
}

.artarti a {
	display: inline;
}

.tableWithoutBorderSpace {
	padding: 0px !important;
	border: 0px solid #c8c8c8 !important;
	border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: auto !important;
	height: auto !important;
}

.tableWithoutBorderSpace td {
	padding: 0px !important;
	border: 0px solid #c8c8c8 !important;
	border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: auto !important;
	height: auto !important;
}

.page_Num .numList a {
    font-size: 13px;
    color: #cbcccc;
    display: inline-block;
    margin-left: 8px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #f3f4f4;
    box-sizing: border-box;
    transition: all .3s ease-Out;
}
.page_Num .numList a.select,
.page_Num .numList a:hover {
    border: 1px solid #cbcccc;
    box-sizing: border-box
}
