<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	min-width: 1000px;
}
/* index.html */
.
.content{
	width: 100%;
	height: 100%;
	min-width: 1000px;
	
}
.scroll-top{
	width: 80px;
	height: 80px;
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	background: url(../images/top_icon.png) 0px 0px no-repeat;
	background-size: 80px 80px;
	cursor:pointer;
	display: none;
}
.top-bar{
	width: 100%;
	height: 80px;
	background: #fff;
	/* box-shadow: 0px 2px 2px #f7f7f7; */
	/* border-bottom: 1px solid #f7f7f7 ; */
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
.top-bar::after
{
	  content: ' ';
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  bottom :-2px;
	  right: 0;
	  height: 2px;
	  border-top: 4px solid #f7f7f7;
	  color: #f7f7f7;
	  transform-origin: 0 0;
	  transform: scaleY(0.5);
	  z-index: 98;
	}
.bar-warp{
	height: 80px;
	overflow: hidden;
}
.bar-warp .bar-log{
	float: left;
	margin-top:12px;
	cursor: pointer;
}
.bar-warp .bar-log img{
	display: block;
	width: 100%;
	width: 154px;
	height: 57px;
}
.bar-warp .tab-bar{
	float: right;
	overflow: hidden;
}
.bar-warp .tab-bar li{
	cursor:pointer;
	float: left;
	font-size: 14px;
	margin-left:40px;
	color:#333;
	line-height:80px;
	font-weight: 400;
	position: relative;
}
.bar-warp .tab-bar li i{
	display: none;
}
.bar-warp .tab-bar li.active span{
	position: relative;
	height: 100%;
}
.bar-warp .tab-bar li.active span::after
{
	  content: ' ';
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  bottom :-34px;
	  right: 0;
	  height: 1px;
	  border-top: 6px solid #3982F4;
	  color: #3982F4;
	  transform-origin: 0 0;
	  transform: scaleY(0.5);
	  z-index: 99;
	}
.bar-warp .tab-bar li.active i{
	width: 100%;
	background:#3982F4;
	height: 3px;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	left: 0px;
	display: block;
}
.main{
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	
}
.main .banner{
	width:100%;
	position: relative;
	/* padding-bottom: 20px; */
}
.main .banner img{
	display: block;
	width: 100%;
}
.main .banner .about_us{
	display: block;
	width: 190px;
	position: absolute;
	top:387px;
	left: 50%;
	margin-left:-95px;
}
.main .banner .about_us span{
	font-size: 40px;
	color:#A5C8FC;
}
.main .banner .about_us i{
	display: block;
	height: 16px;
	padding: 16px 0px;
}
.main .banner .about_us span.desc{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.pg{
	width: 100%;
	padding: 40px 0px;
	background: #fff;
	text-align: center;
}
.class_main{
	width: 100%;
	padding: 60px 0px 50px 0px;
	background: #fff;
	text-align: center;
}
.bg{
	background: #F9F9F9;
}
.bgb{
	background: #3462AA;
}
.class_main h2{
	font-size:32px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 15px;
	line-height: 1;
}
#class_list{
	color:#fff;
	padding-bottom: 0px;
	/* margin-bottom: 40px; */
}
#class_list h2{
	color:#fff;
}
#class_list p{
	color:#fff;
}
.class_main p{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#676767;
	line-height:30px;
}
.list{
	overflow: hidden;
	width: 1100px;
	margin: 40px auto 0px auto;
}
.list .item{
	position: relative;
	float: left;
	width: 33.33%;
	height: 277px;
	
}
/* .list .item1:hover .img01{
	display: block;
}
.list .item1:hover .img1{
	display: none;
}

.list .item2:hover .img02{
	display: block;
}
.list .item2:hover .img2{
	display: none;
}

.list .item3:hover .img03{
	display: block;
}
.list .item3:hover .img3{
	display: none;
}

.list .item4:hover .img04{
	display: block;
}
.list .item4:hover .img4{
	display: none;
}

.list .item5:hover .img05{
	display: block;
}
.list .item5:hover .img5{
	display: none;
}

.list .item6:hover .img06{
	display: block;
}
.list .item6:hover .img6{
	display: none;
}

.list .item1:hover .pop{
	display: block;
	transition: 2s;
	top: -20px;
	
} */
@keyframes mymove
{
from {top:0px;}
to {top:-10px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {top:0px;}
to {top:-10px;}
}
/* .list .item2:hover .pop{
	display: block;
}
.list .item3:hover .pop{
	display: block;
}
.list .item4:hover .pop{
	display: block;
}
.list .item5:hover .pop{
	display: block;
}
.list .item6:hover .pop{
	display: block;
	transform:translateY(10px);
}
.list .item1:hover .sbu_title{
	display: none;
}
.list .item2:hover .sbu_title{
	display: none;
}
.list .item3:hover .sbu_title{
	display: none;
}
.list .item4:hover .sbu_title{
	display: none;
}
.list .item5:hover .sbu_title{
	display: none;
}
.list .item6:hover .sbu_title{
	display: none;
}
.list .item1:hover .class_01{
	display: block;
} */

.list .item .imgnone{
	display: none;
}
.list .item img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.empty{
	width: 320px;
	height: 210px;
	/* border: 1px solid red; */
	background: transparent;
	position: absolute;
	top: 20px;
	left: 50%;
	/* background: #000000; */
	margin-left: -160px;
	z-index: 10;
	cursor:pointer;
}

.list .item .pop{
	position: absolute;
	height:250px;
	width: 300px;
	bottom: 24px;
	left: 50%;
	top: 30px;
	margin-left:-160px;
	z-index: 3;
	background: transparent;
	display: none;
	color:#fff;
	padding: 10px 10px 0px 10px;
	animation:mymove 0.3s ease-in;
	-webkit-animation:mymove 0.3s easein; /*Safari and Chrome*/
	animation-fill-mode:forwards;
	
}
.list .item .pop .pop-title{
	text-align: center;
	line-height: 24px;
	margin-top:40px;
	padding: 10px 0px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	transition: all 0.3s ease-in;
}
.list .item .pop .text{
	text-align: left;
	margin-top:20px;
	padding: 0px;
	line-height: 30px;
	font-size: 14px;
	transition: all 0.3s ease-in;
}
.list .item1 .def{
	background-image: url(../images/1.png);
}
.list .item2 .def{
	background-image: url(../images/2.png);
}
.list .item3 .def{
	background-image: url(../images/3.png);
}
.list .item4 .def{
	background-image: url(../images/4.png);
}
.list .item5 .def{
	background-image: url(../images/5.png);
}
.list .item6 .def{
	background-image: url(../images/6.png);
}
.list .item img{
	display: block;
	width: 100%;
}
.list .item p{
	position: absolute;
	height:52px;
	width: 320px;
	line-height: 50px;
	bottom: 43px;
	left: 50%;
	z-index: 1;
	margin-left: -160px;
	text-align: center;
	color:#262626;
	font-size: 14px;
	background: #fff;
	border-radius: 0px 0px 14px 14px;
}
.class_main .step{
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
} 
.class_main .step .step-item{
	width: 25%;
	float: left;
}
.class_main .step .step-item img{
	display: block;
	width: 100%;
}
.scholl{
	width: 1100px;
	margin: 0px auto;
}
.scholl video{
	width: 656px;
	height: 466px;
	background: transparent;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	margin: 40px auto 0px auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	border: none;
	display: none;
}
#video{
	position: relative;
	width: 1100px;
	height: 466px;
}
#video img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.scholl img{
	display: block;
	width: 963px;
	height: 466px;
	margin: 40px auto 0px auto;
}
.xuesheng img{
	display: block;
	width: 1038px;
	height: 457px;
}
.pg p{
	font-size: 22px;
	color: #08408F;
	line-height: 38px;
}
.company_desc{
	width: 100%;
	background: #F7F7F7;
	padding: 46px 0px 100px 0px;
}
.company_desc .desc_warp{
	text-align: center;
}
.company_desc .desc_warp .title{
	position: relative;
	/* width: 143px; */
	margin: 0 auto;
	text-align: center;
}
.company_desc .desc_warp .title span{
	font-size: 32px;
	color:#252525;
	font-weight: bold;
	position: relative;
	z-index: 2;
	/* display: block; */
}
.company_desc .desc_warp .title span::after
{
	  content: ' ';
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  bottom :-16px;
	  right: 0;
	  height: 2px;
	  border-top: 18px solid #FFDEAD;
	  color: #FFDEAD;
	  transform-origin: 0 0;
	  transform: scaleY(0.5);
	  z-index: 0;
	}
