@font-face {
    font-family: 'TenorSans';
    src: url('../fonts/TenorSans-Regular.eot');
    src: url('../fonts/TenorSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TenorSans-Regular.woff') format('woff'),
    url('../fonts/TenorSans-Regular.woff2') format('woff2'),
    url('../fonts/TenorSans-Regular.ttf') format('truetype'),
    url('../fonts/TenorSans-Regular.svg#Gotham-Regular') format('svg');
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-VariableFont_wght.eot');
    src: url('../fonts/Urbanist-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urbanist-VariableFont_wght.woff') format('woff'),
    url('../fonts/Urbanist-VariableFont_wght.woff2') format('woff2'),
    url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype'),
    url('../fonts/Urbanist-VariableFont_wght.svg#Gotham-Regular') format('svg');
}



* {margin: 0;padding: 0;}
body, html {
    color: #000000;
    background-color: #fff;
    font: 17px/1.5 "Urbanist", "Adobe 宋体 Std L", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
}
a[href]:hover{opacity: 0.7}
a, a:hover, a:focus {text-decoration: none;transition: all 0.4s;}
/*a:hover {opacity: 0.8;}*/
button, textarea, input, button:focus, textarea:focus, input:focus {border: 0;outline: none;resize: none;}
ul {list-style: outside none none;margin: 0;padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
em, i {font-style: normal;}
button {outline: none;}

.swiper-pagination span,
button,a,h1,h2,h3,h4,h5,h6{font-family: TenorSans}

header{
    height: 100px;
    padding: 20px 0;
    position: fixed;
    z-index: 99;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
}
header .logo1{
    position: absolute;
    left: 15px;
    z-index: 1002;
    top: 41%;
    transform: translateY(-50%);
}
.menu-list .logo2 img,
header .logo2 img{width: 40px}
.menu-list .logo2 a,
header .logo2 a{color: black;display: inline-block;font-size: 17px;line-height: 23px}
.menu-list .logo2 span,
header .logo2 span{line-height: 20px;font-size: 14px;font-family: 'Urbanist';display: inline-block;letter-spacing: 1px}
.menu-list{
    padding: 30px 50px 30px 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    width: 55vw;
    height: 100vh;
    z-index: 1001;
    display: none;
}
.menu-list ul{
    padding-top: 50px;
}
.menu-list li{
    display: block;
    padding: 10px;
}
.menu-list ul a{
    color: black;
    display: inline-block;
    position: relative;
    font-size: 24px;
}
.menu-list ul a:after{
    content: "";
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 110%;
    height: 5px;
    /*left: 50%;
    transform: translateX(-50%);*/
    left: 0;
    transition: linear 0.4s;
    transform: scale(0);
}
.menu-list ul a:hover:after,
.menu-list li.active a:after{
    background-image: url("../images/menu-style01.png");
    transform: scale(1);
}
.menu-list li.email-phone a{
    color: #7e7e7e;
    margin-right: 20px;
}
.go-back-box{
    margin-bottom: 30px;
}
a.go-back,
.a-btn-box a{
    color: black;
    position: relative;
}
a.go-back:after,
.a-btn-box a:after{
    content: "";
    position: absolute;
    bottom: -5px;
    background-image: url(../images/line-style01.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 100%;
    height: 2px;
    left: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
    transition: all 0.3s;
    transform: scale(0);
}
a.go-back:hover:after,
.a-btn-box a:hover:after{
    transform: scale(1);
}


.archives-page,
.story-page,
.press-page,
.video-page,
.private-page,
.painting-page,
.contact-page{
    margin-top: 120px;
    min-height: calc(100vh - 120px);
}
.painting-page,
.archives-page,
.private-page{
    margin-bottom: 50px;
}
.home-page{
    margin-top: 120px;
   /* height: calc(100vh - 120px);
    overflow: hidden;*/
    position: relative;
}
.exhibi-page{
    margin-top: 120px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding-bottom: 100px;
}
.big-title-box{
    margin-bottom: 50px;
}
.big-title-box h3{margin-bottom: 20px;font-size: 50px}
/*header*/

/*home*/
.home-page .img-box{
    margin-bottom: 20px;
}
.home-page .text-box p{
    /*max-width: 650px;*/
    margin: 20px auto;
}
.home-page .container{height: 100%;position: relative}
.home-page .home-slide{
    text-align: center;
    height: 100%;
    position: relative;
}
.home-page .home-slide .swiper-slide{
    height: 100%;
    background-color: #FFFFFF;
}
.home-page .home-slide .swiper-pagination-fraction {
    bottom: auto;
    width: auto;
    left: 0;
    top: 40%;
    transform: rotate(-90deg);
    display: inline-block;
}
.home-page .scroll-down-box{
    position: absolute;
    display: inline-block;
    width: auto;
    right: 0;
    top: 40%;
    transform: rotate(-90deg);
    color: black;
    z-index: 99;
}
.home-slide .swiper-button-next,
.home-slide .swiper-button-prev{
    display: none;
}
/*home end*/

/*painting*/
.painting-page .top-part{
    margin-bottom: 20px;
}
.painting-page .top-part h4{
    margin-bottom: 20px;
}
.painting-page .top-part .l-part p{
    font-size: 14px;
}
.painting-page .top-part .r-part ul li{
    font-size: 14px;
    text-align: right;
}
.painting-page .top-part .r-part ul li span{
    font-weight: bold;
}
/*painting end*/

/*contact*/
.contact-page .send-part .submit:hover{
    background-color: black;
    color: #FFFFFF;
}
.contact-page .send-part .submit{
    display: inline-block;
    padding: 5px 15px;
    color: black;
    border: 1px solid #000000;
    border-radius: 0;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    z-index: 99;
    transition: all 0.4s;
}
.contact-page .l-part .box{
    max-width: 300px;
}
.contact-page .l-part h5{
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    height: 50px;
}
.contact-page .l-part .box .text{
    min-height: 113px;
}
.contact-page .r-part .form-group{
    font-size: 20px;
    font-family: "TenorSans";
    color: black;
    margin-bottom: 35px;
}
.contact-page .r-part .form-group label{
    display: block;
    margin: 0;
    height: 25px;
    line-height: 25px;
}
.contact-page .r-part .form-group input{
    height: 25px;
}
.contact-page .r-part .form-group input,
.contact-page .r-part .form-group textarea{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
}
.contact-page .send-part .submit:after{
    content: "";
    position: absolute;
    bottom: -53px;
    background-image: url("../images/line-style02.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 140%;
    height: 50px;
    right: -40px;
    transform: scale(0);
    transition: linear 0.4s;
}
.contact-page .send-part .submit:hover:after{
    transform: scale(1);
}
/*contact end*/

/*exhibition*/
.exhibi-page::-webkit-scrollbar{
    width: 4px;
    height: 10px;
    background-color: #333;
}
/*滚动条的轨道*/
.exhibi-page::-webkit-scrollbar-track{
    background-color: #FFFFFF;
}
/*滚动条的滑块按钮*/
.exhibi-page::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #b6b6b6;
}
.exhibi-page .table tr td{
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    padding:60px 10px 10px;
}
.exhibi-page .table h6{
    font-size: 30px;
}
.exhibi-page .l-part p{
    font-weight: 700;
    letter-spacing: 2px;
}
/*exhibition end*/

/*press start*/
.press-page .pn-1 {
    margin: 30px 0 8px;
}
.press-page .pn-2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
}
.press-page .a-btn-box {
    margin-bottom: 80px;
}
.press-page .big-title-box h3,
.private-page .big-title-box h3 {
    margin-bottom: 0px;
}
/*press end*/

/*private start*/
.private-page .pn-2 {
    font-weight: 600;
    font-size: 16px;
    margin: 76px 0 20px;
    letter-spacing: 2px;
}
.private-page .pn-1 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}
.private-page .line01 {
    color: #E4E4E4;
    margin: 73px 0;
}
/*private end*/


