@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.container{
    position: relative;
    width: 100%;
    background-color: #e5e7ea;
    margin-top: 5px;
}
.container .container-box{
    max-width: 1556px;
    width: 80%;
    margin: 0 auto;
}
.c-box-lf-title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: solid 1px #bfd3e2;
}
.c-box-lf .c-box-lf-img img{
    width: 100%;
    height: auto;
}
.c-box-lf .c-box-lf-img span{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 7px 0 20px;
    line-height: 1.5em;
}
.c-box-lf-p li{
    list-style-type:square;
    color: #034495;
    margin-left: 12px;
}
.c-box-lf-p p{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
}
.c-box-lf-p p span{
    color: #034495;
}
.c-box-lf-p a{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
    text-decoration: none;
    cursor: pointer;
}
.c-box-lf-a li{
    margin: 18px 0 18px 12px;
}
.c-box-rt{
    display: inline-block;
    width: 77%;
    vertical-align: top;
    margin-left: 23%;
    margin-bottom: 80px;
}
.c-box-rt .title{
    position: relative;
    background: url(title-bg.png) no-repeat;
    height: 78px;
    line-height: 78px;
    width: 100%;
    margin-top: 27px;
}
.c-box-rt .title h3{
    font-size: 22px;
    color: #034495;
    margin: 0;
    padding-left: 20px;
}
.c-box-rt .title .title-nav{
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .title .title-nav i{
    margin: 0 5px;
}
.c-box-rt .title .title-nav span{
    font-size: 14px;
    color: #555555;
}
.c-box-rt  .nav-bar{
    position: absolute;
    right: 25px;
    top: 3px;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .con{
    margin-top: 5px;
    background-color: #ffffff;
}
/* 2021/4/7 */
.c-box-rt .con-banner{
	margin: 46px 100px;
	width: calc(100% - 200px);
}
/* 2021/4/7 */
.c-box-rt .con .con-box{
    padding: 40px 20px;
    /*background: url("../../img/infoPublic/bg.png") no-repeat center right;*/
}
.conBody{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.conBody .lf{
    display: inline-block;
    width: 29%;
}
.conBody .lf img{
    width: 100%;
    height: auto;
}
.conBody .rt{
    display: inline-block;
    width: 70%;
    margin-left: 0.4%;
    vertical-align: top;
}
.conBody .rt h3{
    padding-left: 4%;
    font-size: 21px;
    color: #333333;
    margin: 1% 0 3%;
}
.conBody .rt .line{
    border: solid 1px #cddaea;
}
.conBody .rt p{
    padding-left: 4%;
    font-size: 17px;
    color: #333333;
    margin: 4% 0;
}
.conBody .rt p span{
    display: inline-block;
}
.sp-lf{
    width: 65%;
}
.sp-rt{
    width: 34%;
}


.swiper-wrapper{
    height: auto;
}

/*媒体查询*/
@media screen and (min-width:1681px) and (max-width:1900px){
    .conBody .rt h3{
        font-size: 19px;
    }
    .conBody .rt p {
        font-size: 16px;
        margin: 4% 0;
    }
}
@media screen and (min-width:1601px) and (max-width:1680px){
    .conBody .rt h3{
        font-size: 18px;
    }
    .conBody .rt p {
        font-size: 14px;
        margin: 4% 0;
    }
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .conBody .rt h3{
        font-size: 16px;
    }
    .conBody .rt p {
        font-size: 13px;
        margin: 4% 0;
    }
}
@media screen and (min-width:1367px) and (max-width:1440px){
    .conBody .rt h3{
        font-size: 15px;
    }
    .conBody .rt p {
        font-size: 13px;
        margin: 3% 0;
    }
}
@media screen and (max-width:1366px){
    .conBody .rt h3{
        font-size: 15px;
    }
    .conBody .rt p {
        font-size: 12px;
        margin: 3% 0;
    }
}