body{
	background: #1c1f2d!important;
}
.RCA_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.RCA_banner img{
	display: block;
	width: 100%;
}
/**/
.RCA_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-top: 50px;
}
.RCA_one_left{
	width: 500px;
	float: left;
	overflow: hidden;
}
.RCA_one_left img{
	display: block;
	width: 100%;
}
.RCA_one_right{
	width: 700px;
	overflow: hidden;
	float: left;
	background: #fff;
}
.RCA_one_right_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 0 40px 0 60px;
	padding-top: 40px;
	box-sizing: border-box;
	font-size: 28px;
	color: #fc1ba7;
	line-height: 30px;
	font-weight: bold;
	position: relative;
}
.RCA_one_right_title:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #fc1ba7;
	left: 0;
	top: 40px;
}
.RCA_one_right_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 20px 40px 40px 60px;
	box-sizing: border-box;
}
/**/
.RCA_two{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.RCA_two_titleWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	height: 40px;
	z-index: 1;
}
.RCA_two_titleWrap:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 40px;
	background: #f70ca6;
	content: '';
	z-index: -1;
}
.RCA_two_titleWrap:after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 50%;
	height: 2px;
	background: #f70ca6;
	content: '';
	z-index: -1;
}
.RCA_two_title{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
	height: 40px;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.RCA_two_title:before{
	position: absolute;
	content: '';
	width: 70%;
	left: 0;
	top: 0;
	height: 40px;
	background: #f70ca6;
	z-index: -1;
}
.RCA_two_ms{
	width: 1200px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.RCA_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.RCA_two_main_oneWrap{
	width: 280px;
	padding: 10px;
	float: left;
	overflow: hidden;
}
.RCA_two_main_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 320px;
	position: relative;
}
.RCA_two_main_one:after{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 320px;
	border: 5px solid #fc1ba7;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
	opacity: 100;
	filter:Alpha(opacity=100);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.RCA_two_main_one_title{
	position: absolute;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
}
.RCA_two_main_one_title span.span1{
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 20px;
	background: #fc1ba7;
}
.RCA_two_main_one_title span.span2{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	padding-left: 10px;
}
.RCA_two_main_one_hover{
	width: 240px;
	height: 280px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3;
	box-sizing: border-box;
	padding: 20px;
	opacity: 0;
	filter:Alpha(opacity=0);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.RCA_two_main_one_hover_title{
	width: 100%;
	line-height: 30px;
	text-align: center;
	background: #fff;
	vertical-align: middle;
}
.RCA_two_main_one_hover_title span{
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 20px;
	background: #fc1ba7;
}
.RCA_two_main_one_hover_title a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
}
.RCA_two_main_one_hover_nr{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.RCA_two_main_one_hover_btn{
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 30px;
	background: #fc1ba7;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 10px;
}
.RCA_two_main_one:hover .RCA_two_main_one_title{
	left: 0%;
	margin-left: -150px;
}
.RCA_two_main_one:hover .RCA_two_main_one_hover{
	opacity: 100;
	filter:Alpha(opacity=100);
}
.RCA_two_main_one:hover:after{
	opacity: 0;
	filter:Alpha(opacity=0);
}
/**/
.RCA_three{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/RCA/RCA_threeBG.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.RCA_three_titleWrap:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 40px;
	background: #f70ca6;
	content: '';
	z-index: -1;
}
.RCA_three_titleWrap:after{
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -1px;
	width: 50%;
	height: 2px;
	background: #f70ca6;
	content: '';
	z-index: -1;
}
.RCA_three_title:before{
	position: absolute;
	content: '';
	width: 70%;
	left: 30%;
	top: 0;
	height: 40px;
	background: #f70ca6;
	z-index: -1;
}
.RCA_three_ms{
	color: rgba(0,0,0,0.7);
}
.RCA_three_main{
	width: 740px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
	padding-left: 460px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.RCA_three_main_pic1{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
}
.RCA_three_main_nr{
	width: 740px;
	overflow: hidden;
	clear: both;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}
.RCA_three_main_nr .RCA_two_main_one_hover_title{
	text-align: left;
}
.RCA_three_main_nr_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 5px;
}
/**/
.RCA_four{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/RCA/RCA_fourBG.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.RCA_four_main{
	width: 1050px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.RCA_four_mainTop{
	width: 1050px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.RCA_four_mainTop_oneWrap{
	width: 330px;
	float: left;
	padding: 10px;
	overflow: hidden;
}
.RCA_four_mainTop_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	border: 3px solid #fff;
	height: 110px;
	padding: 0 10px;
	box-sizing: border-box;
}
.RCA_four_mainTop_one b{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	font-size: 80px;
	color: #f70ca6;
	letter-spacing: -10px;
	text-align: left;
	font-weight: 200;
}
.RCA_four_mainTop_one span{
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 200;
	line-height: 24px;
}
.RCA_four_mainBottom{
	width: 930px;
	background: #fff;
	padding: 30px 50px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
}
.RCA_four_mainBottom_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.RCA_four_mainBottom_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 20px;
}
.RCA_four_mainBottom_nr b{
	color: #000;
}
/**/
.RCA_five{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.RCA_five_title:before{
	width: 80%;
	left: 20%;
}
.RCA_five_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.RCA_five_main_oneWrap{
	width: 280px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
}
.RCA_five_main_one{
	width: 280px;
	overflow: hidden;
	clear: both;
}
.RCA_five_main_one_top{
	width: 100%;
	height: 200px;
	overflow: hidden;
	clear: both;
	display: block;
}
.RCA_five_main_one_top img{
	display: block;
	width: 100%;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.RCA_five_main_one_bottom{
	width: 100%;
	border: 1px dashed #fff;
	border-top: 0;
	padding: 10px 0;
	box-sizing: border-box;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.RCA_five_main_one_bottom a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.RCA_five_main_one_bottom a.a1{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.RCA_five_main_one:hover .RCA_five_main_one_top img{
	transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.RCA_five_main_one:hover .RCA_five_main_one_bottom{
	background: #fff;
}
.RCA_five_main_one:hover .RCA_five_main_one_bottom a{
	color: #333;
}
/**/
.RCA_six{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
}
.master3_one_mainWrap{
    width: 1200px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
.master3_one_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.master3_one_main_one{
    width: 284px;
    float: left;
    padding: 0 8px;
}
.master3_one_main_one_top{
    width: 250px;
    height: 264px;
    position: relative;
    overflow: hidden;
    clear: both;
    z-index: 1;
    padding-left: 14px;
    margin-bottom: 10px;
}
.master3_one_main_one_top:after{
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.2);
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.master3_one_main_one_top_img{
    width: 250px;
    height: 250px;
    overflow: hidden;
    clear: both;
}
.master3_one_main_one_top_img img{
    display: block;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.master3_one_main_one_p1{
    width: 250px;
    padding-left: 14px;
    overflow: hidden;
    clear: both;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.master3_one_main_one_p2{
    width: 250px;
    padding-left: 14px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-weight: 200;
    padding-top: 5px;
}
.master3_one_main_one:hover .master3_one_main_one_top_img img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.master3_one_main_one:hover .master3_one_main_one_top:after{
    left: 14px;
    bottom: 16px;
}
.master3_one_main_one:hover .master3_one_main_one_p1{
    color: #fc1ba7;
}
/**/
.newZPJ_eightWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/newZPJ2/newZPJ_eightWrap_bg.jpg) center no-repeat;
	background-size: cover;
}
.newZPJ_eight{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.newZPJ_eight .newZPJ_four_title span{
	color: #fff;
}
.newZPJ_eightNr{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
}
.newZPJ_eightNr_one{
	width: 386px;
	overflow: hidden;
	float: left;
}
.newZPJ_eightNr_two{
	margin-left: 20px;
	margin-right: 20px;
}
.newZPJ_eightNr_one_pic{
	width: 386px;
	height: 217px;
	overflow: hidden;
	clear: both;
	display: block;
}
.newZPJ_eightNr_one_pic img{
	display: block;
	width: 386px;
	height: 217px;
}
.newZPJ_eightNr_one_nr{
	width: 386px;
	overflow: hidden;
	clear: both;
	height: 256px;
	background: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.newZPJ_eightNr_one_nr a.span1{
	display: block;
	width: 340px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	font-size: 18px;
	color: #ab46ce;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.newZPJ_eightNr_one_nr a.span2{
	display: block;
	width: 340px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 15px;
	margin-top: 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 100px;
}
.newZPJ_eightNr_one_nr a.span2:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -20px;
	top: 0px;
	z-index: -1;
}
.newZPJ_eightNr_one_nr a.span2:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -12px;
	top: 2px;
	z-index: -1;
}
.newZPJ_eightNr_one_nr .newProduct_bk_two_btn{
	margin: 0 auto;
	margin-top: 10px!important;
}
