@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}
.area-image img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
}
.area-image img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.area-image {
    overflow: hidden;
}
.swiper-container2{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container3{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a.map{
	color: #FFFFFF; 
	font-size: 14px; 
    width: 200px; 
    margin: 0 auto;
    border-radius: 10px;
	font-weight: bold;
	height: 40px;
	line-height: 40px; 
    text-align: center;
    background: rgba(218, 37, 29, 0.5);
	display: block;
}
a.map:hover{
	color: #FFFFFF; 
	font-size: 14px; 
    width: 200px; 
    border-radius: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    height: 40px;
    margin: 0 auto;
	line-height: 40px; 
	text-align: center;
	display: block;
}
a.map1{
	color: #FFFFFF; 
	font-size: 14px; 
    width: 100px; 
	font-weight: bold;
	height: 30px;
    line-height: 30px; 
    background-color: #da251d;
    text-align: center;
	border-radius: 10px;
	display: block;
}
a.map1:hover{
    color: #FFFFFF;
}
.zj1200{
    width: 1200px;
    margin: 0 auto;
}
/* 顶部 */
#dingbu{
    width: 100%;
    height: 100px; 
    background-color: #f3f3f3; 
	height: 35px;
	line-height: 35px;
}
#dingbu-left{
    width: 910px;
}
#dingbu-left span{
	color: red;
}
#dingbu-right{
    width: 290px;
	text-align: right;
}
#synav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #084cad;
}
#synav #left{
	width: 290px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#synav #right{
	width: 910px;
}
#synav #right ul{
	display: flex;
}
#synav #right ul li{
	flex: 1;
	text-align: center;
}
#synav #right ul li:nth-child(1){
	background-color: #df4634;
}
#synav #right ul li a{
	display: block;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#synav #right ul li a:hover{
	background-color: #df4634;
	text-decoration: none;
}
/* 推荐专业 */
#tjzy{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 10px;
	z-index: 2;
}
#tjzy ul{
	width: 290px;
	height: 490px;
	background: rgba(8,76,173,.9);
}
#tjzy li{
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #07409e;
	padding: 0px 10px;
	box-sizing: border-box;
}
#tjzy li:hover{
	background: rgba(223,70,52,.9);
	border-bottom: 2px solid #07409e;
}

