@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;
}
.c-box-rt .con .con-box{
    margin: 0 20px;
    padding: 1.5% 0;
    background: url("../../img/aboutUs/Leadership/leader-bg.png") no-repeat 0 2%;
    background-size: contain;
}
/* 2021/4/7 */
.conBody{
    padding: 0 6.5%;
}
.c-box-rt .con .con-box{
	background: none;
}
.conBody .conBody-title{
	margin-top: 55px;
	height: 64px;
	line-height: 64px;
	background-color: #eaeff7;
	font-family: Microsoft YaHei;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #121212;
	padding-left: 32px;
}
.flex-list{
    width: 100%;
    margin: 0 auto;
	margin-top: 40px;
}
.flex-list .flex-item{
    display: inline-block;
    width: calc(24.5% - 20px);
    text-align: center;
	margin: 0 10px;
    margin-bottom: 30px;
    vertical-align: top;
}
/* 2021/4/7 */
.flex-list .flex-item img{
    width: 100%;
    height: auto;
}
.flex-list .flex-item p{
    font-size: 14px;
}
.flex-list .flex-item p a{
    color: #222222;
}
.flex-list .flex-item p a span{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.flex-list .flex-item p a i{
    display: block;
    font-size: 12px;
    margin-top: 2%;
}
.flex-list .flex-item p a:hover{
    text-decoration: underline;
}


.margin-rt0{
    margin-right: 0!important;
}
.swiper-wrapper{
    height: auto;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){

}
@media screen and (min-width:1600px) and (max-width:1680px){
    .conBody .conBody-title h1{
        font-size: 36px;
        margin: 6.5% 0 0;
    }
    .conBody .conBody-title p{
        font-size: 19px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .conBody .conBody-title h1{
        font-size: 36px;
        margin: 6.5% 0 0;
    }
    .conBody .conBody-title p{
        font-size: 19px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .conBody .conBody-title h1{
        font-size: 32px;
        margin: 6.6% 0 0;
    }
    .conBody .conBody-title p{
        font-size: 17px;
    }
}
@media screen and (max-width:1366px){
    .conBody .conBody-title h1{
        font-size: 32px;
        margin: 6.6% 0 0;
    }
    .conBody .conBody-title p{
        font-size: 16px;
    }
}