.company_desc .desc_warp .t1{
	/* width: 128px; */
}
.company_desc .desc_warp .t2 i{
	width: 128px;
	height: 9px;
	background: #FFDEAD;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -64px;
	top: 38px;
}
.company_desc .desc_warp .t1 i{
	width: 128px;
	height: 9px;
	background: #FFDEAD;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -64px;
	top: 38px;
}
.company_desc .desc_warp p{
	width: 960px;
	margin: 0px auto;
	font-size: 18px;
	line-height: 38px;
	color:#252525;
	text-align: left;
	padding-top: 70px;
}
.theory{
	width: 100%;
	background: #fff;
	padding: 46px 0px 0px 0px;
}
.theory .desc_warp{
	text-align: center;
}
.theory .desc_warp .title{
	position: relative;
	/* width: 224px; */
	margin: 0 auto;
	text-align: center;
}
.theory .desc_warp .title span::after
{
	  content: ' ';
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  bottom :-16px;
	  right: 0;
	  height: 2px;
	  border-top: 18px solid #FFDEAD;
	  color: #FFDEAD;
	  transform-origin: 0 0;
	  transform: scaleY(0.5);
	  z-index: 0;
	}
.theory .desc_warp .title span{
	font-size: 32px;
	color:#252525;
	font-weight: bold;
	position: relative;
	z-index: 2;
	/* display: block; */
}
.theory .desc_warp .title i{
	width: 234px;
	height: 9px;
	background: #FFDEAD;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -117px;
	top: 38px;
}
.theory .desc_warp p{
	width: 960px;
	margin: 0px auto;
	font-size: 18px;
	line-height: 38px;
	color:#252525;
	text-align: left;
	padding-top: 20px;
}
.theory .desc_warp p.two{
	padding-top: 0px;
	}

