body{
	background: #fff!important;
	min-width: 1280px;
}
.CSM_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 140px 0;
	background: url(../images/CSM/CSM_banner.jpg) center no-repeat;
	background-size: cover;
}
.CSM_banner img{
	display: block;
	margin: 0 auto;
}
.CSM_one{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}
.CSM_one img{
	display: inline-block;
	vertical-align: middle;
	width: 330px;
}
.CSM_one span{
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding-left: 40px;
}
/**/
.CSM_twoWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/CSM/CSM_twoBG.jpg) center no-repeat;
	padding: 50px 0;
}
.CSM_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_two_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.CSM_two_title span{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.CSM_two_title span b{
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}
.CSM_two_title span img{
	display: block;
	margin: 0 auto;
	margin-top: 6px;
}
.CSM_two_title span:before{
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 40%;
	height: 1px;
	background: #333;
	content: '';
	z-index: -1;
}
.CSM_two_title span:after{
	position: absolute;
	right: 0;
	bottom: 7px;
	width: 40%;
	height: 1px;
	background: #333;
	content: '';
	z-index: -1;
}
.CSM_two_title span.span1 b{
	color: #cccccc;
}
.CSM_two_title span.span1:before,.CSM_two_title span.span1:after{
	background: #cccccc;
}
.CSM_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top:40px; 
}
.CSM_two_main_one{
	width: 300px;
	float: left;
	padding: 0 48px;
	border-right: 1px solid #999999;
	box-sizing: border-box;
}
.CSM_two_main_one img{
	display: block;
	margin: 0 auto;
}
.CSM_two_main_one span{
	display: block;
	width: 100%;
	text-align: center;
}
.CSM_two_main_one span.span1{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-top: 5px;
}
.CSM_two_main_one span.span2{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 5px;
}
/**/
.CSM_threeWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/CSM/CSM_threeBG.jpg) center no-repeat;
	padding: 50px 0;
}
.CSM_three{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_three_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 22px;
	margin-top: 20px;
}
.CSM_three_main{
	width: 1080px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_three_main_oneWrap{
	width: 500px;
	padding: 20px;
	overflow: hidden;
	float: left;
}
.CSM_three_main_one{
	width: 500px;
	overflow: hidden;
	clear: both;
	height: 250px;
	position: relative;
}
.CSM_three_main_one_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	bottom: -90px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.CSM_three_main_one_nr_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
}
.CSM_three_main_one_nr_title a{
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
.CSM_three_main_one_nr_title a.a1{
	font-size: 16px;
	color: #333;
}
.CSM_three_main_one_nr_title a.a2{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	padding-left: 10px;
}
.CSM_three_main_one_nr_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
}
.CSM_three_main_one:hover .CSM_three_main_one_nr{
	bottom: 0;
}
.CSM_three_btn{
	width: 180px;
	height: 50px;
	background-image: -webkit-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    background-image: -moz-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -o-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -ms-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);  
    background-image: linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}
/**/
.CSM_four{
	width: 1120px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.CSM_four_main{
	width: 1120px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.CSM_four_pic6{
	position: absolute;
	right: 62px;
	bottom: 0;
	display: block;
}
.CSM_four_pic7{
	position: absolute;
	right: 0;
	bottom: 720px;
	display: block;
}
.CSM_four_main_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 30px;
}
.CSM_four_main_title:before{
	width: 4px;
	height: 15px;
	left: 0;
	top: 35px;
	background-image: -webkit-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    background-image: -moz-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -o-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -ms-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);  
    background-image: linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    position: absolute;
    content: '';
}
.CSM_four_main_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
}
.CSM_four_main_list li{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding: 5px 0;
	padding-left: 10px;
}
.CSM_four_main_list li:before{
	width: 4px;
	height: 4px;
	left: 0;
	top: 15px;
	background-image: -webkit-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    background-image: -moz-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -o-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%); 
    background-image: -ms-linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);  
    background-image: linear-gradient(bottom,#39ffe4 0%, #4200ff 100%);
    position: absolute;
    content: '';
}
.CSM_four_main_bottom{
	width: 700px;
	overflow: hidden;
	clear: both;
}
.CSM_four_main_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-left: 10px;
	margin-top: 10px;
}
.CSM_four_main_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}
.CSM_four_main_p2 span{
	display: block;
	width: 260px;
	float: left;
	vertical-align: middle;
	height: 50px;
	padding: 10px 0;
}
.CSM_four_main_p2 span img{
	display: inline-block;
	vertical-align: middle;
}
.CSM_four_main_p2 span b{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-weight: normal;
}
/**/
.CSM_fiveWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/CSM/CSM_fiveBG.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.CSM_five{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_five_ms{
	color: rgba(0,0,0,0.7);
}
.CSM_five_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.CSM_five_main_oneWrap{
	width: 280px;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.CSM_five_main_one{
	width: 240px;
	overflow: hidden;
	clear: both;
	background: #fff;
	padding: 20px;
}
.CSM_five_main_one a.a1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CSM_five_main_one a.a1 img{
	display: block;
	width: 100%;
}
.CSM_five_main_one a.a2{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
}
.CSM_five_main_one a.a3{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
	margin-top: 2px;
}
.CSM_five_main_one a.a3 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.CSM_five_main_one a.a3 b{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 10px;
	background: #666;
	margin: 0 10px;
}
/**/
.CSM_sixWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/CSM/CSM_sixBG.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.CSM_six{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_six .CSM_five_main_one{
	background: none;
	padding: 0;
	width: 280px;
}
.CSM_six .CSM_five_main_one a{
	cursor: text;
	color: #fff;
}
.CSM_six .CSM_five_main_one a.a1{
	height: 280px;
}
.CSM_six .CSM_five_main_one a span{
	color: rgba(255,255,255,0.7);
}
/**/
.CSM_seven{
	width: 900px;
	margin: 50px auto;
	overflow: hidden;
	clear: both;
	border: 3px solid #4036f9;
	padding: 25px;
}
.CSM_seven_left{
	width: 423px;
	display: block;
	float: left;
	padding-right: 37px;
	border-right: 3px solid #4036f9;
}
.CSM_seven_right{
	width: 400px;
	margin-left: 37px;
	overflow: hidden;
	float: left;
}
.CSM_seven_right_one{
	width: 400px;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	border: 3px solid #4036f9;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 30px;
}
.CSM_seven_right_one span{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}
.CSM_seven_right_one input{
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	text-align: left;
	font-size: 14px;
	color: #666;
	padding: 15px 0;
	border: none;
	background: none;
}
.CSM_seven_right_one select{
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	border: none;
	background: none;
	padding: 15px 0;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.CSM_seven_right_two{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.CSM_seven_right_two button{
	width: 100%;
	height: 56px;
	background: #4036f9;
	line-height: 56px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
}

/**/
.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;
}