
/*轮播*/
.CommonModule_banner{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    position: relative;
}
.CommonModule_banner_main{
    position: relative;
    width: 500%;
    overflow: hidden;
    margin-left: -100%;
}
.CommonModule_banner_main_one{
    width: 20%;
    float: left;
}
.CommonModule_banner_main_one img{
    display: block;
    width: 100%;
}
.banner_slide{
	width: 100%;
}
.banner_slide img{
	display: block;
	width: 100%;
}
.CommonModule_banner .swiper-pagination-bullet-active{
	background: #ff0072!important;
}
.CommonModule_banner_point{
    position: absolute;
    width: 30%;
    left: 50%;
    bottom: 5%;
    overflow: hidden;
}
.CommonModule_banner_point_box{
    width: 30%;
    float: left;
    height: 5px;
    min-height: 5px;
    background: #e3e3e3;
}
.CommonModule_banner_point_boxNow{
    background: #00a0e8;
}
.CommonModule_banner_point_box_midlle{
    margin: 0 5%;
}
.CommonModule_banner_arrow_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.leftBtn{
	left: 2%;
}
.rightBtn{
	right: 2%;
}

/*问答*/
.CommonModule_QAWrap{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: #f5f5f5;
	padding: 20px 5%;
}
.CommonModule_QA{
	width: 100%;
	clear: both;
}
.CommonModule_QA_one{
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding: 18px 0 24px 0;
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
}
.CommonModule_QA_one:first-child{
	margin-top: 0;
}
.CommonModule_QA_one_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	padding: 0 18px;
	padding-top: 6px;
	position: relative;
}
.CommonModule_QA_one_top_left{
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #ff0072;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: absolute;
	left: 18px;
	top: 6px;
}
.CommonModule_QA_one_top_right{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}
.CommonModule_QA_one_bottom{
	margin-top: 10px;
}
.CommonModule_QA_one_bottom .CommonModule_QA_one_top_left{
	background: #fff;
	box-shadow: 1px 1px 5px 1px rgba(255,0,114,0.1);
	color: #ff0072;
}
.CommonModule_QA_one_bottom .CommonModule_QA_one_top_right{
	font-weight: 200;
	color: #666666
}
/*表单*/
.CommonModule_formWrap{
	overflow: hidden;
	clear: both;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9000000000000;
	display: none;
}
.CommonModule_form{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: rgba(255,255,255,0.98);
	padding: 15px 14%;
	box-sizing: border-box;
	border-radius: 5px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -225px;
}
.CommonModule_form_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 0 0;
}
.CommonModule_form_one span{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
}
.CommonModule_form_one input{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #333333;
	padding: 12px 0;
	border: none;
	background: none;
}
.CommonModule_form_btn{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.CommonModule_form_btn button{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 30px;
	border-radius: 30px;
	background: #ff0072;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-top: 20px;
}
.askHimClose{
	position: absolute;
	right: 5%;
	top: 10px;
	color: #666;
	font-size: 24px;
	line-height: 24px;
	padding: 5px 10px;
}
/*图文列表一*/
.CommonModule_imageTextOne{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	margin-top: 10px;
}
.CommonModule_imageTextOne_top{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_imageTextOne_topLeft{
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.CommonModule_imageTextOne_topLeft_pic{
	width: 100%;
	clear: both;
	position: relative;
}
.CommonModule_imageTextOne_topLeft_pic img{
	display: block;
	width: 100%;
	border-radius: 5px;
	border-bottom-left-radius: 0;
}
.CommonModule_imageTextOne_topLeft_pic span{
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 80%;
	border-top-right-radius: 5px;
	height: 30px;
	background: #fff;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	color: #333333;
	clear: both
}

.CommonModule_imageTextOne_topLeft a{
	color: #333333;
}


.CommonModule_imageTextOne_topLeft_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 5px;
}
.CommonModule_imageTextOne_topLeft_p2{
	margin-top: 0;
}
/*图文列表二*/
.CommonModule_imageTextTwoWrap{
	width: 90%;
	overflow: hidden;
	clear: both;
	padding: 0 5%;
}
.CommonModule_imageTextTwo{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_imageTextTwo_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.CommonModule_imageTextTwo_one:first-child{
	margin-top: 0;
}
.CommonModule_imageTextTwo_one_txWrap{
	width: 90px;
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 20px;
	top: 0;
	padding-bottom: 5px;
	display: block;
}
.CommonModule_imageTextTwo_one_txWrap:after{
	width: 78px;
	height: 103px;
	background: #cccccc;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	bottom: 0;
	content: '';
	z-index: -1;
}
.CommonModule_imageTextTwo_one_tx{
	width: 90px;
	height: 130px;
	overflow: hidden;
	clear: both;
	border-radius: 5px;
}
.CommonModule_imageTextTwo_one_main{
	width: 100%;
	overflow: hidden;
	clear: both;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 20px;
}
.CommonModule_imageTextTwo_one_main_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-left: 110px;
	box-sizing: border-box;
}
.CommonModule_imageTextTwo_one_main_top span,.CommonModule_imageTextTwo_one_main_top a{
	display: block;
	widows: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_imageTextTwo_one_main_top span.span1,.CommonModule_imageTextTwo_one_main_top a.span1{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}
.CommonModule_imageTextTwo_one_main_top span.span2,.CommonModule_imageTextTwo_one_main_top a.span2{
	width: 20px;
	height: 3px;
	background: #ff0072;
	border-radius: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.CommonModule_imageTextTwo_one_main_top span.span3,.CommonModule_imageTextTwo_one_main_top a.span3{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 22px;
}
.CommonModule_imageTextTwo_one_main_top span.span4{
	color: #ff0072;
}
.CommonModule_imageTextTwo_one_main_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding: 20px 0;
	padding-bottom: 0;
	display: block;
}
.CommonModule_imageTextTwo_one_btn{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	display: block;/*
	position: absolute;
	left: 0;
	bottom: 0;*/
}
.CommonModule_imageTextTwo_one_btn span{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #ff0072;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	margin-top: 5px;
}
/*图文列表三*/
.CommonModule_imageTextThree{
	width: 90%;
	overflow: hidden;
	clear: both;
	padding: 0 5%;
	margin-top: 20px;
}
.CommonModule_imageTextThree_top{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_imageTextThree_top_left{
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.CommonModule_imageTextThree_top_left_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-radius: 5px;
}
.CommonModule_imageTextThree_top_left_pic img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.CommonModule_imageTextThree_top_left span{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
}
.CommonModule_imageTextThree_top_left span.span2{
	color: #999;
	font-weight: normal;
	margin-top: 0;
	font-size: 12px;
}
.CommonModule_imageTextFour .CommonModule_imageTextThree_top_left{
	clear: both;
	width: 100%;
}
/*折叠菜单*/
.CommonModule_FoldableMenu{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: url(../images/CommonModule/CommonModule_FoldableMenuBG.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 5%;
}
.CommonModule_FoldableMenu_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 10px;
}
.CommonModule_FoldableMenu_one:last-child{
	margin-bottom: 0;
}
.CommonModule_FoldableMenu_one_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 50px;
	position: relative;
}
.CommonModule_FoldableMenu_one_top span.span1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
}
.CommonModule_FoldableMenu_one_top span.span2{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 14px;
	height: 2px;
	background: #333333;
}
.CommonModule_FoldableMenu_one_top span.span3{
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 2px;
	background: #333333;
}
.CommonModule_FoldableMenu_one_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
	display: none;
}
.CommonModule_FoldableMenu_two .CommonModule_FoldableMenu_one_top span.span2{
	background: #ff0072;
}
.CommonModule_FoldableMenu_two .CommonModule_FoldableMenu_one_top span.span3{
	display: none;
}
.CommonModule_FoldableMenu_two .CommonModule_FoldableMenu_one_bottom{
	display: block;
}
/*课程*/
.CommonModule_Course{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: url(../images/CommonModule/CommonModule_CourseBG.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 5%;
}
.CommonModule_Course_one{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_Course_one:nth-child(3n-1){
	margin: 10px 0;
}
.CommonModule_Course_one_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
}
.CommonModule_Course_one_top img{
	display: block;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.CommonModule_Course_one_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
.CommonModule_Course_one_bottom_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
	color: #ff0072;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	display: block;
}
.CommonModule_Course_one_bottom_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	display: block;
}
.CommonModule_Course_btn{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.CommonModule_Course_btn span{
	display: inline-block;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	background: #ff0072;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
}

.CommonModule_Course_btn button {
	border: 0;
	display: inline-block;
	text-align: center;
	width: 160px;
	height: 30px;
	line-height: 30px;
	background: #ff0072;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
}
.loadingImg{
	display: inline-block;
	margin-bottom: 30px;
}

/*搜索*/
.CommonModule_SearchWrap{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: #191919;
	padding: 20px 5%;
}
.CommonModule_Search{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fafafa;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
}
.CommonModule_Search input{
	display: block;
	font-size: 14px;
	color: #999999;
	padding: 12px 0;
	width: 100%;
	background: none;
	border: none;
	padding-right: 20px;
	box-sizing: border-box;
}
.CommonModule_Search button{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	border: none;
	background: none;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}
.CommonModule_Search button img{
	width: 100%;
	overflow: hidden;
	clear: both;
}
/*学生列表*/
.CommonModule_Student{
	width: 90%;
	overflow: hidden;
	clear: both;
	padding: 20px 5%;
}
.CommonModule_Student_top{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CommonModule_Student_top_one{
	width: 50%;
	float: left;
	padding: 15px 5px 5px 5px;
	box-sizing: border-box;
	display: block;
}
.CommonModule_Student_top_one_tx{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.2);
}
.CommonModule_Student_top_one_tx img{
	display: block;
	width: 100%;
	border-radius: 100%;
}
.CommonModule_Student_top_one_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.CommonModule_Student_top_one_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color: #4a4a4a;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*tab*/
.CommonModule_TabWrap{
	width: 90%;
	overflow: hidden;
	clear: both;
	padding: 0 5%;
	margin-bottom: 30px;
}
.CommonModule_Tab{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
}
.CommonModule_Tab span{
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	position: relative;
}
.CommonModule_Tab span.span1{
	color: #333333;
	font-weight: bold;
}
.CommonModule_Tab span.span1:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background: #ff0072;
	border-radius: 10px;
	left: 50%;
	margin-left: -8px;
	bottom: 4px;
}
.CommonModule_TabWrap_two span{
	width: 33.333%;
}

/*视频弹窗*/
.coverBg{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 99999999999999999999;
}
.coverContent{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0%;
	top: 50%;
	margin-top: -150px;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
}
.closeBtn{
	font-size: 24px;
	color: rgb(255, 255, 255);
	display: block; width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	text-decoration: none;
	outline: 0px;
	top: -40px;
	right: 0px;
	cursor: pointer;
	background: rgba(3,3,3,0.8);
}


/*资讯列表*/
.news_list_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news_list_one_pic1{
	width: 24%;
	float: left;
	border-radius: 5px;
	display: block;
}
.news_list_one_right{
	width: 76%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 10px;
}
.news_list_one_right a.a1{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
}
.news_list_one_right a.a2{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	margin-top: 5px;
}

/*标题*/
.major_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
}
.major_one_title:after{
	width: 4px;
	height: 18px;
	background: #ff0072;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -9px;
	border-radius: 30px;
}
/**/
.aboutUs_two_main{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}
.aboutUs_two_main_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
}
.aboutUs_two_main_one span{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.aboutUs_two_main_one span.span1{
	font-size: 20px;
	color: #ff0072;
	font-weight: bold;
	line-height: 30px;
}
.aboutUs_two_main_one span.span2{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.aboutUs_two_main_one span.span3{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

/*下拉*/
.school_tab{
	width: 100%;
	height: 40px;
	clear: both;
	position: relative;
	z-index: 9;
}
.select_parent{
	display: block;
	width: 33.333%;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.select_value{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: normal;
}
.school_tab span img{
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	margin-left: 5px;
}
.select_body{
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	background: #fff;
	display: none;
}
.select_option{
	padding: 8px 5px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}


/*tab切换*/
.nav_page{
	display: none;
}

/*下拉加载*/
.pullUp{
	text-align: center;
	padding: 20px 0;
}
.loadingImg{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: none;
}
.pullUp_text{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}

/*原生下拉*/
.alertSelect{
	width: 100%;
	box-sizing: border-box;
	border: 0;
	background: none;
}
.alertSelect select{
	display: block;
	width: 100%;
	border: none;
	background: none;
	font-size: 14px;
	color: #333;
	padding: 12px 0;
	box-sizing: border-box;
}
.alertInputBox{
	width: 100%;
	display: block;
}

/**/
.index_seven{
	width: 90%;
	overflow: hidden;
	clear: both;
	background: url(../images/index/index_sevenBG.jpg) center no-repeat;
	background-size: cover;
	padding: 30px 5%;
	margin-bottom: 25px;
}
.index_seven img.img1{
	display: block;
	margin: 0 auto;
	width: 57%;
}
.index_seven_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
.index_seven_list li{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	padding-top: 5px;
}
.index_seven_btn{
	width: 150px;
	background: #ff0072;
	display: block;
	cursor: pointer;
	position: relative;
    font-size: 14px;
    color: #fff;
    height: 34px;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    box-shadow: 1px 2px 10px 2px rgba(255,44,138,0.9);
    margin: 0 auto;
    margin-top: 20px;
    outline: none;
}
.index_seven_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
}
.newIndex2_five_p1 span{
	color: #ff0072;
	font-weight: bold;
}