<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*banner*/

html{
	font-size:625%;
}
.banner{width:100%; margin:0 auto 0 auto;overflow: hidden;}
@media only screen and (max-width:760px) {
 	.banner{width:100%; margin:1rem auto 0 auto;overflow: hidden;}
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
	float: left;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
	position: absolute;
	top:0px;
	left:48%;
}
.slideBox .hd ul li {

	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width:0.10rem;
	height:0.10rem;
	margin: 0 0.05rem;
	overflow: hidden;
	line-height: 999px;
	background-color:#fff;
	border-radius: 5px;
	border:1px solid #0339b5;
}
.slideBox .hd ul .on {
	background: #0339b5;
}
@media screen and (min-width:760px) and (max-width:1200px) {
	.slideBox .hd ul {
		top:0;
		left: 47%;
	}
}
@media only screen and (max-width:760px) {
	.slideBox .hd ul {
	text-align: center;
	position: absolute;
	top:-10px;
	left:46%;
}
}


/*课程推荐*/
.kctj{
	max-width: 1200px;
	margin:0 auto;
}
.kctj h1{
	color:#232323;
	font-size: 0.3rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	margin:0.5rem 0 0.25rem 0;
}
.kctj ul li{
	float: left;
	width:31.5%;
	border-radius: 3px;
	height: auto;
	text-align: center;
	margin-left:2.5%;
}
.kctj ul li:nth-child(1){
	margin-left: 0;
}
.kctj ul li:first-child(1){
	margin-left: 0;
}
.kctj ul li img{
	margin-top:0.20rem;
}
.kctj ul li span{
	color: #fff;
	font-size: 0.28rem;
	margin:0.28rem 0 0.15rem 0;
	display: block;
}
.kctj ul li a{
	display: block;
	border:1px solid #fff;
	border-radius: 3px;
	color: #fff;
	width: 37%;
	height: 0.25rem;
	line-height: 0.25rem;
	margin-left:30%;
	margin-bottom: 0.17rem;
}
.kctj ul li a:hover{
	background-color:#b50310;
	border:1px solid #b50310;
}
.kctj ul .co1{
	background-color: #1bb6ec;
}
.kctj ul .co2{
	background-color: #1b82eb;
}
.kctj ul .co3{
	background-color: #1bd5ea;
}
@media only screen and (max-width:760px) {
.kctj ul li{
	width: 31%;
	margin-left:2%;
}
.kctj ul{
	margin-left:4%;
}
.kctj ul li span{
	margin:0.10rem 0 0.15rem 0;
}
}

/*校园分布*/
.zk_box{
	background-color: #f5f6f9;
}
.zkdx{
	max-width: 1200px;
	margin:0 auto;

    overflow:hidden;
}
.zkdx h1{
	color:#232323;
	font-size: 0.3rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	padding-top:0.30rem;
	margin:00.5rem 0 0.25rem 0;	
}
    .zkdx ul {
       display:flex;
       flex-wrap:wrap;
    }
    .zkdx ul li {
        width: 21%;
        float: left;
        background-color: #fff;
        padding: 0.1rem 0.1rem 0.3rem 0.1rem;
        border-radius: 3px;
        margin-right: 2.5%;
        margin-bottom: 0.40rem;
    }
.zkdx ul li:nth-child(4n){
	margin-right: 0;
}
.zkdx ul li:hover{
	box-shadow:2px 2px 10px #b5b5b8;
	-webkit-box-shadow:2px 2px 10px #b5b5b8;
	-o-box-shadow:2px 2px 10px #b5b5b8;
	-moz-box-shadow:2px 2px 10px #b5b5b8;
}
.zkdx ul li img{
	width: 100%;
	transition: all 0.6s; 
}
.zkdx ul li img:hover{
	transform: scale(1.02);  
}
.zkdx ul li span{
	display: block;
	text-align: center;
	margin-top: 0.20rem;
	font-size:0.16rem;
}
.zkdx ul li a{
	color: #262626;
	font-size: 0.26rem;
}


