body,html{
	width:100%;
}
body{
	position:relative;
	background: #f9fafd;
}
img{
	border:none;
	}
a,span,label,li,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}
 

@media (max-width: 1366px) {
	.header_box {
		width: 1200px !important;
	}
	.nav_action{
		width:1200px !important;
	}
	.containter{
		width:1200px !important;
	}
	.listcontainter{
		width:1200px !important;
	}
	.image-slider{
		width:1200px !important;
	}
	.footer-drugs{
		width:1200px !important;
	}
}



/*gw logo*/
.bannerswiper{
	height: 880px;
}
.swiper-slide img{
	width: 100%;
	height: 880px;
	display: block;
}
.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	background: linear-gradient(to bottom,#3388ff 40%,transparent);
}

.header_box {
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
	transition: all 0.3s ease;
}
.texlogo{
	width: 501px; 
	transition: width 0.5s ease-in-out;
}
.scrolled {
	width:300px;
}		

.header_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.search_item{
	width:240px;
	height:38px;
	padding-right: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.2);
	border: 1px solid #fff;
	border-radius: 38px;
	display: flex;
	align-items: center;
}
.txt{
	flex: 1;
	color:#fff;
	font-size:14px;
	padding:10px 0 10px 20px;
}
.txt::-webkit-input-placeholder{
	color:#fff;
}
.search_item button{
	cursor: pointer;
}



/* 头部内容 */
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/topbg.png) no-repeat center 0;
	z-index: 333;
}

.fixed-header .search {
	display: none;
}

.fixed-header .header_box{
   display: flex;
   align-items: center;
   height: 100px;
   padding: 0;
}
.fixed-header .header_box .header_logo{
	padding-bottom: 0;
}


/*gw 导航*/
.nav_action{
	width:1400px;
	margin: 0 auto;
}
.nav_action_one ul{
	position:relative;
	display: flex;
	align-items: center;
	justify-content:space-around;
}
.nav_action_one ul li{
}
.nav_action_one ul li a{
	font-size:16px;
	color: #fff;
	display: block;
}
.nav_action_one ul li:hover{
	font-weight: bold;
}
.nav_action_one ul li .cur{
	font-weight: bold;
}



