@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%;
}
.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;
}
.c-box-rt .con .con-box{
    padding: 0;
    /*background: url("../../img/infoPublic/bg.png") no-repeat center right;*/
}
.conBody{
    padding-bottom: 160px;
    background: url(box1_bg.png) no-repeat bottom left;
}
.conBody .conBody-title{
    position: relative;
}
.conBody .conBody-title .text{
    width: 450px;
    height: 134px;
    position: absolute;
    top: 50%;
    left: 7%;
    margin-top: -67px;
}
.conBody .conBody-title .text h3{
    font-size: 36px;
    color: #ffffff;
    margin: 16px 0;
}
.conBody .conBody-title img{
    width: 100%;
}
/* 2021/4/7 */
.conBody{
	background: none;
}
.conBody img{
    display: block;
    width: 66%;
    margin: 0 auto 0;
	padding-top: 70px;
}
/* 2021/4/7 */



.swiper-wrapper{
    height: auto;
}

/*媒体查询*/
@media screen and (min-width:1681px) and (max-width:1900px){
    .conBody .conBody-title .text{
        padding-top: .2%;
    }
    .conBody .conBody-title .text h3{
        font-size: 35px;
    }
}
@media screen and (min-width:1601px) and (max-width:1680px){
    .conBody .conBody-title .text{
        padding-top: .6%;
    }
    .conBody .conBody-title .text h3{
        font-size: 32px;
    }
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .conBody .conBody-title .text{
        padding-top: 1.6%;
    }
    .conBody .conBody-title .text h3{
        font-size: 26px;
    }
}
@media screen and (min-width:1367px) and (max-width:1440px){
    .conBody .conBody-title .text{
        padding-top: 1.6%;
    }
    .conBody .conBody-title .text h3{
        font-size: 26px;
    }
}
@media screen and (max-width:1366px){
    .conBody .conBody-title .text{
        padding-top: 1.6%;
    }
    .conBody .conBody-title .text h3{
        font-size: 26px;
    }
}