.other_zhongchuan_left{ width:30%;}
.other_zhongchuan_right{width:70%;}
.other_zhongchuanflex{ display:flex; align-items:center;}
.other_zhongchuan_right_title{
	font-size: 24px;
    color: #fff;
    margin: 0;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: bold;
}
.other_zhongchuan_right{background-color: #1b7fc2; display:flex; flex-direction:column; align-items:center; justify-content:center;    padding: 50px 0px 50px 0px;	}
.other_zhongchuan_right_des{
	color: #ffffff;
    font-size: 35px;
	display: block;
    position: relative;
    padding: 0 !important;
    margin: 10px 0;
    line-height: 1.4;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	background-color: #1b7fc2;
	display:flex;
	position:relative;
	height:49px;
}
.other_zhongchuan_right_des_one{ opacity:0; transition:all 0.3s; position:absolute; bottom:10px; left:50%; transform:translateX(-0%); white-space:nowrap;}
.other_zhongchuan_right_des .active{ opacity:1;transition:all 0.3s; overflow:hidden;transform:translateX(-50%)}
@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 769px){
.other_zhongchuanflex{ flex-wrap:wrap;}
.other_zhongchuan_left,.other_zhongchuan_right{ width:100%; padding:20px}
}