/*董事长简介*/
li, ol, ul {
    margin: 0;
    list-style-type: none;
}




/*董事长简介*/
.n-about {
	position: relative;
}
.n-about .listb{
	background: #fafafa;
    padding-top: 6%;
	padding-bottom: 4%;
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
.f-cb {
    zoom: 1;
}

.n-about .listb .img {
    width: 54%;
}

.fl {
    float: left;
    display: inline;
}

.n-about .listb .img img {
    width: 100%;
}

.n-about .listb .text {
    width: 37%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.fr {
    float: right;
    display: inline;
}
.n-about .listb .h {
    background: #9c8dce;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 50px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2rem;
}

.n-about .listb .h2 {
    text-align: left;
}

.n-about .h2 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #333;
    margin-bottom: 10px;
}

.n-about .listb .tit-p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.5rem;
}

.n-about .listb .p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/*清除浮动对父元素的影响*/
.n-about .listb::after{
	
	display: block;
	content: "";
	height: 0;
	clear: both;
}
	
/*董事长简介-个人荣誉*/
.introduce_honor {
    overflow: hidden;
}
.std_padd2_bot {
    padding-bottom: 115px;
}

.std_padtop70 {
    padding-top: 70px;
}
.std_padd2_bot {
    padding-bottom: 115px;
}

.ys_cont1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}
.introduce_honor{
    color: #000;
    margin-bottom: 22px;
}
.std_tit4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
}

.std_parga, .std_parga p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.introduce_honor_cont_ul {
    margin: 0 -21px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.ihcu_li {
    width: 33.333333%;
    padding: 0 21px;
}

.ihcu_li_cont {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.ihcu_li_cont p {
    color: #333;
    padding-left: 17px;
    position: relative;
}

.ihcu_li_cont p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1E50E6;
    position: absolute;
    top: 11px;
    left: 0;
}



@media screen and (max-width: 1680px){
.ys_cont1400{
    width: 82.5%;
}
}
@media screen and (max-width: 1560px){
.std_padd2_bot {
    padding-bottom: 130px;
}
.std_tit4{
    font-size: 22px;
}
.ihcu_li_cont {
    padding-bottom: 25px;
}
}


@media (max-width: 1480px){
.w1440 {
    width: 90%;
}
}

@media screen and (max-width: 1440px){
.std_padtop70 {
    padding-top: 60px;
}
.std_tit4 h4 {
    font-size: 20px;
}
}


@media screen and (max-width: 1360px){
.ihcu_li_cont {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

@media screen and (max-width: 1280px){
.std_padd2_bot {
    padding-bottom: 110px;
}
.std_parga {
    font-size: 14px;
}
.ihcu_li_cont p::before {
    width: 5px;
    height: 5px;
    top: 9px;
}
}

@media screen and (max-width: 1200px){
.std_padtop70 {
    padding-top: 50px;
}
.ys_cont1400 {
    width: 100%;
    padding: 0 40px;
}
.std_parga p {
    font-size: 14px;
}
}

@media screen and (max-width: 1199px){
.std_padd2_bot {
    padding-bottom: 90px;
}
	}

@media (max-width: 1023px){
.n-about, .n-about .listb .text, .n-about .listb .img {
    width: 100%;
}}


@media screen and (max-width: 768px){
.std_padd2_bot {
    padding-bottom: 70px;
}
.ys_cont1440{
    padding: 0 20px;
}
.std_tit4{
    font-size: 18px;
}
.introduce_honor_cont_ul {
    margin: 0 -14px;
}
.ihcu_li {
    padding: 0 14px;
}
.ihcu_li_cont {
    padding-top: 16px;
    padding-bottom: 16px;
}
}

@media screen and (max-width: 480px){
.std_padtop70 {
    padding-top: 40px;
}
.std_padd2_bot {
    padding-bottom: 40px;
}
.std_tit4{
    font-size: 16px;
}
.ihcu_li {
    width: 100%;
    animation-delay: .2s !important;
}
.ihcu_li:first-child .ihcu_li_cont {
    padding-top: 0;
}
}