.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.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 a{
    color:#333333;
}
.con-box .title .title-right img{
    vertical-align: top;
    height: auto;
}
.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: 50%;
    vertical-align: middle;
}
.conBody .lf img{
    width: 100%;
    height: auto;
}
.conBody .rt{
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    margin-left: 4%;
}
.conBody .contact-us-list{

}
.contact-us-list .list-item{
    display: inline-block;
    width: 49%;
    margin: 4.1% 0;
}
.contact-us-list .list-item:nth-child(2),.contact-us-list .list-item:nth-child(4),.contact-us-list .list-item:nth-child(6){
    margin-right: 0!important;
}
.contact-us-list .list-item img{
    vertical-align: middle;
    height: auto;
}
.contact-us-list .list-item .text{
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    margin-left: 2%;
}
.contact-us-list .list-item .text p{
    font-size: 18px;
}
.contact-us-list .list-item .text .p1{
    color: #999999;
    line-height: 1.8em;
    margin: 0;
}
.contact-us-list .list-item .text .p2{
    color: #333333;
    line-height: 1.3em;
    margin: 0;
}


.con-box .conBody .flex-list{
    /* 弹性盒子 */
    display: flex;
    /* 沿行轴线两端对齐，子元素之间有间隙 */
    justify-content: space-between;
    /* 子元素溢出父容器时换行 */
    flex-flow: row wrap;
}
.conBody .flex-list a:hover{
    text-decoration: underline;
}
.conBody .flex-list .flex-item{
    display: inline-block;
    width: 24%;
    padding-bottom: 34px;
    position: relative;
    border: solid 1px #e7e7e7;
}
.conBody .flex-item img{
    width: 100%;
    height: 216px;
}
.conBody .flex-item .time{
    position: absolute;
    top: 43%;
    left: 5%;
    width: 124px;
    height: 92px;
    background-color: rgba(1,64,153,0.8);
    text-align: center;
}
.conBody .flex-item .time i{
    display: block;
    font-size: 34px;
    color: #ffffff;
    margin: 10px 0 8px;
}
.conBody .flex-item .time em{
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
}
.conBody .flex-item p{
    font-size: 18px;
    color: #333333;
    margin-top: 60px;
    padding: 0 5%;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.conBody .flex-item span{
    display: block;
    font-size: 14px;
    color: #999999;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){

}
@media screen and (min-width:1600px) and (max-width:1680px){

}
@media screen and (min-width:1440px) and (max-width:1600px){
    .contact-us-list .list-item .text .p1{
        font-size: 14px;
    }
    .contact-us-list .list-item .text .p2{
        font-size: 16px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .contact-us-list .list-item .text .p1{
        font-size: 14px;
    }
    .contact-us-list .list-item .text .p2{
        font-size: 16px;
    }
}
@media screen and (max-width:1366px){
    .contact-us-list .list-item .text .p1{
        font-size: 14px;
    }
    .contact-us-list .list-item .text .p2{
        font-size: 16px;
    }
}

