 @charset "utf-8";
/* CSS Document */

/*--------------- 
总体 
---------------*/
body{ position:relative; width:100%;  font-size: 14px; background:#fff; color:#777; overflow-x:hidden; }
body.index{background:#f8f8f8;}
.en { position:relative; width:100%; font:normal 14px/24px "Arial"; background:#fff; color:#777; overflow-x:hidden; }
a { text-decoration:none;  }
h3, h4, h5 { font-weight:normal; }
.cl{clear: both}
.blank30{height:30px; line-height: 30px; clear: both; overflow: hidden}
.wrapper{width:1200px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper2{width:1200px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper3{width:1200px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
img{vertical-align: middle}
header{width: 100%;height:120px;background: #00528e; overflow: hidden;}
header .wrapper{background: url(../images/top_bg.png) top center no-repeat;}
header .itop_r{float: right;margin-top: 45px;margin-right: 30px;}
.search form{width: 160px;height:30px;line-height: 30px;text-align:left;border: #fff 2px solid;border-radius: 20px;padding-left: 10px;position: relative}
.search form .itext{background: none;width: 80%;border: 0;color: #fff;}
.search form .isubmit{background: url(../images/search_ico.png) center center no-repeat;border: 0;width: 18px;height: 18px;margin-top: 5px;cursor: pointer}
.logo{float: left;padding: 15px 0;}
nav{width: 100%;height:60px;line-height: 60px;background: #00a5f7;position: relative;}
nav .nav_index{float: left;width: 60px;height: 60px;}
nav ul li{float: left;width:9.09%;height: 60px;line-height: 60px;text-align: center;}
nav ul li a{width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;display: block;}
nav ul li:hover{background: #00528e;}
nav ul li.active{background: #00528e;}

/*--------------- 
banner 
---------------*/
.banner_slider {
	width:100%;
	height:450px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.banner_slider .bd {
	width:1200px;
	position:absolute;
	left:50%;
	margin-left:-600px
}
.banner_slider .bd li {
	width:1200px;
	overflow:hidden;
		position:relative;
}
.banner_slider .bd li img {
	display:block;
	width:1200px;
	height:450px;
}
.banner_slider .tempWrap {
	overflow:visible !important
}

.banner_slider .hd {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	right: 0;
	z-index:1;
	bottom:20px;
	text-align:center;
	font-size: 0;
}
.banner_slider .hd ul li{width: 12px;height:12px;background: #fff;text-align: center;border-radius:50%;display: inline-block;margin: 0 10px;}
.banner_slider .hd ul li.on{background: #00528e;}
.banner_slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:450px;
	cursor:pointer;
}
.banner_slider .prev {
	left:-50%;
	margin-left:-600px;
}
.banner_slider .next {
	left:50%;
	margin-left:600px;
}
.banner_slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:450px;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.7;
}
.banner_slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:450px;
}
.banner_slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.banner_slider .prev .arrow {
	right:-60px;
	background:url(../images/arrow_l.png) center center no-repeat;
}
.banner_slider .next .arrow {
	left:-60px;
	background:url(../images/arrow_r.png) center center no-repeat;
}


.device {
  width: 100%;
  height: 330px;
overflow: hidden;
  margin:0 auto;
  position: relative;
}

.swiper-container {
  height: 100%;
  width:100%;
	overflow: hidden;
}
.swiper-container img{width: 100%;}
.content-slide {
  padding: 20px;
  color: #fff;
}

.pagination {
    display: block;
    position: absolute;
    right: 5px;
    text-align:right;
    bottom: 22%;
    width: 100%;
    margin: 0 auto;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
	
}
.swiper-active-switch {
  background: #00518e;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}
.swiper-slide img{height: 260px}
.swiper-slide .big_bg_z{background: #e5e5e5;height:58px;width: 100%;padding-top: 12px;}
.swiper-slide .big_bg_z h2{margin-left: 20px;color: #333;font-weight: bold;font-size: 16px;}
.swiper-slide .big_bg_z p{margin-left: 20px;margin-top: 5px;color: #333;}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.content-slide {
  padding: 20px;
  color: #fff;
}




.page{text-align:center;width: 100%;clear: both;height: auto;overflow: hidden;padding: 50px 0}
.page table{width: 100%;text-align: center;margin:0 auto;display:inline;}
.page td{font-size: 16px !important}
.page td .PrevDisabled{font-size: 16px !important;border:0 !important; background: #00528c;color: #333 !important;}
.page td span{ margin: 0 5px !important;padding: 8px 12px !important;background: #eee !important;    color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a{ margin: 0 5px !important;padding: 8px 12px !important;background: #ddd !important;color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a:link{background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:visited{ background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:hover{background: #00528c !important; border:0 !important;    font-size: 16px !important;}
.page td a:active{background: #00528c !important; border:0 !important;font-size: 16px !important;}
.page .this-page{background: #00528c !important;color:#fff !important;}
#vsb_content_2 P{line-height:30px !important}
.top_nav button { position:absolute; right:30px; top:48px;  width:45px; height:24px;  line-height:10px; display: none; }
.top_nav button span{    display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #0070c0}
.index_ad22 {text-align: center;width: 100%;margin-top: 20px;}
.index_ad22 a{display: inline-block;margin-right: 3px;}
.part01{width: 100%;height: auto;overflow: hidden;margin-top: 30px;}
.part01_l{width:49% ;float: left;margin-right:2%}
.part01_r{width: 49%;float: right;}
.part01_l_t{width:100%;margin: 0 auto;position: relative;height: auto;overflow: hidden}
.part01_l_t ul{border-bottom: #ddd 1px solid;height:40px;overflow: hidden}
.part01_l_t ul li{text-align: center;float: left;position: relative;margin-right: 30px;padding-bottom: 10px;cursor: pointer;font-size: 22px;color: #999}
.part01_l_t ul li a{font-size: 22px;color: #999}
.part01_l_t ul li.active{color: #00528e;}
.part01_l_t ul li.active a{color: #00528e}
.part01_l_t ul li.active:after{display: block;width: 90px;height: 2px;content: "" ;position: absolute;bottom:-1px;left: 0;background: #00528e;}
.part01_l_t .more{position: absolute;right: 10px;top:5px}
.part01_l_t .more a{color: #999}
.part01_l_t .part01_t_info{margin-top: 20px;}
.part01_l_t .part01_t_info img{float: left;width: 160px;height: 200px;}
.part01_l_t .part01_info_r{width: 60%;float: right;margin-right: 20px;margin-top:10px;}
.part01_l_t .part01_info_r h2{font-size: 18px;color: #555;}
.part01_l_t .part01_info_r p{line-height:26px;font-size: 14px;margin-top: 10px;color: #555;}
.part01_l_f{width: 100%;height:auto;overflow: hidden;}
.title{width: 100%;border-bottom: #ddd 1px solid;height:40px;overflow: hidden;}
.title h2{text-align: center;float: left;position: relative;margin-right: 30px;padding-bottom: 10px;cursor: pointer;font-size: 22px;color: #00528e}
.title h2:after{display: block;width: 90px;height: 2px;content: "" ;position: absolute;bottom:-1px;left: 0;background: #00528e;}
.title p{color: #999;float: right;margin-right: 10px;margin-top: 5px;display: inline-block;}
.index_list{padding-top: 10px;}
.index_list ul li{width: 100%;height: 43px; line-height: 43px;border-bottom: #ddd 1px dashed;color: #333;}
.index_list ul li h2{width: 83%;float: left;color: #333}
.index_list ul li span{display: inline-block;float: right;color: #999;width: 15%;}
.index_list ul li:last-child{border-bottom: 0;}
.index_news{width: 100%;margin: 20px auto 0 auto;height:auto;overflow: hidden;}
.index_news img{width: 300px;height: 200px;float: left;}
.index_news_r{float: right;width: 46.7%;}
.index_news_r h2{line-height: 26px;font-size: 16px;color: #333;}
.index_news_r span{color: #999;display: inline-block;text-align: left;margin: 10px auto}
.index_news_r p{line-height: 26px;color: #555}
.part02{width: 100%;height: auto;overflow: hidden;margin-top:20px;}
.part02_l{width: 370px;float: left;height: auto;overflow: hidden}
.mr45{margin-right: 45px;}
.part02_l .index_list ul li h2{width: 76%;}
.part02_l .index_list ul li span{width: 22%;}
.index_link{margin-top: 50px;width: 100%;height: auto;overflow: hidden}
.index_link_l{width: 100%;height: auto;overflow: hidden;position: relative}
.index_link_l .mask{width: 90%;margin: 30px auto;text-align: center;height: auto;overflow: hidden;position: relative}
.index_link_l .mask ul{position: relative;overflow: hidden}
.index_link_l .mask ul li{width: 150px;height: 150px;border: #ccc 1px solid;float: left; text-align: center;margin: 0 30px}
.index_link_l .mask ul li img{width: 100%;height: 100%;}
.index_link_l .preview,.index_link_l .next{left: 0;top: 40%;position: absolute;width: 21px;height: 37px;background:url(../images/arrow_lx.png) center center no-repeat;cursor: pointer}
.index_link_l .next{background:url(../images/arrow_rx.png) center center no-repeat;left: auto;right: 0;}
footer{background: #00528e;width: 100%;height: 180px;overflow: hidden;}
footer .flogo{float: left;margin-top: 40px;}
footer .address{color: #fff;width: 21%;float: left;margin-left:2%;margin-top: 40px;}
footer .address p{color: #fff;margin-top: 10px;}
footer .address a{color: #fff;}
footer .fnav{float: right;width: 31%;font-size: 0;margin-top: 40px;}
footer .fnav ul li{width: 20%;display:inline-block;font-size: 14px;color: #fff;margin-top: 10px;}
footer .fnav ul li a{color: #fff;font-size: 14px;}

.list_l{width: 25%;float: left;margin:30px auto 50px auto;height: auto;overflow: hidden}
.list_r{width: 71%;float: right;margin:30px auto 50px auto;height: auto;overflow: hidden}

.list_l_title{background:#00528e;width: 100%;height: 60px;line-height: 60px;color: #fff;}
.list_l_title a{display: block;width: 100%;height: 60px;line-height: 60px;text-indent: 1em;color: #fff;font-weight: bold;font-size: 22px;}
.list_l .subNav{margin-top: 1px;width: 100%;background: #e5e5e5;height: auto;overflow: hidden}
.list_l .subNav span{color: #333; font-size: 16px;float: right;margin-right: 20px;display: block}
.list_l .subNav h2{float: left;width: 80%;height: 50px;line-height: 50px;text-indent: 1.5em;color: #333;font-size: 16px;}
.list_l .subNav a{display: block;height: 50px;line-height: 50px;background: #e5e5e5;width: 100%;}
.list_l .subNav:hover span{color: #fff;}
.list_l .subNav:hover a{background: #33a7ff;cursor: pointer;}
.list_l .subNav:hover h2{color: #fff;}
.list_l .currentDd a{background: #33a7ff;}
.list_l .currentDd span{color: #fff;}
.list_l .currentDd h2{color: #fff;}
.list_l .navContent{display:none;}
.list_l .navContent li{width: 100%;height: 50px;line-height: 50px;background: #d4edff;color: #333;}
.list_l .navContent li a{display: block;height: 50px;line-height: 50px;width: 100%;}
.list_l .navContent li h2{float: left;width: 80%;height: 50px;line-height: 50px;text-indent: 2em;color: #333;}
.list_l .navContent li span{color: #333; font-size: 16px;float: right;margin-right: 20px;display: block}
.list_l .navContent li:hover{background: #b2dfff;}
.list_l .navContent li:hover h2{color: #00528e}
.list_l .navContent li:hover span{color: #00528e}
.list_l .navContent li.active{background: #b2dfff;}
.list_l .navContent li.active h2{color: #00528e}
.list_l .navContent li.active span{color: #00528e}
.mbx{height: 50px;line-height: 50px;border-bottom: #ddd 1px solid;color: #777;float: right;width: 100%;text-align: right;overflow: hidden}
.mbx a{color: #777;margin: 0 5px;display: inline-block;text-align: center}
.list_teacher{width: 100%;height:auto;overflow:hidden;}
.list_teacher ul li{background: #f5f5f5;width: 100%;margin: 50px auto;height: 200px;overflow: hidden;}
.list_teacher ul li img{float: left;width: 160px;height: 200px;}
.list_teacher ul li .list_t_r{width: 72%;float: left;margin-left:40px;}
.list_teacher ul li .list_t_r h2{font-size: 18px;color: #333;margin-top: 20px;}
.list_teacher ul li .list_t_r p{margin: 30px auto;line-height: 26px;font-size: 14px;color: #555;}
.list_teacher ul li .list_t_r span{color: #00528e;}
.list_news{width: 100%;height: auto;overflow: hidden;margin: 50px auto}
.list_news ul {margin: 50px auto}
.list_news ul li{border-bottom: #ddd 1px dashed;height: 35px;line-height:26px;margin-bottom: 10px;}
.list_news ul li h2{width: 83%;float: left;text-align: left;color: #333;}
.list_news ul li span{width: 15%;float: right;color: #555;text-align: right}

.list_news22{width: 100%;height: auto;overflow: hidden;margin: 50px auto}
.list_news22 ul {margin: 50px auto}
.list_news22 ul li{border-bottom: #ddd 1px dashed;height: 35px;line-height:26px;margin-bottom: 10px;}
.list_news22 ul li h2{width: 83%;float: left;text-align: left;color: #333;}
.list_news22 ul li p{width: 15%;float: right;color: #555;text-align: right}
.list_links{width: 100%;height: auto;overflow: hidden;font-size: 0;}
.list_links ul{margin: 50px auto;}
.list_links ul li{width:25%;display: inline-block;text-align: center;margin-bottom: 40px;}
.list_honor{height: auto;overflow: hidden;width: 100%;}
.list_honor table{width: 100%;border:0;margin: 50px auto}
.list_honor table th,.list_honor table td{padding: 20px 10px;line-height: 26px;text-align: center;vertical-align: middle}
.list_honor table th{border: #fff 1px solid;background: #00a5f7;color: #fff;font-size: 16px}
.list_honor table td{border: #e5e5e5 1px solid;color: #333;}
.list_honor table tr th:nth-child(1){width: 50%;}
.list_honor table tr td:nth-child(1){width: 50%;}
.fck_title h1{font-size: 20px;color: #333;text-align: center;width: 100%;margin: 40px auto 0 auto;font-weight: 600;}
.fck_title h2{text-align:center;font-size:16px;color:#444;margin-top:10px;}
.fck_title p{    font-size: 14px;    color: #999;    text-align: center;    margin: 10px auto 30px auto;}
.list_r_title{font-size: 20px;color: #01518e;text-align: center;width: 100%;margin: 40px auto;font-weight: 600;}
.fck{line-height: 28px;font-size: 14px;color: #555;width: 90%;margin: 0 auto 70px auto;height: auto;overflow: hidden}
.fck p,.fck div{line-height: 28px;}
.fck table{margin:10px auto;width:100% !important}

.list_jg{height: auto;overflow: hidden;width: 100%;clear: both}
.list_jg_t{font-size: 20px;color: #333;text-align: center;}
.list_jg table{width: 100%;border:0;margin: 30px auto}
.list_jg table th,.list_jg table td{padding: 20px 10px;line-height: 26px;text-align: center;vertical-align: middle}
.list_jg table th{border: #fff 1px solid;background: #00a5f7;color: #fff;font-size: 16px;}
.list_jg table td{border: #e5e5e5 1px solid;color: #333;}
.list_jg table tr th:nth-child(3){width: 50%;}
.list_jg table tr td:nth-child(3){width: 50%;}

.list_dashi{width: 100%;height: auto;overflow: hidden;}
.list_dashi ul{margin: 50px auto}
.list_dashi ul li{width: 100%;margin-top: 10px;background: #f5f5f5;height: 50px;line-height: 50px;}
.list_dashi ul li span{float: left;width: 150px;display: inline-block;color: #fff;background: #00a5f7;text-align: center}
.list_dashi ul li h2{width: calc(100% - 200px);margin-left: 50px;float: left;color: #333;text-align: left}
.p_pages { clear:both; display:inline-block; padding:50px 0; width:100%; text-align:center; font-size:16px; }
.page a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_no_d{ display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid;background:#00518e; color:#fff; }
.page span{display:inline-block;}
.p_fun_d { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d  a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d:hover{ background:#00518e; color:#fff; }
.p_fun_d a:hover,.p_fun_d.thisclass a { background:#00518e; color:#fff; }
.index_ad22 a.party_tel{display: none !important}
.yz-mail{display: inline-block;
    height: 60px;
    border-left: #20699e 1px solid;
    padding-left: 20px;
    margin-left:30px;
    vertical-align: bottom;
    margin-bottom: 10px;}
.yz-mail h2{color:#fff;font-size:20px;}
.yz-mail p{color:#4bbbf3;font-size:18px;margin-top:5px}
@media screen and (max-width:1024px){
	.wrapper{width: 96%;}
	header .wrapper{width: 100%;}
	.banner_slider .bd{width: 100%;}
	.part01_l{float: none;width: 100%;}
	.part01_l_t .part01_info_r{width: 80%;}
	.part01_l_f{margin-top: 20px;}
	.index_list ul li span{width: 9%;}
	.part01_r{float: none;width: 100%;margin-top: 20px;}
	.index_news_r{width: 68%;margin-top: 20px;}
	.party_tel{display:inline-block}
	.index_ad22 a:nth-of-type(2){display: none}
	.part02_l{float: none;width: 100%;}
	.mr45{margin: 0 auto 20px auto}
	.part02_l .index_list ul li span{width: 9%;}
	.index_link{margin-top: 20px;}
	.index_link_l .mask{width: 87%;}
	footer .address{width: 25%;margin-left: 5%;}
	.logo{margin-left: 20px;}
	.banner_slider .bd li img{width: 100%;height: 100%;}
	.banner_slider .bd{margin-left: -50%;}
	.banner_slider .bd li{width: 100%;}
	.banner_slider{height: 367px;}
	.list_teacher ul li .list_t_r{width: 70%;}
	.list_teacher ul li .list_t_r p{margin: 30px auto 10px auto}
		
	
}

@media screen and (max-width:800px){
	
	.banner_slider{height:275px;}
	.part01_l_t .part01_info_r{width:70%;}
	.index_list ul li span{width:12%;}
	.index_news_r{width: 56%;}
	.part02_l .index_list ul li span{width: 12%;}
	.index_ad22 a.party_tel{display: block!important}
	.index_ad22 a{width: 100%;margin: 0 auto 10px auto;display: block}
	.index_ad22 a img{width: 300px;height: 100px;}
	.fnav{display: none;}
	footer .address{width: 45%;}
	.list_l{float: none;width: 50%;}
	.list_r{width: 100%;float: none;}
	.list_teacher ul li{margin: 30px auto}
	
}

@media screen and (max-width:640px){
	.banner_slider{height:229px;}
	.part01_l_t .part01_info_r{width: 66%;}
	.index_list ul li span{width: 14%;}
	.part02_l .index_list ul li span{width: 14%;}
	.index_news{text-align: center}
	.index_news img{float: none;margin: 0 auto;}
	.index_news_r{float: none;width: 100%;text-align: left}
	.index_link_l .mask ul li{margin: 0 15px}
	nav{display: none}
	header button{background: url(../images/btn_menu.png) center center no-repeat;width: 50px;height: 50px;position: absolute;right:20px;top:30px}
	header .search_btn{background: url(../images/btn_search.png) center center no-repeat;width: 50px;height: 50px;position: absolute;right:75px;top:30px}
	.search{float: none;display:none;width:100%;padding: 10px 0}
	header .itop_r{width: 100%;display: block;margin-top: 0;margin-right: 0;}
	header{height: auto}
	.search form{width: 96%;margin: 0 auto;height: 40px;line-height: 40px;}
	.search form .itext{width: 94%;}
	.search form .isubmit{margin-top: 10px;}
	nav{height: auto;}
	nav ul li{float: none;width: 100%;border-bottom: #fff 1px solid;height: 50px;line-height: 50px;}
	nav ul li a{height: 60px;line-height: 60px;}
	.list_teacher ul li .list_t_r{width: 66%;}
	.list_dashi ul li{background: #fff;}
	.list_dashi ul li span{height: 30px;line-height: 30px;}
	.list_dashi ul li h2{width: 94%;background: #f5f5f5;margin: 0 auto;margin-bottom: 10px;line-height: 26px;padding: 10px 3%}
	.fck img{width: 100%;height: 100%}
.fck video{width:100% !important;height:100% !important}
	
}

@media screen and (max-width:480px){
	.banner_slider{height:148px;}
	.part01_l_t .part01_t_info img{float: none;margin: 0 auto}
	.part01_l_t .part01_t_info {text-align: center}
	.part01_l_t .part01_info_r{float: none;width: 100%;text-align: left}
        .index_list ul li{line-height:26px;height:auto;padding:10px 0;overflow:hidden;}
	.index_list ul li span{display: none}
	.index_list ul li h2{width: 100%;}
	.part02_l .index_list ul li span{display: none}
	.part02_l .index_list ul li h2{width: 100%;}
	.index_link_l .mask{width: 91%;}
	footer{height:auto;}
	footer .flogo{text-align: center;float: none;}
	footer .address{width: 100%;margin: 20px auto;text-align: center}
	.logo img{width: 80%;}
	header .search_btn{top:25px}
	header button{top: 25px}
	.banner_slider .hd ul li{width: 12px;height: 12px;}
	header .wrapper{background-size: cover}
	.search form .itext{width: 90%;}
	.list_teacher ul li{text-align: center;height: auto;margin: 20px auto}
	.list_teacher ul li img{float: none;margin:10px auto 0 auto}
	.list_teacher ul li .list_t_r{float: none;margin: 0 auto 10px auto;width: 94%;text-align: left}
	.list_teacher ul li .list_t_r p{margin: 10px auto}
	.list_l{float: none;width: 100%;}
	.list_news ul li span{display: none;}
	.list_news ul li h2{float: none;width:100%;}
	.list_news ul li{min-height: 35px;height: auto}
	.list_links ul li{width: 50%;}
        .yz-mail{display:block;margin:10px auto;height:auto;border:0;padding:0}
        .yz-mail h2{display:inline-block;font-size:18px}
        .yz-mail p{display:inline-block;font-size:16px;}
	
}

@media screen and (max-width:375px){
	.index_link_l .mask{width: 48%;}
		.banner_slider{height:134px;}
	
}

@media screen and (max-width:360px){
		.logo img{width: 70%;}
		.banner_slider{height:129px;}
	
}

@media screen and (max-width:320px){
		.index_link_l .mask{width: 56%;}	
		.logo img{width: 60%;}
	header .search_btn{top:18px}
	header button{top: 18px}
		.banner_slider{height:115px;}

	
}