body{
    display: block;
}

.animated{
    display: none;
}

.float-bar {
    position: absolute;
    z-index: 999;
    right: -55px;
    bottom: 150px;
    width: 70px;
    transition: right 0.4s;
}

.float-bar a {
    text-decoration: none;
}

.float-bar a:link {
    text-decoration: none;
}

.float-bar a:visited {
    text-decoration: none;
}

.float-bar a:hover {
    color: white;
}

.float-bar a:active {
    text-decoration: none;
}

.float-bar a:focus {
    text-decoration: none;
}

.float-bar .float-bar-item {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    text-align: center;
    background-color: #ECEDEF;
    opacity: 0.85;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}

.float-bar .float-bar-item .float-bar-icon {
    line-height: 70px;
    margin-left: 20px;
    width: 35px;
    height: 35px;
}

.float-bar .float-bar-item .float-bar-desc {
    display: none;
    width: 70px;
    height: 57px;
    font-size: 15px;
    padding-top: 13px;
    background-color: #9C2E33;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    font-weight: 600;
}

#carousel {
    width: 100%;
    height: 100%;
    background: url(../img/Index/bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
#carousel .xmlist {
    width: 0%;
    height: 390px;
    position: absolute;
    top: 10%;
    left: 38%;
    box-sizing: border-box;
    background: url(../img/Index/juanzhou.png) no-repeat;
    background-size: auto 100%;
    padding: 4.2% 5% 6%;
}
#carousel .moreXM, #carousel .moreCCr{
    width: 4.5%;
    height: 30%;
    cursor: pointer;
    position: absolute;
    top: 12%;
    right: 3%;
    background: url(../img/Index/ckMore_1.png) no-repeat;
    background-size: 100%;
}
.xmbg {
    background: url(../img/Index/juanzhou-1.png) no-repeat;
    height: 371px;
    width: 10%;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 47%;
}
#carousel .moreXM:hover, #carousel .moreCCr:hover {
    background: url(../img/Index/ckMore.png) no-repeat;
}
#carousel .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 13%;
}
#carousel .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #825E49;
    opacity: 0.5;
    border-radius: 0;
}
#carousel .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 12px;
    background: #825E49;
    border-radius: 10px 10px 0px 0px;
}
#carousel .swiper-slide {
    cursor: pointer;
}
#carousel .swiper-slide div.item{
    width: 94%;
    height: 94%;
    padding: 3%;
}
#carousel .swiper-slide .more {
    position: absolute;
    top: 18%;
    left: 36%;
    display: none;
}
#carousel .swiper-slide .avatar {
    width: 60px;
    height: 60px;
    margin: 20% auto 0;
}
#carousel .swiper-slide .inherName {
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #AF4042;
    line-height: 48px;
}
#carousel .swiper-slide .xmName {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
    text-align: center;
    line-height: 20px;
}
#carousel .swiper-slide .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#carousel .swiper-slide div.item div.image{
    width: 100%;
    height: 63%;
}
#carousel .swiper-slide div.item div.title{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #AF4042;
}
#carousel .swiper-slide div.item div.smtit{
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
}
#carousel .swiper-slide div.item div.image img {
    width: 100%;
    height: 100%;
}
#carousel .swiper-button-next,#carousel .swiper-button-prev {
    top: 45%;
}
#carousel .swiper-button-next {
    right: 6.5%;
    z-index: 9999;
}
#carousel .swiper-button-next:focus {
    outline: none;
}
#carousel .swiper-button-prev:focus {
    outline: none;
}
#carousel .swiper-button-prev {
    left: 6.5%;

}
#carousel .swiper-slide:hover {
    background: url(../img/Index/hoverStatus.png);
}
.section1{
    z-index: 0;
}

.section1 .slider{
    height: 100% !important;
}

.section1 .slider img{
    width: 100%;
    height: 100%;
}

.section1 .header {
    z-index: 1;
    position: fixed;
    height: 80px;
    line-height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.section1 .header .layui-nav {
    padding: 0px 60px;
}

.section1 .header .layui-nav .layui-nav-item {
    margin: 0px 15px;
    line-height: 80px;
}

.section1 .header .layui-nav .layui-nav-item a {
    font-size: 18px !important;
}

.section1 .header .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #ffffff !important;
}

.section1 .header a {
    text-decoration: none;
}

.section1 .header .layui-nav {
    background-color: unset;
}

.section1 .header > .left {
    padding-left: 80px;
    color: white;
    font-size: 18px;
    float: left;
}

.section1 .header > .right {
    float: right;
}

.section2 {
    z-index: 2;
    height: 100%;
}

