body{
    background-color : #F7F9FC	
}

.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: 24px;
    width: 100%;
    height: 480px;
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/resource/pc/banner.jpg);
}
.T_Banner.Thanks{
    margin-top: 60px;
    width: 100%;
    height: 490px;
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/resource/pc/banner2.jpg);
}
.T_Banner.Thanks2{
    height: 400px;
}

.T_Banner_Item{
	width: 1200px;
	padding: 75px 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;
    line-height: 63px;
    width : 750px;
    font-weight : bold;
}
.T_Banner_Tit span{
	display : inline;
    width : 40px;
    height : 40px;
    background-image: url(../../images/resource/pc/yes.svg);
    background-repeat: no-repeat;
    float: left;
    margin: 10px 10px 0 0;
}
.T_Banner_Img{
	position: absolute;
	top: 45%;
	left : 80%;
}
.T_Side {
	perspective: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.T_Banner_Img2{
    position: absolute;
    left: 56%;
    top : 13%;
}
.T_Banner_Img2 img{
    width : 480px;
    height : auto
}

.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: 50px 0 80px;
    line-height: 25px;
}
.T_Banner_Btn_block{
    display: flex;
}
.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;
}
.T_Banner_Btn:hover {
    color: #fff;
    background: #6D8DFF;
}
.T_Banner_Btn2{
    margin-left : 30px;
    border: 1px solid rgba(77,116,255,1);
    border-radius: 4px;
    background: none;
    color: #4D74FF;
}
.T_Banner_Btn2:hover {
	color : #6D8DFF;
    border: 1px solid #6D8DFF;
    background: none;
}
.T_Nav{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 ;
    position: relative;
}
.T_Body{
background: #FAFAFF;
height : 650px;
}

.T_Video{
    width: 1200px;
    margin: 50px auto 0;
    padding: 60px 0 0;
    position: relative;
}

.T_Video2{
    width: 1200px;
    margin: 50px auto 30px;
    padding: 0px 0 0;
    position: relative;
}


/*logo 区域*/

.T_Nav_Ok {
    text-align : center;
}
.T_Nav_Ok img{
	width :100px; 
	height : 100px;
}

.T_Nav_Tit{
    margin: 20px auto 0;
    font-size: 24px;
    color: #000000;
    text-align : center;
	line-height: 36px;
    font-weight: 500;
}
.T_Nav_Desc{
    margin: 15px auto 0;
    font-size: 16px;
    color: #666666;
    text-align : center;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	width : 700px;
}

.T_Nav_ErCode {
	margin : 0 auto 30px;
}
.T_Nav_ErCode1 {
	width : 180px;
	margin : 30px auto 0 ;
	width: 180px;
	background: #FFFFFF;
	border: 1px solid rgba(214,214,214,1);
	border-radius: 8px;
	text-align: center;
}

.T_Nav_ErCode1 img{
	width : 164px;
	height : 164px;
	margin : 7px auto 0;
}
.T_Nav_ErCode2 {
    width : 600px;
    margin : 30px auto 0 ;
    display :  flex;
}
.T_Nav_ErCode2 div{
	width : 360px;
}
.T_Nav_ErCode2 div .T_Nav_ErCode2_img{
    width : 180px;
    margin : 10px auto 0 ;
    width: 180px;
    background: #FFFFFF;
    border: 1px solid rgba(214,214,214,1);
    border-radius: 8px;
    text-align: center;
}
.T_Nav_ErCode2 div .T_Nav_ErCode2_img img{
    width : 164px;
    height : 164px;
    margin : 7px auto 0;
}
.T_Nav_ErCode2 div .T_Nav_ErCode2_Txt,
.T_Nav_ErCode2_Txt{
	width : 160px;
    margin: 10px auto 0 ;
    text-align : center;
	    
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	font-weight: 400;

}
.T_Nav_Logo{
	margin : 30px auto 30px ;
}
.T_Nav_Logo img{
    width : 1200px;
}

.T_Nav_Video{
    margin : 30px auto 30px ;
    text-align : center;
    position: relative;
}
.T_Nav_Video .T_Nav_Video_Img img{
	width : 769px;
	height : 409px
}


.T_Nav_Right_Item{
	width : 960px;
    margin-bottom: 10px;
    margin : 0 auto;
}


.T_Nav_Right_List{
    display: flex;
    /*
    */
    justify-content: space-between;
    flex-wrap: wrap;
}


.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_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;
}
.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
}

/*logo 区域*/



/*底部横条*/

.InfoBg {
    background: url(../../images/resource/pc/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    margin-top: 30px;
}
.InfoContLt{
    text-align: center;
    color: #FFFFFF;
}
.InfoContLt div:nth-child(1) {
	padding-top : 60px;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 56px;
    font-weight: 500;
}
.InfoContLt div:nth-child(2) {    
	font-size: 18px;
    padding-top : 10px;
}
.InfoContCta {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 166px;
    margin: 0 auto;
}
.InfoContCta a:nth-child(1) {
	width: 166px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
    font-size: 14px;
color: #4D74FF;
    letter-spacing: 0;
    text-align: center;
line-height: 36px;
    font-weight: 500;
    margin: 40px 0 0 0;
}



.video-container {
    display : none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(20px) saturate(18%);
    backdrop-filter: blur(20px) saturate(18%);
}
.video-container .close {
    position: absolute;
    left: calc(50% + 480px);
    top: calc(50% - 280px);
    font-size: 32px;
    line-height: 14px;
    color: hsla(0,0%,100%,.8);
    cursor: pointer;
}
.video-container .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 843px;
    height: 474px;
    transform: translate(-50%,-50%);
}



