/**/
.newProduct_bk2_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.newProduct_bk2_banner img{
	display: block;
	width: 100%;
}
/**/
.newProduct_bk2_oneWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #292832;
	padding: 80px 0;
}
.newProduct_bk2_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.newProduct_bk2_one_title span{
	display: block;
	width: 100%;
	text-align: center;
}
.newProduct_bk2_one_title span.span1{
	color: #fff;
	font-weight: bold;
	line-height: 34px;
	font-size: 28px;
}
.newProduct_bk2_one_title span.span2{
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 4px;
}
.newProduct_bk2_one_title span.span3{
	width: 38px;
	height: 6px;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);  
    background-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    margin-top: 10px;
}
.newProduct_bk2_one_title span.span4{
	color: #ff0072;
}
.newProduct_bk2_one_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-bottom: 36px;
	margin-top: 40px;
}
.newProduct_bk2_one_main_left{
	width: 280px;
	height: 330px;
	box-sizing: border-box;
	border: 1px solid #47474f;
	float: left;
	padding: 0 16px;
	padding-top: 53px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.newProduct_bk2_one_main_left_icon{
	width: 55px;
	height: 55px;
	overflow: hidden;
	clear: both;
}
.newProduct_bk2_one_main_left_icon img{
	width: 100%;
}
.newProduct_bk2_one_main_left_icon img.img1{
	display: block;
}
.newProduct_bk2_one_main_left_icon img.img2{
	display: none;
}
.newProduct_bk2_one_main_left_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	margin-top: 14px;
}
.newProduct_bk2_one_main_left_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 24px;
	margin-top: 20px;
}
#newProduct_bk2_one_pagination{
	bottom: 0;
}
#newProduct_bk2_one_pagination span{
	width: 14px;
	height: 6px;
	border-radius: 30px;
	opacity: 1;
	background: #4d4c54;
}
#newProduct_bk2_one_pagination span.swiper-pagination-bullet-active{
	width: 26px;
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);  
    background-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%);
}
.newProduct_bk2_one_main_left:hover{
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);  
    background-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    border: none;
}
.newProduct_bk2_one_main_left:hover .newProduct_bk2_one_main_left_icon img.img1{
	display: none;
}
.newProduct_bk2_one_main_left:hover .newProduct_bk2_one_main_left_icon img.img2{
	display: block;
}
.newProduct_bk2_one_main_left:hover .newProduct_bk2_one_main_left_ms{
	color: #fff;
}
/**/
.newProduct_bk2_twoWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 80px 0;
	background: #fff;
}
.newProduct_bk2_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_two_top{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}
.newProduct_bk2_two_top_left{
	width: 320px;
	float: left;
	height: 445px;
	overflow: hidden;
	background: #fff;
}
.newProduct_bk2_two_top_right{
	width: 880px;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 300px;
	padding-right: 38px;
	background: #f5f5f5;
	height: 463px;
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);  
    background-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%);
}
.newProduct_bk2_two_top_right_one{
	width: 250px;
	overflow: hidden;
	float: left;
	padding-top: 60px;
}
.newProduct_bk2_two_top_right_one:nth-child(2n){
	margin-left: 42px;
}
.newProduct_bk2_two_top_right_one:last-child{
	width: 100%;
}
.newProduct_bk2_two_top_right_one span{
	display: block;
	width: 100%;
	text-align: left;
}
.newProduct_bk2_two_top_right_one span.span1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
}
.newProduct_bk2_two_top_right_one span.span2{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
}
.newProduct_bk2_two_top_center{
	width: 576px;
	height: 365px;
	position: absolute;
	left: 0;
	top: 51px;
	background: url(../images/newProduct_bk2/newProduct_bk2_two_top_pic1.jpg) center no-repeat;
	box-sizing: border-box;
	padding-left: 115px;
	padding-top: 65px;
}
.newProduct_bk2_two_top_center img{
	display: block;
}
.newProduct_bk2_two_bottom{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 80px;
}
.newProduct_bk2_two_bottom_left{
	width: 320px;
	height: 878px;
	background: url(../images/newProduct_bk2/newProduct_bk2_two_bottomBG.jpg) center no-repeat;
	background-size: cover;
	float: left;
	overflow: hidden;
}
.newProduct_bk2_two_bottom_left_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding-top: 72px;
}
.newProduct_bk2_two_bottom_left_line{
	width: 80px;
	height: 3px;
	background: #ff2d86;
	margin: 0 auto;
	margin-top: 20px;
}
.newProduct_bk2_two_bottom_left_list{
	width: 220px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-top: 45px;
}
.newProduct_bk2_two_bottom_left_list li{
	width: 220px;
	height: 80px;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
	border-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%) 1 1;
    border-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%) 1 1; 
    border-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%) 1 1; 
    border-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%) 1 1;  
    border-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%) 1 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 76px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}
