#contentShowData{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login-alert{
	opacity: 0.8;
}

#carousel{
	margin-top: -80px;
}
.carousel-indicators .active {
	width: auto!important;
	height:180px;
	background-color: rgba(255,255,255,0.2)!important;
	color: #fff!important;
	cursor: pointer!important;
	width:25%!important
}
.carousel-indicators>div{
	padding: 20px!important;
	transition: all 0.3s;
}
.carousel-indicators>div .bannerContentTitle{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px;
}
.banner-js{
	position:absolute;bottom:0;z-index: 999999;width:100%;background:rgba(0,0,0,0.3)
}
.col-lg-3-lv2{
	margin:0;
	color:#fff;
	cursor:pointer
}
.col-lg-3-lv2>p{
	font-size:14px;
	color:#9e9e9c;
	line-height: 1.8;
	height: 100px;
}
@keyframes sha{
	0% {
		box-shadow: 0 0 0 #ff6c00;
	}
	100% {
		box-shadow: 0 0 70px 1px #ff6c00;
	}
}

.carousel-fade .carousel-inner .item{
  -webkit-transition:opacity 2s linear;-moz-transition:opacity 2s linear ;height: 738px;
  -ms-transition:opacity 2s linear;-o-transition:opacity 2s linear;transition:opacity 2s linear;opacity:0;}
 .carousel-fade .carousel-inner .active{ opacity: 1;}
 .carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {opacity: 1;}
 @keyframes fadeInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 500px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-fade .carousel-inner .item>img{
	height: 738px;
}
/*平台资源*/
.ptzy{
	width: 100%;
	background-color: #fff;
}
.ptzys{
	width: 1200px;
	margin:30px auto 67px auto;
	text-align: center;
}
.ptzyTitle{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	color: #333333;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.ptzyTitle::after{
	content:'PROVIDE';
	font-size: 58px;
	color: #e7e7e7;
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: -1;
	margin-left: -130px;
}
.ptzyLists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ptzyLists>div{
	width: 285px;
	height: 200px;
	color: #fefefe;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.ptzyLists>div:hover>div{
	background-color: rgba(206, 88, 2,0.8);
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
}
.ptzyLists>div:hover>div .ptzySmallTitle{
	-webkit-transform: translateY(-160px);
	-moz-transform: translateY(-160px);
	-ms-transform: translateY(-160px);
	-o-transform: translateY(-160px);
	transform: translateY(-160px);
}
.ptzyLists>div:hover>div .ptzySmallContent{
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 1;
}
.ptzyLists>div>div{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ptzySmallTitle{
	font-size: 24px;
	text-align: center;
	margin-top: 80px;
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
}
.ptzySmallContent{
	font-size: 14px;
	padding: 0 18px 0 15px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition:all 0.3s ;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}

/*资源渠道*/
.zyqd{
	width: 100%;
	height: 600px;
}
.zyqds{
	width: 1200px;
	margin:36px auto 90px auto;
}
.zyqdItem{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.zyqdTitle{
	font-size: 40px;
	color: #fefefe;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.zyqdSmallTitle{
	font-size: 20px;
	color: #ffffff;
	opacity: 0.5;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 15px 0 68px 0;
}
.leftChooseItems{
	width: 128px;
	padding: 14px 0;
	border-right: 1px solid #e5e5e5;
}
.leftChooseItems>li{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition:all 0.3s ;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leftChooseItems>li>span{
	display: inline-block;
}
.icos{
	width: 20px;
	height: 20px;
	background-color:#e5e5e5;
	border-radius: 50%;
	margin-right: -10px;
}
.leftChooseItems>li.active{
	color: #ff6c00;
}
.leftChooseItems>li.active .icos{
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#e5e5e5, 
		#e5e5e5);
	background-blend-mode: normal, 
		normal;
		position: relative;
		z-index: 11;
}
.leftChooseItems>li.active .icos::after{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#e5e5e5, 
		#e5e5e5);
	background-blend-mode: normal, 
		normal;
	opacity: 0.3;
	position: absolute;
	top: -5px;
	left: -5px;
}
.zyqdRightItem{
	margin-left: 100px;
	flex: 1;
}
.zyqdRightItem h2{
	font-size: 20px;
	color: #ff6c00;
	margin-bottom: 30px;
}
.zyqdRightItem button{
	margin: 40px 0 25px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition:all 0.3s ;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.zyqdRightItem button:hover{
	opacity: 0.9;
}
.zyqdRightItem p{
	color: #fff;
	font-size: 14px;
}
.zyqdRightItem hr{
	background-color: #999;
	margin-bottom: 22px;
}
.zixunOnliness{
	width: 196px;
	height: 47px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.zyqdRightItem>div{
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: relative;
}
.zyqdRightItem>div>section{
	position: absolute;
}
.zyqdRightItem>div.active{
	opacity: 1;
	z-index: 1;
}


.whiteLine{
	width: 100%;
	height: 4px;
	background-color: #fff;
	margin: 0;
}

/*代理权益*/
.dlqy{
	width: 100%;
	height: 1580px;
	padding-top: 145px;
}
.headerChooses{
	text-align: center;
	width: 100%;
	height: 60px;
}
.headerChooses>button{
	width: 230px;
	height: 45px;
	background-color: #13141f;
	font-size: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	border: 1px solid #fff;
}
.headerChooses>button.active1{
	background: url(../images/qyxiao1.png) no-repeat;
	background-size: cover;
	border: none;
}
.headerChooses>button.active2{
	background: url(../images/dbxiao2.png) no-repeat;
	background-size: cover;
	border: none;
}
.quanyiTable{
	margin: 0 auto;
	width: 1200px;
	height: 1160px;
}
.quanyiTable tr td{
	width: 300px;
	text-align: center;
	border-bottom: solid 1px #eaeaea;
	height: 33px;
	line-height: 33px;
}
.quanyiTable tr:last-child td{
	border: none;
}
.quanyiTable tr{
	display: flex;
}
.quanyiTable tr:first-child td{
	height: 80px;
	font-family: SourceHanSansCN-Medium;
}
.quanyiTable tr td:first-child{
	background-color: #ffffff;
}
.quanyiTable tr td:nth-child(2){
	background-color: #b3b3b3;
	box-shadow: -8px 1px 9px 0px 
		rgba(143, 143, 143, 0.52);
	opacity: 0.85;
}
.quanyiTable tr td:nth-child(3){
	background-color: #3f4548;
	box-shadow: -8px 1px 9px 0px 
		rgba(66, 49, 32, 0.52);
	opacity: 0.85;
}
.quanyiTable tr td:nth-child(4){
	background-color: #112028;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
}
.verMiddle{
	vertical-align: middle;
}
.ffc{
	color: #ff6c00!important;
}
.cenjus{
	text-align: center;
	padding-top: 20px;
}
.cenjus>span{
	display: block;
	text-align: center;
}
.cenjus>span:first-child{
	height: 20px;
	line-height: 20px;
}
.cenjus>span:last-child{
	height: 15px;
	line-height: 15px;
	margin-top: 4px;
}
.lianmengjias{
	text-align: center;
	padding-top: 20px;
}
.lianmengjias>span{
	display: inline-block;
	vertical-align: middle;
}
.lianmengjias>span:first-child{
	margin-right: 15px;
}
.lianmengjias>span>b{
	display: block;
	text-align: center;
}
.quanyiTable tr td:first-child{
	font-size: 14px;
}
.quanyiTables{
	margin: 0 auto;
	width: 1200px;
	height: auto;
}
.quanyiTables tr:first-child td{
	padding: 0;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
}
.quanyiTables tr td{
	padding: 18px 0;
	font-size: 14px;
	width: 300px;
	text-align: center;
	border-bottom: solid 1px #eaeaea;
}
.quanyiTables tr td:first-child{
	background-color: #ffffff;
	color: #333;
	opacity: 0.8;
}
.quanyiTables tr td:nth-child(2){
	background-color: #171a24;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.quanyiTables tr td:nth-child(3){
	background-color: #363636;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.quanyiTables tr td:nth-child(4){
	background-color: #676767;
	box-shadow: -8px 1px 9px 0px 
		rgba(44, 22, 0, 0.52);
	opacity: 0.9;
	color: #fff;
}
.tabCompares>p{
	display: none;
	width: 1200px;
	margin: 0 auto;
}
.tabCompares>p.active{
	display: block;
}
/*著作权*/
.zzq{
	width: 100%;
	height: 733px;
	background: url(../images/zuozuoquanbgm.png) center no-repeat;
	background-size: cover;
}
.zzq .zzqBT{
	font-size: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fefefe;
	margin-top: 50px;
}
.zzq .zzqNR{
	font-size: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #e7e7e7;
	opacity: 0.2;
	margin: 18px 0 54px 0;
}
.zzqs {
    width: 1200px;
    height: 500px;
	display: none;
}
.zzqLists{
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.zzqItem{
	width: 273px;
	height: 425px;
	border-radius: 5px;
}
.zzqItem>span{
	display: block;
}
.zzqItem>span:first-child{
	width: 100%;
	height:370px;
}
.zzqItem>span:first-child img{
	width: 100%;
	height: 100%;
}
.zzqItem>span:last-child{
	position: relative;
	width: 100%;
	height:58px;
	line-height: 58px;
	text-align: center;
	font-size: 19px;
	color: #fefefe;
}
.zzqItem>span:last-child::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color:#475978 ;
	opacity: 0.4;
}
.lunbotiao{
	top: 480px!important;
}
.lunbotiao .swiper-pagination-bullet{
	width: 30px;
	height: 6px;
	background-color: #f4f7fe;
	opacity: 0.5;
	border-radius: initial;
}
.lunbotiao .swiper-pagination-bullet-active{
	background-image: linear-gradient(-31deg, 
		#ff9649 0%, 
		#f6724b 50%, 
		#ed4d4d 100%), 
	linear-gradient(
		#f4f7fe, 
		#f4f7fe);
	background-blend-mode: normal, 
		normal;
		opacity: 1;
}
.gywm{
	width: 100%;
	height: 500px;
	background-color: #fff;
	background: url(../images/nihaonews.png) center no-repeat;
	background-size: cover;
}
.gywms{
	margin: 0 auto;
	width: 1200px;
	height: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gywm-left{
	width: 540px;
	height: 350px;
	position: relative;
}
.gywmes{
	width: 100%;
	height: 100%;
}
	
.gywmLists img{
	width: 540px;
	height: 285px;
}
.gywmes div.swiper-button-next{
	margin-right: 140px;
	margin-top: 122px;
}
.gywmes div.swiper-button-prev{
	margin-left: 140px;
	margin-top: 122px;
}
:root{
	--swiper-navigation-size: 20px!important;
	--swiper-theme-color:#666!important;
}
.tuces{
	position: absolute;
	color: #00183f;
	font-size: 16px;
	z-index: 999;
	top: 294px;
	left: 240px;
}
.bgess{
	display: block;
	position: absolute;
	width: 516px;
	height: 247px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	top: -14px;
	left: -14px;	
}
.gywm-right>p{
	margin: 57px 0 37px 0;
	font-size: 16px;
	color: #666666;
}
.gywm-right>button{
	width: 196px;
	height: 47px;
	background-image: linear-gradient(-90deg, 
		#ed4d4d 0%, 
		#ff9649 100%);
	border-radius: 24px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 47px;
	border: none;
}
.dt{
	width: 100%;
	height: 836px;
	background: url(../images/shujubg.png) no-repeat;
	background-size: cover;
}
.topHasLine{
	position: relative;
	margin-bottom: 16px;
}
.topHasLine::after{
	position: absolute;
	content: '';
	width:80px;
	height: 2px;
	background-color: #e5e5e5;
	top: -20px;
	left: 0;
}
.topHasLine>span:first-child{
	color: #ff6c00;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 16px;
}
.topHasLine>span:last-child{
	font-size: 14px;
	color: #999999;
}

/*合作流程*/
.hzlc{
	width: 100%;
	height: 586px;
	background: url(../images/hezuoya.png) no-repeat;
	background-size: cover;
}
.hhlcTitle{
	text-align: center;
	height: 49px;
	line-height: 49px;
	font-size: 49px;
	color: #FEFEFE;
	position: relative;
	z-index: 1;
	margin-top: 54px;
	margin-bottom: 90px;
}
.hhlcTitle::after{
	content:"COOPERATION PROCESS";
	font-size: 58px;
	color: #e7e7e7;
	opacity: 0.2;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 750px;
	z-index: -1;
	margin-left: -375px;
}
.hzlcs{
	width: 1200px;
	margin: 0 auto;
}
.liuchengTitle{
	width: 400px;
	margin: 0 auto;
	padding-bottom: 26px;
	border-bottom: 1px solid #d2d2d2;
}
.liuchengTitle>span{
	display: inline-block;
	width: 46%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}
.liuchengTitle>span.active{
	position: relative;
}
.liuchengTitle>span.active::after{
	position: absolute;
	bottom: -28px;
	left: 48px;
	content: '';
	width: 100px;
	height: 4px;
	background-image: linear-gradient(-90deg, 
		#ef584d 0%, 
		#fc8d4a 100%);
	border-radius: 2px;
}
.FGLC,.DLLC{
}
.FGLC span,.DLLC span{
	font-size: 16px;
	color: #ffffff;
}
.FGLC>.FGLCs,.DLLC>.DLLCs{
	display: flex;
	padding: 0 20px;
}
.FGLC>.FGLCs>p,.DLLC>.DLLCs>p{
	margin-right: 30px;
	display: inline-block;
	flex: 1;
	height: 118px;
	background-image: linear-gradient(72deg, 
		#181820 0%, 
		#282c34 100%), 
	linear-gradient(
		#f4f5f7, 
		#f4f5f7);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	position: relative;
	    margin-left: 8px;
		padding-top: 25px;
		box-sizing: border-box;
}
.FGLC>.FGLCs>p:hover,.DLLC>.DLLCs>p:hover{
	background-image: linear-gradient(90deg, 
			#ff9649 0%, 
			#ed4e4d 100%), 
		linear-gradient(
			#f4f5f7, 
			#f4f5f7);
}
.FGLC>.FGLCs>p:hover em,.DLLC>.DLLCs>p:hover em{
	color: #ff6c00;
}
.FGLC>.FGLCs>p:hover a,.DLLC>.DLLCs>p:hover a{
	background-image: linear-gradient(90deg, 
		#ff9649 0%, 
		#ed4e4d 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
		background-color: initial;
}
.FGLC em,.DLLC em{
	position: absolute;
	font-size: 32px;
	color: #ffffff;
	left: 45%;
	bottom: -55px;
}
.FGLC>.FGLCs>p:last-child,.DLLC>div>p:last-child{
	margin-right: 0;
}
.FGLC b,.DLLC b{
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
}
.FGLC b,.DLLC b{
	display: none;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	-ms-transition:all 0.3s ;
	-o-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0;
	cursor: pointer;
}
.FGLC b.active,.DLLC b.active{
	display: block;
	opacity: 1;
}
.liuchengContent>section{
	display: none;
}
.liuchengContent>section.active{
	display: block;
}



.pictureSlider{height: 100%;transform: rotate(90deg)  translateY(-420px) translateX(116px);}
.poster-list{
	width: 100%;
	height: 100%;
}
.poster-item{background: #fff;height: 354px;width:458px;border-radius: 10px;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
	transform: rotate(-90deg);
	overflow: hidden;
}
.xxgy{font-size: 30px;font-weight: 900;padding-left: 10px;}
.poster-item .say{font-size: 18px;margin-bottom: 5px;padding-left: 10px;}
.students_star{padding:10px 10px 0 10px ;}
.cell_list{margin-bottom: 20px;color:#999;font-size: 18px;overflow: hidden;}
.darks{color: #000;padding-left: 10px;}
.zwjs{border-top:1px solid #d0cddb;line-height: 26px;padding-top: 5px;color: #999;font-size: 12px;max-height: 84px;overflow: hidden;}
.for_btn{position: relative;height:354px;overflow:hidden}
.in_page{position: absolute;left: 50%;top:50%;width:40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.in_page>img{width: 40px;height: 40px;}

.check_more{width: 180px;height: 50px;line-height: 50px;text-align: center;color:#fff;background: #bc241d;margin:0 auto;display: block;}

#firstLines,#secondLines{
	display: inline-block;
}
.rightZZQ{
	padding-top: 100px;
}
.rightZZQ .zhuzuoquanH2{
	font-size: 42px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin-bottom: 13px;
}
.rightZZQ .zhuzuoquanH3{
	font-size: 36px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	margin-bottom: 42px;
}
.rightZZQ .zhuzuoquanH7{
	font-size: 16px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	
}
.rightZZQ>button{
	display: block;
	width: 126px;
	height: 48px;
	background-image: linear-gradient(-90deg, 
		#ed4e4d 0%, 
		#ffa364 100%), 
	linear-gradient(
		#f8e2c6, 
		#f8e2c6);
	background-blend-mode: normal, 
		normal;
	box-shadow: 3px 4px 8px 0px 
		rgba(245, 115, 87, 0.45);
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-top: 42px;
}


.shanshuoss{
	display: none;
}
.classNameees {
	-webkit-animation: twinkling 1s infinite ease-in-out;
	display: inline-block!important;
}

.animatededd {
	display: inline-block!important;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes twinkling {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.liaojieMore{
	border: none;
	margin-top: 30px;
	width: 126px;
	height: 48px;
	background-image: linear-gradient(-90deg, 
		#ed4e4d 0%, 
		#ffa364 100%), 
	linear-gradient(
		#ff6c00, 
		#ff6c00);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
}
.FGLCs,.DLLCs{
	margin: 78px 0 62px 0;
}
.FGLCs>p , .DLLCs>p{
	-webkit-transition: all 0.2s ;
	-moz-transition:  all 0.2s;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s;
}
.FGLCs>p span,.FGLCs>p em , .DLLCs>p span,.DLLCs>p em{
	-webkit-transition: all 0.2s ;
	-moz-transition:  all 0.2s;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s;
}
.FGLCs>p:hover span,.FGLCs>p:hover em,.DLLCs>p:hover span,.DLLCs>p:hover em{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.liuchengContent>section>p>span{
	display: inline-block;
}
.dixianBGs{
	width: 1200px;
	display: flex;
}
.sameLiness{
	flex: 1;
	height: 2px;
	background-color: #939598;
}
.beffss{
	position: absolute;
	left: 45%;
	bottom: -72px;
	width: 20px;
	height: 20px;
	background-color: #939598;
	border-radius: 50%;
}
.FGLCs>p>span,.DLLCs>p>span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.FGLCs>p>span img,.DLLCs>p>span img{
	display: none;
	margin-bottom: 12px;
}
.FGLCs>p>span img:first-child,.DLLCs>p>span img:first-child{
	display: block;
}
.FGLCs>p:hover>span img:first-child,.DLLCs>p:hover>span img:first-child{
	display: none!important;
}
.FGLCs>p:hover>span img:last-child,.DLLCs>p:hover>span img:last-child{
	display: block!important;
}

.TJYD{
	width: 100%;
	height: auto;
	background: url('../images/bg-front.jpg') no-repeat center;
	background-size: cover;
}
.TJYDs{
	padding: 60px 0;
	width: 1200px;
	margin: 0 auto;
}
.yueduTitleD{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.tjydLists{
	margin-top: 40px;
	display: flex;
}
.tjydUL{
	flex: 1;
}
.tjydUL{
	margin-right: 40px;
}
.tjydUL:last-child{
	margin-right: 0px;
}
.tjydUL>li{
	margin-bottom: 30px;
}
.tjydUL>li>a{
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: block;
}
.tjydUL>li>a::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
	top: 10px;
}