﻿@charset "utf-8";

/* CSS Document */

html.oh {
    overflow: hidden;
}

body {
    font-family: PingFangTC-Light,'Microsoft YaHei', sans-serif;
    letter-spacing: 0.7px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0px;
}

h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    margin: 0;
}

a:hover,
a:active,
a:visited,
a:valid,
a:invalid,
a:focus {
    text-decoration: none !important;
    text-underline: none;
}

/*@font-face {
    font-family: 'BodoniStd-Book';
    src: url('../fonts/BodoniStd-Book.eot');
    src: url('../fonts/BodoniStd-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BodoniStd-Book.woff2') format('woff2'),
    url('../fonts/BodoniStd-Book.woff') format('woff'),
    url('../fonts/BodoniStd-Book.ttf') format('truetype'),
    url('../fonts/BodoniStd-Book.svg#bryantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'Univers LT 45 Light';
    src: url('../fonts/Univers LT 45 Light.eot');
    src: url('../fonts/Univers LT 45 Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Univers LT 45 Light.woff2') format('woff2'),
    url('../fonts/Univers LT 45 Light.woff') format('woff'),
    url('../fonts/Univers LT 45 Light.ttf') format('truetype'),
    url('../fonts/Univers LT 45 Light.svg#bryantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: PingFangTC-Light, sans-serif;
    src: url('../fonts/PINGFANG LIGHT.woff.eot');
    src: url('../fonts/PINGFANG LIGHT.woff.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PINGFANG LIGHT.woff.woff2') format('woff2'),
    url('../fonts/PINGFANG LIGHT.woff.woff') format('woff'),
    url('../fonts/PINGFANG LIGHT.woff.ttf') format('truetype'),
    url('../fonts/PINGFANG LIGHT.woff.svg#bryantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: PingFangTC-Regular, sans-serif;
    src: url('../fonts/PINGFANG REGULAR.woff.eot');
    src: url('../fonts/PINGFANG REGULAR.woff.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PINGFANG REGULAR.woff.woff2') format('woff2'),
    url('../fonts/PINGFANG REGULAR.woff.woff') format('woff'),
    url('../fonts/PINGFANG REGULAR.woff.ttf') format('truetype'),
    url('../fonts/PINGFANG REGULAR.woff.svg#bryantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'dyzg';
    src: url('斗鱼追光体2.0.ttf') format('truetype');
}*/

/*****header*******/

.header {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
}

.logo {
    padding-left: 44px;
}

.header.active {
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
}

.logo a {
    font-size: 24px;
    color: #000;
    padding: 24px 0 8px;
    display: inline-block;
    line-height: 28px;
    
}

.logo a img {
    margin: 5px 0 20px;width:100%;
}

.menu {
    height: 100%;
    padding-left: 44px;

}

.menu ul {
    width: 100%;
    position: relative;
    height: 100%;
}

.menu ul li {

    text-transform: capitalize;
    margin-bottom: 18px;

}

.menu1 ul li .series::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    width: 4px;
    height: 4px;
    margin: 3px auto;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.menu1 ul li a:hover::after {
    opacity: 1;
}

.menu1 ul li:last-of-type::after {
    display: none;
}

.menu ul li a {
    color: #333;
    position: relative;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #a2a2a2;
    display: initial;
    /*font-family: 'dyzg';*/
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.search_nav {
    position: absolute;
    top: 58px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    display: none;
}

.input2 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #979797;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 24px;
    color: #adadad;
    line-height: 33px;
}

.input2::placeholder {
    color: #000;
}