/* 主题内容 */
.box_main1{
	background: linear-gradient(to bottom,#f0f3fa,#fff);
}
.containter{
	width:1400px;
	margin: 0 auto;
	position: relative;
	z-index: 33;
	margin-top: -30px;
}

.card_box{
	padding: 20px 40px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.card_item ul{
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	
}
.card_item ul li{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.card_item ul li a{
	display: contents;
}
.card_item ul li i{
	width: 80px;
	height: 80px;
	transition: transform 0.6s ease;
}
.card_item ul li:hover i{
	transform: rotateY(180deg);
}
.card_item ul li i.icon1{
	background: url(../img/icon1.png) no-repeat center center;
}
.card_item ul li i.icon2{
	background: url(../img/icon2.png) no-repeat center center;
}
.card_item ul li i.icon3{
	background: url(../img/icon3.png) no-repeat center bottom;
}
.card_item ul li i.icon4{
	background: url(../img/icon4.png) no-repeat center center;
}
.card_item ul li i.icon5{
	background: url(../img/icon5.png) no-repeat center center;
}
.card_item ul li i.icon6{
	background: url(../img/icon6.png) no-repeat center center;
}
.card_item ul li i.icon7{
	background: url(../img/icon7.png) no-repeat center center;
}
.card_item ul li span{
	color: #333;
	margin-top: 10px;
}

.box_main2{
	background: #f7faff;
}




.section{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	gap: 0 30px;
}
.new_box{
	padding-bottom: 50px;
	opacity: 0; 
	position: relative;
	transition: transform 1s ease-out,opacity 1s ease-out;
}
/* 列表动画 */
.left-contents{
    transform: translateX(-100%);
}

.right-contents{
	transform: translateX(100%);
}

.slideIn-left {
	opacity: 1;
	transform: translateX(0); 
}

.slideIn-right {
	opacity: 1;
	transform: translateX(0);
}



.tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.tit h1{
	color:#333;
	font-weight: bold;
	font-size: 18px;
}
.tit a{
	color:#599eff;
	font-size: 14px;
}
.newcard{
	background: #fff;
	padding: 40px;
	display: flex;
	gap: 0 30px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.picswiper{
	width: 400px;
	height: 330px;
}
.swiper_item img{
	width: 100%;
	height: 240px;
	display: block;
}
.te1{
	padding-top: 16px;
}
.te1 p{
	color:#333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.te1 span{
	display: flex;
	padding-top: 10px;
	align-items: center;
	color: #999;
	font-size: 14px;
}
.te1 span i{
	width: 20px;
	height: 20px;
	background: url(../img/timeimg.png) no-repeat center center;
}

.course_item{
	flex: 1;
}
.course_item ul{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.course_item ul li{
	font-size: 16px;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	flex-direction: column;
	transition: transform 0.3s ease; 
}
.course_item ul li:hover{
	transform: translateX(20px);
}
.course_item ul li:hover p{
	color: #3388ff;
}
.course_item ul li:last-child{
	border: none;
	padding-bottom: 0;
}
.course_item ul li a{
	display:contents;
	color: #333;
}

.course_item ul li p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.course_item ul li span{
	padding-top: 17px;
	color:#999;
	font-size: 14px;
}
.course_item ul li span img{
	vertical-align: middle;
	margin-top: -1px;
}

.dlcourse{
	display: flex;
	flex-direction: column;
	gap: 18px 0;
}
.dlcourse dl{
	display: flex;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	transition: transform 0.3s ease; 
}
.dlcourse dl:hover{
	transform: translateX(20px);
}
.dlcourse dl:hover dd p{
	color: #3388ff;
}
.dlcourse dl:last-child{
	border: none;
	padding-bottom: 0;
}
.dlcourse dl dt{
	background: url(../img/rl_bg.png) no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 85px;
	margin-right: 10px;
}
.dlcourse dl dt{
	color: #333;
}
.dlcourse dl dt h2{
	font-size: 25px;
}
.dlcourse dl dd{
	flex: 1;
}
.dlcourse dl dd p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.dlcourse dl dd span{
	padding-top: 16px;
	color:#999;
	display: block;
	font-size: 14px;
}
.dlcourse dl dd span img{
	vertical-align: middle;
	margin-top: -1px;
}

.section2{
	display: flex;
	gap: 0 50px;
	padding: 40px 0;
}
.new_box2{
	flex: 1;
}
.tit dl{
	display: flex;
	align-items: center;
	color: #ccc;
}
.tit dl dd{
	padding: 10px 20px;
	cursor: pointer;
	font-size: 18px;
	color: #b8c2cc;
}
.tit dl dd.cur{
	color: #333;
	font-weight: bold;
	border-bottom: 3px solid #3388ff;
}
.course_item3{
	display: none;
}
.you{
	display: block;
}
.course_item3 ul li{
	padding-left: 20px;
	background: url(../img/d_img.png) no-repeat left 8px;
	
}
.course_item3 ul li span{
	padding-top: 12px;
}




  
  

/*登录框*/
.login{
	background:rgba(255,255,255,0.9);
	width:320px;
	position:absolute;
	right: 0;
	z-index: 16;
	top: -650px;
	padding:30px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.login h1{
	font-size:18px;
	color:#333;
	padding-bottom: 14px;
}
.login dl{
	display: flex;
	border-bottom: 1px solid #ddd;
}
.login dl dd{
	padding: 10px 0;
	margin-right: 20px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
}
.login dl dd.logcur{
	color: #3388ff;
	border-bottom: 2px solid #3388ff;
}
.login_box{
	padding-top:20px;
	width:100%;
	display: none;
}
.login_hidden{
	display: block;
}
.login_fir{
	display: flex;
	height:40px;
	border:1px solid #e5e3e4;
	border-radius: 5px;
	background:#fff;
	margin-bottom: 18px;
	overflow: hidden;
}

.login_fir input{
	padding: 11px;
	flex:1;
	color: #333;
	font-size: 14px;
}
.login_fir input.yanz{
}
.login_fir img{
	width:100px;
	height:40px;
	margin-left: 10px;
	cursor: pointer;
}
.ty_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ty_item{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.ty_item input{
	margin-right: 5px;
}
.ty_item p{
	font-size: 14px;
	color: #808080;
}
.ty_item p a{
	color: #3388ff;
}
.ty_box a{
	font-size: 14px;
	color: #3388ff;
}
.dl{
	padding-top: 10px;
}
.dl button{
	width:100%;
	height:40px;
	line-height: 40px;
	background:#3388ff;
	color:#fff;
	font-size:16px;
	border-radius: 5px;
	cursor: pointer;
}

.ty_box p{
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 10px 0;
}
.ty_box p a{
	font-size:14px;
	color:#3388ff;
}

/* 登录后 */
.aftercont_img{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.aftercont_img img{
	width: 100px;
	padding-bottom: 15px;
	border-radius: 50%;
}
.aftercont_img h1{
	padding-left: 10px;
	font-size: 14px;
	color: #333;
}
.aftercont_text{
	padding: 15px 0;
}
.aftercont_text ul li{
	display: flex;
	padding: 10px 0;
	align-items: center;
	font-size: 14px;
	color: #666;
}


.gobtn_box{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
}
.gobtn_box button{
	height:40px;
	flex: 1;
	line-height: 40px;
	background:#3388ff;
	color:#fff;
	font-size:16px;
	border-radius: 5px;
	cursor: pointer;
}
.gobtn_box button.retu_btn{
	background: #fff;
	border:1px solid #ddd;
	color: #333;
}

/* 登录结束 */

 



/* 列表页 */
.listcontainter{
	width: 1400px;
	margin: 0 auto;
}
.top_header{
	height: 100px;
}
.clme{
	min-height: calc(100vh - 430px);
	padding: 20px 0;
}
.channletit{
	color:#333;
	font-weight: bold;
	font-size: 20px;
}
.listbox{
	box-shadow: 0 0 10px rgba(213, 213, 213, 0.5);
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	margin: 20px 0;	
}
.listitem ul{
	width:100%;
}
.listitem ul li{
	display: flex;
	padding: 20px 0;
	background: url(../img/d_img.png) no-repeat left center;
	border-bottom: 1px dashed #ddd;
	justify-content: space-between;
}
.listitem ul li a{
	color: #4c4c4c;
	display: contents;
}
.listitem ul li p:hover{
	color: #3388ff;
}
.listitem ul li p{
	padding: 0 20px;
	color: #4c4c4c;
	flex: 1;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.listitem ul li span{
	color:#999;
}


/*详情页*/
.dz_item{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.dz_item img{
	margin-top: 3px;
	margin-right: 6px;
	vertical-align: middle;
}
.dz_item a{
	color:#333;
	line-height: 30px;
	font-size: 14px;
}
.cont_next{
	padding: 0 100px;
	width: 1000px;
}
.session{
}
.session .title{
	width:100%;
	color: #333333;
	display: block;
	font-size: 22px;
	text-align: center;
	padding: 20px 0;
}
.session dl{
	display: flex;
}
.session dl dd{
	margin-right: 14px;
	font-size: 14px;
	color: #999999;
}
.sect_item{
	line-height: 30px;
	color: #333;
	width:100%;
	padding-top: 20px;
}
.sect_item img{
	margin: 20px auto;
	display: block;
	/*width: 780px;*/
}


/* 友情链接动画 */
.box_main3{
	background: #fff;
}
.image-slider {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden; 
  position: relative;
}
.lefttran{
	position: absolute;	
	z-index: 3;
	height: 240px;
	width: 200px;
	background: linear-gradient(to left, transparent, #fff);
}
.righttran{
	position: absolute;	
	right: 0;
	top: 0;
	z-index: 3;
	height: 240px;
	width: 200px;
	background: linear-gradient(to right, transparent, #fff);
}

.image-container {
  animation: scroll-left 20s linear infinite;
  text-align: center;
}
.image-container a{
	display: inline-block;
	width: 220px;
	height: 80px;
	margin: 10px;
}
.image-container a img {
  width: 220px; 
  height: 80px;
  box-shadow: 0 0 10px rgba(213,213,213,0.5);
}

/* 滚动动画 */
@keyframes scroll-left {
  0% {
	transform: translateX(100%);
  }
  100% {
	transform: translateX(-100%); 
  }
}

/* 鼠标悬停时停止滚动 */
.image-slider:hover .image-container {
  animation-play-state: paused;
}






/*gw 尾部*/
.footer{
	width:100%;
	background:url(../img/bot_bg.png) no-repeat center 0;
	background-size: cover;
}
.footer-drugs{
	width:1400px;
	margin:0 auto;
}
.footer_box{
	padding:40px 0;
	display: flex;
	height: 213px;
	gap: 0 30px;
}
.linktext_box{
	padding-right: 30px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.linktext_box:last-child{
	border: none;
}
.linktext_box h1{
	color: #fff;
	font-size: 16px;
}
.href_item{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.href_box{
	padding-top: 10px;
	display: flex;
	gap: 0 20px;
}
.href_box a{
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}
.href_box p{
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}
.href_box img{
	margin-top: 20px;
}


/* 弹框 */
.xtgg_box {
	/* display: none; */
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 1;
	  transition: opacity 0.5s ease-out;
}
.go_box{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content: center;
}
.go_main{
	background:linear-gradient(to bottom,#d9eafe,#fff 30%);
	width:320px;
	padding:40px;
	display:flex;
	flex-direction: column;
	align-items:center;
	border-radius:20px;
}
.go_main h1{
	font-size:20px;
	color:#333;
}
.go_main p{
	font-size:16px;
	color:#333;
	line-height:28px;
	padding:10px 0;
	text-align:center;
	margin:20px 0;
}
.gobtn_box{
	display: flex;
	justify-content: center;
}
.gobtn_box button {
	background: #3388ff;
	width: 140px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	padding: 0;
	color: #fff;
	border-radius: 46px;
	cursor: pointer;
	margin-bottom:20px;
}
.gobtn_box label{
	color:#666;
	margin-left:130px;
	font-size:14px;
	cursor: pointer;
	border-bottom:1px solid #333;
}














































































