#tjzy ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#tjzy ul li a:hover{
	color: #FFFFFF;
}
/* 通知公告 */
#tzgg{
	margin-top: 15px;
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
}
#tzgg #left{
	width: 114px;
	background-color: #df4634;
	border-radius: 10px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 30px;
}
#tzgg #right{
	width: 1056px;
	text-align: left;
}
/* 学校介绍 */
#about{
	width: 100%;
	background-color: #f5f5f5;
	padding: 40px 0px;
}
.wenzi{
	padding: 0px;
	line-height: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.wenzi1{
	padding: 0px;
	line-height: 50px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #9c9c9c;
	text-transform:uppercase ;
}
.xtxt{
	width: 100%;
	border-bottom: 1px dashed #9c9c9c;
	margin-bottom: 30px;
}
#about ul{
	display: flex;
}
#about ul li{
	flex: 1;
	background-color: #FFFFFF;
	margin-right: 30px;
	border: 1 solid #ebebeb;
	box-shadow: 0 0 10px #acacac;
	transition: box-shadow 0.6s, transform 0.5s; 
}
#about ul li:hover{
	flex: 1;
	background-color: #df4634;
	border: 1 solid #ebebeb;
	color: #FFFFFF;
	box-shadow: 0 0 10px #333333;
	transition: box-shadow 0.5s;
}
#about ul li:last-child{
	margin-right: 0px;
}
.test{ 
  width: 100px; 
  height: 100px; 
  background: yellow; 
  margin: 100px auto; 
  border-radius: 50%; 
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.9); 
  transition: box-shadow 0.6s, transform 0.5s; 
}
.test:hover{
	width: 100px;
	height: 100px;
	background: yellow;
	margin: 100px auto;
	border-radius: 50%;
	box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.9);
	transition: box-shadow 0.5s;
}
.tmzybt{
	padding: 10px;
}
.biaoti{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px dashed #ebebeb;
}
.tmzybt p{
	padding: 10px 0px;
	margin: 0px;
	line-height: 26px;
}
.tmzybt a{
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #df4634;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.tmzybt a:hover{
	color: #FFFFFF;
}
/* 2020年春季报名火热进行中 */
.cjbm{
	padding: 30px 0px;
}
#cjbmbg{
	background-color: #084cad;
	padding: 20px;
}
#cjbmbg h1{
	font-size: 20px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#cjbmbg #left{
	width: 336px;
	margin-right: 40px;
}
#cjbmbg #left h1{
	font-size: 20px;
	margin: 30px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#cjbmbg #left a{
	font-size: 20px;
	width: 180px;
	display: block;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	border-radius: 15px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#cjbmbg #right{
	width: 784px;
}
#cjbmbg #right #top{
	background-color: #FFFFff;
	width: 100%;
}
.wenzi2{
	font-weight: bold;
	font-size: 16px;
}
.wenzi3{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
/* 你还在为以下问题而烦恼吗 */
.xjwt{
	width: 100%;
	background-color: #f8f8f8;
	padding: 30px 0px;
}
.xjwt h1{
	font-size: 20px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	text-align: center;
}
.xjwt ul{
	display: flex;
}
.xjwt ul li{
	flex: 1;
	background-color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	margin-right: 50px;
	font-size: 16px;
}
.xjwt ul li:last-child{
	margin-right: 0px;
}
.rmdxjy{
	width: 100%;
	padding: 50px 0px;
}
.rmdxjy ul{
	display: flex;
	margin-top: 30px;
}
.rmdxjy ul li:nth-child(1){
	width: 400px;
	margin-right: 30px;
}
.rmdxjy ul li:nth-child(2){
	width: 770px;
	background-color: #f8f8f8;
	padding: 20px;
}
.rmdxjy ul li:nth-child(2) h1{
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}
.rmdxjy .an{
	width: 320px;
	padding: 20px 0px 0px 0px;
}
a.map3{
	color: #FFFFFF; 
	font-size: 14px; 
    width: 150px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
    line-height: 40px; 
    background-color: #084cad;
    text-align: center;
	border-radius: 10px;
	display: block;
}
a.map3:hover{
    color: #FFFFFF;
}
a.map4{
	color: #FFFFFF; 
	font-size: 14px; 
    width: 150px;
	float: left;
	font-weight: bold;
    line-height: 40px; 
    background-color: #df4634;
    text-align: center;
	border-radius: 10px;
	display: block;
}
a.map4:hover{
    color: #FFFFFF;
}
/* 新闻 */
.sy-news{
	width: 1200px;
}
.sy-news .left{
    width: 800px;
}
.sy-news .right{
	width: 370px;
	margin-left: 30px;
}
.sy-news .right .top{
	width: 100%;
	background-color: #084cad;
	margin-top: 15px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.sy-news .right .xia{
	background-color: #ededed;
	padding: 10px;
	box-sizing: border-box;
}
.sy-news .left .xia{
	background-color: #ededed;
	padding: 10px;
	height: 229px;
	box-sizing: border-box;
}
.sy-news .left .xia .lb{
	width: 380px;
	line-height: 33px;
	overflow: hidden;
	height: 33px;
	margin-left: 10px;
	background: url(../img/20.jpg) left no-repeat;
	padding-left: 15px;
}
.sy-news .left .xia .lb span{
	text-align: right;
}
.sy-news-top{
	display: flex;
	margin-bottom: 15px;
}
.sy-news-top li{
	flex: 1;
	margin-right: 15px;
	background-color: #f3f1f2;
	text-align: center;
	line-height: 40px;
}
.sy-news-top li:last-child{
	margin-right: 0px;
}
.sy-news-top li a{
	display: block;
	width: 100%;
	font-weight: bold;
}
.sy-news-top li a:hover{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #084cad;
}
.xian,.yin { width:100%; height:auto;}
.yin  { display: none;}
/* 底部 */
.sy-db{
    background-color: #084cad;
	border-bottom: 1px solid #1157b6;
}
.sy-db .left{
    width: 600px;
}
.sy-db .left ul{
	display: flex;
}
.sy-db .left ul li{
	flex: 1;
	border-right: 1px solid #1157b6;
	text-align: center;
	padding: 30px 0px;
}
.sy-db .left ul li h1{
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
}
.sy-db .left ul li:nth-child(1){
	border-left: 1px solid #1157b6;
}
.sy-db .left ul li a{
	display: block;
	width: 100%;
	line-height: 30px;
	color: #a6bad3;
}
.sy-db .left ul li a:hover{
	display: block;
	width: 100%;
	line-height: 30px;
	color: #FFFFFF;
}
.sy-db .right{
	width: 600px;
	padding: 30px;
	box-sizing: border-box;
	border-right: 1px solid #1157b6;
}
.sy-db .right img{
	float: left;
	margin-right: 30px;
	width: 166px;
}
.sy-db .right .text{
	width: 320px;
	float: right;
	text-align: left;
}
.sy-db .right .text h1{
	font-size: 40px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
}
.sy-db .right .text p{
	color: #a6bad3;
	line-height: 30px;
}
footer{
    line-height: 50px;
    background-color: #084cad;
    color: #a6bad3;
	text-align: center;
}

/* 内页 */
.dingbu1{
    width: 130px;
    position: fixed; 
    right: 3%;
    top: 100px;
    z-index: 100;
    
}
.dingbu1 a{
    color: #FFFFFF; 
	font-size: 14px; 
    width: 130px; 
	font-weight: bold;
	height: 40px;
    line-height: 40px; 
    background: rgba(218, 37, 29, 0.8);
    text-align: center;
    display: block;
    margin-top: 3px;
}
.dingbu1 a:hover{
    color: #FFFFFF; 
	font-size: 14px; 
    width: 130px; 
	font-weight: bold;
	height: 40px;
    line-height: 40px; 
    background-color: #000000;
    text-align: center;
    display: block;
    margin-top: 3px;
}
/* 内页 */
.ny-left{
	width: 290px;
	margin-right: 30px;
}
.ny-left .top{
	margin-bottom: 15px;
}
.ny-left .top .shang{
	line-height: 47px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #084cad;
	padding-left: 10px;
}
.ny-left .top .xia{
	padding-top: 5px;
	line-height: 30px;
}
.ny-left .top .xia span{
	color: #084cad;
	display: block;
	line-height: 30px;
	font-weight: bold;
}
.ny-left .top .xia a{
	display: block;
	text-align: center;
	line-height: 40px;
	background-color: #e4e4e4;
	margin-bottom: 1px;
}
.ny-left .top .xia a:hover{
	color: #FFFFFF;
	line-height: 40px;
	background-color: #df4634;
}
.ny-right{
	width: 880px;
}
.ny-right .shang{
	border-bottom: 2px solid #df4634;
	line-height: 45px;
	color: #ffffff; 
	background-color: #084cad;
	padding-left: 10px;
	margin-bottom: 10px;
}
.ny-right .shang a{
	color: #FFFFFF;
}
.ny-right .shang a:hove{
	color: #FFFFFF;
}
.ny-right .xia{
}
.ny-right .xia img{
	max-width: 100%;
}
/* 手机站 */
.wap-dbbd{
    width: 100%; 
    background-color: rgba(0,0,0,.5);  
    font-weight: bold; color: #FFFFFF; 
    padding: 0px 0px 0px 10px; 
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 2;
}
.wap-dbbd img{
    max-width: 22%;
    max-height: 22%;
}
.wap-about{
    padding-top: 10px;
    padding-bottom: 10px;
}
.wap-wz{
    font-size: 20px;
    font-family: "Impact";
    color: #bfbfbf;
    font-weight: bold;
    margin-bottom: 5px;
}
.wap-wz1{
    font-size: 14px;
    font-weight: bold;
}
.wap-wz2{
    font-size: 14px;
    padding: 5px 0px 10px 0px;
}
a.map2{
	color: #FFFFFF; 
	font-size: 12px; 
    width: 80px; 
	font-weight: bold;
	height: 30px;
    line-height: 30px; 
    background-color: #da251d;
    text-align: center;
	display: block;
}
a.map2:hover{
    background-color: #000000;
    color: #FFFFFF;
}
.sy-cfslb22{
    display: flex;
    margin-top: 10px;
}
.sy-cfslb22 li{
    flex: 1;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.sy-cfslb22 li:fast-child{
    margin-right: 0px;
}
.sy-cfslb22 li h1{
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.sjdh{
	width: 100%;
	background-color: #ecf0f3;
	height: 40px;
	line-height: 40px;
    padding-left: 10px;
    font-size: 12px;
	box-sizing: border-box;
}
.news-lb{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dbdbdb dashed;
    background: url(../img/15.gif) left no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.news-lb a{
    font-size: 12px;
}
/* 手机 */
.sj-bg{
	background-color: #f1f1f1;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.sj-dh{
	background-color: #FFFFFF;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.sj-dh  ul{
	display: flex;
}
.sj-dh ul li{
	flex: 1;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #f1f1f1;
	text-align: center;
}
.sj-dh ul li:last-child{
	border-right: 0px solid #f1f1f1;
}
.sj-bg .kuang{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.sj-bg .kuang .neirong{
	padding: 10px;
}
.sj-bg .kuang .neirong h1{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.sj-bg .kuang .neirong p{
	margin: 0px;
	padding-top: 10px;
	height: 80px;
	line-height: 26px;
	overflow: hidden;
	font-size: 12px;
}
.sj-bg .kuang1{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.sj-bg .kuang1 .neirong1{
	padding: 10px 10px 10px 10px;
}
.sj-bg .kuang1 .neirong1 a{
	border-bottom: 1px solid #dedede; width: 100%; display: block; margin-bottom: 5px;
}
.sj-bg .kuang1 .neirong1 .left{
	line-height: 64px;
	height: 64px;
	font-weight: bold;
}
.sj-bg .kuang1 .neirong1 .right{
	width: 64px;
	height: 64px;
	margin-bottom: 5px;
}
.sj-ny-bg{
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.sj-ny-bg h1{
	font-size: 18px;
	color: #000000;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
}
.sj-ny-bg h2{
	font-size: 12px;
	color: #000000;
	padding: 0px;
	color: #b4b4b4;
	margin: 0px;
	line-height: 40px;
}
.sj-ny-bg h2 a{
	color: #084cad;
}
.sj-ny-bg img{
	max-width: 100%;
}
.red{
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	background-color: #000000;
}
.red{
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	background-color: #000000;
}
.guding{
	background-color: #084cad;
	position: fixed;
    left: 0px;
    bottom: 0px;
	width: 100%;
	z-index:2;
}
.guding1{
	display: flex;
}

.guding1 li{
	flex: 1;
	border-right: 1px solid #1157b6;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.guding1 li:last-child{
	border-right: 0px solid #670007;
}
.guding1 li a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.neirong img{
    max-width: 100%;
    max-height: 100%;
}
li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}	
	
	
	

#pagelist{ margin-top:30px; margin-right:0px; float:right;}
#pagelist ul li{ float: left;  margin:0px 2px;}
#pagelist ul li a{display: block;border: 1px solid #cccccc;background-color:#f5f5f5;
padding:0px 10px 0px 10px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#999;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;  
}
#pagelist ul li a:hover{background-color:#7fb400; color:#FFF; border:1px solid #519500;}
.selectpage{}
.selectpage a{font-weight: bold;border:1px solid #519500!important; background-color:#7fb400!important;color: #FFF!important; }

.news_list{}
.news_list ul li{height:50px; line-height:50px; text-align:left; background: url(../img/15.gif) left no-repeat;border-bottom: 1px dashed #e7e7e7;}
.news_list ul li a{height:50px; font-size: 14px; line-height:50px; display:block;overflow:hidden;float:left; }
.news_list ul li a:hover{ text-decoration:underline;}
.news_list ul li span{ width:100px; float:right; text-align:right; color:#666666; font-size:14px;}

.odript{ width:100%; height:35px; line-height:35px; border:1px solid #e2e2e2;}
.odript2{ width:100%;height:45px; line-height:45px; background-color:#ff7f00; text-align:center; color:#FFF; border:0px; font-size:14px;}

.odript3{width:100%; height:35px; line-height:35px; border:1px solid #6e7795;}
.odript5{width:100%; border:1px solid #6e7795;}

.odript6{ width:100%;height:45px; line-height:45px; background-color:#ff7f00; text-align:center; color:#FFF; border:0px; font-size:14px;}