.banner_scond{
	position: relative;
}
.banner_scond .wp {
    position: relative;
    z-index: 5;
    color: #fff;
    height: 100%;
}
.nybamask img {
    height: 100%;
    width: 100%;
}
.nybamask{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 58%;
}
.nybamask2{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 36%;
}
.jjmain {
    padding: 40px 0;
    height: 100%;
}
.leftbox {
    width: 260px;
    height: 800px;
}
.rightbox {
    flex: 1;
}
.main-title {
    color: #1b1b1b;
    font-size: 34px;
    margin-bottom: 20px;
}
.main-text {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}
.main-text p{
    margin-bottom: 20px;
}
.cicle{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #dcdcdc;
    left: -41px;
    top: 0px;
    position: absolute;
}
.main-text::before {
    content: '';
    height: 100%;
    width: 2px;
    background: #dcdcdc;
    position: absolute;
    left: -34px;
    top: 15px;
}
.main-text::after {
    content: '';
    height: 5px;
    width: 74px;
    background: #dcdcdc;
    position: absolute;
    left: -34px;
    bottom: -16px;
}
.banner-title {
    font-size: 30px;
}
.banner-title span{
	font-size: 13px;
    color: #979696;
}
.banner-menu {
    color: #bfc3c6;
    font-size: 20px;
}
.banner-menu li{
	line-height: 32px;
    margin-bottom: 10px;
color:#fff;
  
}
.banner-menu li a{
  color: #fff;
}
.banner-menu .menu-li{
	position: relative;
	text-indent: 20px;
    cursor: pointer;
}
.banner-menu .menu-li::after{
    content: '';
    width: 120px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 17px;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #fff;
}