.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.container{
    width: 100%;
    /*min-height: 865px;*/
}
.con-box{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    margin: 0 auto;
}
.con-box .title h3{
    display: inline-block;
    font-size: 20px;
    color: #014099;
    margin: 24px 0;
}
.con-box .title .title-right{
    display: inline-block;
    float: right;
    margin-top: 30px;
    color: #333333;
}
.con-box .title .title-right img{
    vertical-align: top;
}
.con-box .title .title-right span{
    color: #333333;
    margin: 0 5px;
    vertical-align: middle;
}
.con-box .title-line{
    width: 100%;
}
.con-box .conBody{
    margin: 40px 0 60px;
}
.conBody .lf{
    display: inline-block;
    width: 36%;
    vertical-align: top;
}
.conBody .lf .total{
    width: 100%;
}
.conBody .lf .single{
    width: 49.5%;
    vertical-align: top;
    margin-top: 1%;
}
.conBody .rt{
    display: inline-block;
    width: 61%;
    vertical-align: top;
    margin-left: 2%;
}
.conBody .rt p{
    font-size: 16px;
    line-height: 2em;
    margin: 0;
}
.conBody .rt p a{
    color: #333333;
}
.conBody .rt p a:hover{
    text-decoration: underline;
}
.conBody .rt p:first-child{
    margin-bottom: 7%;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){

}
@media screen and (min-width:1600px) and (max-width:1680px){
    .conBody .rt p:first-child {
        margin-bottom: 7%;
    }
    .conBody .rt p {
        font-size: 14px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .conBody .rt p:first-child {
        margin-bottom: 5%;
    }
    .conBody .rt p {
        font-size: 14px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .conBody .rt p:first-child {
        margin-bottom: 5%;
    }
    .conBody .rt p {
        font-size: 13px;
    }
}
@media screen and (max-width:1366px){
    .conBody .rt p:first-child {
        margin-bottom: 5%;
    }
    .conBody .rt p {
        font-size: 13px;
    }
}