.yk_about_us .col-lg-3, .yk_about_us .col-lg-4 {
    padding: 0 10px;
}

.yk_about_us{ }
.yk_about_us img{ max-width:100%;}
.bx_container{width:1400px; margin:auto;max-width: 100%;}
.yk_about_us h2{ text-transform:uppercase;}

/*公司简介*/
.yk_company h2{font-size: 28px; color: #000000; text-align: center; padding: 50px 0; font-weight: normal; margin: 0;font-weight: 700;}
.company_item{display: -webkit-flex; display: flex;-webkit-justify-content: center; justify-content: center; align-items: center; margin-bottom:35px;}
.s-left-item,.s-right-item{ width:50%; padding:0 15px;}
.company_item .company_text{ font-size:16px; line-height:30px;}

.company_allbtn{text-align: center;}
.all_btn{display: inline-block;height: 50px;line-height: 50px;width: 240px;border-radius: 5px;font-size: 18px;text-align: center;color: #fff;background-color:#f16f07;transition: 0.3s;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);}
.all_btn:hover{text-decoration: none;background-color: #b2001a;}
/*公司简介*/

/*公司信息*/
.yk_infomation h2{font-size: 28px; color: #000000; text-align: center; padding: 50px 0; font-weight: normal; margin: 0;font-weight: 700;}
.yk_infomation{ position: relative; z-index: 1;margin:30px 0; display:flex;}
.Process1, .Process2, .Process3, .Process4{display: flex;justify-content: center;}
.Process2, .Process4{margin: 40px 0;}
.counter-box {border: 5px solid #ccc;display: block;width: 90px;height: 90px;border-radius: 50%;position: relative;}
.counter-box .counter {display: block;border: 5px solid #ddd;width: 80px;height: 80px;color: #333;line-height: 70px;font-size: 20px;text-align: center;border-radius: 50%;background-color: #fff;position: relative;left: -10px;}
.counter-box .counter::before{content: "";position: absolute;width: 16px;height: 16px;background: #f16f07;top: 28px;left: 119px;border-radius: 100%;}
.counter-box .counter::after{    content: "";position: absolute;width: 40px;height: 8px;background: #ddd;left: 80px;top: 32px;}	
.counter-box::after{content: "";position: absolute;width: 5px;height: 66px;z-index: 1;left: 37px;bottom: -70px;background: #ddd;}
.counter-text{padding: 30px 80px; width: 60%;border:solid #ddd;border-width: 4px 4px 4px 0;}



.counter-box .title {
    color: #fff;
    margin-top: 15px;
    margin-bottom:0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
/*公司信息*/

/*Our Team*/
.yk_team {
    display: inline-block;
    margin-bottom: 30px;
}
.yk_team h2{font-size: 28px; color: #000000; text-align: center; padding: 100px 0 50px 0; font-weight: normal; margin: 0;font-weight: 700;}
.yk_team .team_item{position: relative;}
.yk_team .team_item::before{content: "";position: absolute;left: 50%;top: 30px;height: 80%;width: 1px;background-color: #dfdfdf;}
.yk_team .team_text{min-height: 120px; text-align: center;}
.yk_team .team_text h3 {font-size: 18px;color: #da4a26;font-weight: 700;padding: 40px 0 30px;margin:0;}
.yk_team .team_text p{ line-height:30px;}

/*OOur Team*/

/*合作伙伴*/
.yk_Partner{ display:inline-block; margin-bottom:30px;}
.yk_Partner h2{font-size: 28px; color: #000000; text-align: center; padding: 50px 0; font-weight: normal; margin: 0;font-weight: 700;}
.yk_Partner li{ width:16.66%; float:left; padding:0 15px; box-sizing: border-box; margin:10px 0;box-shadow: 1px 5px 5px #ebd9d9;}
.yk_Partner .bx-controls-direction{display: none;}
.yk_Partner .all_btn{margin: 55px 0;}
/*合作伙伴*/

/*证书*/
.yk_certificate h2{font-size: 28px; color: #000000; text-align: center; padding: 50px 0; font-weight: normal; margin: 0;font-weight: 700;}
.certificate_text{width: 100%;text-align: justify;line-height: 30px;margin-bottom: 50px;}
.yk_certificate .bx-default-pager{display: none;}
.yk_certificate{ width:100%;display: table; margin:auto; margin-bottom:50px;}
.choose_us{padding: 50px 0 20px 0;}
.choose_us ul, .choose_us1 ul{ display:inline-block; margin:20px 0;}
.choose_us ul li, .choose_us1 ul li{ width:33.33%; float:left; display: flex;}
.choose_us ul li img, .choose_us1 ul li img{ max-height:84px; max-width:84px; margin:0 20px;}
.choose_us ul li h4, .choose_us1 ul li h4{ color:#366c5e;font-size: 18px;}
.choose_us ul li p, .choose_us1 ul li p{ line-height:30px; color:#767373;}

/*证书*/

@media screen and (max-width: 768px) {
    .company_item{ display: inline-block; }
    .s-left-item, .s-right-item{
        width: 100%;
    }
    .yk_choose_us ul li{ width: 50%; }
	.choose_us ul li, .choose_us1 ul li{width:100%;flex-direction: column;text-align: center;}
    .choose_us ul li img, .choose_us1 ul li img{margin: 0 auto;}
	.yk_infomation{ padding:20px 0; }
    .counter-box{margin: 25px 0;}
	.counter-text{padding: 30px 10px 30px 57px; width: 75%;}
    .team_items .team_item{ margin-bottom:20px; }
	.yk_team .team_item::before{display: none;}
    .yk_Partner li{ width:33.33%; }
    .yk_team h2,.yk_team h2,.yk_certificate h2,.yk_Partner h2{padding: 35px 0;}
}