.newProduct_yjs2_two_bottom_left_list li{
	font-size: 16px;
	font-weight: normal;
}
.newProduct_bk2_two_bottom_left_list li:first-child{
	margin-top: 0;
}
.newProduct_bk2_two_bottom_left_list li.liOther,.newProduct_bk2_two_bottom_left_list li:hover{
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);  
    background-image: linear-gradient(left,#ff2d86 0%, #5f1985 100%);
}
.newProduct_bk2_two_bottom_rightWrap{
	width: 880px;
	overflow: hidden;
	float: left;
	padding-top: 42px;
}
.newProduct_bk2_two_bottom_right{
	width: 880px;
	height: 793px;
	background: #f5f5f5;
	overflow: hidden;
	clear: both;
	padding-left: 35px;
	padding-top: 35px;
	box-sizing: border-box;
}
.newProduct_bk2_two_bottom_rightTab{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: none;
}
.newProduct_bk2_two_bottom_right_one{
	width: 250px;
	float: left;
	overflow: hidden;
	margin-left: 47px;
	margin-bottom: 47px;
}
.newProduct_bk2_two_bottom_right_one:nth-child(3n-2){
	margin-left: 0;
}
.newProduct_bk2_two_bottom_right_one:nth-child(7),.newProduct_bk2_two_bottom_right_one:nth-child(8),.newProduct_bk2_two_bottom_right_one:nth-child(9){
	margin-bottom: 0;
}
.newProduct_bk2_two_bottom_right_one_top{
	width: 250px;
	height: 152px;
	overflow: hidden;
	clear: both;
	position: relative;
	background: #c8c8c8;
}
.newProduct_bk2_two_bottom_right_one_top_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.newProduct_bk2_two_bottom_right_one_top_pic img{
	display: block;
	width: 100%;
}
.newProduct_bk2_two_bottom_right_one_top_num{
	position: absolute;
	top: 18px;
	right: 25px;
}
.newProduct_bk2_two_bottom_right_one_top_num img{
	display: block;
}
.newProduct_bk2_two_bottom_right_one_top_none{
	width: 250px;
    height: 152px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.newProduct_bk2_two_bottom_right_one_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	height: 48px;
	line-height: 48px;
	color: #292832;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 22px;
}
.newProduct_bk2_two_bottom_right_one_bottom2{
    background: rgba(255,255,255,0.8);
    color: #e3e3e3;
}
.newProduct_bk2_btn{
	width: 220px;
	height: 52px;
	overflow: hidden;
	clear: both;
	display: block;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    background-image: -moz-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -o-linear-gradient(left,#ff2d86 0%, #5f1985 100%); 
    background-image: -ms-linear-gradient(left,#ff2d86 0%, #5f1985 100%);
    border-radius: 30px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    position: relative;
	-webkit-transition-duration: 1.5s,1s,0s;
    transition-duration: 1.5s,1s,1s,0s;
    -webkit-transition-property: opacity,-webkit-transform,background;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform,background;
    -webkit-transition-delay: .6s,0s;
    transition-delay: .6s,0s;
    -webkit-transition-timing-function: cubic-bezier(.42,0,.03,.985);
    transition-timing-function: cubic-bezier(.42,0,.03,.985);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
    outline: none;
}
.newProduct_bk2_btn:before{
	content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: -webkit-transform .25s 0s;
    transition: transform .25s 0s;
    transition: transform .25s 0s,-webkit-transform .25s 0s;
    background: #0e0e12;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    -moz-transform: translate3d(-50%,-50%,0) scale(0);
    -ms-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);

}
.newProduct_bk2_btn:after{
	content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: -webkit-transform .25s 0s;
    transition: transform .25s 0s;
    transition: transform .25s 0s,-webkit-transform .25s 0s;
    background: 0 0;
    border: 5px solid #0e0e12;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    -moz-transform: translate3d(-50%,-50%,0) scale(0);
    -ms-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
}
.newProduct_bk2_btn:hover{
	background-image: -webkit-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%);
    background-image: -moz-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%); 
    background-image: -o-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%); 
    background-image: -ms-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%);
	transition-delay: .6s,.35s;
	-webkit-transition-delay: .6s,.35s;
    -moz-transition-delay: .6s,.35s;
    -ms-transition-delay: .6s,.35s;
}
.newProduct_bk2_btn:hover:before{
	-webkit-transition: -webkit-transform .5s .15s;
    transition: -webkit-transform .5s .15s;
    transition: transform .5s .15s;
    transition: transform .5s .15s,-webkit-transform .5s .15s;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    -moz-transform: translate3d(-50%,-50%,0) scale(1);
    -ms-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
}
.newProduct_bk2_btn:hover:after{
	-webkit-transition: -webkit-transform .5s 0s;
    transition: -webkit-transform .5s 0s;
    transition: transform .5s 0s;
    transition: transform .5s 0s,-webkit-transform .5s 0s;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    -moz-transform: translate3d(-50%,-50%,0) scale(1);
    -ms-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
}
/**/
.newProduct_bk2_threeWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/newProduct_bk2/newProduct_bk2_threeBG.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.newProduct_bk2_three{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_three_main{
	width: 1080px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 0 60px;
	margin-top: 40px;
}
.newProduct_bk2_three_main_one{
	width: 300px;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	margin-bottom: 30px;
}
.newProduct_bk2_three_main_one:nth-child(3n-1){
	margin: 0 90px;
}
.newProduct_bk2_three_main_one:nth-child(7),.newProduct_bk2_three_main_one:nth-child(8),.newProduct_bk2_three_main_one:nth-child(9){
	margin-bottom: 0;
}
.newProduct_bk2_three_main_one_num{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: block;
}
.newProduct_bk2_three_main_one_pic{
	width: 300px;
	overflow: hidden;
	clear: both;
	position: relative;
}
.newProduct_bk2_three_main_one_pic img{
	display: block;
	width: 100%;
}
.newProduct_bk2_three_main_one_pic span.span1{
	display: block;
	position: absolute;
	width: 264px;
	height: 178px;
	background-image: -webkit-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%);
    background-image: -moz-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%); 
    background-image: -o-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%); 
    background-image: -ms-linear-gradient(left,rgba(255,45,134,0.8) 0%, rgba(95,25,133,0.8) 100%);
    left: 50%;
    top: 50%;
    margin-left: -132px;
    margin-top: -89px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 20px;
    padding-top: 40px;
    margin-left: -500px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.newProduct_bk2_three_main_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	box-sizing: border-box;
	font-size: 18px;
	color: #292832;
	font-weight: bold;
}
.newProduct_bk2_three_main_one:hover .newProduct_bk2_three_main_one_pic span.span1{
	margin-left: -132px;
}
/**/
.newProduct_bk2_fourWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 80px 0;
}
.newProduct_bk2_four{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_four_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
}
.newProduct_bk2_four_main_left{
	width: 220px;
	float: left;
	overflow: hidden;
	margin-left: 25px;
}
.newProduct_bk2_four_main_left:first-child{
	margin-left: 0;
}
.newProduct_bk2_four_main_left_pic{
	width: 220px;
	height: 320px;
	overflow: hidden;
	clear: both;
	background: #b5b5b5;
	position: relative;
}
.newProduct_bk2_four_main_left_pic img{
	width: 100%;
	display: block;
}
.newProduct_bk2_four_main_left_line{
	width: 27px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 10px;
	bottom: 70px;
	display: block;
	z-index: 1;
}
.newProduct_bk2_four_main_left_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 24px;
	top: 260px;
	position: absolute;
	left: 0;
}
.newProduct_bk2_four_main_left_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
}
/**/
.newProduct_bk2_fiveWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 80px 0;
	background: #fff;
}
.newProduct_bk2_five{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_five_left{
	width: 540px;
	float: left;
	overflow: hidden;
}
.newProduct_bk2_five_left .newProduct_bk2_one_title span{
	text-align: left;
	margin: 0;
}
.newProduct_bk2_five_left .newProduct_bk2_one_title span.span2{
	margin-top: 4px;
}
.newProduct_bk2_five_left .newProduct_bk2_one_title span.span3{
	margin-top: 10px;
}
.newProduct_bk2_five_left_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 38px;
}
.newProduct_bk2_five_left_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}
.newProduct_bk2_five_left_list li{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}
.newProduct_bk2_five_left_list span{
	display: block;
	width: 100%;
	text-align: left;
}
.newProduct_bk2_five_left_list span.span1{
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	line-height: 22px;
}
.newProduct_bk2_five_left_list span.span2{
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	line-height: 22px;
	margin-top: 5px;
}
.newProduct_bk2_five_left .newProduct_bk2_btn{
	margin: 0;
	margin-top: 40px;
}
.newProduct_bk2_five_right{
	width: 531px;
	float: right;
}
.newProduct_bk2_five_right img{
	display: block;
	width: 100%;
}
/**/
.newIndex2_fiveWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
	background: url(../images/newProduct_bk2/newProduct_bk2_sixBG.jpg) center no-repeat;
	background-size: cover;
}
.newIndex2_five{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 33px;
}
.newIndex2_five_left{
	width: 880px;
	float: left;
}
.newIndex2_five_left_title{
	width: 280px;
	height: 60px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.newIndex2_five_left_title:before{
	position: absolute;
	width: 268px;
	height: 50px;
	content: '';
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0.6);
	z-index: -1;
}
.newIndex2_five_left_title span{
	display: block;
	width: 268px;
	height: 50px;
	line-height: 50px;
	background: #ff2d86;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.newIndex2_five_left_list{
	width: 880px;
	overflow: hidden;
	clear: both;
}
.newIndex2_five_left_list li{
	width: 440px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}