.power{
	width: 100%;
	padding: 62px 0px 40px 0px;
}
.power .power-pic{
	width: 960px;
	margin: 0px auto;
}
.power .power-pic img{
	display: block;
	width: 100%;
	height: 561px;
	margin: 0px auto;
}
.bottom{
	width: 100%;
}
.bottom .about_us{
	width: 100%;
	height: 200px;
	background: #2F343D;
}
.bottom .about_us .about_us_main{
	width: 1100px;
	margin: 0 auto;
	justify-content:flex-start;
	align-items: center;
	display: -webkit-flex;
	display: -m-flex;
	display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
	display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
	display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
	display: flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 10px;
}
.jgxq_log{
	margin-left: 40px;
}
.jgxq_log img{
	display: block;
	width: 134px;
	height:50px;
	
}
.bottom_title{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	line-height: 32px;
}
.shuxian{
	/* width:1px; */
	height:32px;
	font-weight: normal;
	color:rgba(255,255,255,1);
	opacity:0.28;
	margin: 0px 10px;
	display: inline-block;
	float: left;
	line-height: 28px;
}
.center{
	overflow: hidden;
}
.center .type-bar{
	overflow: hidden;
	/* padding-top: 30px; */
	margin-left: 51px;
	margin-right: 28px;
}
.center .type-bar li{
	float: left;
	cursor:pointer;
	color: #fff;
	font-size: 14px;
	padding: 0px 5px;
}
.center .type-bar li a{
	color:#fff
}
.center .type-bar li a:hover{
	color: #2f7dff;
}

.panle{
	overflow: hidden;
	padding-top: 30px;
}
.panle-item{
	float: left;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	width: 230px;
	height: 82px;
	padding: 0px 30px;
	background:rgba(33,38,47,1);
	margin-right: 18px;
}
.panle-item:last-child{
	margin-right: 0px;
}
.panle-item .sever-icon img{
	display: block;
	width: 100%;
}
.panle-item .panle-right{
	padding-left: 10px;
}
.panle-item .panle-right span{
	color:rgba(255,255,255,1);
	opacity:0.38;
	font-size: 14px;
}
.panle-item .panle-right p{
	color:#fff;
	font-size: 16px;
	margin-top:10px;
}
.qr{
	text-align: center;
	padding-top: 10px;
}
.qr img{
	display: block;
	width:135px;
	height: 135px;
}
.qr span{
	font-size:12px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 14px;
	display: block;
}
.bottom .copy_right{
	width: 100%;
	height:60px;
	background: #21262F;
	color:rgba(255,255,255,1);

}
.bottom .bt-copyright {
	font-size: 12px;
	padding-top: 12px;
	text-align: center;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	opacity:0.36;
	/*line-height: 20px;*/
	/*color:rgba(255,255,255,1);*/
}
.bottom .bt-right-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 5px;
	color:rgba(255,255,255,1);
	opacity:0.36;
}
.bottom .bt-copyright-img {
	width: 14px;
	height: 15px;
	margin-left: 20px;
}
.bottom  .bt-copyright-a {
	color:rgba(255,255,255,1);
	/*opacity:0.36;*/
}

</pre></body></html>