@media screen and (min-width: 761px) and (max-width: 1199px) {
.zkdx ul{
	width:96%;
	margin:0 2%;	
}
   
.zkdx ul li{
	width: 20%;
	margin-right:3.2%;
}
.zkdx ul li span{
	width: 100%;
	font-size: 0.16rem;
}
}
@media only screen and (max-width:760px) {
.zkdx ul{
	width:96%;
	margin:0 2%;	
}
    .zkdx ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.zkdx ul li{
	width: 45%;
	margin-right:0% !important;
}
    .zkdx ul li:nth-child(2n) {
        margin-right: 0;
    }
.zkdx ul li span{
	font-size: 0.20rem;
}
}


/*专业推荐*/
.zy_box{
	background:url(../images/zy_bj.jpg)left top no-repeat;
}
.zytj{
	max-width: 1200px;
	margin:0 auto;
	padding-bottom:0.70rem;
}
.zytj h1{
	color:#232323;
	font-size: 0.30rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	padding-top:0.30rem;
	margin:0px 0 0.25rem 0;
}
.zytj .cwz{
	overflow: hidden;
}
.zytj .cwz ul{
	overflow: hidden;
}

.zytj .cwz ul li{
	float: left;
	width:31%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	padding:0.1rem 0 0.10rem 0.20rem;
	margin-left:3%;
	overflow: hidden;
    box-sizing:border-box;
}
.zytj .cwz ul li:nth-child(1){
	margin-left:0;
}
.zytj .cwz ul li img{
	float: left;
	margin-left:24%;
}
.zytj .cwz ul li span{
	margin-top: 10px;
	float: left;
	display: inline-block;
}
.zytj .cwz ul .c1{
	background-color: #1bb6ec !important;
}
.zytj .cwz ul .c2{
	background-color: #1b82eb !important;
}
.zytj .cwz ul .c3{
	background-color: #1bd5ea !important;
}
.zytj .xzg{
	text-align: center;
	margin-top: 0.50rem;
}
.zytj .nn{
	display: none;
}
.zytj .de{
	width:15%;
	border:1px solid #1bb6ec;
	float:left;
	margin-right:1.75%;
	
}
.zytj .wl .de{
	border:1px solid #1b82eb;	
}
.zytj .zx .de{
	border:1px solid #1bd5ea;	
}
.zytj .de:nth-child(6n){
	margin-right: 0;
}
.zytj .de img{
	margin-left:0;
	margin-top:0.20rem;
	margin-bottom: 0.08rem;
}
.zytj .de span{
	display: block;
	color: #141414;
	font-size: 0.18rem;
	margin-bottom: 0.40rem;
}
.zytj .de a{
	display: block;
	width: 0.80rem;
	height: 0.20rem;
	border:1px solid #1bb6ec;
	color: #1bb6ec;
	font-size: 0.14rem;
	line-height: 0.20rem;
	margin:0 auto;
	margin-bottom: 0.25rem;
}
.zytj .de:hover a{
	display: block;
	width: 0.80rem;
	height: 0.20rem;
	border:0.01rem solid transparent;
	background-color: #1bb6ec;
	color: #fff;
}
.zytj .wl .de a{
	height: 0.20rem;
	border:0.01rem solid #1b82eb;
	color: #1b82eb;
}
.zytj .wl .de:hover a{
	display: block;
	width: 0.80rem;
	height: 0.20rem;
	border:0.01rem solid transparent;
	background-color: #1b82eb;
	color: #fff;
}
.zytj .zx .de a{
	height: 0.20rem;
	border:0.01rem solid #1bd5ea;
	color: #1bd5ea;
}
.zytj .zx .de:hover a{
	display: block;
	width: 0.80rem;
	height: 0.20rem;
	border:0.01rem solid transparent;
	background-color: #1bd5ea;
	color: #fff;
}
.zytj .ee{
	background: url(../images/jj.png)center bottom no-repeat;
    background-size:8%;
}



