.T_Hide{
	display: none;
}
.RightIcon{
	display: inline-block;
	border-right: 2px solid;
	border-bottom: 2px solid;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
}
.T_Banner{
	margin-top: 88px;
	width: 100%;
	height: 480px;
	background-size:cover ;
	background-repeat: no-repeat;
	background-image: url(../../images/resource/pc/banner.jpg);
}
.T_Banner_Item{
	width: 1200px;
	padding: 60px 0;
	height: 360px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
.T_Banner_Href{
	font-size: 16px;
	color: #33AFE4;
	padding: 10px 0;
}

.T_Banner_Href:hover{
	color : #6D8DFF
}
.T_Banner_Tit{
	font-size: 44px;
}
.T_Banner_Img{
	position: absolute;
	top: 50%;
	left:850px;
}

.T_Banner_Img2{
    position: absolute;
    left: 50%;
    top : 10%;
}
.T_Banner_Img2 img{
    width : 500px;
    height : 350px
}

.T_Side {
	perspective: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.T_Side_Cont {
	transform: rotateY(10deg);
	animation: 10s T_Rotat linear infinite;
	transform-style: preserve-3d
}
.T_Side_Cont>div {
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden
}
.T_Side_front {
	width: 250px;
	height: 378px;
	/*
	background: url(../../images/resource/pc/ebook-front.jpg);
	*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: translate3d(-125px, -189px, 0) translate3d(0, 0, 0) rotateY(0)
}
.T_Side_back {
	width: 250px;
	height: 378px;
	/*
    background: url(../../images/resource/pc/ebook-back.jpg) center left no-repeat;*/
	background-size: auto 100%;
	transform: translate3d(-125px, -189px, 0) translate3d(0, 0, -15px) rotateY(180deg)
}
.T_Side_side-left {
	width: 15px;
	height: 378px;
	background: url(../../images/resource/pc/ebook-side-left.jpg) center center no-repeat;
	background-size: auto 100%;
	transform: translate3d(-125px, -189px, 0) translate3d(-7.5px, 0, -7.5px) rotateY(-90deg)
}
.T_Side_side-right {
	width: 15px;
	height: 378px;
	background: url(../../images/resource/pc/ebook-side-right.jpg) center center no-repeat;
	background-size: cover;
	transform: translate3d(-125px, -189px, 0) translate3d(242.5px, 0, -7.5px) rotateY(90deg)
}
.T_Side_top {
	width: 250px;
	height: 15px;
	background: url(../../images/resource/pc/ebook-top.jpg) center center no-repeat;
	background-size: cover;
	transform: translate3d(-125px, -189px, 0) translate3d(0, -7.5px, 7.5px) rotateX(90deg)
}

.T_Side_bottom {
	width: 250px;
	height: 15px;
	background: url(../../images/resource/pc/ebook-bottom.jpg) center center no-repeat;
	background-size: cover;
	transform: translate3d(-125px, -189px, 0) translate3d(0, 370.5px, -7.5px) rotateX(-90deg)
}
.T_Banner_Txt{
	width: 640px;
	font-size: 16px;
	padding: 20px 0 40px;
    line-height: 25px;
}
.T_Banner_Btn{
    display : block;
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 15px;
	background: #4D74FF;
	border-radius: 4px;
    color: #FFFFFF;
	cursor: pointer;
	font-weight : bold;
}
.T_Banner_Btn:hover {
    color: #fff;
    background: #6D8DFF;
}
.T_Nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 60px 0 0;
    position: relative;
}
.T_Nav_Left{
	width: 210px;
	margin-right: 30px;
}
.T_Nav_Left_Tit{
	font-size: 20px;
	padding-bottom: 10px;
	color: #000000;
    font-weight : bold;
}
.T_Nav_Type{
	height: 670px;
	margin-bottom: 50px;
	border-radius: 8px;
	padding: 0 15px;
	background-image:url(../../images/resource/pc/typebg.jpg) ;
	background-size:100% 100%;
	background-repeat:no-repeat ;
	color: #fff;
}
.T_Nav_Type_Tit{
	font-size: 16px;
	padding: 20px 0 10px;
}
.T_Nav_Type_Tit a{
    color : #fff;
    font-weight : bold;
}
.T_Nav_Type_Tit a:hover{
    font-size : 17px;
}
.T_Nav_Type_Icon{
	display: flex;
	align-items: center;
    padding: 10px 0 15px;
}
.T_Nav_Type_Icon img{
	width: 18px;
	margin-right: 5px;
}
.T_Nav_Type_Icon span{
	font-size: 16px;
    font-weight : bold;
}
.T_Nav_Type_Li li{
	margin-left: 20px;
	font-size: 14px;
	padding-bottom: 15px;
	list-style-type:disc;
	cursor: pointer;
}
.T_Nav_Type_Li li a{
    color :#fff
}
.T_Nav_Type_Li li a:hover{
    /*color :#6D8DFF*/
    font-size : 15px;
}
.T_Nav_Type_Li li:last-child{
	padding-bottom: 20px;
}
.T_Nav_Admin{
	padding: 0 20px;
	width: 170px;
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
	background-image:url("../../images/resource/pc/adminbg.jpg");
	background-size:100% 100%;
	background-repeat: no-repeat;
}
.PosAdmin{
	position: fixed;
	top: 230px;
}
.PosAdmin_Bot{
    position: absolute;
    bottom: 40px;
}
.T_Nav_Admin_Tit{
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0 20px;
    font-weight : bold;
}
.T_Nav_Admin_Txt{
	line-height: 20px;
	font-size: 12px;
	color: #dadada;
}
.T_Nav_Admin_Btn{
	display : block;
	background: #4D74FF;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0 10px;
    font-weight : bold;
}
.T_Nav_Admin_Btn:hover{
    color: #FFFFFF;
    background-color: #6D8DFF;
}
.T_Nav_Admin_Msg{
	color: #b5b5b5;
	font-size: 12px;
	padding-bottom: 35px;
	text-align: center;
}
.T_Nav_Right{
	flex: 1;
}
.T_Nav_Right_Item{
	margin-bottom: 10px;
}
.T_Nav_Right_Dis{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.T_Nav_Right_Dis span:first-child{
	font-size: 20px;
	color: #000000;
    font-weight : bold;
}
.T_Nav_Right_Dis span:last-child a,
.T_Nav_Right_Dis span:last-child a .RightIcon{
	font-size: 14px;
	color: #4D74FF;
	cursor: pointer;
}
.T_Nav_Right_Dis span:last-child a:hover{
    font-size: 14px;
    color: #6D8DFF;
    cursor: pointer;
}
.T_Nav_Right_List{
	display: flex;
	/*
	justify-content: space-between;
    */
    flex-wrap: wrap;
}
.T_Nav_Right_List .T_Nav_Right_Show{
	width: 300px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(233,236,244,1);
	border-radius: 8px;
	position: relative;
          transition: all 0.2s;
    margin-right: 30px;
    margin-bottom : 30px;
}
.T_Nav_Right_List .T_Nav_Right_Show:nth-child(3n+3) {
        margin-right: 0;
    }
    

.T_Nav_Right_Show .T_Nav_Right_Img{
	display  : block;
    width : 300px;
    height :170px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;

}
.T_Nav_Right_Show .T_Nav_Right_Img:hover{
    background-size: 110% 110%;
}
.T_Nav_Right_Show .PosBox{
	width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	top: 40px;
	left: 50%;
	transform: translate(-50%,0);
	background: rgba(51,175,228,0.5);
}
.T_Nav_Right_Show .PosIcon{
	width: 72px;
	border-radius: 50%;
}
.T_Nav_Right_Show img{
	width: 100%;
}
.T_Nav_Cont_Tit{
    padding: 10px 15px;
    font-size: 15px;
    color: #33AFE4;
    text-align: left;
    height:40px;
}
.T_Nav_Cont_Tit a{
    color: #33AFE4;
    font-weight : bold;
}
.T_Nav_Cont_Tit a:hover{
	color : #6D8DFF
}
.T_Nav_Cont_Txt{
    line-height: 22px;
    height: 60px;
    padding: 0 20px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 13px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.T_Nav_Cont_Btn{
	display : block;
	width: 116px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	background: #4D74FF;
	border-radius: 4px;
    margin: 10px auto 15px;
	cursor: pointer;
}
.T_Nav_Cont_Btn:hover{
    color: #FFFFFF;
        background-color : #6D8DFF
}
.ShowCont{
	color: #fff;
	width: 100%;
	background-image: url(../../images/resource/pc/Alaudabg.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius: 8px;
	margin-bottom: 60px;
}
.ShowCont_Tit{
	padding: 30px 0 10px;
	text-align: center;
	font-size: 16px;
}
.ShowCont_Txt{
	font-size: 24px;
	text-align: center;
}
.ShowCont_Btn{
	padding: 30px 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ShowCont_Btn a{
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 20px;
	margin-right: 20px;
	color : #fff;
}
.ShowCont_Btn a:hover{
	color: #4D74FF;
	background-color : #fff
}


.swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    opacity: 0.3;
    border-radius: 2px;
}

@media (max-width: 2000px){
	.swiper-container-horizontal>.swiper-pagination-bullets
	{    
	    bottom: 100px;
	    left: -545px;
	}
}

/* .ShowCont_Btn span:last-child{
	margin-right: 0;
} */
/*移动端*/
@media (max-width: 766px){
	.swiper-container-horizontal>.swiper-pagination-bullets
    {    
        bottom: 10px;
        left: 0;
    }
	.T_Banner{
		height: 620px;
		width: inherit;
		background-image: url(../../images/resource/m/banner.jpg);
	}
	.swiper-container{
		overflow: inherit;
		height: 620px;
	}
	.T_Banner_Item{
		max-width: none;
		width: 100%;
		padding-top: 20px;
	}
	.T_Banner_Href{
		padding: 20px 30px 0;
	}
	.T_Banner_Tit{
		width: 90%;
		font-size: 20px;
		padding: 15px 30px 5px;
	}
	.T_Banner_Txt{
		width: initial;
		padding: 0 30px 30px;
	}
	.T_Banner_Img{
		position: sticky;
		height: 150px;
		margin-top: 130px;
	}
	
    .T_Banner_Img2 {
        position: unset;
        left: unset;
        top: unset;
        text-align : center;
    }
    .T_Banner_Img2 img {
        width: 70%;
    }
	.T_Side_front {
		width: 160px;
		height: 230px;
		transform: translate3d(-80px, -115px, 0) translate3d(0, 0, 0) rotateY(0)
	}
	.T_Side_back {
		width: 160px;
		height: 230px;
		transform: translate3d(-80px, -115px, 0) translate3d(0, 0, -15px) rotateY(180deg)
	}
	.T_Side_side-left {
		width: 15px;
		height: 230px;
		transform: translate3d(-80px, -115px, 0) translate3d(-7.5px, 0, -7.5px) rotateY(-90deg)
	}
	.T_Side_side-right {
		width: 15px;
		height: 230px;
		transform: translate3d(-80px, -115px, 0) translate3d(150px, 0, -7.5px) rotateY(90deg)
	}
	.T_Side_top {
		width: 160px;
		height: 15px;
		transform: translate3d(-80px, -115px, 0) translate3d(0, -7.5px, 7.5px) rotateX(90deg)
	}
	
	.T_Side_bottom {
		width: 160px;
		height: 15px;
		transform: translate3d(-80px, -115px, 0) translate3d(0, 221px, -7.5px) rotateX(-90deg)
	}
	.T_Banner_Btn{
		margin: 0 auto;
	}
	.T_Nav{
		display: block;
		width: initial;
		padding: 0;
	}
	.T_Nav_Type_M{
		display: flex;
		align-items: center;
		overflow-y: auto;
		white-space:nowrap;
		background: #fff;
		padding: 10px 0;
	}
	.T_Nav_Type_M::-webkit-scrollbar{
		display: none;
	}
	.T_Nav_Type_M span{
		font-size: 14px;
		margin-left: 20px;
		display: inline-block;
		padding: 5px 10px;
	}
	.T_Nav_Type_M span.Act{
		color: #FFFFFF;
		background: #4D74FF;
		border-radius: 4px;
	}
	
    .T_Nav_Type_M a{
        font-size: 14px;
        margin-left: 20px;
        display: inline-block;
        padding: 5px 10px;
        
        border :1px solid #4D74FF;
        color: #4D74FF;
        border-radius: 4px;
    }
    .T_Nav_Type_M a.Act{
        color: #FFFFFF;
        background: #4D74FF;
        border-radius: 4px;
    }
	.T_Nav_Left ,.T_Nav_Right_Dis{
		display: none;
	}
	.T_Nav_Right_List{
		display: block;
	}
	.T_Nav_Right_Item{
		margin: 0;
	}
	.T_Nav_Right_Show{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	
	.T_Nav_Right_List .T_Nav_Right_Show{
    margin: 0 auto 30px;
	}
	.T_Nav_Right_List .T_Nav_Right_Show:nth-child(3n+3) {
    margin: 0 auto 30px;
	    }
    
    
	.T_Nav_Right_Show .T_Nav_Right_Img{
	    width : auto;
	    height : 170px;
	    position: relative;
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    transition: background-size 0.3s;
	}
	.T_Nav_Right_Show .T_Nav_Right_Img:hover{
        background-size: 100% 100%;
	}
	.ShowCont{
		background-image: url(../../images/resource/m/Alaudabg.jpg);
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.ShowCont_Txt{
		padding: 0 40px;
	}
	.ShowCont_Btn{
		display: block;
	}
	.ShowCont_Btn div{
		display: flex;
		margin-bottom: 10px;
		justify-content: center;
        flex-wrap: wrap;
	}
	.ShowCont_Btn div a{
		padding: 5px 10px;
		margin: 0 10px  10px 0;
		width : 28%;
    text-align: center;
	}
	.T_Hide{
		display: block;
	}
	.T_Nav_Admin{
		background-image:url("../../images/resource/m/adminbg.jpg");
		width: 100%;
		height: auto;
		padding: 0;
		margin-top: 20px;
		border-radius: 0;
	}
	.T_Nav_Admin_Txt{
		padding: 0 40px;
		text-align: center;
	}
	.T_Nav_Admin_Btn{
		width: 170px;
		height: 36px;
		margin: 30px auto 10px;
		background: #4D74FF;
		border-radius: 4px;
		line-height: 36px;
		padding: 0;
	}
}
@keyframes T_Rotat{
	0% {
		transform: rotateX(16deg) translate3d(0, 0, 0) rotateY(-5deg)
	}

	50% {
		transform: rotateX(16deg) translate3d(0, 0, 0) rotateY(25deg)
	}

	75% {
		transform: rotateX(16deg) translate3d(0, 0, 0) rotateY(35deg)
	}

	89% {
		transform: rotateX(16deg) translate3d(0, 0, 0) rotateY(349deg)
	}

	100% {
		transform: rotateX(16deg) translate3d(0, 0, 0) rotateY(355deg)
	}
}
.swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	opacity: 0.3;
    background: #FFFFFF;
	border-radius: 2px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #4D74FF;
}










.T_Nav_Right_Show .PosBox {
  position: absolute;
  width: 60px;
  height: 60px;
    background: url(../../images/resource/pc/spicon.svg) center no-repeat;
  left: 50%;
  top: 58px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
    opacity: 1;
}
.T_Nav_Right_Show .PosBox::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 1;
  -webkit-animation: water 1s linear infinite;
  animation: water 1s linear infinite;
}

@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}