/*archives-page start*/
.archives-page .select1{
    margin-bottom: 10px;
}
.archives-page .select2{
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.return_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 999;
    transform: rotate(-90deg);
}
.return_top a{
    color: #000000;
    font-size: 20px;
}
/*archives-page end*/

/*video-page start*/
.video-page .line01 {
    color: #E4E4E4;
    margin: 47px 0;
}
.video-page .video-box {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 15px;
}
.video-page .video-01 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 73px;
}
.video-page .grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
/*.grid figure figcaption, .grid figure a {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
figure.effect-ruby:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
figure.effect-ruby a {
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px 15px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    position: absolute;
    top: 18%;
    left: 22%;
}
/*video-page end*/

/*story-page start*/
.story-page .img02{
    position: absolute;
    left: 47%;
    top: 66%;
}
.story-page .story-text{
    margin-top: 25%;
    margin-bottom: 70px;
}
.story-page .story-t1{
    position: absolute;
    top: 7%;
    left: 10%;
    z-index: 999;
}
.story-page .story-01{
    color: #E4E4E4;
}
.story-page .story-02{
    color: #E4E4E4;
    margin: 15px 0 0 30px;
    font-size: 20px;
}
.story-page .s-img{
    position: relative;
    left: 5%;
}
.story-page a:after{
    transform: scale(1);
}
/*story-page end*/

.moSelect button{
    font-family: 'Urbanist';
    background-color: transparent;
    font-weight: bold;
}
.moSelect .dropdown-menu::-webkit-scrollbar{
    width: 6px;
    height: 10px;
    background-color: #333;
}
/*滚动条的轨道*/
.moSelect .dropdown-menu::-webkit-scrollbar-track{
    background-color: #f5f5f5;
}
/*滚动条的滑块按钮*/
.moSelect .dropdown-menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #b6b6b6;
}
.moSelect{
    display: inline-block;
    width: 100px;
    position: relative;
}
.moSelect .dropdown-toggle{
    padding: 3px 10px;
    width: 100%;
    border: 1px solid #000000;
    color: #000000;
}
.moSelect .dropdown-menu{
    min-width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 170px;
    overflow-y: auto;
    width: 100px;
    background-color: #f5f5f5;
    transform: translate3d(0px, 32px, 0px)!important;
    border: 1px solid #000000;
    border-top: 0;
}
.moSelect .dropdown-menu a{
    font-family: 'Urbanist';
    font-weight: bold;
}
.moSelect .dropdown-item.active,
.moSelect .dropdown-item:active{
    background-color: #cccccc;
}