.newIndex2_five_right{
	float: right;
	width: 320px;
	padding-top: 30px;
}
/**/
.newProduct_bk_sixWrap{
	width: 1200px;
	clear: both;
	margin: 0 auto;
	padding: 80px 0;
}
.newProduct_bk_six{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk2_six_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 30px;
}
.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;
    padding-bottom: 20px;
}
.master3_one_main_one{
    width: 264px;
    float: left;
    margin-left: 48px;
}
.master3_one_main_one:first-child{
	margin-left: 0;
}
.master3_one_main_one_top{
    width: 264px;
    height: 264px;
    position: relative;
    overflow: hidden;
    clear: both;
    z-index: 1;
    margin-bottom: 10px;
}
.master3_one_main_one_top_img{
    width: 264px;
    height: 264px;
    overflow: hidden;
    clear: both;
    display: block;
}
.master3_one_main_one_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 20px;
    color: #1a1a1a;
    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;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
}
.master3_one_main_one_p2{
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 200;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
}
.master3_one_main_one:hover{
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}
.master3_one_main_one:hover .master3_one_main_one_p1{
    color: #fe1376;
}
/**/
.newProduct_bk_sevenWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f3f3f3;
	padding: 80px 0;
}
.newProduct_bk_seven{
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk_seven_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
}
.newProduct_bk_seven_mainOne{
	width: 500px;
	padding: 0 50px;
	padding-bottom: 15px;
	padding-top: 30px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
	display: block;
}
.newProduct_bk_seven_mainOne_nr{
	width: 500px;
	overflow: hidden;
	clear: both;
	height: 192px;
	background: #fff;
}
.newProduct_bk_seven_mainOne_nr_pic{
	width: 168px;
	height: 192px;
	float: left;
}
.newProduct_bk_seven_mainOne_nr_right{
	width: 292px;
	margin-left: 20px;
	float: left;
	height: 192px;
	padding-right: 20px;
}
.newProduct_bk_seven_mainOne_nr_right span{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newProduct_bk_seven_mainOne_nr_right span.span1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
	padding-top: 40px;
}
.newProduct_bk_seven_mainOne_nr_right span.span2{
	width: 34px;
	height: 4px;
	background-image: -webkit-linear-gradient(left,#d702bd 0%, #421ef2 100%);
    background-image: -moz-linear-gradient(left,#d702bd 0%, #421ef2 100%); 
    background-image: -o-linear-gradient(left,#d702bd 0%, #421ef2 100%); 
    background-image: -ms-linear-gradient(left,#d702bd 0%, #421ef2 100%);  
    background-image: linear-gradient(left,#d702bd 0%, #421ef2 100%);
    margin-top: 10px;
    margin-bottom: 15px;
}
.newProduct_bk_seven_mainOne_nr_right span.span3{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
}
.newProduct_bk_seven_mainOne:hover:after{
	left: 30px;
	top: 30px;
}