<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*鏈€澶栧眰瀹藉害*/
.zwcWidth{
	width: 100%;
}
.zwc-bg{
	background: #F8F8F8;
	padding: 56px 0;
}
/*banner鍥�*/
.banner-box{
	background: #E34E47;
}
.banner-con{
	position: relative;
}
.banner-con img{
	width: 100%;
}
.banner-item{
	position: absolute;
	top: 55px;
	right: 0;
	width: 270px;
	height: 370px;
	background: rgb(255,255,255);
}
.banneritem1,.banneritem2,.banneritem3{
	text-align: center;
	letter-spacing: 2px;
}
.banneritem1{
	font-size: 20px;
	color: #E34E47;
	font-weight: 600;
	margin: 18px auto 8px;
}
.banneritem2,.banneritem3{
	font-size: 20px;
	color: #535353;
	font-weight: 600;
}
.banneritem2 span{
	background: #E34E47;
	color: #fff;
}
.banneritem3{
	letter-spacing: 5px;
}
.banneritem4 input::placeholder{
	color: #E34E47;
}
.banneritem4 input,.banneritem4 select{
	display: block;
	width: 200px;
	height: 36px;
	line-height: 36px;
	margin: 14px auto 0;
	border: 1px solid #E34E47;
	background: url("../imgs/dqnew/tel.png") no-repeat 0;
	padding-left: 28px;
	border-radius: 4px;
	color: #E34E47;
	background-size: 28px;
	outline: none;
}
#bannername{
	background: url("../imgs/dqnew/name.png") no-repeat 4px;
	background-size: 18px;
}
#bannermajor{
	background: url("../imgs/dqnew/kc.png") no-repeat 4px;
	background-size: 24px;
}
#bannerage{
	background: url("../imgs/dqnew/nianji.png") no-repeat 4px;
	background-size: 24px;
}
.banneritem5{
	text-align: center;
	margin-top: 18px;
}
.banneritem5 img{
	width: 40px !important;
	height: 40px !important;
	cursor: pointer;
}
/*璇剧▼*/
.kc-wcbox{
	display: flex;
	display: -webkit-flex;
}
.kc-wcbox&gt;li{
	flex: 1;
	margin-left: 14px;
}
.kc-wcbox&gt;li:first-child{
	margin-left: 0;
}
.kc-box{
	height: 360px;
	padding: 6px;
	position: relative;
}
.kc-con{
    height: 100%;
	border: 2px solid #fff;
	text-align: center;
}
.kc-con&gt;li{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 6px;
}

