
/* ******************* */
#container{
    height: 480px;
}
.banner-item{
    height: 400px;
}
.banner-item-right{
    width: 500px;
    height: 328px;
}
.swiper-pagination{
    bottom:50px !important;
}
.banner-item-left h1{
    font-size:30px;
}
.banner-item-left h2{
    font-size:30px;
}
.banner-item-left h3{
    font-size:18px;
}
/* *********************** */
.about-container{
    width: 1200px;
    margin:0 auto;
}
.introduction{
    height: 400px;
    margin-top:40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding:0 20px;
}
.introduction img{
    width: 420px;
    height: 310px;
}
.introduction p{
    width: 700px;
}
.introduction{
	padding:0 25px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.introduction div{
	margin-left:20px;
    display: flex;
	width:700px;
    flex-direction: column;
    justify-content: space-around;
	margin-top:-60px;
}
.introduction div p{
	margin-left:70px;
	font-size:30px;
	margin-bottom:15px;
}
.ykcrm-about-list{
    margin-top:30px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ykcrm-about-list p{
    margin:10px 0;
}
.introduction h1{
    font-weight: 700;
    font-size:25px;
    color:rgb(32, 32, 32);
}
.wish{
    height: 400px;
    margin-top:40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.wish p{
    color:#fff;
}
.wish-box{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.wish-box>div{
    width: 240px;
    height: 320px;
    background: url(../images/about-img1.png) no-repeat;
    background-size: cover;
    display: flex;
}
.wish-box>div:nth-child(2){
    background: url(../images/about-img2.png) no-repeat;
}
.wish-box>div:nth-child(3){
    background: url(../images/about-img3.png) no-repeat;
}
.wish-box>div:nth-child(4){
    background: url(../images/about-img4.png) no-repeat;
}
.wish-box div>div{
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top:80px;
}
.wish-box p:nth-child(1){
    margin-bottom: 30px;
    font-size:24px;
}
.wish-box p:nth-child(2){
    line-height: 30px;
}
.cooperation{
    height: 300px;
    margin-top:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.cooperation>h1{
    margin-bottom: 40px;
}
.cooperation .box{
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.cooperation .box li{
    box-sizing: border-box;
    border:1px solid #ccc;
    width: 280px;
    height: 100px;
    text-align: center;
}
.cooperation .box li img{
    width: 100%;
    height: 100%;
}
.connect{
    height: 400px;
    margin-top:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.connectus{
    width: 100%;
    height:300px;
    display: flex;
    align-items: center;
    margin-top:20px;
}
.connectus>div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 20px;
}
.connectus img{
    width: 600px;
    height: 302px;
}
.join{
    margin-top:20px;
    text-align: center;
}
#menuhome-about{
    border-bottom:2px solid #fff !important;
}