.section2 .layui-row {
    height: 100%;
}

.section2 .layui-row .layui-col-xs2 {
    height: 100%;
}

.section2 .layui-row .layui-col-xs2 .title{
    height: 100%;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    display: none;
}

.section2 .height100 {
    height: 100%;
}

.section2 .height60 {
    cursor: pointer;
    position: relative;
    height: 60%;
}

.section2 .height60 .inner-category {
    margin: auto;
    width: 40%;
    height: 70%;
    background-image: url(../img/demo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
}

.section2 .height60 > .category-desc {
    position: absolute;
    padding: 20px;
    top: 0;
}

.section2 .height60 > .category-desc > .title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    vertical-align: top;
    display: inline-block;
}

.section2 .height60 > .category-desc > .seqarator {
    width: 3px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    height: 0px;
    display: inline-block;
    transition: all 0.4s;
}

.section2 .height60 > .category-desc > .content {
    height: 0px;
    margin-top: 40px;
    color: white;
    vertical-align: top;
    display: inline-block;
    transition: all 0.4s;
    overflow: hidden;
    max-width: 70%;
}

.section2 .height60:hover .category-desc > .seqarator {
    height: 300px;
}

.section2 .height60:hover .category-desc > .content {
    height: 400px;
}

.section2 .height60:hover .inner-category {
    width: 100%;
    height: 100%;
}

.section2 .height40 {
    cursor: pointer;
    position: relative;
    height: 40%;
}

.section2 .height40 .inner-category {
    margin: auto;
    width: 40%;
    height: 70%;
    background-image: url(../img/demo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
}

.section2 .height40 > .category-desc {
    position: absolute;
    padding: 20px;
    top: 0;
}

.section2 .height40 > .category-desc > .title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    vertical-align: top;
    display: inline-block;
}

.section2 .height40 > .category-desc > .seqarator {
    width: 3px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    height: 0px;
    display: inline-block;
    transition: all 0.4s;
}

.section2 .height40 > .category-desc > .content {
    height: 0px;
    margin-top: 40px;
    color: white;
    vertical-align: top;
    display: inline-block;
    transition: all 0.4s;
    overflow: hidden;
    max-width: 70%;
}

.section2 .height40:hover .category-desc > .seqarator {
    height: 150px;
}

.section2 .height40:hover .category-desc > .content {
    height: 400px;
}

.section2 .height40:hover .inner-category {
    width: 100%;
    height: 100%;
}

.section2 .inner-category {
    width: 100%;
    height: 100%;
}

.section3 .layui-row {
    height: 100%;
}

.section3 .layui-row .layui-col-xs5 {
    height: 100%;
}

.section3 .layui-row .layui-col-xs7 {
    height: 100%;
}

.section3 .show-area{
    height: 100%;
    transition: all 0.2s;
}

