@import url(http://fonts.font.im/css?family=Open+Sans);
@import url(hamburgers.css);
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu,
article,
pre,
xmp,
plaintext,
listing {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

p,
ul,
li {
  list-style: none
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

body {
  background: #fff;
  color: #999999;
  font: 200 12px/1.8 Tahoma, "Noto Sans SC", "Lucida Grande", Verdana, STXihei, hei;
  font-size: 14px;
  overflow: hidden;
}

input,
select,
textarea,
button {
  font: 200 12px/1.8 Tahoma, "Noto Sans SC", "Lucida Grande", Verdana, STXihei, hei;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px
}

::-webkit-scrollbar-button {
  height: 10px;
  width: 10px
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .1);
  min-height: 28px;
  padding-top: 100;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, .05)
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, .05)
}

a,
a:visited {
  text-decoration: none;
  -webkit-touch-callout: none;
  color: #2f2f2f;
  cursor: pointer;
}

a:hover {
  color: #000;
}

li,
a,
button {
  transition: all 0.3s;
}

.blue {
  color: #4676bd;
}

.blue a,
.blue a:visited {
  color: #4676bd;
}

.black {
  color: #000;
}

.black a,
.black a:visited {
  color: #000;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

i {
  display: inline-block;
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

h1 {
  font: 600 1.286em/2 Tahoma;
}

.pd10 {
  padding: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mtb15 {
  margin: 15px 0 !important;
}

.mtb10 {
  margin: 10px 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mtb21 {
  margin: 21px 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.plr10 {
  padding: 0 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl56 {
  padding-left: 4.7em;
}

.pl110 {
  padding-left: 110px !important;
}

.pt80 {
  padding-top: 80px;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt46 {
  padding-top: 46px;
}

.bb0 {
  border-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.bt0 {
  border-top: 0 !important;
}

.border0 {
  border: 0px hidden !important;
}

.bgblack {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.fs20 {
  font-size: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bg {
  width: 100%;
  height: 100%;
  background: #fff;
}

.widget {
  max-width: 1500px;
  margin: auto;
}

.h130 {
  height: 130px;
}

.f-l-t-fs {
  display: flex;
  align-items: top;
  justify-content: flex-start;
}

.f-l-t-sp {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.f-l-c-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-l-c-fs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* 公共图片样式 */
.gallerylist {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin-left: -50px;
}

.gallerylist .lastC {
  flex-grow: 999999999;
}

.gallerylist>div {
  flex-grow: 1;
  margin: auto 50px;
  background-color: #fff;
  min-width: 15%;
  max-width: 50%;
  min-height: 300px;
  overflow: hidden;
}

.gallerylist .listtxt {
  min-height: 150px;
  width: 100%;
  background-color: #fff;
}

.gallerylist .listtxt .title {
  padding: 20px 0 10px;
}

.gallerylist .listtxt .describe {
  line-height: 28px;
  color: #999 !important;
}

.gallerylist .listtxt .title {
  color: #2f2f2f;
  font-size: 1.0rem;
}

.gallerylist img {
  display: none;
  max-height: 350px;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}

/* 欢迎页 */
.bg_welcome {
  padding: 60px 100px;
  background: #000;
  letter-spacing: 1px;
  display: none;
}

.welcome {
  width: 620px;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}

.welcome .welcome_logo {
  width: 180px;
  height: 100px;
  background: url(enter_logo.png) no-repeat;
  margin: 0px auto 20px;
  background-size: 100%;
}
.w_bg_input {
  margin: 28px auto;
  border: 1px solid #898a89;
  width: 560px;
}

.w_bg_input input,
.w_bg_input button {
  color: #8a8a8a;
  background: #000;
  border: none;
  font-size: 1.2rem;
}

.w_bg_input input {
  width: 380px;
  text-align: center;
  height: 70px;
  background-color: #1a1a1a;
}

.w_bg_input button {
  width: 180px;
  height: 70px;
  border-left: 1px solid #808080;
  cursor: pointer;
}

button:hover {
  background-color: #fff;
}

.welcome .blue {
  border-bottom: 1px solid #4676bd;
}

/* 主页 */
.hamburger {
  display: none;
  position: fixed;
  padding: 0;
  height: 24px;
  z-index: 1000;
  right: 8%;
  top: 30px;
}

.hamburger-box {
  width: 30px;
  height: 24px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #262626;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background: #262626;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.warp-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  z-index: 999;
  overflow-y: auto;
}

.ovh-f {
  overflow: hidden;
}

.nav-right {
  padding: 4%;
  padding-top: 50px;
}

.nav-right ul>li {
  padding: 10px 0;
  border-bottom: 1px dotted #e5e5e5;
}

.nav-right ul>li>a {
  font-weight: bold;
  font-size: 2rem;
}

.nav-right .inner {
  padding: 15px 0;
  display: block;
  font-size: 1.5rem;
}

.nav-right .inner a {
  color: #9a9a9a;
  padding-right: 3%;
}

.nav-right .inner a:hover {
  color: #b61d24;
}

.wrap_telphone {
  font-size: 1.4rem;
  margin-top: 20px;
  background: url(icon_wrap_telphone.png) left center no-repeat;
  padding-left: 40px;
}

.wrap_email {
  font-size: 1.4rem;
  margin-top: 0;
  background: url(icon_wrap_email.png) left center no-repeat;
  padding-left: 40px;
}

.fixedTop {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 120px;
  top: 0;
  background: #fff;
}

.fixedTop .widget {
  position: relative;
}

.fixedTop .language {
  position: absolute;
  top: 10px;
  right: 0;
}

.fixedTop .language a {
  margin-left: 25px;
}

.fixedTop .logo {
  float: left;
  background: url(logo.png) no-repeat center;
  width: 130px;
  height: 120px;
}

.fixedTop .bg_nav {
  float: right;
}

.fixedTop .bg_nav .nav {
  display: flex;
}

.fixedTop .bg_nav .nav li {
  padding: 45px 0 0 30px;
  font-size: 0.9rem;
}

.fixedTop .bg_nav .nav li a {
  color: #999;
}

.fixedTop .bg_nav .nav li.actived a {
  color: #2f2f2f !important;
}

.fixedTop .bg_nav .nav li a:hover {
  color: #2f2f2f;
}

.middle {
  clear: both;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner {
  height: 600px;
  position: relative;
  background-color: #f1f1f1;
  color: #fff;
}

.banner .main_text,
.banner .des_text {
  position: absolute;
  z-index: 1;
}

.banner .main_text {
  font-size: 3em;
  font-weight: bold;
  left: 3vw;
  top: 5vw;
}

.banner .des_text {
  left: 3vw;
  bottom: 5vw;
}

.banner .des_text .des1 {
  padding-top: 20px;
  font-size: 2.5em;
  font-weight: bold;
}
.banner ul li img {
  width: 100%;
  height: 600px;
}

.newslist {
  overflow: hidden;
}

.newslist ul li {
  width: 33.3%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}

.newslist ul li>div>div {
  padding-left: 30px;
  max-width: 225px;
}

.newslist ul li>div .title {
  font-size: 1.0em;
  padding-bottom: 30px;
  overflow: hidden;
  max-width: 200px;
}
.newslist ul li>div a img{
  max-width: 190px;
}

.artlist {
  margin-top: 80px;
  clear: both;
  background: #eaeaea;
  padding: 120px 0 80px;
}

.flickity-prev-next-button {
  top: -60px !important;
}

.AItem {
  width: 450px;
  display: block;
}

.AItem>img {
  max-width: 430px;
  max-height: 430px;
  margin-bottom: 42px;
}

.AItem>div .title {
  font-size: 1.0rem;
  color: #2f2f2f;
}

.AItem>div .des {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #999999;
}

.quarterlyItem {
  float: left;
  width: 32% !important;
  margin-right: 3% !important;
  min-height: 300px;
  border-right: 1px solid hsla(0, 0%, 100%, .3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.foot {
  margin-top: 80px;
  padding: 80px 0;
  overflow: hidden;
  border-top: 1px solid #acacac;
}

.foot .footLeft {
  float: left;
}

.foot .footLeft .companydes span {
  padding-left: 15px;
  padding-right: 30px;
}

.foot .footLeft .copyright {
  padding-bottom: 20px;
}

.foot .footRight {
  float: right;
}

.foot .footRight  .linkshare{
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.goTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
}

.goTop>a {
  display: block;
  width: 53px;
  height: 53px;
  cursor: pointer;
}

.goTop>a:hover {
  opacity: 0.5;
}

.btn_go_top {
  background: url(btn_go_top.jpg) no-repeat;
}

.btn_go_bottom {
  display: none !important;
  margin-top: 10px;
  background: url(btn_go_bottom.jpg) no-repeat;
}

.leg_title {
  margin: 50px 0;
  border-width: 1px 0 0;
  border-color: #e5e5e5;
  color: #4c4c4c;
  font-size: 1.1rem;
}

.leg_title legend {
  padding-right: 10px;
}


/* H5自适应 */
@media (max-width: 960px) {
  body::-webkit-scrollbar {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .bg_nav {
    display: none;
  }

  .new_exhibition {
    display: block;
  }

  .new_exhibition_img img {
    width: 100%;
  }

  .new_exhibition_article {
    clear: both;
  }

  .quarterlyItem {
    width: 80% !important;
    height: 300px;
    overflow: hidden;
  }
}

/* 内页 */
.cBar {
  clear: both;
}

.c_nav {
  padding-top: 40px;
  clear: both;
  overflow: hidden;
}

.c_nav ul {
  float: right;
}

.c_nav ul li {
  display: inline-block;
  padding: 10px;
}

.c_nav ul li a,
.c_nav ul li a:visited {
  color: #999;
}

.c_nav ul li a:hover {
  color: #4c4c4c;
}

.c_title {
  margin: 10px 0 50px 0;
  border-width: 1px 0 0;
  border-color: #e5e5e5;
  color: #4c4c4c;
  font-size: 1.1rem;
}

.c_title legend {
  padding-right: 10px;
}

.exhibitionlist .gallerylist>div {
  padding-top: 80px;
}

.exhibitionlist .describe {
  min-height: 100px;
  padding-bottom: 20px;
  max-height: 100px;
  overflow: hidden;
}

/* 展览详情 */
.vhref a {
  color: #999999;
}

.vhref a:hover {
  color: #2f2f2f;
}

.vtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vhref a {
  margin-left: 30px;
}

.vtop .vhref a {
  margin-top: 20px;
}

.v_section {
  clear: both;
  min-height: 200px;
}

.fixed_vtop {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 120px;
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.fixed_vtop>.widget {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed_vtop>.widget>p {
  font-size: 1.1rem;
  color: #2f2f2f;
}

.vtitle {
  padding-top: 100px;
}

.vtitle .name {
  font-size: 1.3733rem;
  color: #2f2f2f;
  font-weight: 400;
}

.vtitle .describe {
  font-size: 1rem;
  padding-top: 20px;
}

.vtitle .describe span {
  padding-right: 20px;
}

#v_overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v_overview_describe {
  font-size: 1.1rem;
  max-width: 740px;
  max-width: 48%;
  color: #2f2f2f;
  line-height: 36px;
}

.v_overview_describe>p {
  padding-bottom: 40px;
}

.loadNews {
  padding-top: 50px;
}

.v_overview_vpic {
  text-align: center;
}

.v_overview_vpic>p {
  font-style: italic;
  color: #2f2f2f;
}

.v_works_list .v_works_list_box {
  width: 33%;
}

.v_works_list_box a {
  text-align: center;
}

.v_works_list_box .listtxt {
  padding-top: 10px;
}

.v_works_list_box .listtxt .title {
  font-size: 1.24rem;
}

.v_works_list_box a img {
  width: 100%;
}

.view_more {
  padding: 50px 0;
  text-align: center;
}

.view_more a {
  font-weight: bold;
  border: 1px solid #cccccc;
  padding: 8px 30px;
  margin: auto;
}

.view_more a:hover {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

.scenepics {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scenepics .scenelist {
  width: 45%;
  height: 400px;
  overflow: hidden;
}

.scenepics .scenelist img {
  width: 100%;
}

#v_video {
  overflow: hidden;
}

#v_video .v_videolist {
  width: 100%;
  overflow: hidden;
}

#v_video .v_videolist .v_listimg img {
  width: 100%;
}

#v_video .f-l-c-sp .v_videolist {
  width: 46%;
  padding: 50px 0;
}

.v_listtxt .title {
  padding-top: 10px;
  font-size: 1.1rem;
  color: #2f2f2f;
}

.one_img_box {
  max-width: 600px;
}

.one_img_box img {
  width: 100%;
  min-width: 500px;
  margin-bottom: 50px;
}

.one_text_box {
  width: 830px;
}

.one_text_box .title {
  font-size: 1.2rem;
}

.one_text_box .describe {
  padding-top: 30px;
  padding-bottom: 50px;
}

.one_text_box2 {
  color: #2f2f2f;
  width: 50%;
  padding-right: 90px;
  box-sizing: border-box;
  line-height: 2.2;
}

.one_text_box2 p {
  padding-bottom: 28px;

}

.one_img_box2 {
  width: 50%;
}

.one_img_box2 img {
  width: 100%;
}

.v_article_newslist {
  padding-top: 100px;
}

/* 展览作品详情 */
.works_detail_text {
  max-width: 720px;
}

.works_detail_text .title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2f2f2f;
}

.works_detail_text .work_name {
  font-size: 1.1rem;
  padding-top: 10px;
}

.works_detail_text .work_other {
  line-height: 2.2;
}

.works_detail_text .work_describe {
  padding-top: 50px;
}

.work_sales_state{
  padding-top: 20px;
}
.work_sales_state a{
  margin-right: 20px;
}
.work_sales_state a i{
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.available i{
  background-color: green;
}
.sold i{
  background-color: red;
}
.subscriptInfo{
  padding: 8px 20px;
  background-color: #2f2f2f;
  color: #fff!important;
}

.focusonArtist{
  padding-top: 30px;
}
.subscriptArtist{
  padding: 8px 20px;
  background-color: #2f2f2f;
  color: #fff!important;
}

.viewMoreWorks{
  padding-top: 30px;
}
.subscriptexhibition{
  padding: 8px 20px;
  background-color: #2f2f2f;
  color: #fff!important;
}
.showActivities{
  padding: 8px 20px;
  background-color: #2f2f2f;
  color: #fff!important;
}

.works_detail_text .pic_more {
  padding-top: 60px;
}

.works_detail_text .pic_list {
  display: flex;
  align-items: flex-start;
  justify-items: center;
}

.works_detail_text .pic_list img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-top: 20px;
}

.works_detail_pics {
  width: 800px;
  height: 800px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.works_detail_pics .big_pics_img {
  max-width: 800px;
  max-height: 800px;
  min-width: 600px;
  min-height: 600px;
}

.works_detail_relative {
  position: relative;
}

.a_left,
.a_right {
  text-indent: -9999px;
  opacity: 0.5;
  width: 80px;
  height: 100vh;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("a_left.jpg") no-repeat center;
}

.a_right {
  left: auto;
  right: 0;
  background: url("a_right.jpg") no-repeat center;
}

.a_left:hover,
.a_right:hover {
  opacity: 1;
}

/* 展览文章详情 */
.v_content {
  width: 980px;
  padding-top: 100px;
  color: #2f2f2f;
}

.v_content{
  max-width: 980px;
}

.picshowbox_pic {
  width: 980px;
}

.picshowbox_describe {
  text-align: right;
  padding: 20px 0;
}

.v_content_detail {
  font-size: 1.2133rem;
  line-height: 2.5;
}

.v_sideNews {
  width: 460px;
  padding-top: 100px;
  overflow: hidden;
}

.v_sideNews_title {
  padding-bottom: 35px;
  font-size: 1.1rem;
  color: #2f2f2f;
}

.v_sideNews_list {
  line-height: 36px;
}

.borderline {
  width: 100%;
  height: 0;
  border-top: 1px solid #acacac;
  margin: 50px 0;
}

.artistlist .gallerylist>div {
  padding-top: 80px;
}

.archives_part {
  width: 50%;
  box-sizing: border-box;
  padding-left: 140px;
  background-color: #ebebeb;
  height: 656px;
  overflow: hidden;
}

.archives_part_name {
  padding-top: 100px;
}

.archives_part_describe {
  width: 480px;
}

.btm_line1 {
  width: 30px;
  height: 0px;
  border-top: 5px solid #2f2f2f;
  margin: 30px 0;
}

.archives_part_news {
  padding-top: 60px;
  line-height: 28px;
}

.archives_part_news a:hover {
  color:#8a8989;
}

.archives_part_news_more {
  padding-top: 60px;
}

.archives_part_news_more a{
	color:#8a8989!important;
}

.detial_archives_newslist {
  padding-top: 100px;
}

.view_all {
  padding: 50px 0;
  text-align: center;
}

.view_all a {
  font-weight: bold;
  border: 1px solid #cccccc;
  padding: 8px 30px;
  margin: auto;
}

.view_all a:hover {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

/* 线上展厅 */
.onlinelist .gallerylist>div {
  padding-top: 50px;
}

.onlinelist .gallerylist>div .describe {
  height: 70px;
  overflow: hidden;
}

.one_preface_text,
.one_preface_bg {
  width: 50%;
  height: 600px;
  overflow: hidden;
}

.one_preface_text {
  background-color: #d9d9d9;
  text-align: center;
  padding-bottom: 20px;
}

.one_preface_text .title {
  padding-top: 250px;
  font-size: 1.1rem;
  color: #2f2f2f;
}

.preface_about {
  padding-top: 60px;
  color: #2f2f2f;
}

.preface_about p {
  padding-bottom: 40px;
}

.class_overview_text {
  font-size: 1.2133rem;
  max-width: 740px;
  color: #2f2f2f;
  line-height: 36px;
  padding-top: 100px;
}

.class_name {
  font-size: 1.3733rem;
  font-weight: 400;
}

.class_name_describe {
  color: #acacac;
}

.class_describe {
  padding-top: 50px;
}

.news_newslist .gallerylist>div {
  padding-top: 50px;
}

.publications_top {
  padding: 0 120px;
}

.publications_top_text_box {
  width: 600px;
  color: #2f2f2f;
}

.publications_top_img_box {
  max-width: 600px;
}

.publications_top_text_box .title {
  font-size: 1.3rem;
  border-bottom: 1px solid #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.publications_top_text_box .describe {
  line-height: 2.4;
}

.publications_top_text_box .readmore {
  padding-top: 80px;
}

.publications_worklist {
  padding-top: 140px;
}

.publications_worklist .gallerylist img {
  max-height: 450px;
}

.publications_detail_worklist{
  margin-top: 100px;
  background-color: #efefef;
  padding: 50px;
  
}

.publications_detail_worklist .list{
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.publications_detail_worklist .list-img{
  white-space: nowrap;
  display: inline-block;
  padding: 0 50px;
}

.publications_detail_worklist .list-img img{
  height: 400px;
}

.publications_detail_worklist .gallerylist img {
  max-height: 450px;
}

.about_content {
  color: #2f2f2f;
}

.about_content p {
  line-height: 2.2;
  padding-bottom: 28px;
}

.about_more {
  padding: 50px 0;
  text-align: center;
}

.about_more a {
  font-weight: bold;
  border: 1px solid #cccccc;
  padding: 8px 30px;
  margin: auto;
}

.about_more a:hover {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

.founder_img img {
  width: 446px;
}

.founder_img_content {
  width: 840px;
  padding-left: 120px;
  color: #2f2f2f;
}

.founder_img_content_title {
  font-size: 1.32rem;
  padding-bottom: 40px;
}

.founder_img_content_describe p {
  padding-bottom: 28px;
  font-size: 1.0rem;
  line-height: 2.0;
}

.history_part {
  position: relative;
  width: 1080px;
  margin: auto;
}

.history_part .yearbar {
  position: absolute;
  top: 140px;
  line-height: 48px;
}

.history_part .yearbar.fixed {
  position: fixed;
}

.history_part .yearbar>ul li.actived {
  font-size: 1.32rem;
  color: #2f2f2f;
}

.history_part .historylist {
  padding-left: 120px;
  margin-top: 140px;
  color: #2f2f2f;
}

.history_part .historylist>ul {
  padding-left: 60px;
  background: url(bg_historylist_ul.jpg) repeat-y;
}

.history_part .historylist>ul li {
  padding-bottom: 50px;
  position: relative;
  min-height: 50px;
}

.history_part .historylist>ul li .dot {
  width: 6px;
  height: 4px;
  background: url(bg_dot.jpg) no-repeat;
  position: absolute;
  left: -60px;
  top: 10px;
}

.history_part .historylist>ul li .date {
  font-size: 1.24rem;
}

.showmore {
  border: 1px solid #cccccc;
  padding: 8px 30px;
}

.showmore:hover {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

.contact_title {
  font-size: 1.6rem;
  color: #2f2f2f;
  padding-bottom: 40px;
}

.one_form_box {
  color: #2f2f2f;
  width: 50%;
  padding-right: 90px;
  box-sizing: border-box;
  line-height: 2.8;
  padding-top: 50px;
}

.form_fl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.0rem;
  padding-bottom: 10px;
}

.form_fl>span {
  width: 85px;
}

.form_fl>div {
  width: 580px;
}

.form_fl>div input {
  border: 1px solid #2f2f2f;
  width: 100%;
  min-height: 40px;
}

.form_fl>div textarea {
  width: 100%;
  min-height: 130px;
  border: 1px solid #2f2f2f;
}

.form_fl_submit {
  border: 1px solid #2f2f2f;
  padding: 8px 50px;
  background-color: #fff;
  font-weight: bold;
  margin-top: 30px;
}

.form_fl_submit:hover {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

.apartment_name {
  font-size: 1.24rem;
  color: #808080;
}

.makeToVisited {
  padding-top: 50px;
}

.makeToVisited a {
  font-weight: bold;
  display: inline-block;
  padding-right: 40px;
  font-size: 1.24rem;
  background: url(icon_visited.png) no-repeat right center;
}

.show_dailog_visited {
  width: 900px;
  height: 90vh;
  padding: 30px;
  display: none;
}

.show_dailog_box {
  padding: 50px;
  max-width: 900px;
  background-color: #fff;
  color: #2f2f2f;
}

.logo_en_article {
  text-align: center;
}

.exhibitioninfo {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}

.show_dailog_process {
  margin: 30px 0;
  padding: 30px 50px;
  border: 1px solid #b2b2b2;
}

.show_dailog_title {
  font-size: 1.1rem;
}

.show_dailog_title .brage {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #000;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.show_dailog_content {
  margin-top: 30px;
  display: none;
}

.btm_submit {
  display: none;
  padding-top: 20px;
}

.btm_submit a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #000;
  color: #fff;
}

.btm_submit a:hover {
  background-color: #ccc;
  color: #000;
}

.visited_process1 {
  display: block;
}

.visited_userinfoform>.f-l-c-fs {
  padding-bottom: 15px;
}

.visited_userinfoform .f-l-c-fs>span {
  width: 120px;
}

.visited_userinfoform .f-l-c-fs>div {
  width: 660px;
}

.visited_userinfoform .f-l-c-fs input {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  text-indent: 20px;
}

.visited_confirminfo {
  width: 600px;
  margin: auto;
}

.visited_confirminfo .time {
  font-size: 1.32rem;
}

.i_location {
  float: left;
  margin-top: 3px;
  margin-left: -25px;
}

.visited_confirminfo .choose {
  padding: 20px 0 10px 0;
}

.visited_confirminfo .choose a {
  text-decoration: underline;
  margin: 0 20px 0 0;
}

.timebox {
  padding: 10px;
  position: fixed;
  background: #000;
  color: white;
  width: 100px;
}

.timebox span {
  display: block;
  cursor: pointer;
}

.timebox span:hover {
  background-color: #fff;
  color: #262626;
}

.show_dailog_default {
  display: none;
  padding-top: 10px;
  padding-left: 40px;
}

.cancel_dailog_box {
  width: 900px;
  color: #2f2f2f;
  display: none;
}

.cancel_dailog_option {
  padding-top: 20px;
}

.cancel_dailog_txt {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 10px;
}

.cancel_dailog_yes {
  display: inline-block;
  background-color: #2f2f2f;
  padding: 8px 20px;
  border-radius: 3px;
  color: #fff!important;
  cursor: pointer;
}

.cancel_dailog_no {
  margin-left: 20px;
}

.show_dailog_subscriptInfo {
  display: none;
}
.form_article{
  padding-top: 30px;
}
.form_article>p{
  margin-top: 20px;
}
.form_article input{
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  padding-left: 10px;
}
.form_article input.w50{
  width: 48%;
}
.form_article .des{
  border: 1px solid #aaaaaa;
  padding: 10px;
}
.form_btm_submit{
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #2f2f2f;
  width: 100%;
  border-radius: 3px;
  color: #fff!important;
  padding: 5px 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.show_dailog_subscriptArtist{
  display: none;
}
.show_dailog_box_black{
  padding: 50px;
  max-width: 900px;
  background-color: #000;
  color: #fff;
}
.show_dailog_subscriptArtist .des1{
  padding-bottom: 50px;
  font-size: 1.4rem;
}
.show_dailog_subscriptArtist .des2{
  padding-top: 30px;
  clear: both;
  font-size: 1.24rem;
}
.form_subscriptArtist input,.form_subscriptArtist button{
  font-size: 1.1rem;
  float: left;
  border: 1px solid #6e6e6e;
  background:none;
  color: #fff;
}
.form_subscriptArtist input{
  width: 550px;
  height: 48px;
  padding: 0;
  padding-left: 10px;
}
.form_subscriptArtist button{
  margin-left: -1px;
  width: 220px;
  height: 50px;
}
.show_dailog_subscriptexhibition{
  display: none;
}
.form_sb_exhibition{
  width: 520px;
}
.form_sb_exhibition .p1{
  font-size: 1.24rem;
}
.form_sb_exhibition .p2{
  font-size: 1.32rem;
}
.form_sb_input input,.form_sb_submit button{
  border: 1px solid #6e6e6e;
  background:none;
  height: 40px;
  color: #fff;
  margin-top: 15px;
}
.form_sb_input input{
  padding-left: 10px;
  font-size: 1.2133rem;
  width: 100%;
}
.form_sb_submit button{
  width: 120px;
  font-size: 1.24rem;
}
.form_sb_exhibition_work{
  max-width: 300px;
  margin-right: 50px;
}

.online_work_content{
  padding-top: 40px;
  font-size: 1.2133rem;
}
.online_work_top_img{
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.online_work_top_img .center .title{
  font-size: 1.48rem;
}
.online_work_top_img .center .des{
  font-size: 1.24rem;
}
.btm_line2 {
  width: 30px;
  height: 0px;
  border-top: 3px solid #fff;
  margin: 30px auto 70px;
}
.online_work_top_info{
  margin-top: 100px;
  height: 500px;
  background-color: #cfbe99;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.online_work_top_info .center .title{
  font-size: 40px;
}
.online_work_top_info .center .des{
  line-height: 2;
}
.artist_module_1{
  color: #2f2f2f;
  font-size: 0.85rem;
}
.artist_module_1_info{
  margin-top: 100px;
  background-color: #ebebeb;
}
.artist_module_1_img{
  max-width: 750px;
  height: 600px;
  overflow: hidden;
  margin-right: 80px;
}
.artist_module_1_img img{
  height: 600px;
}
.artist_module_1_right{
  width: 600px;
}
.artist_module_1_right .name{
  font-size: 1.2rem;
}
.artist_module_1_btm_des{
  padding-top: 60px;
}
.module_1_works{
  padding-top: 100px;
}
.module_1_works .gallerylist img {
  max-height: 700px;
}
.module_1_works .gallerylist>div{
  max-height: 700px;
}
.artist_module_2{
  padding-top: 100px;
}
.artist_module_2_info{
  text-align: center;
  background-color: #e0ded9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  color: #2f2f2f;
  line-height: 1.8;
  font-size: 0.9rem;
}
.artist_module_2_info .name{
  font-size: 1.2rem;
}
.artist_module_2_works{
  width: 80%;
}

.artist_module_3{
  padding-top: 100px;
}
.artist_module_3_info{
  background-color: #4f4e4d;
  color: #fff;
  padding: 100px 0;
  line-height: 2;
  padding-left: 100px;
  box-sizing: border-box;
  font-size: 0.9rem;
}
.artist_module_3_info .name{
  font-size: 1.4rem;
}


/* 1440自适应 */
@media (max-width: 1440px) {
  .widget {
    max-width: 1280px;
    margin: auto;
  }
  .gallerylist{
    max-width: 1380px;
  }
  .AItem {
    width: 300px;
    display: block;
  }
  
  .AItem>img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 42px;
  }
  .one_text_box {
    width: 580px;
  }
  .v_content{
    width: 720px;
  }
  .v_content img{
    max-width: 720px;
  }
  .picshowbox_pic {
    width: 720px;
  }
  .archives_part{
    padding-left: 120px;
  }
  .archives_part_describe{
    width: 400px;
  }
  .picdes{
    max-width: 600px;
    overflow: hidden;
  }
  .v_sideNews{
    width: 400px;
  }
  .works_detail_text{
    max-width: 650px;
    padding-left: 60px;
  }
  .one_img_box{
    max-width: 520px;
  }
  .publications_top{
    padding:0;
  }
}

/* 1366自适应 */
@media (max-width: 1366px) {
  .widget {
    max-width: 1280px;
    margin: auto;
  }
}

/* 图片放大 */
#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 80; }
.imgbox-wrap { position: absolute; top: 0; left: 0; background: #FFF; display: none; z-index: 90; }
.imgbox-img { padding: 0; margin: 0; border: none; width: 100%; height: 100%; vertical-align: top; }
.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap { position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 20px; height: 20px; }




