.box{
	width: 100%;
	min-height: 10rem;
	position: relative;
	padding-top: 1.1rem;
	/*padding-bottom: 2.6rem;*/
}


.box .main{
	width: 100%;
	/*height: 100%;*/
	position: relative;
}

.box .main .bannerbox{
	width: 100%;
	padding-bottom: 25%;
	position: relative;
}

.box .main .bannerbox .banner,
.box .main .bannerbox .banner3{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.box .main .banner2{
	height: 8.9rem;
	width: 100%;
}

.box .main .bannerbox .banner > img,
.box .main .banner2 > img,
.box .main .bannerbox .banner3 > img{
	width: 100%;
	height: 100%;

}


.box .main .titlebox{
	width: 100%;
	padding-bottom: 13.3%;
	position: relative;
}


.box .main .titlebox .title{
	position: absolute;
	width: 5.23rem;
	height: 0.58rem;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	background: url(../images/inyz_ln_title.png) no-repeat;	
	background-size: 100% 100%;
}

.box .main .titlebox2{
	width: 100%;
	padding-bottom: 13.3%;
	position: relative;
}

.box .main .titlebox2 .title2{
	width: 87%;
	height: 42%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	background: url(../images/inyz_fz_title.png) no-repeat;	
	background-size: 100% 100%;
}

.box .main .titlebox3{
	width: 100%;
	padding-bottom: 13.3%;
	position: relative;
}

.box .main .titlebox3 .title3{
	width: 4.05rem;
	height: 0.58rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	background: url(../images/inyz_join_title.png) no-repeat;	
	background-size: 100% 100%;
}

.box .main .content2{
	width: 100%;
	min-height: 5rem;
	padding-bottom: 0.6rem;
}

.box .main .content2 .item{
	/*height: 6.4rem;*/
	width: 100%;	
}

.box .main .content2 .item > img{
	width: 100%;
	/*height: 100%;*/
}


.box .main .content2 .item2{
	width: 100%;
	padding-bottom: 40%;
	position: relative;
}

.box .main .content2 .item2 > img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.box .main .content2 .item2 .item-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.box .main .content2 .item2 .inner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 2.6rem;
	width: 92%;
	margin: auto auto;
	overflow: hidden;
}


.box .main .content2 .item2 .inner .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	padding-right: 0.2rem;
}

.box .main .content2 .item2 .inner .left .inner-info,
.box .main .content2 .item2 .inner .right .inner-info{
	height: 2rem;
	line-height: 0.44rem;
	font-size: 0.24rem;
	color: #fff;
	text-indent: 2em;	
}


.box .main .content2 .item2 .inner .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
	padding-left: 0.2rem;
}

.box .main .content2 .item2 .inner .left .inner-title,
.box .main .content2 .item2 .inner .right .inner-title{
	height: 0.5rem;
	line-height: 0.5rem;
	width: 100%;
	font-size: 0.36rem;
	color: #fff;
	display: block;
	font-weight: bold;
}

.box .main .content2 .item2 .inner .right .inner-title{
	text-align: right;
}



.box .main .content{
	width: 100%;
	min-height: 5rem;
	/*padding-bottom: 2rem;	*/
	margin: 0 auto;
}

.box .main .content .fz-01-box{
	width: 100%;
	padding-bottom: 57%;
	position: relative;
	margin-bottom: 0.4rem;
}

.box .main .content .fz-01{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/inyz_fz_01.jpg) no-repeat;
	background-size: 100% 100%;
}

.box .main .content .fz-02-box{
	width: 100%;
	padding-bottom: 57%;
	position: relative;
	margin-bottom: 0.5rem;
}

.box .main .content .fz-02{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/inyz_fz_02.jpg) no-repeat;
	background-size: 100% 100%;
}