.section3 .show-area .show-item{
    width: 100%;
    height: 460px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section3 .show-area .show-cover{
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 80%;
    float: left;
    transition: all 0.3s;
}

.section3 .show-area .show-desc{
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
}

.section3 .show-area .show-desc .show-desc-title{
    text-align: center;
    color: white;
    font-size: 30px;
    height: 48%;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    transition: all 0.2s;
}

.section3 .show-area .show-desc .show-desc-line{
    background-color: white;
    margin: auto;
    width: 50%;
    height: 3px;
}

.section3 .show-area .show-desc .show-desc-count{
    text-align: center;
    color: white;
    font-size: 88px;
    height: 48%;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}

.section3 .menu-area{
    height: 100%;
}

.section3 .menu-area .menu{
    margin: auto;
    height: 425px;
    width: 100%;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}

.section3 .menu-area .menu .menu-arrow{
    margin: 50px 0;
    height: 53px;
    padding-top: 37px;
}

.section3 .menu-area .menu .menu-arrow div{
    display: none;
}

.section3 .menu-area .menu .menu-arrow-dot{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-left: -16px;
    float: left;
}

.section3 .menu-area .menu .menu-arrow-line{
    height: 4px;
    width: 100%;
    margin-top: 6px;
    float: left;
}

.section3 .menu-area .menu .menu-item{
    margin: 50px 0;
    text-align: center;
    color: white;
    width: 385px;
    height: 90px;
    line-height: 45px;
    cursor: pointer;
    transition: all 0.2s;
}

.section3 .menu-area .menu .menu-item div:nth-child(1){
    font-size: 22px;
}

.section3 .menu-area .menu .menu-item div:nth-child(2){
    font-size: 18px;
}

.section4{
}

.section4 .more{
    width: 146px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    background-color: #094997;
    color: white;
    cursor: pointer;
}

.section4 .content {
    width: 92%;
    height: 88%;
    margin-left: 8%;
    margin-top: 2%;
    background-color: rgba(1, 1, 1, 0.1);
}

.section4 .content .title {
    color: white;
    font-size: 30px;
    margin-top: 55px;
    margin-left: 55px;
}

.section4 .content .content-item {
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.2s;
}

.section4 .content .content-item:hover {
    color: #C32D2F;
}

.section4 .content .content-item .img{

}

.section4 .content .content-item .desc{
    padding-left: 40px;
}

.section4 .content .content-item .desc .desc-title{
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.section4 .content .content-item .desc .desc-time{
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

@media screen and (max-width: 1366px ){
    .section4 .content .content-item .desc .desc-content{
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1367px ){
    .section4 .content .content-item .desc .desc-content{
        font-size: 14px;
        height: 26px;
        line-height: 26px;
    }
}

.section4 .content .content-item .desc .desc-content:after{
    content: "...";
}

.section5 .layui-row{
    height: 100%;
}

@media screen and (min-width: 1367px ){
    .section5 .layui-row .info{
        margin-top: 80px;
        margin-left: 50px;
        color: white;
        position: fixed;
        height: 50%;
        right: 45%;
    }

    .section5 .layui-row .info .title{
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .section5 .layui-row .info .title .name{
        font-size: 26px;
    }

    .section5 .layui-row .info .title .count{
        font-size: 22px;
        line-height: 34px;
    }

    .section5 .layui-row .info .tabs{
        display: inline-block;
        vertical-align: top;
        font-size: 22px;
        margin-left: 10px;
        border: #8A7E6F 1px solid;
        border-radius: 10px;
        padding: 5px;
        margin-top: 20px;
    }

    .section5 .layui-row .info .tab{
        text-align: center;
        cursor: pointer;
        width: 50px;
        color: #CAC5BF;
        border: transparent 1px solid;
        padding: 15px 0;
        border-radius: 10px;
        transition: all 0.3s;
    }

    .section5 .layui-row .info .tabs .actived{
        color: white;
        border: #FAF9F9 1px solid;
        padding: 15px 0;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1366px ){
    .section5 .layui-row .info{
        margin-top: 80px;
        margin-left: 50px;
        color: white;
        position: fixed;
        height: 50%;
        right: 45%;
    }

    .section5 .layui-row .info .title{
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .section5 .layui-row .info .title .name{
        font-size: 26px;
    }

    .section5 .layui-row .info .title .count{
        font-size: 22px;
        line-height: 34px;
    }

    .section5 .layui-row .info .tabs{
        display: inline-block;
        vertical-align: top;
        font-size: 22px;
        margin-left: 10px;
        border: #8A7E6F 1px solid;
        border-radius: 10px;
        padding: 5px;
        margin-top: 20px;
    }

    .section5 .layui-row .info .tab{
        text-align: center;
        cursor: pointer;
        width: 50px;
        color: #CAC5BF;
        border: transparent 1px solid;
        padding: 15px 0;
        border-radius: 10px;
        transition: all 0.3s;
    }

    .section5 .layui-row .info .tabs .actived{
        color: white;
        border: #FAF9F9 1px solid;
        padding: 15px 0;
        border-radius: 10px;
    }
}


.section5 .layui-row .map{
    height: 100%;
}

.section5 .layui-row .data{
    height: 100%;
    position: relative;
}

.section5 .layui-row .lines{
    height: 30%;
}

.section5 .layui-row .lines .line{
    text-align: center;
    height: 100%;
}

.section5 .layui-row .lines .line div{
    margin: auto;
    height: 100%;
    width: 2px;
    z-index: -1;
}

.section5 .layui-row .lines2{
    height: 40%;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.section5 .layui-row .lines2 .line{
    text-align: center;
    height: 100%;
}

.section5 .layui-row .lines2 .line div{
    margin: auto;
    height: 100%;
    width: 2px;
    z-index: -1;
}

.section5 .layui-row .data .data-items{
    height: 400px;
    position: relative;
    display: none;
}

.section5 .layui-row .data .data-items .data-items-row{
    height: 50%;
}



.section5 .layui-row .data .data-items .data-items-row .data-item{
}

@media screen and (max-width: 1366px ){
    .section5 .layui-row .data .data-items .line{
        height: 40px;
    }

    .section5 .layui-row .data .data-items .data-items-row .diamond{
        width: 100px;
        height: 100px;
        margin: auto;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* Internet Explorer */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
        -o-transform: rotate(45deg); /* Opera */
    }
}

@media screen and (min-width: 1367px ){
    .section5 .layui-row .data .data-items .line{
        height: 80px;
    }

    .section5 .layui-row .data .data-items .data-items-row .diamond{
        width: 120px;
        height: 120px;
        margin: auto;
        transform: rotate(45deg);
    }
}

.section5 .layui-row .data .data-items .data-items-row .diamond .diamond-item{
    color: white;
}

.section5 .layui-row .data .data-items .data-items-row .diamond .diamond-item:nth-child(1){
    height: 100%;
    width: 100%;
    line-height: 70px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    transform: rotate(-45deg) !important;
}

.section5 .layui-row .data .data-items .data-items-row .diamond .diamond-item:nth-child(2){
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50px;
    transform: rotate(-45deg) !important;
}

.section6{

}

.section6 > .fp-tableCell >.layui-row{
    height: 100%;
}

.section6 .col{
    height: 100%;
}

.section6 .title{
    font-size: 30px;
    padding-top: 20px;
}

.section6 .category{
    padding-top: 10%;
}

.section6 .category > div{
    width: 106px;
    height: 78px;
    background-color: #C6B9B9;
    color: white;
    cursor: pointer;
}

.section6 .category > div div:nth-child(1){
    font-size: 22px;
    text-align: center;
    height: 55%;
    line-height: 300%;
    vertical-align: bottom;
}

.section6 .category > div div:nth-child(2){
    font-size: 14px;
    text-align: center;
    line-height: 200%;
    height: 45%;
}

.section6 .list{
}

.section6 .list .list-item .avatar{
    /*text-align: center;*/
}

.section6 .list .list-item .name{
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    /*text-align: center;*/
}

.section6 .list .list-item .more{
    text-align: center;
    color: #C42E30;
    font-size: 18px;
    font-weight: 600;
}

.section6 .list .active .name{
    color: #C42E30;
}

.section6 .list .active .avatar img{
    border: 1px #C42E30 solid;
}

.section6 .desc-top{
    padding-top: 15%;
}

@media screen and (min-width: 1367px ){
    .section6 .desc-content{
        font-size: 16px;
        line-height: 30px;
        padding: 20px 30px;
        font-weight: 600;
    }

    .section6 .desc-content-title{
        font-size: 24px;
        font-weight: bold;
    }

    .section6 .list .list-item{
        padding-top: 18%;
        width: 80%;
        margin: auto;
        cursor: pointer;
    }

    .section6 .list .list-item .avatar img{
        width: 60px;
        height: 60px;
        border-radius: 30px;
        margin-right: 10px;
        border: 1px #D5C48D solid;
    }
}

@media screen and (max-width: 1366px ){
    .section6 .desc-content{
        font-size: 14px;
        line-height: 26px;
        padding: 20px 30px;
        font-weight: 600;
    }

    .section6 .desc-content-title{
        font-size: 24px;
        font-weight: bold;
    }

    .section6 .list .list-item{
        padding-top: 30px;
        width: 80%;
        margin: auto;
        cursor: pointer;
    }

    .section6 .list .list-item .avatar img{
        width: 50px;
        height: 50px;
        border-radius: 30px;
        margin-right: 10px;
        border: 1px #D5C48D solid;
    }
}

.section6 .desc-bottom{
    text-align: right;
}

.section6 .cover{
    text-align: center;
    padding-top: 60%;

}

.section6 .cover img{
    width: 200px;
    max-width: 100%;
    max-height: 100%;
    border: #e0cab3 10px solid;
    border-radius: 50%;
}

.section6 .cover .desc{
    padding-top: 15%;
    color: white;
    font-size: 18px;
}

.section6 .cover .name{
    color: white;
    padding-top: 10%;
    font-size: 24px;
}

.section7{
    height: 520px !important;
}

.section7 .layui-row .col{
    height: 100%;
}

.section7 .logo{
    font-size: 28px;
    color: white;
    text-align: right;
    padding-top: 80px;
}

.section7 .logo img{
    margin-right: 20px;
}

.section7 .line{
    height: 260px;
    width: 1px;
    background-color: #909091;
    margin-top: 80px;
}

.section7 .content{
    text-align: left;
}

.section7 .content .copyright{
    color: white;
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section7 .links{
    vertical-align: top;
}

.section7 .links .links-label{
    color: #909091;
    font-size: 15px;
    float: left;
}

.section7 .links .links-link{
    color: #909091;
    float: left;
}

.section7 .links .links-link a{
    color: #909091;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.section7 .links .links-link li{
    height: 24px;
}

