body{
    width: 100vw;
    height: 100vh;
    background-color: #0069d8;
}
.container{
    width: 177vh;
    height: 100vh;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
body a:hover{
    color: #0069d8;
}
html,body,a,input,button{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
ul{
    padding: 0;
    margin: 0;
}

img{
    display: block;
    width: 100%;
}
.fc-red{
    color: #e60012;
}

.nav-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #d3d3d3 url("../images/nav-bg.png")  left center repeat-x ;
    vertical-align: middle;
    z-index: 1;
}
#nav{
    width: 80%;
    display: inline-block;
    margin: auto;
    background-color: #d3d3d3;
    height: 100%;
}
#nav .item{
    position: relative;
    display: inline-block;
    width: 16%;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}
#nav .line{
    display: inline-block;
    content:"";
    width: 3%;
    height: 100%;
    background: url("../images/nav-bg.png")  left center repeat-x ;
    vertical-align: middle;
}
#nav .item .text{
    width: 100%;
    display: inline-block;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    padding-left: 27%;
    vertical-align: middle;

}
#nav .pic-wrap{
    position: absolute;
    left: 0;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

#nav .active .pic-wrap{
    background-color: #fff45c;
}
#nav .active{
    color: #fff45c;
}
.swiper-slide{
    position: relative;
}
.index-bg-color{
    background-color: #B18850;
}
.top-list{
    width: 42.5%;
    position: absolute;
    left: 23.5%;
    color: #00ffff;
    overflow: hidden;
    top: 5%;
    height: 7.5%;
}

.top-list .list{
    width: 1500px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0,-50%); 
    -webkit-transform: translate(0,-50%); 
    -moz-transform: translate(0,-50%); 
    -ms-transform: translate(0,-50%); 
}
.top-list li{
    float: left;
    font-size: 24px;
    padding-right: 30px;
}
.top-btn{
    position: absolute;
    width: 11%;
    height: 8%;
    top: 5%;
    left: 67%;
}
.top-btn .hand-pic{
    width: 24%;
    position: absolute;
    right: 6%;
    top: 25%;
}
.zp-btn{
    position: absolute;
    width: 8%;
    height: 8%;
    top: 46%;
    left: 28%;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
}
.zp-btn .hand-pic{
    width: 33%;
    position: absolute;
    right: -11%;
    bottom: 5%;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.jy-btn{
    position: absolute;
    width: 9%;
    height: 10%;
    top: 52%;
    left: 64%;
}
.jy-btn .hand-pic{
    width: 29.5%;
    position: absolute;
    right: -1%;
    top: 40%;
}
.map-btn{
    position: absolute;
    width: 11%;
    height: 10%;
    top: 45%;
    left: 77%;
}
.map-btn .hand-pic{
    width: 24%;
    position: absolute;
    right: 1%;
    top: 40%;
}
.top-btn,.zp-btn,.jy-btn,.map-btn{
    cursor: pointer;
}
/* board */
.board{
    position: absolute;
    font-family: sans-serif;
    width: 15%;
    height: 41%;
    left: .5%;
    top: 33%;
    padding: 4% 1.5% 2% 2.2%;
    letter-spacing: 1px;
    line-height: 1.6;
    cursor: pointer;
    z-index: 1;
}
.board .board-bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.board .title{
    color: #fff537;
}
.board .con{
    margin-top: 13%;
    padding-right: 3.2%;
    max-height: 49%;
    text-align: justify;
    overflow-y: auto;
}
.board .point{
    display: inline-block;
    width: 18%;
    padding-top: 9%;
    padding-bottom: 9%;
    background-color: #e24c4b;
    border-radius: 50%;
    position: relative;
    margin-right: 5%;
}
.board .point .hand-pic{
    width: 60%;
    position: absolute;
    left: 20%;
    top: 10%;
}
.person{
    position: absolute;
    width: 48%;
    left: 10%;
    bottom: -20%;
}
.board-pop{
    width: 50%;
    height: 56%;
    padding: 2.6%;
    background-color: #fff;
    box-shadow: 5px 5px 1px 1px rgba(0,0,0,.3);
    position: absolute;
    left: 22.5%;
    top: 16%;
    cursor: default;
    line-height: 1.6;
}
.board-pop article{
    text-align: justify;
}
.article-wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 1.5%;
}
.board-pop::before{
    position: absolute;
    left: -5%;
    bottom: 20%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.board-pop article p{
    margin-bottom: 3.1%;
}
.index,.news,.talk{
    position: relative;
}
.news,.talk,.agent,.test{
    background-color: #0054AE;
}
.swiper-slide .wrap{
    width: 93%;
    height: 60%;
    max-width: 1200px;
    max-height: 500px;
    position: static;
    z-index: 1;
    margin: 11% auto 0;
    box-sizing: border-box;
    background: url(../images/list-bg.png) center/100%  no-repeat;
}

.swiper-slide .wrap-bg{
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.swiper-slide .layout{
    position: relative;
    padding: 20px 40px 40px 20px;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.news .list-wrap,
.agent .list-wrap,
.talk .con
{
    overflow: auto;
    width: 100%;
    height: 90%;
    box-sizing: border-box;
}

.list-wrap .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.list-wrap  .desc{
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    text-align: justify;
}
.list-wrap .list{
    margin-top: 25px;
}
.list-wrap{
    padding: 0 40px;
}
.more{
    display: inline-block;
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}

.list .item{
    width: 100%;
    background: url(../images/list_point.png) left center no-repeat;
    text-indent: 20px;
    float: left;
    list-style: disc;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #090909;
    margin-bottom: 20px;
    list-style: none;
}
.talk .con{
    padding: 0 20px;
}
.talk .slide-box{
    width: 47.5%;
    margin-right: 4.5%;
}
.talk .list-wrap{
    width: 45%;
    padding: 0;

}
.talk .pic-wrap{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.talk .pic{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.talk .pic-title{
    font-size: 20px;
    margin-top: 20px;
}

.swiper-slide .pic-bg{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.test .tip{
    width: 100%;
    font-size: 32px;
    left: 0;
    margin-top: 16%;
}
.talk .pic:hover{
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
::-webkit-scrollbar {
    width: 5px;
  }
::-webkit-scrollbar-track {
background-color: #e5e5e5;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
::-webkit-scrollbar-thumb {
background-color: #c9c9c9;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
@media (max-width: 1334px){
    .news .list-wrap, .agent .list-wrap, .talk .con{
        height: 85%;
    }
    .list-wrap .title{
        font-size: 20px;
    }
    .list .item{
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .talk .pic-title{
        font-size: 18px;
    }
    .list-wrap .desc{
        padding-bottom: 20px;
    }
    .list-wrap .list{
        margin-top: 20px;
    }
    .test .tip {
        font-size: 28px;
        margin-top: 14%;
    }
    .top-list li{
        font-size: 18px;
    }
}
@media (max-width: 860px){
    #nav{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    #nav .line{
        display: none;
    }
    .top-list li{
        font-size: 12px;
    }
}
