.focus{
    width:100%;
    height:489px;
}
.focus .swiper-container {
    width: 100%;
    height: 100%;
}
.focus .swiper-slide {
    background-position: center;
    background-size: cover;
}
.focus .swiper-pagination{
    text-align: right;
    padding:0 50px;
    box-sizing: border-box;
    bottom: 30px;
}
.focus .swiper-pagination-bullet{
    width:10px;
    height:10px;
}
.focus .swiper-button-next,.focus .swiper-button-prev{
    display:none;
}
.focus:hover .swiper-button-next,.focus:hover .swiper-button-prev{
    display:block;
}
.focus .swiper-slide .con{
    width:1200px;
    height:auto;
    margin:0 auto;
    margin-top:220px;
}
.focus .swiper-slide .con h2{
    color:#fff;
    font-size:39px;
    margin-bottom:10px;
}
.focus .swiper-slide .con h2 span{
    font-size:31px;
    display:block;
    font-weight:normal;
    margin-bottom:10px;
}
.focus .swiper-slide .con p{
    color: #FFFFFF;
    line-height: 22px;
    width:520px;
    text-align: justify;
}

.contentBox{
    overflow: hidden;
    background: url(../images/ctxBg01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0px 0 200px;
}
.contentBox h2{
    font-size:36px;
    color:#004098;
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.contentBox h2::after{
    width:48px;
    height:3px;
    background:#FFAA00;
    content:'';
    position: absolute;
    bottom:60px;
    left:50%;
    transform: translate(-50%);
}
.contentBox .list {
    margin-bottom:30px;
    overflow: hidden;
}
.contentBox .list ul{
    width:1300px;
}
.contentBox .list li{
    width:370px;
    height:370px;
    margin-bottom:40px;
    box-shadow: 0 0 4px #c6c6c6;
    background:#fff;
    position: relative;
    float:left;
    cursor: pointer;
    overflow:hidden;
    margin-right:45px;
}

.contentBox .list li img{
    width:100%;
    height:370px;
}
.contentBox .list li .info{
    width:325px;
    padding:15px;
    box-sizing: border-box;
    position: absolute;
    bottom:30px;
    left:23px;
    background:#fff;
    text-align: center;
}
.contentBox .list li .info h3{
    font-size:20px;
    font-weight:500;
    color:#004098;
    margin-bottom:5px;
}
.contentBox .list li .info p{
    font-size:14px;
    color:#666;
}
.contentBox .list li .info p span{
    display:block;
}
.contentBox .list li .con{
    width:370px;
    height:370px;
    padding:20px 10px 50px 10px;
    box-sizing: border-box;
    position: absolute;
    top:370px;
    left:0;
    background:rgba(0,0,0,.8);
    transition:linear .2s;
}
.contentBox .list li:hover .con{
    top:0px;
}
.contentBox .list li:hover .info{
    display:none;
}
.contentBox .list li .con h3{
    color:#fff;
    font-size:20px;
    margin-bottom:10px;
    padding:0 30px;
}
.contentBox .list li .con p{
    padding-top: 10px;
    color:#fff;
    font-size:16px;
    line-height: 30px;
    text-align: justify;
    height:290px;
    overflow: auto;
    padding:0 30px;
}
.contentBox .list li .con a{
    color:#F4A019;
    font-size:14px;
}

.page{
    margin-bottom:100px;
}