body{
	min-width: 1280px;
}
.bjArea_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/bjArea/bjArea_banner.jpg) center no-repeat;
	background-size: cover;
}
.bjArea_banner_mainWrap{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 170px 0;
}
.bjArea_banner_main{
	width: 761px;
	height: 223px;
	background: url(../images/bjArea/bjArea_banner_bg.png) center no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}
.bjArea_banner_main_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
}
.bjArea_banner_main_p1 span{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.bjArea_banner_main_p1 span.span1{
	font-size: 42px;
	color: #fff;
}
.bjArea_banner_main_p1 span.span2{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 10px;
}
.bjArea_banner_main_p1 span.span3{
	font-size: 26px;
	color: #fff;
}
.bjArea_banner_main_p2{
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.bjArea_banner_main_p2 span{
	font-size: 28px;
	color: #fff;
	display: inline-block;
	font-weight: 200;
	position: relative;
	z-index: 1;
	line-height: 36px;
}
.bjArea_banner_main_p2 b{
	font-size: 36px;
}
.bjArea_banner_main_p2 span:after{
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 16px;
	width: 100%;
	background: #00bbcf;
	content: '';
	z-index: -1;
}
.bjArea_banner_main_btn{
	display: block;
	width: 150px;
	height: 50px;
	border-radius: 30px;
	background: #fd3061;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_banner_main_btn:hover{
	background: #fff;
	color: #fd3061;
}
/**/
.bjArea_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/bjArea/bjArea_oneBG.jpg) center no-repeat;
	background-size: cover;
}
.bjArea_one_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.bjArea_one_main_left{
	width: 300px;
	float: left;
	padding: 30px 0;
}
.bjArea_one_main_left span.span1{
	display: block;
	width: 3px;
	height: 30px;
	background: #fff;
	margin: 0 auto;
}
.bjArea_one_main_left span.span2{
	display: block;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	margin-top: 5px;
}
.bjArea_one_main_left span.span3{
	width: 300px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #cccccc;
	line-height: 24px;
	margin-bottom: 15px;
}
/**/
.bjArea_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.bjArea_two_title{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.bjArea_two_title span{
	display: inline-block;
	font-size: 30px;
	color: #333333;
	position: relative;
	line-height: 40px;
	padding-bottom: 5px;
}
.bjArea_two_title span b{
	font-size: 24px;
	font-weight: 200;
}
.bjArea_two_title span:after{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 4px;
	background: #000000;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.bjArea_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
}
.bjArea_two_main_one{
	width: 1172px;
	padding-left: 28px;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}
.bjArea_two_main_one_left{
	width: 380px;
	float: left;
	padding-top: 80px;
}
.bjArea_two_main_one_left_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 22px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
.bjArea_two_main_one_left_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.bjArea_two_main_one_left_p3{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	border-top: 4px solid #000;
	margin-top: 20px;
	padding-top: 30px;
}
.bjArea_two_main_one:hover .bjArea_two_main_one_left_p1{
	color: #fd3061;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_two_main_one:hover .bjArea_two_main_one_left_p3{
	color: #000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_two_main_one_right{
	width: 630px;
	height: 418px;
	float: left;
	margin-left: 162px;
	padding-top: 30px;
	position: relative;
}
.bjArea_two_main_one_right img.img1{
	display: block;
	width: 600px;
	height: 352px;
}
.bjArea_two_main_one_right span.span1{
	position: absolute;
	width: 5px;
	height: 46px;
	background: #fd3061;
	top: 0;
	left: 24px;
}
.bjArea_two_main_one_right:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 46px;
	background: #fff;
	right: 55px;
	bottom: 30px;
}
.bjArea_two_main_one_right:after{
	position: absolute;
	content: '';
	width: 414px;
	height: 215px;
	right: 0;
	bottom: 0;
	background: #fd3061;
	z-index: -1;
}
.bjArea_two_main_two{
	padding-left: 0;
	padding-right: 28px;
}
.bjArea_two_main_two .bjArea_two_main_one_right{
	margin-left: 0;
	margin-right: 162px;
	padding-left: 65px;
	width: 565px;
}
.bjArea_two_main_two .bjArea_two_main_one_right:after{
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	background: #141515;
}
.bjArea_two_main_two .bjArea_two_main_one_right:before{
	background: #fd3061;
	right: 10px;
}
.bjArea_two_main_two .bjArea_two_main_one_right span.span1{
	background: #fff;
	left: 100px;
	top: 16px;
}
/**/
.bjArea_three{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/bjArea/bjArea_threeBG.jpg) center no-repeat;
	padding: 50px 0;
}
.bjArea_two_title span.whiteFont{
	color: #fff;
}
.bjArea_two_title span.whiteFont:after{
	background: #fff;
}
.bjArea_three_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
}
.master3_one_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
}
.master3_one_main_one{
    width: 284px;
    float: left;
    padding: 0 8px;
}
.master3_one_main_one_top{
    width: 270px;
    height: 406px;
    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: 270px;
    height: 390px;
    background: #fd3061;
    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: #fff;
}
.master3_one_main_one_top_img{
    width: 270px;
    height: 390px;
    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: 270px;
    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: 270px;
    padding-left: 14px;
    overflow: hidden;
    clear: both;
    font-size: 16px;
    color: #fff;
    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: #fd3061;
}
.bjArea_three_btn{
	width: 224px;
	vertical-align: middle;
	height: 56px;
	position: relative;
	margin: 0 auto;
	text-align: right;
	display: block;
	margin-top: 40px;
}
.bjArea_three_btn a{
	width: 216px;
	height: 46px;
	background: #fd3061;
	display: block;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 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;
	position: relative;
}
.bjArea_three_btn a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #fff;
}
.bjArea_three_btn span{
	width: 212px;
	height: 42px;
	border: 2px solid #fff;
	position: absolute;
	right: 0;
	top: 10px;
	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;
}
.bjArea_three_btn:hover a{
	background: #fff;
	color: #fd3061;
}
.bjArea_three_btn:hover a:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bjArea_three_btn:hover span{
	border-color: #fd3061;
}
/**/
.bjArea_four{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	background: #f3f6f9;
}
.bjArea_four_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.bjArea_four_main_one{
	width: 350px;
	height: 350px;
	float: left;
	border: 5px solid #fff;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.bjArea_four_main_one img.img1{
	width: 350px;
	display: block;
}
.bjArea_four_main_one span.span1{
	display: block;
	width: 180px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 50%;
	margin-top: -90px;
	background: #fff;
	border-radius: 100%;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 44px;
	padding-top: 50px;
}
.bjArea_four_main_one span.span1 b{
	font-size: 28px;
}
.bjArea_four_main_one:nth-child(3n-1){
	margin: 0 60px;
}
.bjArea_four_main_one:hover{
	border-color: #fd3061;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_four_main_one:hover span.span1{
	color: #fd3061;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_four_btn span{
	border-color: #000;
}
.bjArea_four_btn a:before{
	background: #000;
}
.bjArea_four_btn:hover a{
	background: #000;
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_four_btn:hover span{
	border-color: #000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/**/
.bjArea_five{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	background: url(../images/bjArea/bjArea_fiveBG.jpg) center no-repeat;
}
.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: 206px;
	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: #fd3061;
	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: 16px;
	color: #999;
	line-height: 26px;
}
.newZPJ_eightNr_one_nr a.span2:before{
	position: absolute;
	content: '';
	width: 100px;
	height: 6px;
	background: #fd3061;
	left: 50%;
	margin-left: -50px;
	top: 0px;
	z-index: -1;
}
.newZPJ_eightNr_one:hover .newZPJ_eightNr_one_nr{
	background: #fd3061;
}
.newZPJ_eightNr_one:hover .newZPJ_eightNr_one_nr a.span1,.newZPJ_eightNr_one:hover .newZPJ_eightNr_one_nr a.span2{
	color: #fff;
}
.newZPJ_eightNr_one:hover .newZPJ_eightNr_one_nr a.span2:before{
	background: #fff;
}
/**/
.bjArea_six{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	background: #f3f6f9;
}
.bjArea_six_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
}
.bjArea_six_main_top{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.bjArea_six_main_topLeft{
	width: 600px;
	float: left;
	display: block;
}
.bjArea_six_main_topLeft_pic{
	width: 300px;
	height: 300px;
	float: left;
	overflow: hidden;
}
.bjArea_six_main_topLeft_pic img{
	display: block;
	width: 100%;
	-webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.bjArea_six_main_topLeft_wz{
	width: 240px;
	height: 240px;
	background: #fff;
	position: relative;
	float: left;
	padding: 30px;
}
.bjArea_six_main_topLeft_wz:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 33px;
	background: url(../images/bjArea/bjArea_six_Icon1.png) center no-repeat;
	left: -16px;
	top: 50%;
	margin-top: -16px;
}
.bjArea_six_main_topLeft_wz span.span1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.bjArea_six_main_topLeft_wz span.span2{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}
.bjArea_six_main_topRight_wz:after{
	left: auto;
	right: -16px;
	background: url(../images/bjArea/bjArea_six_Icon2.png) center no-repeat;
}
.bjArea_six_main_topLeft:hover .bjArea_six_main_topLeft_wz span.span1{
	color: #fd3061;
}
.bjArea_six_main_topLeft:hover .bjArea_six_main_topLeft_wz span.span2{
	color: #000;
}
.bjArea_six_main_topLeft:hover .bjArea_six_main_topLeft_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 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
/**/
.bjArea_seven{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.bjArea_seven_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.bjArea_seven_ms{
	color: #666666;
}
.preCourseCD_p6_content{
    width: 1100px;
    margin: 0 auto 0 auto;
}
.preCourseCD_p6_line{
    overflow: hidden;
    margin-top: 40px;
}
.preCourseCD_p6_box{
    float: left;
    width: 245px;
    height: 300px;
    position: relative;
    display: block;
}
.preCourseCD_p6_box:hover .preCourseCD_p6_box_top{
    border: 2px solid #ef2f71;
}
.preCourseCD_p6_box:hover .preCourseCD_p6_box_bottom{
    background: rgba(241,67,127,0.7);
}
.preCourseCD_p6_boxRight{
    margin-left: 40px;
}
.preCourseCD_p6_box_top{
    width: 245px;
    height: 245px;
    box-sizing: border-box;
    border: 2px solid #333;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.preCourseCD_p6_box_img{
    width: 215px;
    height: 215px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.preCourseCD_p6_box_bottom{
    width: 190px;
    height: 110px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #242542;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -95px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.preCourseCD_p6_box_name{
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.preCourseCD_p6_box_info{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}
/**/
.bjArea_eight{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f3f6f9;
	padding: 50px 0;
}
.bjArea_eight_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.bjArea_eight_mainOne{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.bjArea_eight_mainOne_first{
	width: 240px;
	float: left;
	overflow: hidden;
}
.bjArea_eight_mainOne_first_pic{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.bjArea_eight_mainOne_first_pic img{
	display: block;
	width: 100%;
	border-radius: 100%;
	-webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.bjArea_eight_mainOne_first_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.bjArea_eight_mainOne_first_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}
.bjArea_eight_mainOne_first_p3{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	line-height: 20px;
}
.bjArea_eight_mainOne_first:hover .bjArea_eight_mainOne_first_p1{
	color: #fd3061;
}
.bjArea_eight_mainOne_first:hover .bjArea_eight_mainOne_first_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 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.bjArea_eight_line{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.bjArea_eight_line .bj_p8_nav{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: #d2d1d1;
	border-radius: 14px;
	margin: 0 5px;
	cursor: pointer;
}
.bjArea_eight_line span.bj_p8_navNow{
	width: 36px;
	background: #fd3061;
}
/**/
.bjArea_nine{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.ue_p5_content{
    width: 1200px;
    margin: 50px auto 0 auto;
    text-align: center;
    overflow: hidden;
    clear: both;
}
.ue_p5_content img{
	display: block;
	margin: 0 auto;
}
.ue_p5_line{
    overflow: hidden;
    margin-top: 10px;
}
.ue_p5_box{
    float: left;
    box-sizing: border-box;
}
.bs1{
    margin-left: 26px;
}
.bs2{
    margin-left: 55px;
}
.bs3{
    margin-left: 55px;
}
.bs4{
    margin-left: 70px;
}
.bs5{
    margin-left: 80px;
}
.bs6{
    margin-left: 110px;
}
.ue_p5_text{
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.ue_p5_text:hover{
	color: #fd3061;
}
/**/
.bjArea_ten{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	padding-bottom: 70px;
	background: url(../images/bjArea/bjArea_tenBG.jpg) center no-repeat;
	background-size: cover;
}
.bjArea_ten_main{
	width: 1000px;
	clear: both;
	margin: 0 auto;
}
.bjArea_ten_main_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 24px;
	font-weight: 200;
	color: #fff;
	line-height: 40px;
}
.bjArea_ten_main_title span{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.bjArea_ten_main_nr{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
}
.bjArea_ten_main_nrOne{
	width: 500px;
	float: left;
	position: relative;
}
.bjArea_ten_main_nrOne input{
	display: block;
	padding: 20px 0;
	border: none;
	border-bottom: 3px solid #fff;
	background: none;
	width: 450px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.bjArea_ten_main_nrOne_sel{
	width: 200px;
	line-height: 66px;
	height: 66px;
	border-bottom: 3px solid #fff;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.bjArea_ten_main_nrOne_sel span.span1{
	display: block;
	width: 200px;
	overflow: hidden;
	clear: both;
	line-height: 66px;
	height: 66px;
	background: url(../images/bjArea/bjArea_ten_pic1.png) 150px center no-repeat;
	position: relative;
}
.bjArea_ten_main_nrOne_inp::-webkit-input-placeholder{
    color: #fff;
}
.bjArea_ten_main_nrOne_inp::-moz-placeholder{
    color: #fff;
}
.bjArea_ten_main_nrOne_inp::-ms-input-placeholder{
    color: #fff;
}
.bj_p10_ot_box{
	position: absolute;
	width: 200px;
	left: 0;
	top: 70px;
	z-index: 2;
	background: rgba(255,255,255,0.4);
	display: none;
	overflow: auto;
}
.bj_p10_ot{
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	line-height: 40px;
}
.bj_p10_ot:hover{
	background: #e3e3e3;
	color: #333;
}
.bjArea_ten_main_btn{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #fd3061;
	color: #fff;
	font-size: 16px;
	display: block;
	border: none;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 30px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bjArea_ten_main_btn:hover{
	background: #fff;
	color: #fd3061;
}

/*弹窗*/
.bj_alert_cover{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9;
	display: none;
}
.bj_alert_content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 730px;
	height: 410px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	margin-left: -365px;
	margin-top: -205px;
}
.bj_alert_close{
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.bj_alert_img{
	position: relative;
	z-index: 1;
	width: 100%;
	display: none;
}
.bj_alert_txt{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	margin: 30px 0;
	display: none;
}
.bj_alert_txt2{
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	color: #333;
	font-weight: bold;
	width: 100%;
	padding-top: 10px;
}
.alert_pic1{
	display: block;
	width: 605px;
	margin: 0 auto;
	margin-top: 35px;
}
.bj_alert_btn_box{
	text-align: center;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.bj_alert_btn,.bj_alert_btn2{
	width: 178px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	background: #fd3061;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}
.bj_alert_btn2{
	background: #bfbfbf;
	margin-left: 30px;
}
/*弹出框*/
.indexAlertCover{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0,0,0,0.6);
	display: none;
}
.indexAlertContent{
	background: #fff;
	position: absolute;
	width: 600px;
	height: 470px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -235px;
}
.portFolioAlert .indexAlertContent{
	height: 400px;
	margin-top: -200px;
}
.alertTitleBox{
	padding: 15px 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.alertTitle{
	font-size: 20px;
	color: #333;
}
.closeBtn5{
	width: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
}
.alertLine{
	margin-top: 25px;
	text-align: center;
}
.alertLabel{
	padding-right: 20px;
	width: 140px;
	font-size: 16px;
	color: #333;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.alertInputBox{
	position: relative;
	width: 300px;
	display: inline-block;
	vertical-align: middle;
}
/*.alertInputBox:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ededed;
    left: 6px;
    top: 6px;
    z-index: 1;
}*/
.alertInput{
	display: inline-block;
	width: 280px;
	padding: 7px 10px;
	font-size: 14px;
	border:1px solid #e3e3e3;
	position: relative;
	background: none;
	z-index: 2;
	color: #666;
}
.alertSelectBox{
	width: 300px;
	font-size: 14px;
	border:1px solid #e3e3e3;
	color: #666;
	background: none;
}
.alertSelectBox select{
	font-size: 14px;
	color: #666;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	width: 100%;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: left;
}
.alertBtnLine{
	margin-top: 40px;
	text-align: center;
}
.alertBtnBox{
	display: inline-block;
	background: #fe2ba9;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.alertBtnBox span,.alertBtnBox button{
	display: block;
	padding: 10px 40px;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
}
.alertBtnBorder{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -6px;
	top: -6px;
	border: 1px solid #333;
	z-index: -1;
}
.alertBtnBox:hover{
	background: #333;
}
.alertBtnBox:hover .alertBtnBorder{
	border: none;
}