body {
    background: #FFF;
    color: #616161;
    padding: 0;
    margin: 0;
    font-size: 17px;
}

a {
    color: #616161;
    text-decoration-line: none;
    transition: all 0.3s;
}

a:hover {
    color:#2c9fda;
    transform: translateX(15px);
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: text-bottom;
}

.page {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
.foot {
    z-index: 100;
    position: fixed;
    bottom: 10px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    line-height: 48px;
    text-shadow: 0 0 5px #FFF;    
    color: #000;
}
#P1 {
    background: url("../img/index.jpg") no-repeat center;
    background-size: 100% 100%;
}

#P2 {
    background: url("../img/p2b.jpg") no-repeat center;
    background-size: 100% 100%;
    padding-top: 150px;
}

.index {
    width: 880px;
    text-align: center;
    margin-left: 90px;
}
.ren {
    width: 1775px;
    height: 1080px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: url('../img/ren.png') no-repeat right bottom;
    /* animation: renAni 3s infinite;
    animation-direction: alternate; */
}
@keyframes renAni {
    0%{
        filter: brightness(1) blur(1px);
        transform: translate(30px,20px);
    }
    100%{
        filter: brightness(1.5) blur(0);
        transform: translate(0);
    }
}
.index .logo {
    padding: 20px 0px;
}
.index .quick {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.index .quick .zone{
    width: 290px;
    border: 10px;
    background: rgba(0,0,0,0.83);
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    padding: 20px 10px 10px 10px;
}
.index .quick img{
    transition: all 0.3s;
    border-radius: 10px;
}
.index .quick img:hover {
    filter: brightness(1.5);
    transform: translate(-5px,-5px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
}
.pageIdx {
    background-color: #000;
    height: 50px;
    z-index: 100;
    border-radius: 15px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px;
}

.zfeng-point {
    background-color: #333;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.6s;
}

.zfeng-point-active {
    background-color: #a71d2a;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
}
.newshot {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newshot a{
    color:#2c9fda;
}
.newshot span{
    background-color:#a71d2a;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    cursor: pointer;
}
.newsbox {
    display: flex;
    justify-content:space-between;
    margin-bottom: 40px;
}
.newsbox .newslist {
    width: 380px;
}
.newsbox .newsspace {
    width: 30px;
    writing-mode: vertical-lr;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #ccc;
}
.newsbox li {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}
/* 移动端的新闻 */
.mobile_news {
    width: 90%;
    margin: 10px auto;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.4); */
}
.mobile_news .newshot {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.mobile_news .newshot a{
    color:#2c9fda;
}
.mobile_news  .newsbox {
    display: block;
    margin-bottom: 20px;
}
.mobile_news  .newsbox .newslist {
    width: 100%;
}
.mobile_news .newsbox .newsspace {
    display: none;
}
.mobile_news .newsbox li {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    font-size: 13px;
    border-bottom: 1px #CCC dashed;
}
.mobile_news .newsbox li:last-child {
    border: none;
}

.box {
    height: 685px;
    background: url(../img/p2back.png) repeat-x top left;
    box-shadow: 0 10px 35px rgba(0,0,0,0.6);
    padding: 40px 90px;
}
@keyframes ren2Ani {
    0%{
        filter: brightness(0.9);
        transform: translateX(10px);
    }
    100%{
        filter: brightness(1.2);
        transform: translateX(0px);
    }
}
.ren2{
    width: 1614px;
    height: 935px;
    background: url('../img/p2ren.png') no-repeat right bottom;
    position: absolute;
    bottom: 0px;
    right:17px;
    z-index: 90;
    /* animation: ren2Ani 1s infinite;
    animation-direction: alternate; */
}
.zonebox {
    width: 1373px;
    height: 710px;
    position: relative;
    z-index: 200;
    top:-720px;
    left: 90px;
}
.zoneani {
    animation: ren2Ani 2s infinite;
    animation-direction: alternate;
}
.zonebox .list {
    display: flex;
    flex-wrap: wrap;
    padding:30px 10px;
}
.zonebox .list .zone {
    display: block;
    width: 330px;
    height: 520px;
    cursor: pointer;
    background-position: center;
    opacity: 0.6;
    background-size: 100%;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.zonebox .list .zone:hover {
    background-size: 120%;
    opacity: 1;
}
.zonebox .list .zone:active {
    transform: scale(0.9);
}
.zonebox .loading{
    position: absolute;
    width: 330px;
    line-height: 170px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
}
.zonebox .loading img{
    vertical-align: middle;
    width: 30%;
}
.descbox {
    text-align: center;
    color: #FFF;
    user-select: none;
}
.descbox .title span {
    display: inline-block;
    /* background-image: linear-gradient(to right,#885f2f,#e7c78a,#fffbe7,#e7c78a,#885f2f);
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent; */
    color: rgb(255, 211, 89);
    font-size: 40px;
    font-weight: bolder;    
    line-height: 60px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
.descbox .state {
    display: inline-block;
    background-color: #F60;
    padding: 2px 6px;
    border-radius: 2px;
}
.descbox .desc {
    padding: 2px 6px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    line-height: 24px;
}
.content {
    width: 100%;
    height: 100vh;    
    position: absolute;
    z-index: 300;
    bottom: 0px;
    left: 0;
    animation: cAni 1s forwards;
    display: flex;
}
@keyframes cAni {
    0%{
        background: rgba(255,255,255,0);
    }
    100%{        
        background: rgba(255,255,255,0.8);
    }
}
@keyframes cCloseAni {
    0%{
        width: 100%;
        overflow: hidden;
        background: rgba(255,255,255,0.8);
    }
    100%{        
        width: 0;
        overflow: hidden;
        background: rgba(255,255,255,0);
    }
}
.content .zoneimg .zone {
    display: block;
    width: 330px;
    height: 100vh;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: zAni 0.8s;
    transition: all 0.6s;
    background-size: 100%;
    box-shadow: 0px 0 30px rgba(0,0,0,0.6); 
}
.content .zoneimg .zone:hover {
    background-size: 110%;
}
.content .zoneimg{
    width: 330px;
    height: 100vh;
}

@keyframes zAni {
    0%{
        height: 0vh;
        opacity: 0;
        filter: blur(5px);
        border-radius: 0 0 50px 50px;
    }
    60%{        
        opacity: 1;
        height: 200px;
    }
    100%{        
        height: 100vh;
        filter: blur(0px);
        border-radius: 0 0 0 0;
    }
}
.content .zonetext{
    width: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.87);
    animation: ztextAni 0.6s forwards;
    animation-delay:1s;
    overflow: hidden;
    flex-direction: column;
}
@keyframes ztextAni {
    0%{
        width: 0px;
        border-radius: 0 150px 150px 0;
    }
    20%{        
        padding:60px 60px 0px 60px;
    }
    100%{        
        width: 1100px;
        padding:40px 60px 40px 60px;
        border-radius: 0;
    }
}
.lbox {
    opacity: 0;
    width: 100%;
    animation: lbAni 0.6s forwards;
}

@keyframes lbAni {
    0%{
        opacity: 0;
        transform: translateX(130px);
    }
    100%{        
        opacity:1;
        transform: translateX(0px);
    }
}
.lbox .title {
    width: 80px;
    text-align: center;
}
.lbox .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    line-height: 36px;
    padding: 10px 0px;
}
.lbox .nav a{
    font-size: 14px;
    background-color: rgb(146, 30, 30);
    font-weight: normal;
    color: #FFF;
    border-radius: 4px;
    padding: 3px 15px;
    transition: all 0.3s;
}
.lbox .nav a:hover{
    transform: translateY(-52px);
}
.lbox .nav li{
    display: block;
}
.lbox .text {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lbox .text,.lbox .text a {
    width: 100%;
    color: #999;
}
.lbox .text li {
    border-radius: 10px;
    padding:3px 15px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    width: 30%;
}
.lbox .text li b {
    font-size: 20px;
    color: #ebb971;
    margin-right: 10px;
}
.lbox .text li:hover {
    background: rgba(255,255,255,0.1);
    transform: scale(1.05) translateX(10px);
}

.content .zoneop{
    width: 0px;
    height: 100vh;
    background-image: url(../img/opbk.png') ;
    text-align: center;
    padding-top:30px;
    box-shadow: 20px 0 30px rgba(0,0,0,0.6); 
    animation: zopAni 0.6s forwards;
    animation-delay:1.4s;
    overflow: hidden;
}
.content .zoneop img{
    width: 50%;
    transition: all 0.3s;
}
.content .zoneop img:hover{
    transform: scale(0.9);
}
@keyframes zopAni {
    0%{
        width: 0px;
    }
    100%{        
        width: 96px;
    }
}

.newsContent {
    width: 100%;
    height: 100%;    
    position: absolute;
    z-index: 400;
    display: none;
    background-color: rgba(0,0,0,0.8);
}
.newsContent .close {
    position: absolute;
    top: 13px;
    right: 17%;
    cursor: pointer;
    transition: all 0.3s;
}
.newsContent .close:hover {
    transform: scale(0.95) translate(0px,8px);
}
.nc {
    
    width: 70%;
    margin: 0px auto;
}
.newspage {
    padding: 15px;
    margin: 0px auto;
    border-radius:0 0 10px 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    background-color: #FFF;
    border-top: 10px #644128 solid;
    animation: nppAni 0.8s forwards ease-out;
    overflow: hidden;
}
@keyframes nppAni {
    0%{
        margin: 0px auto;
        border-radius:0 0 100px 100px;
        
    }
    100%{      
        margin: 30px auto;  
        border-radius:0 0 10px 10px;
    }
}
.newspage .title {
    font-size: 24px;
    font-weight: bold;
    color: #2c9fda;
    line-height: 40px;
    text-align: center;
}
.newspage .tip {
    font-size: 12px;
    line-height: 40px;
    border-bottom: 1px #ccc dashed;
    text-align: center;
}
.newspage .text {
    padding: 6px;
    text-align: left;
    max-height:80vh;
    margin: 10px;
    overflow-y: scroll;
    animation: npAni 0.8s forwards;
}
.newspage .url {
    padding: 10px;
    text-align: center;
}
@keyframes npAni {
    0%{
        height: 0px;
        opacity: 0;
        
    }
    40%{
        height: 0px;
        opacity: 0;
        
    }
    100%{        
        opacity: 1;
        height: 75vh;
    }
}
@keyframes npClose {
    0%{
        opacity: 1;
        height: 100%;    
    }
    100%{        
        opacity: 0;
        filter: blur(5px);
        height: 0;    
    }
}
.mobile_menu {
    color: #CCC;
    position: fixed;
    bottom: 5px;
    width: 100%;
    z-index: 100;
}
.mobile_menu ul{
    display: flex;
    justify-content: space-around;
    background: rgba(0,0,0,0.83);
    width: 90%;
    padding: 10px;
    font-size: 16px;
    margin: 10px auto;
    border-radius: 6px;
}
.mobile_menu li{
    text-align: center;
    line-height: 16px;
}
.mobile_menu li b{
    font-size: 9px;
    line-height: 9px;
    color: #a71d2a;
}
.mobile_infor {
    text-align: center;
}
.mobile_zone {
    width: 88%;
    margin: 15px auto;
    background-size: 100%;
    background-position: center;
    padding:20px 10px;
    color: #FFF;
    text-shadow: 0 1px 2px #000;
    border-radius: 5px;
}
.mobile_zone .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #ffda5f;
}
.mobile_zone .state {
    background-color: #992222;
    display: inline-block;
    padding: 2px 5px;
    margin: 5px 0;
}
.moblie_zonetext {
    width: 92%;
    color: #333;
    margin: 0 auto;
}
.moblie_zonetext .lbox {
    color: #333;
    margin-bottom: 10px;
}
.moblie_zonetext .lbox .nav {
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
.moblie_zonetext .lbox .text {
    color: #333;
    margin-top:0px;
    display: block;
}
.moblie_zonetext .lbox .text li {
    align-items: center;
    width: 94%;
    padding: 4px 3%;
    font-size: 14px;
}
.moblie_zonetext .lbox .text li b{
    font-size: 14px;
}
.moblie_newscontent {
    width: 100%;
    height: 100vh;    
    position: fixed;
    z-index: 400;
    background-color: rgba(0,0,0,0.8);
}
.moblie_newscontent .close {
    position: absolute;
    top: 16px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s;
}
.moblie_newscontent .close img{
    width: 70%;
}
.moblie_newscontent .close:hover {
    transform: scale(0.95) translate(0px,8px);
}
.moblie_newscontent  .nc {    
    width: 90%;
    margin: 0px auto;
}
.moblie_newscontent  .newspage {
    padding:10px;
    margin: 0px auto;
    border-radius:0 0 10px 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    background-color: #FFF;
    border-top: 10px #644128 solid;
    animation: nppAni 0.8s forwards ease-out;
    overflow: hidden;
}
.moblie_newscontent  .newspage .text {
    max-height: 80vh;
    padding: 10px 0px;
}
.moblie_newscontent  .newspage .text img {
    max-width: 100%;
}
.moblie_newscontent  .newspage .title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
}

@keyframes noticOpen {
    0%{
        opacity: 0; 
        left: -100%;
    }
    100%{        
        opacity: 1;
        left: 0;
    }
}
.newzone{
    position: fixed;
    width: 36%;
    background-color: rgba(0,0,0,0.9);
    padding: 20px 30px;
    z-index: 100;
    color: #CCC;
    height: 100vh;
    animation: noticOpen 0.3s forwards;
}
.newzone .title {
    font-size: 24px;
    font-weight: bold;
    color:#ebb971;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newzone .title span{
    background-color:#a71d2a;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    cursor: pointer;
} 
.newzone .text li{
    border-bottom: 1px #333 dashed;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s;
    margin: 5px auto;
    border-radius: 5px;
}
.newzone .text li:hover{
    background: #333;
    padding: 0px 10px;
}

.newzone .text b{
    color:#ebb971;
}