@media screen and (min-width: 761px) and (max-width: 1199px) {
.zy_box{
	background:url(../images/zy_bj.jpg)center bottom no-repeat;
}
.zy_box{
	background-color: #f5f5f5;
}
.zytj .cwz ul{
	width: 96%;
	margin:0 2%;
}

.zytj .cwz ul li{
	/*width:29%;
	margin-left: 1.2%!important;*/
}
.zytj .xzg{
	width: 96%;
	margin:0.50rem 2% 0 2%;
}
.zytj .de{
	width:24%;
	margin-bottom:0.20rem;
	margin-left:6.75%;
}

}
@media only screen and (max-width:760px) {
.zy_box{
	background-color: #f5f5f5;
}

.zytj .cwz ul .c1{
	background:none;
}
.zytj .cwz ul li img{
	margin-left:30%;
}
.zytj .cwz ul li span{
	margin-left:19%;
}
.zytj .cwz ul .c2{
	background:none;
}
.zytj .cwz ul .c3{
	background:none;
}
.zytj .cwz ul{
	margin-left: 1.3%;
}
.zytj .de{
	width:29%;
	border:1px solid #1bb6ec;
	float:left;
	margin-right:3%;
	margin-bottom: 0.20rem;	
}
.zytj .xzg{
	margin-left:4.2%;
}
    .zytj .ee {
        background: url(../images/jj.png)center bottom no-repeat !important;
        background-size: 15% !important;
    }
}


