#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>h4{
	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 52px 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: 30px 0 15px 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(/moban2/images/QYxiao1.png) no-repeat;
	background-size: cover;
	border: none;
}
.headerChooses>button.active2{
	background: url(/moban2/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(/moban2/images/zuozuoquanBGM.png) center no-repeat;
	background-size: cover;
}
.zzq>h2{
	font-size: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fefefe;
	margin-top: 50px;
}
.zzq>h4{
	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(/moban2/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(/moban2/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(/moban2/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{
	height: 300px;
}
.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>h2{
	font-size: 42px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin-bottom: 13px;
}
.rightZZQ>h3{
	font-size: 36px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	margin-bottom: 42px;
}
.rightZZQ>h7{
	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;
}

/*头部部分*/
.hd_header_wrap{
	width: 100%;
	height: 80px;
	position:relative;
	z-index: 10;
}
.hd_header_wrap::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	opacity: 1;
	z-index: -1;
}
.hd_header{
	height: 80px;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
	justify-content: space-between;
}
.hd-logo img{
	width: 140px;
	height: 68px;
}
.hd-ullists{
	margin-left: 57px;
}
.hd-ullists>li{
	display: inline-block;
}
.hd-ullists>li.active a{
	color: #ff6c00;
}
.hd-ullists>li{
	margin-right: 30px;
}
.hd-ullists>li:last-child{
	margin-right: 0;
}
.hd-ullists a{
	color: #fff;
	font-size: 16px;
	transition: all 0.5s;
}
.hd-ullists a:hover{
	text-decoration: none;
	color: #ff6c00;
}
.hd-login>span{
	width:42px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}
#logines{
	background-color: #ff6c00;
	color: #fff;
	border: none;
}
#registers{
	border: solid 1px #ff6c00;
	color: #ff6c00;
}
.headTitle{
	height: 80px;
	line-height: 80px;
	width: 800px;
	padding-left:310px;
	margin-right: 0!important;
}
.headTitle span{
	margin-right: 40px;
	font-size: 18px;
	cursor: pointer;
}
.loginReg{
	float: right;
	margin-top: -55px;
}
.loginReg span{
	width: 74px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.login{
	border: 1px solid #ff6c00;
	margin-right: 15px;
	color: #ff6c00;
}
.registe{
	color: white;
	background-color: #ff6c00;
	border: none;
}

@-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;
}

.headTitle a{
	color: #666;
}
.headTitle a:link {color: #666; text-decoration:none;}
.headTitle a:visited {color: #666;text-decoration:none;}
a:visited{
	text-decoration: none;
}
.loginReg a span{
	border-radius:2px ;
}
.login,.registe{
	font-size: 14px!important;
}
.clearfixss a:hover{
	color: #ff6c00;
}
.actives{
	color: #ff6c00!important;
}
.caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown-menu{
	margin: 0;
	box-shadow: 0 5px 7px 0 rgba(0,0,0,.1);
	border: none;
	top: 80px;
	left: 55%;
	width: 120px;
	min-width: 120px;
	border-radius: 0;
	z-index: 999999;
}
.dropdown-menu li a{
	height: 46px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.dropdown-menu li a:hover{
	color: #ff6c00;
	background-color: #fff;
}
#myCarousel img{
	height: 480px;
	width: 100%;
}

/*遇到问题*/
.ydwt{
	width: 100%;
	background-color: #fff;
}
.ydwt h2,.ydwt h4{
	text-align: center;
}
.ydwt h2{
	font-size: 40px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}
.ydwts{
	padding-bottom: 75px;
}
.ydwt h4{
	font-size: 20px;
	color: #666;
	opacity: 0.5;
	height: 20px;
	line-height: 20px;
}
.mianlingWT{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.mianlingWT>p{
	text-align: center;
}
.mianlingWT>p>span{
	display: block;
}
.mianlingWT>p>span:first-child{
	height: 140px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}

/*海量媒体*/
.hlmt{
	width: 100%;
	background-color: #fff;
}
.hlmts{
	padding: 37px 0 60px 0;
	box-sizing: border-box;
}
.hlmts{
	width: 1200px;
	margin: 0 auto;
}
.hlmt h2{
	font-size: 40px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin-bottom: 55px;
}
.meitiLists{
	display: flex;
	flex-wrap: wrap;
}
.meitiLists>p{
	width: 224px;
	height: 120px;
	border-radius: 6px;
	border: solid 1px #d2d2d2;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.meitiLists>p:nth-child(5n+5){
	margin-right: 0;
}

/* 营销学院 */
.yxxy{
	width: 100%;
	background-color: #fff;
}
.yxxys{
	padding: 40px 0;
	box-sizing: border-box;
}
.yxxys h2{
	text-align: center;
}
.yxChoose{
	width: 400px;
	height: 46px;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #d2d2d2;
	margin: 48px auto 42px auto;
}
.yxChoose>li{
	width: 100px;
	text-align: center;
	position: relative;
	color: #333;
	font-size: 20px;
	cursor: pointer;
}
.yxChoose>li.active::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 4px;
	background-image: linear-gradient(-90deg, 
		#ef584d 0%, 
		#fc8d4a 100%);
	border-radius: 2px;
}
.yxDetails{
	width: 580px;
	height: 382px;
	padding:0 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(255, 108, 0, 0.15);
}
.yxDetails>div{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	display: flex;
	cursor: pointer;
}
.yxDetails>div>p:first-child{
	margin-right: 20px;
}
.yxDetails>div>p span{
	display: block;
	margin-bottom: 15px;
}
.yxxyLists{
	width: 1200px;
	margin: 0 auto;
}
.yxxyLists>section{
	display: none;
}
.yxxyLists>section>div{
	display: inline-block;
	vertical-align: top;
}
.yxxyLists>section>div img{
	width: 136px;
	height: 86px;
}
.yxxyLists>section>div:first-child{
	margin-right: 34px;
}
.yxxyLists>section.active{
	display: block;
}
.newsBtnsStyle>button{
	width: 172px;
	height: 54px;
	border-radius: 6px;
	border: solid 1px #ffffff;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	margin: 0;
	margin-right: 60px;
	margin-top: 15px;
	outline: none;
}
.com_bg {
    background-color: #fff;
}


/* 登录框部分 */

.login-tip {
	color: #ff6000;
	text-align: center;
}
.login-banner {
	width:300px;
	position: absolute;
	top: 130px;
	z-index: 9999999;
	right: 12%;
	display: none;
}
.login-banner .login-banner-box {
	width:300px;
}

.login-banner-box .login-alert {
    background-color: #fff;
    width: 300px;
	height: 386px;
	border-radius: 4px;
}

.login-alert-list {
	margin-bottom: 15px;
	text-align: center;
}
.login-alert-list-text {
	display: inline-block;
	font-size: 22px;
    color: #333333;
	padding: 12px 13px 10px;
	border-bottom: 2px #ff6000 solid;
}
.login-alert-form {
	padding: 0 10px;
}
.login-alert-form .login-alert-form-ctrls {
    border-bottom: 1px solid #d2d2d5;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
}
  
.login-alert-form-name label {
    background: url('/moban2/images/icon-name.png')no-repeat center center;
}
.login-alert-form-ctrls label {
    width: 40px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.login-alert-form-ctrls input[type="text"], .login-alert-form-ctrls input[type="password"] {
	width: 240px;
	height: 50px;
    line-height: 50px;
    float: left;
    text-indent: 3px;
    border: none;
    outline: none;
    background-color: transparent!important;
}
.login-alert-form-password label {
    background: url('/moban2/images/icon-password.png')no-repeat center center;
}
.login-alert-form-code label {
    background: url('/moban2/images/icon-code.png')no-repeat center center;
}
.login-alert-form .form-no-password {
	font-size: 14px;
	color: #333333;
    height: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
	padding: 0 13px;
}
#submitsBtn{
	display: block;
	width: 264px;
	height: 46px;
	margin: 0 auto;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 22px;
	line-height: 46px;
	outline: 0 none;
	text-align: center;
	transition: all 0.4s ease 0s;
	background-color: #ff6000;
	border-radius: 22px;
}
#login-banner-form label{
	margin-bottom: 0;
}
.form-no-password .form-no-password-right {
    display: block;
    float: right;
    color: #333333;
    text-align: right;
}
.login-alert-form .login-alert-form-btn {
    margin: 0 0 20px;
}
.login-alert-form-btn .btn {
	display: block;
	width: 264px;
    height: 46px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 46px;
    outline: 0 none;
    text-align: center;
    transition: all 0.4s ease 0s;
	background-color: #ff6000;
    border-radius: 22px;
}
  
.login-alert-form .enrols {
	color: #169BD5;
	float: right;
}
.login-alert-form-nroll {
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.login-alert-form-nroll a.enroll {
	font-size: 14px;
    text-decoration: underline;
    color: #ff6000;
}
/* 登录框位置定位配置 */
@media only screen and (min-width:1180px) and (max-width: 1640px) {
	.login-banner{
		right: 0;
	}
}
@media only screen and (min-width:1660px) and (max-width: 1700px) {
	.login-banner{
		right: 28px;
	}
}
