*{
    margin: 0;
    padding: 0;
}
html,body{

}
body{
    font-family: "microsoft yahei";
    color: #333;
}
a{
    text-decoration: none;
    color: #333;
}
img{
    display: block;
    border: none;
}
ul,li,ol{
    list-style: none;
}
.main{
    width: 1920px;
    margin: 0 auto;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    height: auto;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
}
.title{
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: center;
}
.title img{
    margin:0 auto;
}
.box-01{
    height: 700px;
    background: url("bgs_03.jpg") no-repeat 100% 100%;
    position: relative;
}
.box-01 .video{
    position: absolute;
    width:1000px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ful-video{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}
.box-02{
    display: block;
    height: 1080px;
    background-image: url("bg01.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.disFlex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
}
.list{
    margin-left: -50px;
    height: auto;
    overflow: hidden;
}
.list li{
    width: 350px;
    height:470px;
    margin-left: 50px;
    float: left;
}
.list li img{
    width: 350px;height: 470px;
}
.more{
    display:block;
    width: 210px;
    height:50px;
    background:#05168a;
    font-size: 20px;
    color:#ffffff;
    line-height:50px;
    text-align: center;
    font-weight: bold;
    margin:110px auto 80px auto;
}
.box-02 .swiper-container{
    width: 1515px;
    height: 640px;
}
.box-02 .swiper-wrapper{
    width: 100%;
    height: 600px;
}
.box-02 .swiper-slide{
    height: 100%;
    width: 100%;
}
.box-02 .swiper-slide img{
    width: 100%;
    height: 600px;

}
.box-02 .swiper-pagination{
    height: 38px;
    line-height: 38px;
    bottom: 0;
    text-align: right;
    font-size: 14px;
    font-family: Arial;
    color: #767676;
}
.box-02 .swiper-pagination-current{
    color: #000000;
    font-weight: bold;
    font-size: 18px;

}
.box-02 .swiper-button-next,.box-02 .swiper-button-prev{
    width:60px;
    height: 60px;
    line-height: 60px;
    background: #05168a;
    color: #ffffff;
    bottom: 0;
    top: auto;
    margin-top: auto;
}
.box-02 .swiper-button-next{
    bottom: 0;
    right: 100px;
}
.box-02 .swiper-button-prev{
    bottom: 0;
    right: 170px;
    left: auto;
}
.box-02 .more{
    margin:50px auto 0 auto ;
}
.footer{
    background: #000524;
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    padding: 50px 0;
    text-align: center;
}
.listCopy{
    margin-left: -46px;
}
.listCopy li{
    width:258px;
    height: 480px;
    margin-left: 46px;
    text-align: center;
}
.listCopy li img{
    width: 258px;
    height: 346px;
}
.listCopy li p{
    line-height: 30px;
}
.page{
    text-align: center;
    margin-bottom: 50px;
}
.page a{
    margin: 0 5px;
}
.listCopy-qiye li{
    width: 350px;
    height: 320px;
}
.listCopy-qiye li img{
    width: 100%;
    height: 148px;
}

@media only screen and (max-width:1600px ){
    .main {
        width: 1600px;
    }

}
@media only screen and (max-width: 1200px) {
    .main {
        width: 1200px;
    }
    .box-02 .swiper-container{
        width: 1200px;
    }
}