.T_Nav_Video .PosBox1 {
  position: absolute;
  width: 60px;
  height: 60px;
    background: url(../../images/resource/pc/spicon.svg) center no-repeat;
    left: 47.5%;
    top: 40%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
    opacity: 1;
}

.T_Nav_Video .PosBox1::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 1;
    left: 5px;
    top: 5px;
  -webkit-animation: water 1s linear infinite;
  animation: water 1s linear infinite;
}



.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;
}



.T_Nav_ErCode_new {
    margin : 0 auto 30px;
}
.T_Nav_ErCode_new .T_Nav_ErCode1 {
    width : 300px;
    margin : 30px auto 0 ;
    background: #FFFFFF;
    border: 1px solid rgba(214,214,214,1);
    border-radius: 8px;
    text-align: center;
}

.T_Nav_ErCode_new .T_Nav_ErCode1 img{
    width : 300px;
    height : auto;
    margin : 7px auto 0;
}



/*移动端*/
@media (max-width: 766px){
	.T_Banner.Thanks{
	    margin-top: 88px;
	    width: 100%;
	    height: 580px;
	    background-size:cover ;
	    background-repeat: no-repeat;
	    background-image: url(../../images/resource/pc/banner2.jpg);
	}
	.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: 0 30px;
	}
	.T_Banner_Tit{
	/*
		width: 245px;
		*/
	    font-size: 2em;
	    padding: 0 30px;
	    line-height: 50px;
	}
		
	.T_Banner_Tit span{
	    display : inline;
	    width : 30px;
	    height : 30px;
	    background-image: url(../../images/resource/pc/yes.svg);
	    background-repeat: no-repeat;
        background-size:cover ;
	    float: left;
	    margin: 10px 10px 0 0;
	}
	.T_Banner_Txt{
		width: initial;
		padding: 10px 30px 20px;
		
	    font-size: 15px;
	    line-height: 28px;
    
	}
	.T_Banner_Img{
	    position: absolute;
	    top: 45%;
	    left:850px;
		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 30px;
	}
	.T_Nav{
		display: block;
		width: initial;
		padding: 0;
	}
	
		
	.T_Nav_Desc{
	    margin: 15px auto 0;
	    font-size: 16px;
	    color: #666666;
	    text-align : center;
	    line-height: 24px;
	    font-weight: 400;
	    width : 90%;
	}

	.T_Nav_Logo img {
	    width: 100%;
	}
	.T_Nav_ErCode2 {
	    width : 90%;
	    margin : 30px auto 0 ;
        display: block;
	}
	.T_Nav_ErCode2 div{
	    width : 360px;
	}
	.T_Nav_ErCode2 div .T_Nav_ErCode2_img{
	    width : 180px;
	    margin : 10px auto 0 ;
	    width: 180px;
	    background: #FFFFFF;
	    border: 1px solid rgba(214,214,214,1);
	    border-radius: 8px;
	    text-align: center;
	}
	.T_Nav_ErCode2 div .T_Nav_ErCode2_img img{
	    width : 164px;
	    height : 164px;
	    margin : 7px auto 0;
	}
	.T_Nav_ErCode2 div .T_Nav_ErCode2_Txt,
	.T_Nav_ErCode2_Txt{
	    width : 160px;
	    margin: 10px auto 0 ;
	    text-align : center;
	        
	    font-size: 12px;
	    color: #999999;
	    letter-spacing: 0;
	    text-align: center;
	    line-height: 18px;
	    font-weight: 400;
	
	}
	.T_Video{
       width : 100%;
	}
	.T_Video2{
	   width : 100%;
	}
	.T_Nav_Right_List{
        display: block;
    }
    .T_Nav_Right_Item{
    
    width: auto;
        margin: 0;
    }
    .T_Nav_Right_Show{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .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%;
    }
	    
	.T_Nav_Video .T_Nav_Video_Img img{
	    width : 80%;
	    height : auto;
	}
		
		
	.video-container .video {
	    position: absolute;
	    left: 50%;
	    top: 30%;
	    width: 80%;
	    height: auto;
	    transform: translate(-50%,-50%);
	}


	.T_Body{
	background: #FAFAFF;
	height : auto;
	}

	
	.T_Nav_Video .PosBox1 {
	  position: absolute;
	  width: 60px;
	  height: 60px;
	    background: url(../../images/resource/pc/spicon.svg) center no-repeat;
	    left: 41.5%;
	    top: 33%;
	  z-index: 2;
	  cursor: pointer;
	  transition: all 0.3s;
	    opacity: 1;
	}


}
@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)
	}
}




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