/*x校区分布*/
.school_box{
	    height: 9.00rem;
    background: url(../images/xq_bj.jpg);
    padding-bottom: 0.15rem;
}
.school{
	max-width: 1200px;
	margin:0 auto;
}
.school h1{
	color:#fff;
	font-size: 0.30rem;
	background:url(../images/t_wbm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.2rem;
	padding-top:0.3rem;
	margin:0px 0 0.25rem 0;
}

.card {
  
  height:2.05rem;
  width:18%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  float: left;
  margin-right:2%;
  margin-bottom: 0.30rem;

}
.card:nth-child(5n){margin-right: 0;}
.card a {
  color: inherit;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.card__thumb {
  height:1.60rem;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card__thumb img {
  display: block;
  opacity: 1;
  height:100%;
  width:100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.card:hover .card__thumb {
  height:1.00rem;
}

.card:hover .card__thumb img {
  opacity:1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/**
* BODY
**/
.card__body {
  position: relative;
  height:0.30rem;
  padding:0.15rem 0.20rem 0 0.20rem;
  -webkit-transition: height 0s;
  transition: height 0.5s;
}
.card:hover .card__body {
  height:0.90rem;
}


.card__title {
  margin: 0;
  padding: 0 0 0.10rem 0;
  color: #282828;
  font-size:0.16rem;
  font-weight: bold;
  text-transform: uppercase;
}



.card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  color: #7b7b7b;
  line-height:14px;
  font-size: 0.12rem;
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.card:hover .card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 761px) and (max-width: 1199px) {
.school_box{
	background-color: #257dd6 !important;
	background: url(../images/xq_bj.jpg)left bottom no-repeat;
	padding-bottom: 20px;
height:auto;
}
.school .xqfb{
	width: 96%;
	margin:0 2%;
}
.card{
	margin-right:2.5%;
}
}
@media only screen and (max-width:760px) {
	.school_box{
	background-color: #257dd6 !important;
	background: url(../images/xq_bj.jpg)left bottom no-repeat;
	padding-bottom: 20px;
height:auto;
	}
	.school .xqfb{
	width: 96%;
	margin:0 2%;
     height:4.95rem;
    overflow:hidden;
    }
	.card{
		width:31%;
		margin-right:3.3%;
	}
	.card:nth-child(3n){margin-right: 0;}
	.card:nth-child(5){margin-right:0.17rem;}
	.card:nth-child(10){margin-right:0.22rem;}
	.card__body .card__description{
		font-size: 0.14rem;
		line-height: 16px;
	}

}



 /*学员感受*/ 
 .student{
 	background-color: #eaeaea;
 	padding-bottom:0.30rem;
 }
 .stu{
 	max-width:1200px;
 	margin:0 auto;
 }
 .stu .xy{
 	display: block;
	font-size: 0.20rem;
	color: #fff;
	background-color: #ff0000;
	width: 17%;
	height: 0.30rem;
	line-height: 0.30rem;
	text-align: center;
	margin-left: 40%;
	margin-top:0;

 }
 .stu h1{
 	color:#232323;
	font-size: 0.30rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	padding-top:0.30rem;
	margin:0px 0 0.25rem 0;
 }
 .stu ul{
 	margin-left: 4%;
 	margin-top:0.75rem;
 }
 .stu ul li{
 	position: relative;
 	float: left;
     width:30%;
 	margin-right:5%;
 	margin-bottom:0.80rem;
 }
 .stu ul li:nth-child(3n){
 	margin-right: 0;
 }
 .stu ul li .name{
	position: absolute;
	left:50%;
    transform:translateX(-50%);
	top: -26%;
 }
  .stu ul li .name i{
  	display: block;
  	text-align: center;
  	color: #181818;
  	font-size: 0.16rem;
  	margin-top:6px;
  }
 .stu ul li .ss{
 	background-color: #fff;
 	display: block;
	padding:0.80rem 0.10rem 0.20rem 0.10rem;
 }
 .stu ul li p{
 	color: #7f7f7f;
 	font-size:0.14rem;
 	line-height: 0.16rem;
 	width: 100%;
 	height:0.60rem;
 
 }
  .stu ul li a{
  	color: #22a7f0;
  	font-size: 0.14rem;
  	display: block;
  	text-align: center;
  	margin:0.3rem 0 0px 0;
  }
    .stu ul li:hover a{
    	color:#b50307;
    }
@media screen and (min-width: 761px) and (max-width: 1199px) {
.stu ul{
 	width: 96%;
 	margin:75px 2% 0 2%;
 	}
.stu ul li{
	width: 32%;
	margin-right:2%;
}
.stu ul li p {
	width:100%;
}	
}
@media only screen and (max-width:760px) {
	.stu ul{
 		width: 96%;
		margin:0.75rem 2% 0 2%;
	}
	.stu .xy{
		width:32%;
		margin-left:34%;
	}
	.stu ul li{
	width:49%;
	margin-right:2% !important;	
	}
 	.stu ul li:nth-child(2n){
 	margin-right:0!important;
 	}
}


/*新闻资讯*/
.news_box{
	background:url(../images/news_bj.jpg)left top no-repeat;
    background-size:cover;
}
.news{
	max-width: 1200px;
	margin:0 auto;
	padding-bottom: 0.2rem;
}
.news h1{
	color:#232323;
	font-size: 0.30rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	padding-top:0.30rem;
	margin:0px 0 0.25rem 0;
}
.news .slider6 .slide{
	position: relative;
}
.news .slider6 .slide p{
	position:absolute;
    box-sizing:border-box;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	width: 100%;
	height:0.40rem;
    line-height:0.14rem;
	padding:0.10rem 0.20rem 0.10rem 0.20rem;
}
.bx-wrapper{
	width:45%;
	float: left;
}
.news .n_list{
	width: 50%;
	float:right;
}
    .news .n_list li {
        overflow: hidden;
        background-color: #fff;
        padding: 0.20rem 0.10rem 0.20rem 0.30rem;
        margin-bottom: 0.1rem;
    }
.news .n_list li .date{
	float: left;
	display: block;
	color: #fff;
	background-color: #7da0e4;
	text-align: center;
	width: 0.90rem;
	height: 0.90rem;
}
.news .n_list li .date i{
	display: block;
	font-size: 0.16rem;
}
.news .n_list li .date b{
	display: block;
	font-size: 0.40rem;
	margin-top: 0.20rem;
}
.news .n_list li .text{
	float: left;
	display: block;
	width: 70%;
	margin-left: 0.20rem;
}
.news .n_list li .text h6{
	color: #313131;
	font-size: 0.18rem;
	margin:0.15rem 0;
}
.news .n_list li .text p{
	color:#959596;
	font-size: 0.14rem;
	line-height:0.20rem;
}
@media screen and (min-width:760px) and (max-width:1200px) {
.bx-wrapper{
	width:500px !important;
	float: left;
	margin-left:23%;
}
.news .n_list{
	width: 100%;
	float:right;
}
.news .n_list li{
	margin-top: 20px;
	margin-bottom:20px;

}
}
@media only screen and (max-width:760px) {
.bx-wrapper{
	width:86%;
	float: left;
	margin-left:8%;
}
.news .n_list{
	width: 100%;
	float:right;
}
    .news .n_list li {
        margin-top: 0.20rem;
        margin-bottom: 0.20rem;
        padding: 0.20rem 0.10rem 0.20rem 0.10rem;
    }

}

/*集团简介*/
.link_box{
	background-color: #e4f0f8 !important;
	background: url(../images/f_bj.jpg)left bottom no-repeat;
	padding-bottom:0.24rem;
}
.link{
	max-width: 1200px;
	margin:0 auto 0 auto;
}
.link h1{
	color:#232323;
	font-size: 0.30rem;
	background:url(../images/t_bm.jpg)bottom center no-repeat;
	text-align: center;
	padding-bottom: 0.20rem;
	padding-top:0.30rem;
	margin:0px 0 0.25rem 0;
}
.link .jtjj{
	float: left;
	width: 50%;
}
.link .jtjj .jj{
	overflow: hidden;
}
.link .jtjj h6{
	color: #0a0a0a;
	font-size: 0.24rem;
	text-align: center;
}
.link .jtjj .p1{
	color: #606060;
	font-size: 0.16rem;
	line-height: 1.6em;
}
.link .jtjj a{
	color: red;
	display: block;
	float: right;
}
.link .form{
	float:left;
	width:39%;
	padding-left: 11%;
}
.link .lxdz{
	overflow: hidden;
	margin-top: 0.20rem;
}
.link .lxdz .dd{
	float: left;
	width: 63%;
color: #606060;
    font-size: 0.16rem;
}
.link .lxdz .dd .p2{
	font-size: 0.16rem;
	color: #606060;
	margin-top: 0.25rem;
}
.link .lxdz .wx{
	float: right;
}
.link .lxdz .wx i{
	display: block;
	color: #606060;
	font-size: 0.16rem;
	text-align: center;
}
.link .lxdz h4{
	color: #181818;
	font-size: 0.24rem;
	margin-top:0.30rem;
}
.link .form input{
	width:95%;
	height: 0.50rem;
	border-radius:4px;
	border:1px solid red;
	background-color: transparent;
	font-size: 0.16rem;
	padding-left: 0.25rem;
	margin-bottom: 0.15rem;
    box-sizing:border-box;
}
.link .form .select select{
	width:96%;
	height: 0.50rem;
	border-radius:4px;
	border:1px solid red;
	background-color: transparent;
	font-size: 0.16rem;
	color: #7d7c7c;
	padding-left: 0.25rem;
	margin-bottom: 0.15rem;
}
.link .form .sub{
	width:96%;
	padding-right: 0.15rem;

}
.link .form .sub:hover{
	color: #fff;
	background-color:#ff0000;
}
.link .form p{
	color: #141414;
	font-size: 0.24rem;
	margin-bottom: 0.30rem;
}
.link .form p b{
	color:#a3a2a2;
	font-size:0.14rem;
}

.banner img{
width:100%
}

@media only screen and (max-width:760px) {
.zkdx{
height: 926px; 
}
    .banner img {
    width:100%
    }

.link{
	max-width: 1200px;
	margin:0 auto 100px auto;
}
.link_box{
     background-color: #e4f0f8 !important;
	background: url(../images/f_bj.jpg)left bottom no-repeat;
	padding-bottom: 0.30rem;}
.link .jtjj{
		width:98%;
		padding:0 1%;
	}
.link .jtjj h6{
	margin-bottom: 20px;
	}
.link .form{
	width:90%;
	padding:0 5%;
	margin-top:0.40rem;
	}
.link .form input{
	width:95%;
	}
 .link .form .select select{
	width: 100%;
	}
.link .form .sub{
	width: 100% ;
}


.sec_page1{
	width:100% !important;
}

.sec_page1 .school_item_list{
     margin-left:28px;width:auto !important;
}

.sec_page1 .page_title{
    width:400px !important;
			
}

.sec_page1 .page_title a{
width:150px !important;float:left;margin-left:43px;
}
.sec_page1 .page_title .p2{
	margin-top:0px  !important;
}

.sec_page1 .page_content{
    line-height:20px;
    font-size:0.15rem;
margin-top:30px;
    width:100%  !important;
}

.sec_page2 {
width:100% !important;
}

.site{
width:100% !important;font-size:0.18rem;
}

.sec_page2 .school_item_list{
	margin-left:28px;width:auto !important;
}
	
}


/*分页样式*/
#firstpage,#lastpage {
    display:none;
}
.page{
	    text-align: center;
        color:white;
        background:#003cc7 !important;
  
}
.pages {   margin:0px auto;
}
.number {
    display:block;
 text-align:center;
}
.number span {
    border:1px solid #dcdcdc;
    margin:0px 0.05rem;
    float:left;
}
.number span a{
  display: block;
  padding:0px 0.10rem;
    height: 0.30rem;
    line-height: 0.30rem;
   
    background: #fff;
    transition: all 0.5s;
}
.page_panel{
display:-webkit-box;
}


@media screen and (max-width:750px){
	.kctj ul li a{
		font-size: 0.18rem;
		width: 50%;
		margin: 0 auto 0.20rem;
	}
	.zytj .de a{
		font-size: 0.18rem;
	}
	.card__title{
		font-size: 0.20rem;
	}
	.card__body .card__description{
		font-size: 0.18rem;
	}
	.stu ul li .name i{
		font-size:0.20rem;
	}
	.stu ul li p{
		font-size: 0.16rem;
		line-height: 0.20rem;
		overflow: hidden;
	}
	.stu ul li a{
		font-size: 0.18rem;
	}
	.news .n_list li .text h6{
		font-size: 0.20rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news .n_list li .text p{
		font-size: 0.18rem;
		height: 0.60rem;
		overflow: hidden;
        line-height:0.3rem
	}
	.link .form input,.link .form .select select{
		font-size: 0.20rem;
	}
	.link .form .sub{
		-webkit-appearance:none;
	}
}
/*.kctj ul li a{
	font-size: 18px;
	width: 50%;
	margin: 0 auto 20px;
}
.zytj .de span{
	font-size: 20px;
}
.zytj .de a{
	width: 100px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin:0 auto 25px;
}
.card__title{
	font-size: 20px;
}
.stu ul li .name i{
	font-size: 20px;
}
.stu ul li p{
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}
.stu ul li a{
	font-size: 18px;
}
.news .n_list li .text h6{
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .n_list li .text p{
	font-size: 18px;
	height: 40px;
	overflow: hidden;
}
.link .form p b{
	font-size: 16px;
}
.link .form input,.link .form .select select{
	font-size: 20px;
}*/




/*修改*/

#mobile, mini_chat {
    display: none !important;
}



@media screen and (max-width:992px) {
    .zkdx ul li {
      margin-right:2%;
    }
}

@media screen and (max-width:768px) {
    .kctj ul li img {
        width: 50%;
    }

    .kctj ul li a {
        width: 60%;
    }

    .kctj h1, .zkdx h1 {
        margin-top: 0.3rem;
    }

    .kctj h1 {
        font-size: 0.3rem
    }

    .zkdx h1 {
        font-size: 0.3rem;
    }

    .zkdx ul li {
        padding: 0.04rem 0.04rem 0.12rem 0.04rem;
    }

    .zkdx ul li {
        margin-bottom: 0.1rem;
    }

    .zkdx {
        height: auto;
    }

        .zkdx ul li span {
            font-size: 0.25rem;
        }

    .zytj .de img {
        width: 50%;
    }

    .zytj .de span {
        margin-bottom: 0.2rem;
    }

    .zytj {
        padding-bottom: 0.5rem
    }

        .zytj .xzg {
            margin-top: 0.3rem;
        }

    .card__body {
        padding: 0.15rem 0.10rem 0 0.10rem;
    }

    .card {
        height: 1.45rem;
    }

        .card:nth-child(5) {
            margin-right: 0.09rem;
        }

    .card__thumb {
        height: 1.00rem;
    }
    .stu ul li .ss {
        padding: 0.80rem 0.10rem 0.20rem 0.10rem;
    }
    
    .news .n_list li .date {
       width:1.2rem;
       height:1.2rem;
    }
        .news .n_list li .date b {
          margin:0.1rem 0;
        }
    .news .n_list li .text {
      width:65%;
    }
        .news .n_list li .text h6 {
        margin:0.05rem 0;
        }

    .text-center {
       line-height:1.6em
    }
    .wx img {
      width:1.5rem;
      height:1.5rem;
    }
    .link .form input, .link .form .select select {
        width: 100%;
        height: 0.50rem;
        padding-left: 0.05rem;
    }
    .link .form {
      margin-top:0.20rem;
    }

    .name img {
    width:1rem;
    height:1rem;
    }
    .stu ul li p {
     height:1.2rem;
    }
    .news .slider6 .slide p {
      height:0.8rem;
      display:flex;
      align-items:center;
      line-height:0.25rem;
    }
    }
</pre></body></html>