.kc-con&gt;li.kc-item1{
	padding: 36px 0 10px;
}
.kc-con&gt;li.kc-item1 img{
	width: 60px;
}
.kc-con&gt;li.kc-item2{
	font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    width: 80%;
    margin: 0 auto 5px;
}
/*璇剧▼鍜ㄨ鎸夐挳*/
.ck-btn{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background:rgba(0,0,0,.6);
	transition: all .6s;
	overflow: hidden;
}
.ck-btn a{
	display: block;
	width: 100px;
	margin:150px auto;
	height: 32px;
	line-height: 32px;
	background: #E61931;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}
.ck-btn a:hover{
	color: #F6A637;
	text-decoration: none;
}
.kc-box:hover .ck-btn{
	height: 100%;
}
/*鑹鸿€冩垚鍔熶簲姝ユ硶*/
.art-title{
	text-align: center;
}
.art-title li:first-child{
  font-size: 36px;
  color: rgb(51, 51, 51);
  margin-top: 60px;
}
.art-title li.artmargintop{
	margin-top: 0;
}
.art-title li:last-child{
  background-color: rgb(227, 78, 71);
  width: 60px;
  margin: 20px auto 36px;
  height: 6px;
  border-radius: 10px;

}
.art-con{
	display: flex;
	display: -webkit-flex;
}
.art-con li{
	flex: 1;
	height: 100px;
	line-height: 100px;
	margin-left: 16px;
	text-align: center;
    font-size: 22px;
    color: #fff;
 	letter-spacing: 1px;
 	border-radius: 6px;

}
.art-con li:first-child{
	margin-left: 0;
}
.art-btn{
   margin: 50px auto 80px;
}
.art-btn.artmarginbtm{
	margin-bottom: 0;
	
}
.art-btn.artmarginbtm a{
	background: #E34E47;
	text-decoration: none;
}
.art-btn.artmarginbtm a:hover{
	color:yellow;
}
.art-btn a{
	display: block;
   width: 240px;
   text-align: center;
   height: 48px;
   line-height: 48px;
   margin: 0 auto;
   background: rgb(246, 166, 55);
   box-shadow: 0px 4px 16px 0px rgba(206, 63, 57, 0.25);
   color: #fff;
   border-radius: 30px;
   font-size: 20px;
   letter-spacing: 1px;
	text-decoration: none;
}
.art-btn a:hover{
	text-decoration: none;
	color: #E61931;

}
.art-img img{
	width: 100%;
    height: 100%;
}
.art-des{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 16px;
}
/*鏂伴椈鐗堝潡*/
.news-title{
	text-align: center;
	font-size: 36px;
	color: #E34E47;
	letter-spacing: 1px;
	margin: 0 auto 36px;
}
.news-box{
	display: flex;
	display: -webkit-flex;
}
.news-left{
	width: 360px;

}
.news-right{
	flex: 1;
	margin-left: 30px;
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
}
/*宸︿笂*/
.news-lftop{
	width: 100%;
	height: 200px;
	text-align: center;
}
.news-lftop img{
	width: 100%;
}
.news-lfbtm-title{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: center;
	height: 40px;
	line-height:40px;
	margin-top: 32px;
}
.new-lfbtm-con{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.new-lfbtm-con li{
	width: 30%;
	height: 36px;
	line-height: 36px;
	margin-left: 5%;
	margin-top: 30px;
	background: #E34E47;
	text-align: center;
	letter-spacing: 1px;
	
}
.new-lfbtm-con li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.new-lfbtm-con li a:hover{
	color: yellow;
	text-decoration: none;
}
.new-lfbtm-con li:nth-child(3n+1){
	margin-left: 0;
}
.news-rt-title{
	color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.news-rt-title span{
    color: #c50a0a;
}
.news-rtlf,.news-rtrt{
	flex: 1;
	overflow: hidden;
}
.news-rtrt{
	margin-left: 20px;
    /*border-left: 1px dashed #dfdfdf;*/
    padding-left: 20px;
}
.news-titlebig{
	font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: bold;
}
.news-hd img{
	width: 100%;
}
.news-rt-con li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-rt-con li a{
	font-size: 16px;
	color: #545454;
	text-decoration: none;
}
.news-rt-con li a:hover{
	text-decoration: none;
	color: #E61931;
}
/*娲诲姩涓撳尯*/
.news-info{
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
}
.news-info li{
	flex: 1;
	margin-left: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.news-info li:first-child{
	margin-left: 0;
}
/*.news-info1 li{*/
	/*border-radius: 20px;*/
	/*height: 36px;*/
	/*line-height: 36px;*/
	/*background: #ffa800;*/
/*}*/
.news-info2{
	display: flex;
	display: -webkit-flex;
	margin-top: 10px;
}
.news-info2 li{
	width: 48%;
	text-align: center;
}
.news-info2 li:last-child{
	margin-left: 4%;
}
.news-info2 li img{
	width: 100%;

}
.news-info2 li p:nth-child(2){
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-info2 li p:last-child a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.news-info.news-info3{
	margin: 20px auto 0;
}
.news-info3 li{
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
}
/*2020骞撮煶涔愯壓鑰冩嫑鐢�*/
.school-title{
	text-align: center;
}
.school-title li:first-child{
  font-size: 36px;
  color: rgb(51, 51, 51);
  margin-top: 60px;
}
.school-title li:nth-child(2){
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 4px;
	
}
.school-title li:last-child{
  background-color: rgb(227, 78, 71);
  width: 60px;
  margin: 14px auto 36px;
  height: 6px;
  border-radius: 10px;
}
.school-topcon{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 40px;
}
.school-topcon&gt;li{
	flex: 1;
  	border-radius: 5px;
  	background: #F8F8F8;
  	box-shadow: 0px 4px 16px 0px rgba(230, 230, 230, 0.25);
}
.school-topcon&gt;li:nth-child(2){
	margin: 0 30px;
}

.school-item1 img{
	width: 100%;
}
.school-item2{
  font-size: 22px;
  color: rgb(227, 78, 71);
  text-align: center;
  padding: 10px 0 6px;

}
.school-item3 {
    padding: 0 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}
.school-item4 a{
	display: block;
	width: 140px;
	height: 32px;
	line-height: 32px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	background: rgb(227, 78, 71);
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
}
.school-item4 a:hover{
	color: yellow;
	text-decoration: none;
}
.school-btmcon{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.school-btmcon li{
	width: 15%;
	margin-left: 2%;
	border: 1px solid #DFDFDF;
	margin-top: 10px;
	text-align: center;
	padding: 26px 0;
}
.school-btmcon li:nth-child(6n+1){
	margin-left: 0;
}
.school-btmcon li img{
	width: 60%;
}
.kf-item{
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}
.kf-item span,.art-des span{
	font-weight: 600;
	color: rgb(227, 78, 71);
}
/*浼樼瀛﹀憳鎴愮哗灞曠ず*/
.student-box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.student-box li{
	width: 32%;
	margin-left: 2%;
	margin-top: 20px;
}
.student-box li:nth-child(3n+1){
	margin-left: 0;
}
.student-box li img{
	width: 100%;
}
/*搴曢儴琛ㄥ崟*/
.form-box{
	width: 60%;
	margin: 0 auto;
}
.form-box li{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
}
.form-box li span{
	display:block;
	width: 120px;
	height: 46px;
	line-height: 46px;
  	border-radius: 5px;
  	background: rgb(227, 78, 71);
  	font-size: 20px;
  	color: rgb(255, 255, 255);
  	text-align: center;
  	letter-spacing: 4px;
}
.form-box li input,
.form-box li select{
	flex: 1;
	margin-left: 20px;
	border: 0;
	background: #DBDBDB;
	outline: none;
	border-radius: 6px;
	text-indent: 20px;
	font-size: 16px;
	
}
#btmbtn{
  background-color: rgb(227, 78, 71);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
  width: 180px;
  margin: 20px auto 0;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: 0;
  border-radius: 20px;
	outline: none;
}
/*鑰冮煶涔愬闄紝浣犻渶瑕佹敞鎰忕殑*/
.test-title{
	text-align: center;
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: bold;
 	padding: 0 0 30px;
}
.test-title span{
	color: rgb(227, 78, 71);
	margin-right: 20px;
}
.test-box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.test-box&gt;li{
	width: 23.5%;
	height: 180px;
	margin-left: 2%;
	text-align: center;
	margin-top: 10px;
	border-radius: 10px;
	color: #fff;
}
.test-box&gt;li:nth-child(4n+1){
	margin-left: 0;
}
.test-item1{
	padding: 20px 0 10px;
}
.test-item2{
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.test-item3{
	line-height: 24px;
	letter-spacing: 1px;
}
.test-ad{
	margin-top: 40px;
}
.test-ad img{
	width: 100%;
}
/*椋庡崕鍥介煹闊充箰鏁欒偛 鍦嗕綘闊充箰鑸炲彴姊�*/
.dream-box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 50px;
}
.dream-box li{
	width: 26%;
	height: 256px;
	margin-left: 2%;
	margin-top: 20px;
}
.dream-box li:nth-child(3n+1){
	margin-left: 0;
}
.dream-box li.dream-sp{
	width: 44%;
}
.dream-box li.dream-sp.dream-bg{
	background: #F8F8F8;
	text-align: center;
}
.dream-box li img{
	width: 100%;
	height: 100%;
}
.dream1{
  font-size: 18px;
  letter-spacing: 2px;
  color: rgb(227, 78, 71);
  margin-top: 80px;
  margin-bottom: 10px;
}
.dream2{
   font-size: 26px;
   font-weight: 600;
   color: #000;
   letter-spacing: 2px;
}
.dream3{
	width: 50px;
	margin: 20px auto 0;
	height: 4px;
	background: rgb(227, 78, 71);
	border-radius: 20px;
}
.citylist{
	display: flex;
	display: -webkit-flex;
	margin-top: 30px;
}
.citylist-left{
	width: 220px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.citylist-rt{
	flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.citylist-rt li{
	width: 20%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.citylist-rt li a{
	text-decoration: none;
	font-size: 14px;

}
.citylist-rt li a:hover{
	color: rgb(227, 78, 71);
}


/*闈濸C绔�*/
@media (max-width: 1199px){
	/*banner鍥�*/
	.banner-box{
		background: initial;
	}
	.banner-item{
		position: initial;
		top: 0;
		right: 0;
		width: 100%;
	}
	.banneritem4 input, .banneritem4 select{
		width: 80%;
	}
	.art-con li{
		font-size: 18px;
	}

	.citylist{
		display: initial;
	}
	.citylist-rt li{
		width: 25%;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	.dream-box li{
		height: 200px;
	}
	.dream1{
		margin-top: 46px;
	}
	   
}

@media (max-width: 767px){
	.banner-item{
		height: 350px;
	}
	.zwc-bg{
		padding: 20px 0;
	}
	
	.kc-wcbox{
		flex-wrap: wrap;
	}
	.kc-wcbox&gt;li{
		flex: initial;
		width: 49%;
		margin-left: 2%;
		margin-top: 10px;
	}
	.kc-wcbox li:nth-child(2n+1){
		margin-left:0;
	}	
	.kc-box{
		height: 320px;
	}
	.kc-con&gt;li{
		font-size: 14px;
	}
	.kc-con&gt;li.kc-item2{
		font-size: 18px;
	}
	
	.art-title li:first-child{
		font-size: 20px;
		margin-top: 20px;
	}
	.art-title li:last-child{
		margin: 10px auto 20px;
	}
	.art-con{
		flex-wrap: wrap;
	}
	.art-con li{
		flex: initial;
		width: 48%;
		margin-left:4%;
		margin-top: 10px;
		height: 80px;
    	line-height: 80px;
	}
	.art-con li:nth-child(2n+1){
		margin-left: 0;
	}
	.art-con li:last-child{
		margin: 10px auto 0;
	}
	.art-btn{
		margin: 30px auto 36px;
	}
	.school-title li:first-child{
		margin-top: 20px;
		font-size: 20px;
	}
	.school-title li:nth-child(2){
		font-size: 16px;
	}
	.school-topcon{
		flex-wrap:wrap;
		margin-bottom: 0;
	}
	
	.school-topcon&gt;li{
		flex: initial;
		width: 80%;
		margin: 0 auto 20px;
	}
	.school-topcon&gt;li:nth-child(2){
		margin: 0 auto 20px;
	}
	.school-btmcon{
		margin-bottom: 30px;
	}
	.school-btmcon li{
		width: 32%;
		margin-left: 2%;
	}
	.school-btmcon li:nth-child(3n+1){
		margin-left: 0;
	}
	.news-title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.news-box{
		flex-wrap: wrap;
	}
	.news-left{
		width: 100%;
	}
	.news-right{
		flex: initial;
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
	}
	.news-rtlf, .news-rtrt{
		flex: initial;
		width: 100%;
	}
	.news-rtrt{
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		margin-top: 20px;
		border-top: 1px dashed #DFDFDF;
	}
	.news-rt-title{
		margin-top: 20px;
	}
	.student-box{
		margin-bottom: 20px;
	}
	.student-box li{
		width: 48%;
		margin-left: 4%;
		margin-top: 10px;
	}
	.student-box li:nth-child(3n+1){
		margin-left: 4%;
	}
	.student-box li:nth-child(2n+1){
		margin-left: 0;
	}
	.form-box{
		width: 100%;
	}
	.form-box li span{
		font-size: 18px;
		width: 100px;
	}
	.form-box li input, .form-box li select{
		margin-left: 10px;
	}
	.news-lftop{
		height: initial;
	}
	/*姊︽兂*/
	.dream-box li{
		width: 49%;
		height: initial;
		margin-left: 2%;
	}
	
	.test-title{
		font-size: 18px;
	}
	.test-box&gt;li{
		width: 49%;
		margin-left: 2%;
	}
	.test-box&gt;li:nth-child(2n+1){
		margin-left: 0;
	}
	.test-item2{
		font-size: 16px;
	}
}




/*鏍忕洰鍙嬮摼鍒嗘敮*/
/*.youlian-list-title{
	margin-bottom: 1rem;
}
.youlian-list-title li{
	float: left;
	padding-left: 1rem;
	border-bottom: .1rem solid #ddd;
	padding-bottom: 1rem;
}
.youlian-list-title li.active{
	color: #e61931;
	border-bottom: .1rem solid #e61931;
}
.ylinkfather ul{
	display: none;
}
.ylinkfather ul.active{
	display: block;
}
.youlian-list.youlianindex-list a{
	padding: 0 1rem;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
}*/






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