.artMajorList_banner{
	width: 100%;
	height: 455px;
	background: url(../images/artMajorList/artMajorList_banner.jpg) center no-repeat;
	background-size: cover;
}
/*artMajorList_one*/
.artMajorList_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0 40px 0;
}
.artMajorList_one_title{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.artMajorList_one_title img{
	display: block;
	margin: 0 auto;
}
.artMajorList_one_title span.span1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-weight: 200;
	font-size: 84px;
	color: rgba(0,0,0,0.1);
	line-height: 90px;
}
.artMajorList_one_title span.span2{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.artMajorList_one_main{
	width: 1200px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.artMajorList_one_main_leftWrap{
	width: 180px;
	float: left;
	padding: 30px 10px;
	overflow: hidden;
}
.artMajorList_one_main_left{
	width: 180px;
	clear: both;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.artMajorList_one_main_left_top{
	width: 180px;
	height: 102px;
	overflow: hidden;
	clear: both;
	position: relative;
	display: block;
}
.artMajorList_one_main_left_top img.img1{
	display: block;
	width: 100%
}
.artMajorList_one_main_left_top_wz{
	width: 80px;
	height: 80px;
	overflow: hidden;
	clear: both;
	border-radius: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.artMajorList_one_main_left_top_wz img.img2{
	display: block;
	border-radius: 100%;
	width: 100%;
}
.artMajorList_one_main_left_top_wz img.img3{
	display: none;
	border-radius: 100%;
	width: 100%;
}
.artMajorList_one_main_left_bottom{
	width: 180px;
	overflow: hidden;
	clear: both;
	height: 124px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	display: block;
	padding: 20px 0 0 5px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.artMajorList_one_main_left_bottom ul{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.artMajorList_one_main_left_bottom ul li{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
}
.artMajorList_one_main_left_bottom ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
}
.artMajorList_one_main_left_bottom ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #4c4c4c;
	margin-left: 10px;
}
.artMajorList_one_main_left_bottom ul li.li1{
	margin: 10px 0;
}
.artMajorList_one_main_left:hover{
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
}
.artMajorList_one_main_left:hover .artMajorList_one_main_left_top_wz{
	background: #ef2f71;
}
.artMajorList_one_main_left:hover .artMajorList_one_main_left_top_wz img.img2{
	display: none;
}
.artMajorList_one_main_left:hover .artMajorList_one_main_left_top_wz img.img3{
	display: block;
}
.artMajorList_one_main_left:hover .artMajorList_one_main_left_bottom{
	border-color: #fff;
}
/*artMajorList_twoWrap*/
.artMajorList_twoWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f3f6f9;
	padding: 50px 0;
}
.artMajorList_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artMajorList_two_list{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: 40px;
}
.artMajorList_two_list a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.artMajorList_two_list a:nth-child(1),.artMajorList_two_list a:nth-child(2){
	margin-left: 0;
}
.artMajorList_two_list a.a1{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.artMajorList_two_list a.a2{
	font-size: 16px;
	color: #333333;
	border-radius: 30px;
	padding: 0 22px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e6e4e5;
	line-height: 40px;
}
.artMajorList_two_list a.a2:hover{
	background: #f93478;
	border-color: #f93478;
	color: #fff;
}
.artMajorList_two_main{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artMajorList_two_main_one{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
}
.artMajorList_two_main_one_left{
	width: 224px;
	overflow: hidden;
	float: left;
}
.artMajorList_two_main_one_left img{
	display: block;
	width: 100%;
}
.artMajorList_two_main_one_center{
	width: 468px;
	float: left;
	margin-left: 20px;
}
.artMajorList_two_main_one_centerTop{
	width: 468px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artMajorList_two_main_one_centerTop_left{
	width: 224px;
	float: left;
}
.artMajorList_two_main_one_centerTop_left img.img1{
	display: block;
	width: 100%;
}
.artMajorList_two_main_one_centerTop_left_bottom{
	width: 100%;
	height: 120px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.artMajorList_two_main_one_centerTop_left_bottom a.span1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333333;
}
.artMajorList_two_main_one_centerTop_left_bottom a.span2{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666666;
}
.artMajorList_two_main_one_centerTop_left_bottom span.span3{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 8px;
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1{
	display: none;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	background: #ef2f71;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
	clear: both;
	-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);
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1: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);
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1: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);
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1:hover{
	background: transparent!important;
	transition-delay: .6s,.35s;
	-webkit-transition-delay: .6s,.35s;
    -moz-transition-delay: .6s,.35s;
    -ms-transition-delay: .6s,.35s;
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1: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);
}
.artMajorList_two_main_one_centerTop_left_bottom a.a1: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);
}
.artMajorList_two_main_one_centerTop_left:hover .artMajorList_two_main_one_centerTop_left_bottom span.span3{
	display: none;
}
.artMajorList_two_main_one_centerTop_left:hover .artMajorList_two_main_one_centerTop_left_bottom a.a1{
	display: block;
}
.artMajorList_two_main_one_centerTop_right{
	margin-left: 20px;
}
.artMajorList_two_main_one_centerBottom{
	margin-top: 20px;
}
.artMajorList_two_main_one_right{
	width: 224px;
}
.artMajorList_two_main_one_right_bottom{
	margin-top: 20px;
}
.artMajorList_two_main_two_centerBottom_nr{
	width: 468px;
}
.artMajorList_two_main_two_centerBottom_nr .artMajorList_two_main_one_centerTop_left_bottom a.a1:after,.artMajorList_two_main_two_centerBottom_nr .artMajorList_two_main_one_centerTop_left_bottom a.a1:before{
	width: 800px;
	height: 800px;
}
/*artMajorList_two*/
.artMajorList_two{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.artMajorList_two_top{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.artMajorList_two_top_left{
	width: 523px;
	padding-left: 77px;
	float: left;
}
.artMajorList_two_top_left_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
}
.artMajorList_two_top_left_titleLeft{
	width: 112px;
	height: 85px;
	border: 5px solid #e4e4e4;
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	padding-left: 18px;
	padding-top: 65px;
	letter-spacing: 3px;
	display: inline-block;
	vertical-align: middle;
}
.artMajorList_two_top_left_titleRight{
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
}
.artMajorList_two_top_left_titleRight:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	background: #ef2f71;
}
.artMajorList_two_top_left_p1{
	width: 390px;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 70px;
}
.artMajorList_two_top_left_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 24px;
	color: #333333;
	margin-top: 60px;
}
.artMajorList_two_top_left_p2 span{
	color: #ef2f71;
	font-size: 28px;
}
.artMajorList_two_top_right{
	width: 600px;
	float: left;
}
.artMajorList_two_top_right_top{
	width: 520px;
	height: 410px;
}
.artMajorList_two_top_right_bottom{
	width: 520px;
	overflow: hidden;
	clear: both;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
.artMajorList_two_top_right_bottom span{
	display: inline-block;
	vertical-align: middle;
}
.artMajorList_two_top_right_bottom span.span1{
	margin-left: 20px;
}
.artMajorList_two_top_right_bottom span img{
	display: inline-block;
	vertical-align: middle;
}
.artMajorList_two_top_right_bottom span b{
	display: inline-block;
	vertical-align: middle;
	font-style: 16px;
	color: #333333;
	font-weight: normal;
	padding-left: 5px;
}
.artMajorList_two_btn{
    display: block;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-top: 40px;
}
.artMajorList_two_btn_wz{
    width: 165px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ef2f71;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_two_btn_line{
    width: 165px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_two_btn:hover .artMajorList_two_btn_wz{
    left: 5px;
    top: 5px;
}
.artMajorList_two_btn:hover .artMajorList_two_btn_line{
    right: 5px;
    bottom: 5px;
}
/**/
.artMajorList_three{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: url(../images/artMajorList/artMajorList_three_bg.jpg) center no-repeat;
	background-size: cover;
	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: 90px;
}
.bs6{
    margin-left: 120px;
}
.ue_p5_text{
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}
/**/
.artMajorList_four{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f3f6f9;
	padding: 50px 0;
}
.artMajorList_four_main{
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 20px;
	position: relative;
}
.artMajorList_four_main_one{
	width: 280px;
	float: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 20px;
}
.artMajorList_four_main_one:first-child{
	margin-left: 0;
}
.artMajorList_four_main_one_pic{
	width: 280px;
	height: 280px;
	overflow: hidden;
	clear: both;
	display: block;
}
.artMajorList_four_main_one_nr{
	width: 280px;
	height: 150px;
	background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_four_main_one_nr a.a1{
	display: block;
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;  
    text-overflow: ellipsis; /* for IE */  
    -o-text-overflow: ellipsis; /* for Opera */  
    -icab-text-overflow: ellipsis; /* for iCab */  
    -khtml-text-overflow: ellipsis; /* for Konqueror Safari */  
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */  
    -webkit-text-overflow: ellipsis; /* for Safari,Swift*/  
    padding-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_four_main_one_nrBottom{
	width: 240px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
}
.artMajorList_four_main_one_nrBottom a.a2{
	width: 160px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_four_main_one_nrBottom a.a3{
	width: 66px;
	height: 66px;
	display: block;
	float: right;
	padding-top: 7px;
}
.artMajorList_four_main_one_nrBottom a.a3 span{
	width: 62px;
	height: 47px;
	border: 2px solid #e4e4e4;
	display: block;
	padding-top: 15px;
}
.artMajorList_four_main_one_nrBottom a.a3 span b{
	display: block;
	width: 50px;
	margin: 0 auto;
	color: #333333;
	font-weight: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.artMajorList_four_main_one_nrBottom a.a3 span b.b1{
	font-size: 16px;
}
.artMajorList_four_main_one_nrBottom a.a3 span b.b2{
	font-size: 14px;
}
.artMajorList_four_main_one:hover{
	box-shadow: 1px 5px 20px 1px rgba(0,0,0,0.1);
}
.artMajorList_four_main_one:hover .artMajorList_four_main_one_nr{
	background: #2a2d3f;
}
.artMajorList_four_main_one:hover .artMajorList_four_main_one_nr a.a1{
	color: #fff;
}
.artMajorList_four_main_one:hover .artMajorList_four_main_one_nrBottom a.a2{
	color: #cccccc;
}
.artMajorList_four_main_one:hover .artMajorList_four_main_one_nrBottom a.a3 span b{
	color: #e4e4e4;
}