body{
	background: #f3f3f3!important;
}
.artStudents_bannerWrap  {
	width: 100%;
	overflow: hidden;
	clear: both;
	background-size: cover;
	object-fit: cover;
}

.bannerImage{
	width: 100%;
	object-fit: cover;
}
.artStudents_banner{
	width: 1200px;
	overflow: hidden;
	clear: both;
	
	margin: 0 auto;
}
.artStudents_banner_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
}
.artStudents_banner_line{
	width: 80px;
	height: 6px;
	background: #fff;
	margin-top: 40px;
}
.artStudents_banner_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #fa5e00;
	margin-top: 20px;
}
.artStudents_banner_p3{
	width: 150px;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 20px;
}
/**/
.artStudents_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	vertical-align: middle;
	padding: 50px 0;
}
.artStudents_one img.artStudents_one_left{
	display: inline-block;
	vertical-align: middle;
}
.artStudents_one_right{
	display: inline-block;
	vertical-align: middle;
	width: 690px;
	padding-left: 50px;
}
.artStudents_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
	text-align: left;
}
.artStudents_one_title span{
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	position: relative;
	font-weight: bold;
}
.artStudents_one_title span:after{
	display: inline-block;
	vertical-align: middle;
	background: #333333;
	padding: 0 10px;
	position: absolute;
	left: 0;
	content: 'Introduction';
	top: 43px;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	line-height: 40px;
	text-transform : uppercase;
	font-style: italic;
}
.artStudents_one_right_p1{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 30px;
}
/**/
.artStudents_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artStudents_two_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.artStudents_two_title span{
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	position: relative;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.artStudents_two_title span:after{
	position: absolute;
	width: 80px;
	height: 5px;
	background: #fe5d01;
	border-radius: 30px;
	content: '';
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}
.artStudents_two_title b{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: rgba(255,255,255,0.7);
	line-height: 22px;
	margin-top: 10px;
	display: block;
}
.artStudents_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artStudents_two_main_oneWrap{
	width: 280px;
	float: left;
	padding: 0 10px;
	padding-top: 40px;
}
.artStudents_two_main_one{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.artStudents_two_main_one_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}
.artStudents_two_main_one_pic 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;
}
.artStudents_two_main_one_pic a{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	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;
}
.artStudents_two_main_one_pic a span{
	position: absolute;
	width: 120px;
	height: 40px;
	background: #fe8500;
	left: 50%;
	margin-left: -60px;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}
