body{/* min-width: 1280px;max-width: 1920px; */font-family: "微软雅黑"}
 .nav,.layout{
    transition:all 1s ease; 
} 

#fp-nav.right{
    left: 17px;
}

#fp-nav{
    width: 0vw;
}
.blur{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.nav{
    position: fixed;
    width: 100vw;
    height: 0px;
    z-index: 100;
}
.nav .nav-toggle{
    margin-top: 5.4vh;
    margin-right: 5.21vw;
    position: relative;
    float: right;
    width: 3vw;
    height: 3vw;
    line-height: 80px;
    text-align: right;
    vertical-align: middle;
    background-color: transparent;
    border-color: transparent;
    transition:all 0.5s ease; 
}
.nav .nav-toggle.nav-close .menu:before,.nav .nav-toggle.nav-close .menu:after{
    width: 100% !important;
    border-radius: 3px;
    top:0px;
}
.nav .nav-toggle.nav-close .menu:before{
    transform: rotate(45deg);
}
.nav .nav-toggle.nav-close .menu:after{
    transform: rotate(-45deg);
}
.nav .nav-toggle.nav-close .menu{
    background: transparent;
}

.nav .menu{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nav .menu,.nav .menu:before,.nav .menu:after{
    background: #fff;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    height: 6px;
    right: 0;
    width: 80%;
    z-index: 9;
    transition:all 0.5s ease; 
}
.nav .menu:before,.nav .menu:after{
    display: block;
    position: absolute;
    content: '';
}
.nav .menu:before{
    width: 125%;
    top: -1.75vh;
}
.nav .menu:after{
    width: 75%;
    top: 1.75vh;
}
.nav .nav-close{
    border: 3px solid #fff;
    border-radius: 50%;
}

.nav-collapse{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 40;
}
.nav-collapse li>a{
    color: rgba(255,255,255,0.9);
    font-size: ;
    transition: all 0.5s ease;
}
.nav-collapse li>a:hover{
    color: rgba(0,0,0,0.8);
    background: rgba(255,255,255,.8);
}

.down{
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 5vw;
    margin-left:-2.5vw;
    z-index: 10;
    cursor: pointer;
}
.down img{
    width: 100%;
}
/* 侧边栏样式 */

.sidebar{
    position: relative;
    width: 9.6875vw;
    height: 100%;
    background: rgb(48,48,48);
}
.section6 .sidebar{
    background: rgb(220,220,220);
}
.sidebar .pageInf{
    position: relative;
    width: 18.5416666vw;
    max-width: 36.97vh;
    height: 18.75vw;
    max-height: 37.28vh;
    margin: 0px auto;
    background: rgb(43,43,43);
}
.section6 .sidebar .pageInf{
    background: rgb(223,223,223);
}
.sidebar .pageInf .pageName{
    width: 14.3vw;
    padding-bottom: 2.604vw;
}
.sidebar .pageInf .pageName span{
    display: block;
    font-size: 1.8vw;
    color: #bebebe;
    line-height: 1.4em;
}
.sidebar .pageInf .pageName span:first-child{
    text-align: left;
}
.sidebar .pageInf .pageName span:first-child:after{
    content: "";
    display: inline-block;
    font-size: 24px;
    height: 0.25em;
    width: 0.25em;
    border-radius: 50%;
    background: #c9a37e;
    line-height: 1.4em;
    vertical-align: middle;
    margin-left: 10px;
}
.sidebar .pageInf .pageName span:last-child{
    text-align: right;
}
.sidebar .pageInf .pageNum{
    position: relative;
    color: #c9a37e;
    font-size: 4.16666vw;
    line-height: 1em;
    margin-top: .9375vw;
    padding-right: 1.5vw;
    padding-bottom: 2vw;
}
.sidebar .pageInf .pageNum sup{
    position: absolute;
    top: -0.9375vw;
    font-size: 0.9375vw;
    line-height: 1em;
    color: #6f6f6f;
}
.sidebar .vertical{
     font-size: 1.2461vh;
}
.sidebar .vertical div.pageName{
    transform: rotate(90deg);
    height: 1em;
    width: 31.153vh;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
    color: #b0b0b0;
    letter-spacing: 0.623vh;
}
.sidebar .vertical .icons .wire{
    height: 6.957vh;
    width: 0.6em;
    border-left: 1px solid;
    border-color: #b0b0b0;
}
.sidebar .vertical .icons .email,.sidebar .vertical .icons .phone,.sidebar .vertical .icons .map{
    position: relative;
    margin-right: 0.6em;
    margin-top: 2.908vh;
    width: 2em;
    background: url(/special/2017/20170706lzdx/img/icon.png) no-repeat;
    background-size: cover; 
    cursor: pointer;
}
.sidebar .vertical .icons .email{
    height: 1.1666em;
    background-position: 0px 0px; 
}
.sidebar .vertical .icons .phone{
    height: 2.1em;
    background-position: 0px -3.5em;
}
.sidebar .vertical .icons .map{ 
    height: 2.3em;
    background-position: 0px -7.7em;
}
.sidebar .vertical .hint{
    display: none;
    transition:all .5s ease;
}
.sidebar .vertical .hint p{
    font-weight: bold;
}
.sidebar .vertical .icons>div:hover .hint{
    display: block;
    position: absolute;
    left: 3em;
    top: -50%;
    border-radius: 6px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 1em;
    line-height: 1.5em;
}
.sidebar .vertical .hint:after{
    content: "";
    display: block;
    position: absolute;
    left: -1em;
    top:1em;
    width: 0; 
height: 0; 
border-top: 0.5em solid transparent; 
border-right: 1em solid rgba(0,0,0,0.8); 
border-bottom: 0.5em solid transparent; 
}
.sidebar .vertical .phone .hint:after{
    top:6em;
}
.sidebar .vertical .map .hint:after{
    top:13em;
}


/* 顶部标题 */
.topTitle{
    position: absolute;
    width: 100vw;
    font-size: 1.771vw;
    color: #c9a37e;
    text-shadow: 2px 2px 3px rgba(64,53,43,0.75);
    z-index: 20;
}
.topTitle big{
    font-size: 2.353em;
    line-height: 1em;
    margin-right: 0.375em;
}
.topTitle span{
    display: inline-block;
    font-size: 24px;
    height: 0.25em;
    width: 0.25em;
    border-radius: 50%;
    background: #c9a37e;
    line-height: 1.4em;
    vertical-align: middle;
    margin-top: 0.25em;
    margin-left: 10px;
    margin-right: 10px;
}
/* mask */
.mask{
    position: absolute !important;
}
/* page1 */
.section1{
    background: url(/special/2017/20170706lzdx/img/s1-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.s1bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-animation-name: bgZoom;
    animation-name: bgZoom;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bgZoom {
    50%{
       -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes bgZoom {
    50%{
       -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    }
}
.section1 .head{
    position: relative;
    padding-top: 7.37vh;
    padding-left: 9.74vw;
    z-index: 9;
}
.section1 .head .logo img{
    width: 27.2vw;
}

.section1 .body{
    position: relative;
    z-index: 9;
    width: 66.666667%;
    margin: 0px auto;
    padding-left: 4vw;
}
.section1 .body .year{
    position: relative;
    font-size: 7.2917vw;
    color: #c9a37e;
}
.section1 .body .year:after{
    content: "";
    display: block;
    position: absolute;
    width: 1ch;
    height: 4px;
    background: #c9a37e;
    bottom: -4px;
}
.section1 .body .title,.section1 .body .engTitle{
    color: #fafafa;
    font-weight: 100;
}
.section1 .body .title{
    margin-top: 2.6vw;
    margin-bottom: 1.406vw;
    font-size: 4.1666666vw;
    letter-spacing: 2px;
}
.section1 .body .engTitle{
    font-size: 1.875vw;
    font-family: baskvill;
}
.section1 .body .button{
    margin-top: 3.125vw;
    padding-bottom: 2vw;
}
.section1 .body .button span{
    padding: 0.3em 0.8em 0.4em 0.8em;
    display: inline-block;
    font-size: 1.875vw;
    color: #282828;
    line-height: 1em;
    background: #c9a37e;
    border-radius: 1.9em;
}
/* page2 */
.section2 .content .text{
    width: 34.9vw;
}
.section2 .content .text .ch{
    font-family: fangsong;
    font-size: 1.042vw;
    line-height: 1.4em;
    text-align: justify;
    color: #2b2b2b;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    text-indent:2em;
}
.section2 .content .text .en{
    margin-top: 5.815vh;
}
.section2 .content .text .en img{
    width: 100%;
}
.section2 .content .img{
    position: relative;
    width: 23.3333vw;
    margin-left: 5.625vw;
}
.section2 .content .img img{
    width: 100%;
}
/* .section2 .content .img:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #c9a37e;
    top: 4vh;
    left: -1.3542vw;
} */

/* page3 */
.section3{
    background: url(/special/2017/20170706lzdx/img/s3-bg.jpg) no-repeat;
    background-size: cover;
}
.section3 .content img{
    height: 21.46vw;
    margin-left: 2.1875vw;
}


/* page4 */
.section4 .content .group{
    position: relative;
    color:#fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section4 .content .group .mask{
    width: 100%;
    height: 0%;
    background: rgba(67,67,67,0);
    transition: all 0.5s ease;
    
}
.section4 .content .group:hover .mask{
    height: 100%;
    background: rgba(67,67,67,.74);
}

.section4 .content .group>div{
    position: relative;
    z-index: 10;
}
.section4 .content .group .chTitle,.section4 .content .group .enTitle{
    font-size: 1.5625vw;
    line-height: 1em;
}
.section4 .content .group .chTitle{
    color: #c9a37e;
    margin-bottom: .6em;
}
.section4 .content .group .chTitle .icon{
    display: inline-block;
    width: 1.467em;
    height: 1.467em;
    margin-right: .8em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/special/2017/20170706lzdx/img/s4-icon.png);
}
.section4 .content .group .chTitle .icon-2{
    background-position: -1.4667em 0px;
}
.section4 .content .group .chTitle .icon-3{
    background-position: -2.9334em 0px;
}
.section4 .content .group .chTitle .icon-4{
    background-position: -4.4001em 0px;
}
.section4 .content .group .enTitle{
    font-family: din30640;
}
.section4 .content .group .text{
    font-size: 1.0417vw;
    min-width: 12.3em;
    max-width: 20em;
    line-height: 2.2em;
    min-height: 8em;
    margin-top: 5em;
   /*  box-sizing: border-box; */
    border: 0.2em solid #fff;
    transition:all 0.5s ease;
} 
.section4 .content .group .text:hover{
    color: rgba(67,67,67,.74);
    background: rgba(255,255,255,0.9);
}
.section4 .content .group .lastText{
   padding: 2em 0.85em; 
   text-align: justify;
}
.section4 .content .group .mTop{
    margin-top: 23.053vh;
}

.section4 .content .group1{
    background-image: url(/special/2017/20170706lzdx/img/s4-bg.jpg);
}
.section4 .content .group2{
    background-image: url(/special/2017/20170706lzdx/img/s4-bg-02.jpg);
}
.section4 .content .group3{
    background-image: url(/special/2017/20170706lzdx/img/s4-bg-03.jpg);
}
.section4 .content .group4{
    background-image: url(/special/2017/20170706lzdx/img/s4-bg-04.jpg);
}


/* page5 */
.section5 .group{
    padding-top: 27vh;
    box-sizing: border-box;
    height: 100%;
    float: left;
    border-right: 1px solid #444;
}
.section5 .group6{
    border-right: none;
}
.section5 .group img{
    width: 100%;
}
.section5 .group1{
    width: 12.71vw;
}
.section5 .group2,.section5 .group4,.section5 .group6{
    width: 18.646vw;
}
.section5 .group3,.section5 .group5{
    width:15.52vw;
}