.menu ul li a:hover {
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menu ul li a.active {
    font-weight: 600;
    color: #000;
}

.name {
    float: right;
}

.name p {
    font-size: 24px;
    color: #000;
    line-height: 28px;
    padding: 25px 0 0 0;
}

.language {
    position: absolute !important;
    left: 0;
    bottom: 80px;
}

/*****header*******/
.warpper {
    width: calc(100% - 200px);
    float: right;
    position: relative;
    padding: 0 64px;
}

/*****首页*******/
.index_sec {

}

.index_sec1 {

}

.swiper-slide {
    overflow: hidden;
}
.swiper-button-prev, .swiper-button-next{
    top:46%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    text-shadow: 2px 2px 4px #333;
}
.index_sec1_list {
}

.index_sec1_list_pic img {
    width: 100%;
}

.index_sec1_list_pic img.gwzz_banner {
    width: 100%;
}

.index_sec1_list_txt {
    text-align: center;
}

.index_sec1_list_txt h3 {
    font-family: PingFangTC-Regular, sans-serif;
    line-height: 14px;
    color: #848484;
    font-size: 11px;
    margin-top: 15px;
}

.index_sec1_list_txt p {
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    margin-top: 5px;
}

/*****首页*******/


/*****作品系列*******/
.works_sec {

}

.works_sec1 {

}

.works_sec1_pic {
    overflow: hidden;
}

.works_sec1_pic img {
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.works_sec1_pic_2 img {
    height: 800px;
}

.works_sec1_pic_1 img {
    height: 853.3333px;
}

.works_sec1_pic_3 img {
    height: 520px;
}

.works_sec1_pic img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.works_sec2_pic img {
    height: 533px;
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.works_sec2_pic img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.works_sec1_txt {
    margin: 15px 0 70px 0;
}

.works_sec1_txt p {
    font-family: PingFangTC-Regular, sans-serif;
    font-size: 11px;
    color: #848484;
    line-height: 14px;
    text-align: center;
}

.works_sec1_txt.cn h3 {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    line-height: 24px;
    font-family: 'SourceHanSerifCN-Regular';

}

.works_sec1_txt.cn p {
    font-size: 14px;
    color: #848484;
    text-align: center;
    line-height: 22px;

}

.works_list {
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*****作品系列*******/

/*****作品内页*******/
.works_inner_title {
    position: relative;
}

.works_inner_title h3 {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    text-align: left;
    padding: 0;
    font-family: 'SourceHanSerifCN-Regular';
}

.works_inner_title p {
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    margin: 18px 0 24px;
    text-align: center;
}

.works_inner_sec1 p {
    font-size: 14px;
    color: #565656;
    line-height: 26px;
    text-align: left;
}

.works_inner_txt {
    margin-top: 30px;
}

.works_inner_txt p {
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    text-indent: 2em;
    margin-bottom: 30px;


}

.works_inner_txt.cn p {

    line-height: 26px;

}

.works_inner_txt p.author {
    text-indent: 0;
}

.works_inner_pic {
    margin-bottom: 70px;
}

.works_inner_pic.cn {
    margin-bottom: 0px;
}

.works_inner_pica img {
    height: 800px;
}

.works_inner_picb img {
    height: 853.333px;
}

.works_inner_picc img {
    height: 520px;
}

.works_inner_pic h4 {
    font-size: 10px;
    color: #848484;
    line-height: 12px;
    text-align: center;
    margin-top: 15px;
}

.works_inner_pic.cn h4 {
    font-size: 14px;
    color: #363636;
    line-height: 16px;
    text-align: center;
    margin-top: 15px;
}


/*****作品内页*******/

/*****文献系列*******/
.literature_sec {

}

.literature_sec1 {

}

.literature_sec1_txt {
}

.literature_sec1_txt h3 {
    font-size: 34px;
    color: #9b9b9b;
    text-align: center;
    margin: 50px 0;
    line-height: 48px;
    height: 96px;
    font-family: 'SourceHanSerifCN-Regular';
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.literature_sec1_txt h3:hover {
    color: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.literature_list {
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*****文献系列*******/


/*****联系*******/
.contact_sec {

}

.contact_sec1 {

}

.contact_sec1_title {
    font-size:16px;
    color: #000;
    width: 500px;
    margin: 69px 0 20px 0;
    line-height: 23px;
    /*font-family: 'dyzg';*/
}
    .contact_sec1_title a {
       color:#666;
    }

.contact_sec1_nr {
    width: 100%;
    overflow: hidden;
    background: url(../images/contact1.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/contact1.jpg', sizingMethod='scale');
}

.contact_sec1_lx {
    width: 500px;
    margin: 0 auto;
    padding: 64px 0 0;
}

.contact_sec1_lx .input1 {
    width: 100%;
    height: 30px;
    line-height: 22px;
    padding: 6px 10px 2px;
    background-color: #D8D8D8;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #848484;
}

.contact_sec1_lx .textarea1 {
    width: 100%;
    line-height: 30px;
    background-color: #D8D8D8;
    padding: 0 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #848484;
}

.contact_sec1_lx .submit {
    width: 50px;
    background: #fff;

}

.contact_sec1_lx .submit a {
    color: #848484;
    font-size: 14px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 22px;
    padding: 6px 0 2px;
    text-transform: capitalize;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.contact_sec1_lx .submit a:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*****联系*******/

/*****关于*******/
.about_sec {

}

.about_sec1 {

}

.about_sec1_img {
    position: fixed;
    top: 100px;
    left: 150px;
    width: calc(50% - 180px);
    z-index: 1;
}

.about_sec1_line {
    margin-top: 20px;
    z-index: 999999;
}

.about_sec1_line h3 {
    font-size: 12px;
    color: #000000;
    font-family: 'SourceHanSerifCN-Regular';
}

.about_sec1_line a {
    color: #9B9B9B;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'SourceHanSerifCN-Regular';
    margin-top: 15px;
    display: inline-block;
}

.about_sec1_line a.active {
    color: #000000;
}

.about_sec1_line a:hover {
    color: #000000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.about_sec1_img img {
    width: 100%;
}


.about_sec1 .title {
    margin-top: 30px;
}

.about_sec1_left {
    text-align: right;
}

.about_sec1_left h3 {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background: #fff;
    display: initial;
    padding: 3px 2px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.about_sec1_left p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background: #fff;
    display: initial;
    padding: 3px 2px;

}

.about_sec1_right p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #848484;

}

/*****关于*******/


/***公用***/
.inner_tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
}

.inner_tk_title {
    background: #fff;
}

.inner_tk_title h3 {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    text-align: center;
    padding: 28px 0 8px 0;
    font-family: 'SourceHanSerifCN-Regular';
}

.inner_tk_pic {
    height: calc(100vh - 260px);
    overflow: auto;
}

.inner_tk_pic .swiper-slide {
    /*height: auto!important;*/
    overflow: auto !important;
}

.inner_tk_pic img {
    width: 100%;
}

.switch {
    position: absolute;
    right: 50px;
    top: 0px;
}

.switch a img {
    display: inline-block;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.switch a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.switch a img.arrow {
    width: 15px;
    margin-left: 38px;
}

.switch a img.closed {
    width: 24px;
    margin-left: 47px;
}

.switch a img.return {
    width: 24px;
    margin-left: 47px;
}

.fullscreen {
    position: relative;
    height: 32px;
    /*
    position: absolute;
    width: 32px;
    top: 25px;
    right: 25px;
    
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
*/
}

.fullscreen img {
    position: absolute;
    right: 0;
    top: 0;
}

.fullscreen_pic {
    position: relative;
}

.fullscreen_pic:hover .fullscreen {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.zlwx {
    position: relative;
}

.zlwx img {
    width: 5px;
    position: absolute;
    left: -10px;
    top: 5px;
}

.zlwx img.intro {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.xiala {
    margin-top: 10px;
    /*width: 300px;*/
    z-index: 99;
    display: none;
}

.xiala.active {
    display: block;
}

.xiala a {
    font-size: 12px !important;
    display: block !important;
    color: #9B9B9B !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
   
}

.xiala a:hover {
    color: #000000 !important;
}

.xiala a.active {
    color: #000000 !important;
}

.wrap-contact{
    font-size:13px;
}

.wrap-contact p{
    margin-bottom:10px;
}

    .wrap-contact p label, .txt-wrap label {
        width: 60px;
        font-size: 14px;
        font-weight: normal;
        text-align: justify;
        text-align-last: justify;
        margin-right: 40px;margin-bottom:0;margin-top:5px;
    }
    .wrap-contact p span {
        margin-right: 8px;
        margin-left: 4px;
    }

.nameswrap {
    display: inline;
    margin-left: 10px;
}


.nameswrap a {
   width:19px;
    color: #a3a3a3;display:inline-block;
}
    .nameswrap a.active {
        color: #333;
    }

.tagbox {
    border: 1px solid #333;
    padding: 12px 12px;min-height:70px;
}
    .tagbox div:first-child {
        /*font-family: 'dyzg';*/
        font-size: 13px;
    }


.tag {
    margin-top: 4px;
}
    .tag a {
        color: #a3a3a3;
        font-size: 12px;
        margin-right: 32px;
        /*font-family: 'dyzg';*/
    }
        .tag a:hover, .tag a.active {
            color: #333;
        }
.mc {
    /*max-width:800px;width:100%;*/
    max-width: 1200px;
    width: calc(100% - 200px);
}
    .shoplist>div{
        margin-top:10px;
    }

.shoplist .shoptxt {
    margin-top: 10px;
}
.txt >img{
max-width:150px;width:100%;
}
.resumecontent > div {
    padding: 4px 28px;line-height:2;
}
.title {
    margin: 20px 0 12px;
    font-size: 14px;
    font-weight:bold;
    /*font-family:'dyzg';*/

}
.txt{
    font-size:13px;margin-bottom:36px;
}
.wrap-show {
    display:flex;margin-bottom:40px;
}
    .wrap-show .img-wrap {
        width: 30%;
    }
.wrap-show  .txt-wrap{
    align-self: flex-end;
    margin-left: 5vw;
}
  
.arrow-left {
    background: url('../img/left.png') no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.arrow-right {
    background: url('../img/right.png') no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top:46%;
}

.flex{
    display:flex;flex-direction:row;

}

.paging {
    text-align: center;
    margin-bottom: 30px;
}
    .paging a {
        display: inline-block;
        margin: 2px 4px;
        background: #eee;
        padding: 0 10px;
        border-radius: 3px;
    }
        .paging a.page_selected {
            background: #ccc;
        }

/***公用***/
@media (max-width: 1680px) {
    .works_sec1_pic_2 img {
        height: 700px;
    }

    .works_sec1_pic_1 img {
        height: 746.6666px;
    }

    .works_sec1_pic_3 img {
        height: 455px;
    }
}

@media (max-width: 1440px) {
    .works_sec1_pic_2 img {
        height: 600px;
    }

    .works_sec1_pic_1 img {
        height: 640px;
    }

    .works_sec1_pic_3 img {
        height: 390px;
    }
}

@media (max-width: 1200px) {
    .works_sec1_pic_2 img {
        height: 500px;
    }

    .works_sec1_pic_1 img {
        height: 548.571px;
    }

    .works_sec1_pic_3 img {
        height: 325px;
    }
}

@media (max-width: 768px) {
    ::-webkit-scrollbar-track-piece {
        width: 10px;
        background-color: #000;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 6px
    }

    ::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #666;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

    ::selection {
        background: #000;
        color: #fff;
    }

    .warpper {
        width: 100%;
        float: inherit;
        position: relative;
        padding: 0 20px;
        /*padding-left: 8vw;*/
    }
    .mc{
        width:100%;
    }
    .phone {
        padding: 0 10px;
        /*position: fixed;*/
        width: 100%;
        background: #fff;
        z-index: 9;
    }

    .phone_title {
        display: none;
    }

    .phone_title h3 {
        font-size: 17px;
        color: #000000;
        line-height: 24px;
        font-family: 'SourceHanSerifCN-Regular';

    }

    .phone_logo {
        float: left;
    }

    .phone_logo a img {
        height: 18px;
        margin: 15px 0 27px;
        display: inline-block;
    }

    .phone_menu {
        float: right;
    }

    .phone_menu a img {
        padding: 10px 0 18px;
    }

    .menu_tk {
        position: fixed;
        width: 100%;
        padding: 60px 10px 10px;
        height: 100%;
        top: 0;
        right: 0;
        display: none;
        z-index: 99;
        background: rgba(255, 255, 255, 0.9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    }

    .menu_tk_inner {
        overflow: auto;
        height: 100%;
        padding: 0 10px 0 0;
    }

    .menu_tk ul {
        margin-top: 60px;
        position: relative;
    }

    .menu_close {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9;
    }

    .menu_tk ul li {
        margin-bottom: 10px;

    }

    .menu_tk ul li a {
        font-size: 17px;
        color: #000000;
        position: relative;
        display: inline-block;
        line-height: 26px;
        font-family: 'SourceHanSerifCN-Regular';
        text-transform: capitalize;
    }

    .menu_tk ul li img {
        width: 8px;
        position: relative;
        top: -2px;
        margin-left: 20px;
    }

    .menu_tk ul li img.active1 {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .menu_tk ul li img.intro {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .menu_tk ul li a.active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        bottom: 0px;
    }

    .zlwx_phone {
    }

    .xiala_phone {
        margin-top: 5px;
        display: none;
    }

    .xiala_phone.active1 {
        display: block;
    }

    .xiala_phone p a {

        color: #848484 !important;
        margin-bottom: 10px !important;

    }

    .xiala_phone p a.active1 {
        color: #000 !important;
    }

    .xiala_phone p a span {
        width: 3px;
        height: 3px;
        display: inline-block;
        background: #848484;
        margin: 5px 10px 5px 0;
    }

    .xiala_phone p a.active1 span {
        background: #000;
    }

    .index_phone {
        margin-top: 65px;
        padding: 0 10px;
    }

    .index_phone_sec1 {

        margin-bottom: 30px;
    }

    .index_phone_sec1_title h3 {
        font-size: 17px;
        color: #000000;
        line-height: 24px;
        margin-bottom: 10px;
        font-family: 'SourceHanSerifCN-Regular';
        text-transform: uppercase;
    }

    .index_phone_sec1_pic img {
        width: 100%;
    }

    .index_phone_sec1_txt {
        text-align: center;

    }

    .index_phone_sec1_txt h3 {
        font-size: 11px;
        color: #848484;
        line-height: 22px;
        margin-top: 10px;

    }

    .index_phone_sec1_txt p {
        font-size: 14px;
        color: #848484;
        line-height: 22px;
        margin-top: 7px;
    }

    .contact_sec1_nr {
        padding: 0 10px;
    }

    .contact_sec1_lx {
        width: 100%;
    }

    .contact_sec1_title {
        width: 100%;
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 24px;
        padding: 0 10px;
    }
      
    .contact_sec1_title span{
        margin-left:10px;
    }

    .about_sec1 {
        margin-top: 0;
        padding: 0 10px;
    }

    .about_sec1_img {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 100%;
    }

    .about_sec1_left {
        text-align: left;
    }


    .literature_sec1 {
        margin-top: 0;
    }

    .literature_sec {
        padding: 0 10px;
    }

    .literature_sec1_txt h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
    }

    .literature_sec1_txt {
        margin: 0;
    }

    .works_sec1 {
        margin-top: 0;
    }

    .works_sec {
        padding: 0 10px;
    }

    .works_sec2_pic img {
        height: 300px;
    }

    .works_sec1_txt {
        margin: 10px 0 27px;
    }

    .works_sec1_txt p {
        font-size: 10px;
        line-height: 12px;
        color: #565656;
    }


    .about_sec1 .row {
        position: relative;
        /* z-index: 999; */
    }

    .works_list {
        bottom: 0px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }


    .literature_list {
        bottom: 0px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }


    .works_inner_sec1 {
        padding: 0 10px;
    }

    .works_inner_pic {
        margin-bottom: 20px;
    }

    .switch {
        position: inherit;
        right: inherit;
        top: inherit;
        margin: 13px 10px;
    }

    .switch .closed {
        float: right;
    }

    .switch a img.return {
        width: 20px;
        margin-left: 47px;
    }


    .switch a img.arrow {
        margin-right: 38px;
        margin-left: inherit;
        width: 10px;
    }

    .switch a img.return {
        float: right;
    }

    .works_inner_title {
        padding: 0 10px;
    }

    .works_inner_title h3 {
        /* font-size: 19px; */
        text-align: left;
        padding: 20px 0;
    }

    .works_inner_txt p {
        text-indent: 0em;
        margin-bottom: 20px;
    }

    .works_inner_txt {
        margin-top: 5px;
    }

    .works_inner_pic h4 {
        font-size: 10px;
        line-height: 12px;

    }

    .exhibition_inner_title p {
        margin: 5px 0 20px;
        text-align: left;
    }

    .inner_tk {
        display: none;
    }

    .fullscreen {
        display: none;
    }

    .about_sec1 .row .col-xs-1 {
        width: 33px;
    }

    .about_sec1 .row .col-xs-11 {
        width: calc(100% - 40px);
        float: right;

    }

    .works_sec1_pic img {
        height: auto;
        width: 100%;
    }

    .input2 {
        margin: 60px 10px 0;
        width: calc(100% - 20px);
    }

    .series-content-container {
        display: flex;
        align-items: center;
    }

    .works_inner_sec1 p, .works_inner_sec1 div, .works_inner_sec1 span {

        font-size: 11px !important;


    }

    .works_inner {
        min-height: 1334px;
    }
}