.artStudents_two_main_one_nr{
	width: 100%;
	height: 120px;
	background: #541bbd;
}
.artStudents_two_main_one_nr a{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.artStudents_two_main_one_nr a.a1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
}
.artStudents_two_main_one_nr a.a2{
	font-size: 14px;
	font-weight: 200;
	color: rgba(255,255,255,0.6);
	padding-top: 5px;
	text-transform: uppercase;
}
.artStudents_two_main_one_nr a.a3{
	width: 40px;
	height: 2px;
	background: #fe8500;
	margin: 0 auto;
	margin-top: 10px;
}
.artStudents_two_main_one_nr a.a4{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
	line-height: 24px;
}
.artStudents_two_main_one:hover{
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.2);
}
.artStudents_two_main_one:hover .artStudents_two_main_one_pic a{
	opacity: 1;
}
.artStudents_two_main_one:hover .artStudents_two_main_one_pic 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;
}
/**/
/**/
.parsonsZT_eightWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/parsonsZT/parsonsZT_eight_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0 50px 0;
}
.parsonsZT_eight{
	width: 1200px;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.p_p8_left{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 30px 35px;
	box-sizing: border-box;
	width: 730px;
}
.p_p8_title{
	font-size: 50px;
	line-height: 78px;
	font-weight: bold;
	color: #fe5d01;
	position: absolute;
	left: 35px;
	top: -50px;
}
.p_p8_line{
	margin-top: 30px;
}
.p_p8_lineTop{
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
}
.p_p8_line_title{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #fe5d01;
}
.p_p8_line_text{
	font-size: 14px;
	line-height: 24px;
	color: #778b9a;
	margin-top: 10px;
}
.p_p8_line_text:hover{
	color: #1a1a1a;
}
.p_p8_right{
	position: absolute;
	z-index: 1;
	right: 0;
	top: -40px;
	width: 730px;
	height: 540px;
}
/**/
.artStudents_four{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.artStudents_four_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.artStudents_four_main_oneWrap{
	width: 280px;
	float: left;
	padding: 0 10px;
}
.artStudents_four_main_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.artStudents_four_main_one_pic1{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.artStudents_four_main_one_pic1 img{
	display: block;
	width: 100%;
}
.artStudents_four_main_one_pic2{
	display: block;
	width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 140px;
}
.artStudents_four_main_one_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 180px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.artStudents_four_main_one_nr b{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fa5e00;
	margin-bottom: 5px;
}
.artStudents_four_btn{
	width: 150px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background: #fa5e00;
	border-radius: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
/**/
.Berkeley_sevenWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	background: url(../images/training/artStudents_fiveBG.jpg) center no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.Berkeley_seven{
	width: 1040px;
	padding: 0 80px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.Berkeley_seven_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.Berkeley_seven_main{
	width: 1040px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.Berkeley_seven_main_left{
	width: 240px;
	overflow: hidden;
	vertical-align: middle;
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-right: 20px;
	border-width: 3px;
	border-style: solid;
	border-image: -webkit-linear-gradient(top,#ff690b 0%, #ff2d86 100%) 1 1 1 1;
    border-image: -moz-linear-gradient(top,#ff690b 0%, #ff2d86 100%) 1 1 1 1; 
    border-image: -o-linear-gradient(top,#ff690b 0%, #ff2d86 100%) 1 1 1 1; 
    border-image: -ms-linear-gradient(top,#ff690b 0%, #ff2d86 100%) 1 1 1 1;  
    border-image: linear-gradient(top,#ff690b 0%, #ff2d86 100%) 1 1 1 1;
}
.Berkeley_seven_main_left select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	background: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.Berkeley_seven_main_left select option{
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.Berkeley_seven_main_left select option.option1{
	background: #e3e3e3;
}
.Berkeley_seven_main_left img{
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3.5px;
}
.Berkeley_seven_main_left input{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 8px 10px;
	font-size: 16px;
	color: #fff;
	background: none;
	border: none;
}
.Berkeley_seven_main_left input::-webkit-input-placeholder{
    color: #fff;
}
.Berkeley_seven_main_left input::-moz-placeholder{
    color: #fff;
}
.Berkeley_seven_main_left input::-ms-input-placeholder{
    color: #fff;
}
.Berkeley_seven_main button{
	width: 160px;
	height: 56px;
	border: none;
	background-image: -webkit-linear-gradient(left,#ff690b 0%, #ff2d86 100%);
    background-image: -moz-linear-gradient(left,#ff690b 0%, #ff2d86 100%); 
    background-image: -o-linear-gradient(left,#ff690b 0%, #ff2d86 100%); 
    background-image: -ms-linear-gradient(left,#ff690b 0%, #ff2d86 100%);  
    background-image: linear-gradient(left,#ff690b 0%, #ff2d86 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
/**/
.artStudents_six{
	width: 1200px;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	margin: 0 auto;
}
.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: #fe8500;
    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_top2:after{
    background: #fa5e00;
}
.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;
	width: 100%;
	height: 100%;
	object-fit:cover
}
.master3_one_main_one_p1{
    width: 250px;
    padding-left: 14px;
    overflow: hidden;
    clear: both;
    font-size: 20px;
    color: #000;
    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(0,0,0,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: #fa5e00;
}
/**/
.artStudents_sevenWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}
.artStudents_seven{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artStudents_seven .artStudents_two_title span,.newProduct_bk_fourWrap .artStudents_two_title span{
	color: #000000;
}
.artStudents_two_title span{ margin-top: 30px; }/*colin debug*/
.newProduct_bk_seven_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk_seven_mainOne{
	width: 520px;
	padding: 0 30px;
	padding-bottom: 15px;
	padding-top: 30px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
	display: block;
}
.newProduct_bk_seven_mainOne:after{
	width: 500px;
	height: 240px;
	left: 45px;
	top: 45px;
	position: absolute;
	content: '';
	z-index: -1;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 100%);
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 100%); 
    background-image: -o-linear-gradient(left,rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 100%); 
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 100%);  
    background-image: linear-gradient(left,rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 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;
}
.newProduct_bk_seven_mainOne_nr{
	width: 500px;
	overflow: hidden;
	clear: both;
	height: 240px;
	background: #fff;
}
.newProduct_bk_seven_mainOne_nr_pic{
	width: 240px;
	height: 240px;
	float: left;
}
.newProduct_bk_seven_mainOne_nr_pic img{
	display: block;
	width: 100%;
}
.newProduct_bk_seven_mainOne_nr_right{
	width: 240px;
	margin-left: 20px;
	float: left;
}
.newProduct_bk_seven_mainOne_nr_right span{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.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,#fe8500, #fa5e00 100%);
    background-image: -moz-linear-gradient(left,#fe8500, #fa5e00 100%); 
    background-image: -o-linear-gradient(left,#fe8500, #fa5e00 100%); 
    background-image: -ms-linear-gradient(left,#fe8500, #fa5e00 100%);  
    background-image: linear-gradient(left,#fe8500, #fa5e00 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;
}
/**/
.artStudents_eight{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.AHighS_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.AHighS_two_mainOneWrap{
	width: 270px;
	overflow: hidden;
	float: left;
	padding: 0 15px;
	padding-top: 30px;
}
.AHighS_two_mainOne{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.AHighS_two_mainOne_pic1{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 170px;
	display: block;
}
.AHighS_two_mainOne_pic1 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;
}
.AHighS_two_mainOne_nr{
	width: 100%;
	height: 140px;
	background: rgba(0,0,0,0.05);
	overflow: hidden;
	clear: both;
	padding: 10px;
	box-sizing: border-box;
	padding-bottom: 0px;
	padding-top: 20px;
	position: relative;
}
.AHighS_two_mainOne_nr a.a1{
	color: #fe5d01;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
}
.AHighS_two_mainOne_nr a.a2{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
}
.AHighS_two_mainOne_nr a.a3{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	opacity: 1;
	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;
    display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
}
.AHighS_two_mainOne_nr a.a4{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
    bottom: -70px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.AHighS_two_mainOne_nr a.a4 b{
	display: block;
	width: 100%;
	height: 40px;
	background: #fe5d01;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.AHighS_two_mainOne:hover 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;
}
.AHighS_two_mainOne:hover a.a4{
	bottom: 15px;
}
.AHighS_two_mainOne:hover a.a3{
	opacity: 0;
	filter: alpha(opacity=0);
}
.AHighS_two_mainOne a.a4:hover b{
	background-image: -webkit-linear-gradient(left,#db0020 0%, #db0020 100%);
    background-image: -moz-linear-gradient(left,#db0020 0%, #db0020 100%); 
    background-image: -o-linear-gradient(left,#db0020 0%, #db0020 100%); 
    background-image: -ms-linear-gradient(left,#db0020 0%, #db0020 100%);  
    background-image: linear-gradient(left,#db0020 0%, #db0020 100%);
}
/**/
.newProduct_bk_fourWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/newProduct_bk/newProduct_bk_fourBG.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.newProduct_bk_four{
	width: 1200px;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.newProduct_bk_four_nr{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.newProduct_bk_four_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}
.newProduct_bk_four_main:after{
	position: absolute;
	right: 0;
	top: 72px;
	width: 4px;
	height: 308px;
	background: #421ef2;
	content: '';
	z-index: -1;
}
.newProduct_bk_four_mainTop{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.newProduct_bk_four_mainTop:before{
	position: absolute;
	left: 0;
	top: 60px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 4px solid #d702bd;
	content: '';
	z-index: -1;
}
.newProduct_bk_four_mainTop:after{
	position: absolute;
	right: 0;
	top: 72px;
	width: 1178px;
	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%);
	content: '';
	z-index: -1;
}
.newProduct_bk_four_mainTop_one{
	width: 240px;
	float: left;
	padding: 0 30px;
	position: relative;
}
.newProduct_bk_four_mainTop_one img{
	display: block;
	margin: 0 auto;
}
.newProduct_bk_four_mainTop_one span.span1{
	display: block;
	position: absolute;
	font-size: 36px;
	color: #fff;
	left: 215px;
	top: 100px;
	font-weight: bold;
	text-shadow:1px 2px 10px #000;
}
.newProduct_bk_four_mainTop_one span.span2{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	line-height: 20px;
}
.newProduct_bk_four_mainTop_one span.span3{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin-top: 5px;
	line-height: 22px;
}
.newProduct_bk_four_mainBottom{
	width: 1050px;
	padding-left: 150px;
	margin-top: 40px;
}
.newProduct_bk_four_mainBottom:before{
	display: none;
}
.newProduct_bk_four_mainBottom:after{
	width: 1100px;
}
/**/
.sprintClass_sevenWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 60px 0;
	background: #f3f6f9;
}
.sprintClass_seven{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.sprintClass_seven_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
}
.preCourseCD_p8_left{
    width: 560px;
    overflow: hidden;
    float: left;
    padding-right: 40px;
}
.preCourseCD_p8_box{
    padding: 20px 0;
    border-bottom: 1px dashed #000;
    text-align: left;
    width: 560px;
    overflow: hidden;
    clear: both;
}
.preCourseCD_p8_boxLast{
    border-bottom: none;
}
.part4_box_q{
    overflow: hidden;
    width: 560px;
    clear: both;
}
.part4_box_icon{
    float: left;
    width: 33px;
    height: 33px;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
}
.iconColor{
    color: #ef2f71;
}
.part4_box_a{
    overflow: hidden;
    margin-top: 15px;
    width: 560px;
    clear: both;
}
.part4_box_qText{
    padding-top: 6px;
    float: left;
    width: 500px;
    color: #333;
    font-size: 16px;
    margin-left: 20px;
}
.part4_box_aText{
    padding-top: 4px;
    float: left;
    width: 500px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}