@charset "utf-8";
/* CSS Document */

/*--------------- 
总体 
---------------*/

body{ position:relative; width:100%; font-family: "微软雅黑"; font-size: 14px; background:#ffffff; color:#777; overflow-x:hidden; }
.en { position:relative; width:100%; font:normal 14px/24px "Arial"; background:#fff; color:#777; overflow-x:hidden; }
.container{width: 100%;max-width: 1920px;margin: 0 auto;position: relative;height: auto;overflow: hidden;}
a { text-decoration:none;  }
h3, h4, h5 { font-weight:normal; }
.cl{clear: both}
.blank{ clear: both; overflow: hidden}
.blank10{height:10px; line-height: 10px; clear: both; overflow: hidden}
.blank20{height:20px; line-height: 20px; clear: both; overflow: hidden}
.blank40{height:40px; line-height: 40px; clear: both; overflow: hidden}
.wrapper{width:1400px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper-sub{width:1400px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper2{width:1400px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
img{vertical-align: middle}
.fl{float: left;}
.fr{float: right;}
.iflex{display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;flex-flow:wrap}
.ianimation{transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
header{width: 100%;overflow: hidden;height:108px;background: #f1f1f1;margin: 0 auto}
.itop{height:auto;width: 100%;margin:0 auto;padding: 0;overflow: hidden;display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;}
.itop_l{float: left;width: 31.25%;margin-top: 10px;}
.itop_r{float: right;width:55%;display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;margin-top: 5px;}
.ilogo{float: left;height: auto;overflow: hidden; background:url("../images/top_bg.jpg")right center no-repeat;height:68px;padding:20px 0;width:50%;}
.ilogo a:nth-of-type(2) img{margin-left:15px;}
.isearch{float: right;width: 365px;height: 61px;background: #fff;margin-top:23px;position: relative}
.isearch form input[type=submit]{background: url("../images/search_ico.png")center center no-repeat;width: 33px;height: 33px;position: absolute;left:15px;top:15px;border:0;cursor: pointer}
.isearch form input[type=text]{width: calc(100% - 60px);position: absolute;left:60px;top:0;height:60px;line-height:60px; border:0;font-size: 16px;text-indent: 1em}
.isearch form:before{position: absolute;left:60px;top:13px;height:40px;width:2px;background: #e4e4e4;display: inline-block;content: "";z-index: 3;}
nav{background: #7e8870;height: 60px;width: 100%;}
nav ul{width:1400px;margin: 0 auto;}
nav ul li{width: 10%;text-align: center;margin:0 auto;position:relative}
nav ul li a{display: block;height: 60px;line-height: 60px;color: #fff;font-size:18px;}
nav ul li:after{content: "";position: absolute;right: 0;top:12px;background: #707b61;height: 40px;width: 1px;}
nav ul li:last-of-type:after{content: "";display: none}
#nav-menu li ul{
  position: absolute;
  left:-15%;
  top:60px;
  background: #f1f1f1;
  display: none;
  z-index: 99;
width: 130%;
transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;
opacity: 0
}
#nav-menu li:hover ul{
  display: block;
	opacity: 1
}
#nav-menu li:hover{background: #f1f1f1;}
#nav-menu li:hover a{color: #7e8870;font-weight: bold;}
#nav-menu li.active{background: #f1f1f1;}
#nav-menu li.active a{color: #7e8870;font-weight: bold;}
#nav-menu li.active:after{content: "";display: none}
#nav-menu li:hover:after{content: "";display: none}
#nav-menu li ul li{width: 100%;border-top:#7e8870 1px solid;}
#nav-menu li ul li:after{content:"";display: none}
#nav-menu li ul li a{color: #7e8870;font-size: 16px;height: 50px;line-height: 50px;}
#nav-menu li ul li:hover{border-top:#fff 1px solid;background: #7e8870;}
#nav-menu li ul li:hover a{color: #fff}
#nav-menu li ul li:first-of-type{border-top: 0;}
#nav-menu li:nth-child(7) ul{left:-30%;width:180%;}
#nav-menu li:nth-of-type(4) ul{display: none !important}
/*--------------- 
banner 
---------------*/
.banner_slider {
	width:100%;
	height:450px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.banner_slider .bd {
	width:1060px;
	position:absolute;
	left:50%;
	margin-left:-530px
}
.banner_slider .bd li {
	width:1060px;
	overflow:hidden;
		position:relative;
}
.banner_slider .bd li img {
	display:block;
	width:1060px;
	height:450px;
}
.banner_slider .tempWrap {
	overflow:visible !important
}
.banner_slider .tempWrap ul {
	margin-left:-1060px !important;
}
.banner_slider .hd {
	display:block;
	position:absolute;
	width:1060px;
	left:50%;
	margin-left:-530px;
	z-index:1;
	height:110px;
	bottom:0px;
	background:rgba(125,0,74,0.7) center 0;
	text-align:left;
}
.banner_slider .hd h2 {
	color:#fff;
	margin-left:20px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
}
.banner_slider .hd p {
	color:#fff;
	margin-left:20px;
	text-align:left;
}
.banner_slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:450px;
	cursor:pointer;
}
.banner_slider .prev {
	left:-50%;
	margin-left:-530px;
}
.banner_slider .next {
	left:50%;
	margin-left:530px;
}
.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:40%;
	z-index:1;
	width:30px;
	height:87px;
}
.banner_slider .pnBtn .arrow:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.banner_slider .prev .arrow {
	right:-30px;
	background:url(../images/arrow_l.png) center center no-repeat;
}
.banner_slider .next .arrow {
	left:-30px;
	background:url(../images/arrow_r.png) center center no-repeat;
}

.part01-l{width: 75%;}
.part01-r{width: 23.5%;}
.index-title{border-bottom: #d1d1d1 1px solid;padding-bottom: 10px;margin-bottom:25px;width: 100%;height: auto;overflow: hidden}
.index-title h2{font-size: 22px;color:#111;float: left;display: inline-block}
.index-title span{display: inline-block;float: right;width:100px;height: 35px;line-height: 35px;border:#7e8870 1px solid;border-radius:20px;text-align: center;font-size: 18px;color: #7e8870;}
.index-title:hover span{background: #7e8870;color: #fff}
.index-title h2:before{content:"";background: url("../images/index_tico01.png")center center no-repeat;width: 35px;height: 35px;vertical-align: middle;margin-bottom: 5px;margin-right: 15px;display: inline-block}
.p1_one{padding:25px;background: #f7f7f7;}
.p1_one_list ul li{width:23%;display: inline-block;}
.p1_one_list ul li div{position: relative;width: 100%;height: 174px;}
.p1_one_list ul li div img{position:absolute;left: 0;top: 0;width: 100%;height: 100%;}
.p1_one_list ul li div h3{height:35px;background: #707b61;width: 90%;margin: 0 auto;position: absolute;bottom:0;left:0;right:0;text-align: center;}
.p1_one_list ul li div h3 em{font-style: normal;color: #fff;font-size: 16px;display: block;}
.p1_one_list ul li div h3 em:before{content:"";display: inline-block;background: url("../images/index_tico00.png")center center no-repeat;width: 35px;height: 35px;vertical-align: middle;margin-right:50px;margin-bottom: 5px;}
.p1_one_list ul li div h3 span{display: none;height:35px;line-height:35px;text-align: center;border:#fff 1px solid;border-radius: 20px;font-size: 16px;color: #fff;width: 90%;margin:0 auto}
.p1_one_list ul li:hover div h3{height:80px;padding:15px 0}
.p1_one_list ul li:hover div h3 span{display: block;margin-top: 5px;}
.p1_one_list ul li h2{background: #fff;padding:10px 15px;font-size: 18px;line-height: 30px; color: #333;}
.swiper-container { width: 100%;height: 100%;}
.pagination {display: none;}
.swiper-slide img{width:100%;height:100%}
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white
{background-image:url("../images/arrow_2l.png");width:42px;height:42px;right:60px;top: auto;bottom:10px !important;background-size: 100% 100%;z-index:2;left: auto}
 .swiper-button-next.swiper-button-white{background-image: url("../images/arrow_2r.png");width:42px;height:42px;background-size: 100% 100%;right:13px}
.p1_two{margin: 25px auto;width: 100%;height:auto;overflow: hidden}
.p1_two_l{width: 48%;position: relative;height: 380px;}
.p1_two_l div.wy_z{height:60px;background: #644b44;line-height: 60px;position: absolute;left:0;bottom:0;z-index: 2;width:100%;}
.p1_two_l div.wy_z h2{color: #fff;font-size: 16px;text-align: left;width: 80%;padding-left:20px;}
.p1_two_l .wy_title{width:55px;height:155px;background:rgba(0,0,0,0.8);text-align: center;position: absolute;right:25px;top: 15px;z-index: 4;}
.p1_two_l .wy_title a{font-size:26px;color: #fff;display: block;text-overflow: ellipsis;display: -webkit-box;white-space: pre-line;padding:10px 10px 0 10px;line-height:32px;}
.p1_two_r{width: 48%;}
.p1_two_r .index-title h2:before{content:"";background: url("../images/index_tico02.png")center center no-repeat;}
.p1_two_r ul li{width: 100%;border-bottom: #e3e3e3 1px solid;padding-bottom:15px;margin-bottom:15px;height: auto;overflow: hidden}
.p1_two_r ul li:before{content: "";display: inline-block;width:6px;height:6px;border-radius:50%;margin-right: 10px;vertical-align: middle;margin-bottom: 5px;background: #cecece;}
.p1_two_r ul li a{color: #333;font-size: 16px;display:inline-block}
.p1_two_r ul li:last-of-type{border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.p1_two_r ul li:hover:before{content: "";background: #7e8870;}
.p1_two_r ul li:hover a{color:#7e8870}
.p1_three{padding:25px;background: #f7f7f7;}
.p1_three .index-title h2:before{content:"";background: url("../images/index_tico04.png")center center no-repeat;}
.p1_three .teacher{text-align: center}
.p1_three .slick-slide{margin-top:5px;}
.p1_three .teacher div img{width: 140px;height:140px;border-radius:50%;margin: 0 auto;text-align: center}
.p1_three .teacher div h2{font-size: 20px;color:#333;margin:10px auto}
.p1_three .teacher div p{font-size: 16px;color:#555;line-height:30px;}
.p1_three .teacher .slick-prev,.p1_three .teacher .slick-next{color:transparent;position: absolute;left:0;top:50%;background:url("../images/arrow_3l.png")center center no-repeat;width: 15px;height:27px;border:0;cursor: pointer;z-index: 99999;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;opacity: 0}
.p1_three .teacher .slick-next{right:0;left: auto;background:url("../images/arrow_3r.png")center center no-repeat;}
.p1_three .teacher:hover .slick-prev,.p1_three .teacher:hover .slick-next{opacity: 1}
.p1_four{background: #f7f7f7;}
.p1_four_title{background: url("../images/tzgg_bg.png")center center no-repeat;height: 41px;line-height:41px;width: 100%;text-align: center}
.p1_four_title a{display: block;font-size:22px;color: #fff;letter-spacing: 10px;}
.p1_four ul{padding: 10px}
.p1_four ul li{width: 100%;border-bottom:#959595 1px solid;padding-bottom: 10px;margin-bottom: 10px;height: auto;overflow: hidden}
.p1_four ul li:last-of-type{border-bottom:0;margin-bottom: 0;padding-bottom: 0;}
.p1_four ul li span{display:inline-block;height:52px;width: 50px;padding:5px 3px 0 3px;float: left;text-align:center;font-size: 12px;color: #fff;background: #959595;}
.p1_four ul li b{display: block;font-size:24px;}
.p1_four ul li h2{float: right;width: calc(100% - 65px);font-size: 16px;color: #333;margin-top: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.p1_four ul li:hover span{background: #7e8870;}
.p1_four ul li:hover h2{color: #7e8870;}
.p1_five{background: #687486;padding: 20px;margin:22px auto;height: auto;overflow: hidden}
.p1_five_title{width: 100%;height:auto;overflow: hidden}
.p1_five_title a{color: #fff;font-size:22px;display: inline-block}
.p1_five_title a:before{content:"";background: url("../images/index_tico03.png")center center no-repeat;width: 35px;height: 35px;vertical-align: middle;margin-bottom: 5px;margin-right: 15px;display: inline-block}
.p1_five_z h2{color: #fff;font-size:18px;line-height: 30px;margin:0 auto 10px auto;height: auto;overflow: hidden}
.p1_five_z div{background: #738195;width:88%;padding:6% 5% 2% 5%;margin: 0 auto;height:auto;overflow: hidden}
.p1_five_z div h3{font-size: 18px;color: #fff;}
.p1_five_z div p{line-height: 30px;font-size: 16px;margin: 10px auto;height: auto;overflow: hidden;color: #a2b4ce}
.p1_five span{display: inline-block;float: right;margin-top: 15px;}
.p1_five span a{font-size:18px;color: #a2b4ce;}
.p1_six{background: #f7f7f7;padding: 15px}
.p1_six_title{text-align: center;font-size: 20px;color: #7e8870;position: relative;font-weight: bold;}
.p1_six_title:before{background: #7e8870;height: 2px;width:33%;position: absolute;left:0;top:50%;content: ""}
.p1_six_title:after{background: #7e8870;height: 2px;width:33%;position: absolute;right:0;top:50%;content: ""}
.p1_six ul{margin: 20px auto 0 auto;}
.p1_six ul li{width: 100%;height: auto;overflow: hidden;margin-top: 10px;}
.p1_six ul li a{font-size: 16px;color: #333;}
.p1_six ul li:before{content:"";background: url("../images/down_ico.png")center center no-repeat;width: 15px;height:16px;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 5px;}
.p1_six span{background: #7e8870;display:inline-block;height: 45px;line-height: 45px;text-align: center;margin:20px auto 0 auto;display: inline-block;border-radius:5px;width: 100%;}
.p1_six span a{font-size: 18px;color: #fff;}
.p1_seven{background: #f7f7f7;padding: 15px;margin:22px auto 0 auto}
.p1_seven ul{margin: 20px auto 0 auto;}
.p1_seven ul li{width: 100%;height: auto;overflow: hidden;margin-top:5px;font-size: 16px;color: #333;}
.p1_seven ul li:before{content:"";background: url("../images/con_ico1.png")center center no-repeat;width:29px;height:29px;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom:3px;}
.p1_seven ul li:nth-child(2):before{content:"";background: url("../images/con_ico2.png")center center no-repeat;}
.part02{width: 100%;height: auto;overflow: hidden;margin:40px auto;position: relative}
.part02_list{width: 100%;height: auto;overflow: hidden;position: relative}
.part02_list ul li{width: 23%;display: inline-block}
.part02_list ul li div{position: relative;width: 100%;height:246px;overflow: hidden;}
.part02_list ul li img{width: 100%;height:100%;position: absolute;left:0;top: 0;z-index: 1;}
.part02_list ul li i{width: 100%;height: 100%;background: rgba(0,0,0,0.8);display: inline-block;position: absolute;left:0;top: 0;z-index:2;opacity: 0}
.part02_list ul li span{margin: 0 auto;display: inline-block;font-size: 18px;color: #fff;text-align: center;position: absolute;left: 0;right: 0; top:999px;z-index: 3;}
.part02_list ul li span:before{content: "";display:block;background: url("../images/more_ico.png")center center no-repeat;width: 54px;height: 35px;margin:20px auto;text-align: center}
.part02_list ul li h2{padding:15px;font-size: 18px;color: #333;line-height: 30px;background: #f7f7f7;}
.part02_list ul li:hover i{opacity: 1}
.part02_list ul li:hover span{top:25%}
.part02_list ul li:hover h2{background: #7e8870;color: #fff;}
.part03{background: url("../images/xs_dbg.jpg")center center no-repeat;width: 100%;height:460px;position:relative;}
.part03 .index-title{border-bottom: 0;}
.part03_list ul li{width: 19%;position: relative;height:340px;overflow: hidden}
.part03_list ul li img{width: 100%;height:100%;position: absolute;left: 0;top: 0;z-index: 1;}
.part03_list ul li h2{background:url("../images/xs_bg.png") no-repeat;width: 100%;height: 80px;line-height: 80px;color: #fff;font-size:18px;text-align: center;
	background-position:100% 0;position: absolute;bottom:0;left: 0;z-index: 2;text-indent:2em;}
.part03_list ul li:hover h2{background:url("../images/xs_bg.png") no-repeat;background-position:100% 100%;}
.part03_list ul li:hover img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05);}
.part04{height: 60px;width: 100%;margin:0 auto;overflow:hidden;position: relative}
.part04_l ul{font-size: 0;width: 20%;float: left;}
.part04_l ul li{display: inline-block;width: 50%;text-align: center;font-size: 22px;color: #111;line-height: 60px}
.part04_l ul li:hover{cursor: pointer}
.part04_l ul li.active{color: #7e8870}
.part04 article{width: 60%;float: right;}
.p4_link{position: relative;overflow:hidden;width: 100%;height:60px;}
.p4_link .mask{width:calc(100% - 90px);overflow: hidden;position:relative}
.p4_link dl{position: relative;overflow: hidden}
.p4_link dl dt{width:150px;float: left;line-height: 60px;}
.p4_link dl dt a{font-size: 16px;color: #333;}
.p4_link dl dt:hover a{color: #7e8870;}
.p4_link .preview{display: none}
.p4_link .next{position: absolute;right: 0;background:url("../images/arrow_4r.png")center center no-repeat;width: 30px;height: 60px;top: 0;cursor: pointer;}
footer{background: #7e8870;padding: 50px 0 30px 0;height: auto;overflow: hidden;width: 100%;}
.foot-l{width: 40%;}
.foot-r{width:38%;}
.flogo a:nth-of-type(2) img{margin-left: 15px;}
.fnav ul{margin-top:30px;}
.fnav ul li{width: 20%;line-height: 30px;}
.fnav ul li a{font-size: 16px;color: #fff;}
.foot-lx{width: 50%;margin-top: 12px;}
.foot-lx p{color: #fff;font-size: 16px;line-height: 30px}
.foot-qr{width: 50%;text-align: right}
.foot-qr p{display: inline-block;font-size: 16px;color: #fff;text-align: center;line-height: 30px;vertical-align: middle;margin-right: 10px;}
.foot-qr img{display: inline-block;width: 83px;height: 83px;}
.foot-r-f{color: #c4dab6;font-size: 16px;margin-top:40px;}
.list-l{width: 230px;float: left;margin-top: -60px;background: #dfe3de;}
.list-r{width: calc(100% - 270px);float: right;}
.mbx{float: right;padding-bottom:15px;margin-bottom: 15px;border-bottom: #d9d9d9 1px solid;width: 100%;text-align: right;margin-top:20px;height: auto;overflow: hidden}
.mbx img{vertical-align: middle;display: inline-block;margin-right:5px;margin-bottom: 5px;}
.mbx a{font-size: 16px;color: #333;display: inline-block;margin: 0 5px;}
.list-l-title{height: 60px;line-height: 60px;font-size:24px;color: #fff;text-align: center;width: 100%;background: #7c886e;}
.left_nav{background: #dfe3de;width: 90%;padding:15px 0;margin: 0 auto}
.subNav{text-align: center;margin-top:10px;padding-bottom: 15px;border-bottom: #d0d8ce 1px solid;}
.left_nav ul.navContent{background: #d3dad1;width: 100%;padding:5px 0;margin: 0 auto;display: none;}
.left_nav ul li{height:45px;line-height:45px;text-align: center}
.left_nav ul li a{color: #5a6853;font-size: 16px;}
.left_nav ul li:hover a{font-weight: bold;}
.left_nav ul li.active a{font-weight: bold;}
.subNav a{font-size: 18px;font-weight: bold;color: #333;display: block}
.subNav:hover a{color: #788472;}
.currentDd a{color: #788472;}
.subNav:last-of-type{border-bottom: 0;}
.typename{text-align: center;font-size:28px;color: #111;font-weight: bold;margin:0 auto;padding-top:20px;}
.list-l .p1_five{padding: 20px 15px;margin-bottom:0}
.list-l .p1_five_z h2{font-size: 17px;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1}
.list-xshd {margin: 30px auto;width: 100%;height: auto;overflow: hidden}
.list-xshd ul li{padding:15px;background: #eff0ee;height: auto;overflow: hidden;margin: 20px auto 0 auto;}
.list-xshd ul li img{width: 232px;height: 174px;float: left;}
.list-xshd ul li div.xshd_z{float: right;width: calc(100% - 260px);}
.list-xshd ul li div.xshd_z h2{font-size: 20px;color: #111;line-height: 30px;overflow: hidden;margin-bottom: 20px;margin-top:5px;height: 55px}
.list-xshd ul li div.xshd_z h3 em{color: #7c886e;font-style:normal;display: inline-block;margin-right: 10px;}
.list-xshd ul li div.xshd_z h3{color: #444;font-size: 18px;margin-top: 10px;display: inline-block;width: 100%;}
.list-xshd ul li div.xshd_z span{width: 100px;height:35px;line-height: 35px;text-align:center;float: right;color: #fff;font-size: 16px;display: inline-block;background: #7c886e;}
.list-xshd ul li:hover{border: #afbfa9 1px solid;background: #eff0ee url("../images/list_bg.png")right bottom no-repeat;}
.list-xshd ul li div.nopic{width: 100%;}
.list-letter{margin: 30px auto 20px auto;width: 100%;text-align: center;height: auto;overflow: hidden;}
.list-letter ul li{background: #e7ece6;width: 7.2%;height: 35px;line-height: 35px;margin:10px auto;}
.list-letter ul li a{color: #333;font-size:18px;display: block;width: 100%;}
.list-letter ul li:hover{background: #7c886e;}
.list-letter ul li:hover a{color: #fff;}
.list-letter ul li.active{background: #7c886e;}
.list-letter ul li.active a{color: #fff;}
.list-teacher ul li{width:29%;background: #f1f1f1;padding:20px 1.5%;height: auto;overflow: hidden;margin: 1.2% auto}
.list-teacher ul li div{height: auto;width: 100%;overflow: hidden;}
.list-teacher ul li img{float: left;width: 140px;height: 140px;}
.list-teacher ul li h2{width: calc(100% - 155px);float: right;font-size:22px;color: #111;font-weight: bold;margin-top:5px;}
.list-teacher ul li h3{width: calc(100% - 155px);float: right;font-size:16px;color: #999;margin-top:10px;}
.list-teacher ul li p{border-top: #e4e4e4 1px solid;color: #7c886e;padding-top: 10px;margin-top: 20px;font-size:16px;}
.list-teacher ul li p:before{content:"";background:url("../images/email-ico.png")top center no-repeat;width: 17px;height: 13px;background-position:100% 0;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom:0px;}
.list-teacher ul li:hover{background: #7c886e url("../images/tea_bg_pic.png")right bottom no-repeat;}
.list-teacher ul li:hover p:before{content:"";background-position:100% 100%;}
.list-teacher ul li:hover p{color: #d5e9cd;}
.list-teacher ul li:hover h2{color: #fff;}
.list-teacher ul li:hover h3{color: #dfe6d6;}
/* 如果最后一行是3个元素 */
.list-teacher ul li:last-child:nth-child(3n - 1) {
    margin-right: calc(31% + 7% / 2);
}
/* 如果最后一行是2个元素 */
.list-teacher ul li:last-child:nth-child(3n - 2) {
    margin-right: calc(31% + 74% / 2);
}
.list-news ul li {margin-top:3%;}
.list-news ul li h2{background: #f1f1f1;font-size: 16px;}
.list-news ul li:hover h2{color: #6e7a60}
/* 如果最后一行是3个元素 */
.list-news ul li:last-child:nth-child(4n - 1) {
    margin-right: calc(23% + 8% / 3);
}
/* 如果最后一行是2个元素 */
.list-news ul li:last-child:nth-child(4n - 2) {
    margin-right: calc(46% + 16% / 3);
}
.list-news ul li div{height:195px;}

.list_stu ul li{margin-top:3%;}
.list_stu ul li div{height:195px}
.list_stu ul li h2{font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;height:53px}
/* 如果最后一行是3个元素 */
.list_stu ul li:last-child:nth-child(4n - 1) {
    margin-right: calc(23% + 8% / 3);
}
/* 如果最后一行是2个元素 */
.list_stu ul li:last-child:nth-child(4n - 2) {
    margin-right: calc(46% + 16% / 3);
}
.list-tzgg{margin: 30px auto;width: 100%;height:auto;overflow: hidden}
.list-tzgg ul li{padding:10px 15px;line-height: 30px;border-bottom: #ebf3e8 1px solid;height: auto;overflow: hidden}
.list-tzgg ul li h2{font-size: 16px;width: 89%;float: right;color:#333;}
.list-tzgg ul li p{float: left;width: 11%;color: #7c886e;font-size: 16px;line-height: 26px}
.list-tzgg ul li p:after{content: "|";font-size: 16px;color: #7c886e;vertical-align: text-bottom;margin-left: 10px;}
.list-tzgg ul li:hover{background: #e6eae5;}
.list-tzgg ul li:last-of-type{border-bottom:0;}
.list-down{margin: 30px auto;width: 100%;height:auto;overflow: hidden}
.list-down ul li{padding:10px 15px;line-height: 30px;border-bottom: #ebf3e8 1px solid;height: auto;overflow: hidden}
.list-down ul li h2{font-size: 16px;width: 89%;float: left;color:#333;}
.list-down ul li h2:before{content: "";background: url("../images/down_ico.png")center center no-repeat;width: 15px;height: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.list-down ul li h2 span{font-size:16px;color:#f00}
.list-down ul li p{float: right;width: 11%;color: #7c886e;font-size: 16px;line-height: 26px;text-align: right}
.list-down ul li:hover{background: #e6eae5;}
.list-down ul li:last-of-type{border-bottom:0;}
 .my-map { margin: 0 auto; width:calc(100% - 6px); height: 640px; border:#dfe3de 3px solid;border-bottom: 0;} .my-map .icon { background: url(../images/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
.lxwm-z{background: #dfe3de url("../images/lxwm_pic.jpg")right bottom no-repeat;height:160px;padding:30px;}
.lxwm-z div{width:45%;float: left;margin-top:10px;}
.lxwm-z ul{float: left;width:calc(100% - 150px);}
.lxwm-z ul li{width: 100%;line-height: 34px;color: #333333}
.lxwm-z ul li:before{content: "";background: url("../images/loc_ico.png")center center no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-bottom: 5px;margin-right: 10px;}
.lxwm-z img{float:right;margin-top: 10px;}
.lxwm-list{margin: 50px auto;height: auto;overflow: hidden}
.fck{padding:0;margin: 40px auto;width:calc(100% - 120px);height: auto;overflow: hidden;}
.fck p,.fck div{line-height:180% !important;font-size: 16px !important;color: #555;}
.article-t{width: 100%;margin: 30px auto;text-align: center;}
.article-t h1{font-size:24px;color: #111;font-weight: bold;}
.article-t p{margin-top: 10px;color: #777;font-size: 15px;}
 .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 #7e8870 solid; color: #111 }
.p_no_d{ display:inline-block; margin:0 5px; padding:6px 12px; border:1px #7e8870 solid;background:#7e8870; color:#fff; }
.page span{display:inline-block;}
.p_fun_d { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #7e8870 solid; color: #111 }
.p_fun_d  a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #7e8870 solid; color: #111 }
.p_fun_d:hover{ background:#7e8870; color:#fff; }
.p_fun_d a:hover,.p_fun_d.thisclass a { background:#7e8870; color:#fff; }

.part02 .index-title h2:before{content:"";background: url("../images/index_tico05.png")center center no-repeat;}
.part03 .index-title h2:before{content:"";background: url("../images/index_tico06.png")center center no-repeat;}


.imp_tea{background: #f1f4f0;padding: 20px;height: auto;overflow: hidden;margin-top:30px;}
.imp_tea h3{font-size: 20px;color: #7c886e;font-weight: bold;border-bottom: #e2e5e1 2px solid;padding-bottom: 10px;margin-bottom:20px;}
.imp_tea h3:before{content: "";background: url("../images/imp_tea.png")center center no-repeat;width:18px;height: 20px;vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 10px;}

.imp_tea ul li{display: inline-block;padding: 0 10px 0 5px;margin-bottom:15px; color: #949e89;font-size: 16px;border-right:#949e89 1px solid;}
.imp_tea ul li:last-of-type{border-right: 0;}
.imp_tea ul li a{font-size: 16px;color: #949e89;}
.imp_tea ul li:hover a{color:#7c886e;font-weight: bold;}
.fenye{margin: 20px auto}
.fenye p:nth-of-type(1){float: left;width:49%;}
.fenye p:nth-of-type(2){float: right;width:49%;}
.fenye p a{color: #333}
.clear{clear: both}
/*
.list-dan h3{position: absolute;width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 16px;right: 0;bottom: 0;z-index: 3;background:#7e8870;padding:0 5px}
*/
.list-dan ul li h3{position: absolute;width:80px;height:auto;line-height: 22px;text-align: center;color: #fff;font-size: 16px;left:20px;top: 0;z-index: 3;background:rgba(126,136,112,0.9);padding:5px}
.list-dan ul li b{font-weight: normal;}
.list-dan ul li h2{-webkit-line-clamp:2;display:block}
.list-dan ul li p{font-size: 14px;color: #777;}
.list-dan ul li:hover p{color: #fff;}
.list-dan ul li:hover p b{color: #fff}
header button { position:absolute; right:0px; top:40px; width:45px; height:24px;  line-height:10px;display: none; }
header button span{display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #7e8870}
header .wsearch{background:url("../images/search-ico2.png")center center no-repeat;width: 25px;height: 25px;position: absolute;right:60px;top:42px;display: none;background-size: contain}
.wenbi-jie ul {margin-top: 20px;}
.wenbi-jie ul li{width: 18%;margin:10px 1% 0 0.5%;float: left;height:45px;line-height:45px;text-align: center;border:#ccc 1px solid;border-radius:10px;}
.wenbi-jie ul li a{color: #333;font-size:16px;display: block;}
.wenbi-jie ul li:hover{background: #7c886e;}
.wenbi-jie ul li:hover a{ color: #fff;}
.wenbi-jie ul li.active{background: #7c886e;}
.wenbi-jie ul li.active a{ color: #fff;}
@media screen and (max-width:1520px){
	.wrapper{width: 92%;}
	.wrapper-sub{width: 92%;}
	.wrapper2{width: 94%;}
	.p1_one_list ul li h2{font-size: 16px;}
	.part02_list ul li h2{font-size: 16px;}

}
@media screen and (max-width:1440px){
	nav ul{width: 100%;}
	
	
}
@media screen and (max-width:1368px){
	.p1_one_list ul li h2{padding: 10px}
	.ilogo{background: #f1f1f1;}
	.p1_one_list ul li div{height: 155px;}
	.part02_list ul li div{height: 217px;}
	.list-teacher ul li img{width: 120px;height: 120px;}
	.list-teacher ul li h2{width: calc(100% - 135px);}
	.list-teacher ul li h3{width: calc(100% - 135px);}
	.list_stu ul li div{height: 176px;}
	
}
@media screen and (max-width:1280px){
.p1_one_list ul li h2{padding: 10px 8px;font-size: 15px;}
	.p1_one_list ul li div{height: 144px;}
	.part02_list ul li div{height: 203px;}
		.list_stu ul li div{height: 161px;}
	.list_stu ul li h2{height: 52px;}
	.foot-r{width: 44%;}

	
}
@media screen and (max-width:1024px){
	.wrapper{width: 96%;}
	.wrapper-sub{width: 96%;}
	.wrapper2{width: 96%;}
	.part01{display: block !important}
	.part01-l{width: 100%;}
	.p1_one_list ul li div{height: 161px;}
	.part01-r{width: 100%;margin-top: 20px;}
	.part02_list ul li div{height: 170px;}
	.part03_list ul li{height: 248px;}
	.part03_list ul li h2{background-size: 100% 100%;background:rgba(0,0,0,0.6);height:50px;line-height: 50px;font-size: 16px;text-indent: 0}
	.part03{height: auto;padding-bottom:30px;}
	footer .wrapper{display: block !important}
	.foot-l{width: 100%;}
	.foot-r{width: 100%;margin-top:30px;}
	.fnav ul {font-size: 0;}
	.fnav ul li{display:inline-block}
	.banner_slider{height: 435px}
	.banner_slider .bd{width: 100%;margin-left: -50%;}
	.banner_slider .bd li img{width: 100%;height: 100%;}
	.banner_slider .bd li{width: 100%;}
	.banner_slider .tempWrap ul{margin-left: -100% !important}
	.banner_slider .prev .arrow{right:-50px;}
	.banner_slider .next .arrow{left:-50px}
	.list-r{width: 100%;float: none;}
	.list-l{float: none;margin: 30px auto 0 auto;}
	.nybanner img{width: 100%;height: 100%;object-fit: fill}
	.nybanner{height:200px}
	
}
@media screen and (max-width:800px){
		.banner_slider{height: 326px}
	.p1_one_list ul li{width: 49%;margin-bottom: 20px;}
	.p1_one_list ul li div{height: 253px;}
	.p1_one{padding-bottom:10px;}
	.p1_two_l{width: 507px;margin: 0 auto}
	.p1_two_r{width: 100%;margin-top:30px;}
	.p1_three .teacher div img{width: 110px;height: 110px;}
	.part02_list ul li{width: 49%;margin-bottom:20px;}
	.part02_list ul li div{height: 271px;}
	.part02{margin-bottom: 0;}
	.part03{background:none;}
	.part03_list ul li{width: 49%;margin-bottom: 20px;height: 479px;}
	.part04_l ul li{font-size: 18px;margin: 0 1.5%;width: 47%;}
	.part04_l ul{width: 25%;}
	.part04_r{width:73%;}
	.ilogo{float: none;width: 100%;}
	.isearch{float: none;width: 100%;display: none;margin-top: 0;}
	nav ul li{width: 100%;border-bottom: #fff 1px solid;height: 50px;line-height: 50px;}
	nav ul li a{height: 50px;line-height: 50px;font-size: 16px;}
	nav{height: auto;display: none;}
	header button{display: block}
	.isearch{display: none;}
	header{height: auto}
	header .wsearch{display: block}	
	.index40{height:20px;line-height:20px;}
	.list-teacher ul li{width: 45%;}
	.list-tzgg ul li p{width: 100%;}
	.list-tzgg ul li p:after{content: "";display: none}
	.list-tzgg ul li h2{width: 100%;}
	.list-down ul li h2{width: 100%;}
	.list-down ul li p{width: 100%;}
	.mbx{float: left;text-align: left}
	.lxwm-z{background:#dfe3de;text-align: center;height: auto;overflow: hidden;padding:20px;}
	.lxwm-z div{float: none;width: 100%;}
	.lxwm-z ul{float: none;width: 100%;text-align: left;margin-top: 15px;}
	.lxwm-z img{float: none;text-align: center;margin: 0 auto}
	.my-map{height: 320px;}
	nav ul li:hover ul{display: none}
	.list-teacher ul li:last-child:nth-child(3n - 1){margin-right: auto;}
	.list-teacher ul li:last-child:nth-child(3n - 2){margin-right: auto;}
	.list_stu ul li:last-child:nth-child(4n - 1){margin-right: auto;}
	.list_stu ul li:last-child:nth-child(4n - 2){margin-right: 0;}
	.part02_list ul li:hover span{top:10%}
	.wenbi-jie ul li{width: 23%}
	
}
@media screen and (max-width:480px){
	header .wsearch{top:28px}
	header button{top:25px}
	.ilogo{padding-bottom:0;}
	.ilogo img{width:35%;}
	.banner_slider{height: 176px;}
	.p1_one{padding: 15px}
	.p1_one_list ul li div{height:135px;}
	.p1_one_list ul li h2{font-size: 14px;}
	.p1_one_list ul li{margin-bottom:10px;}
	.p1_two_l{width: 100%;height: 298px;}
	.p1_two_l .wy_title a{font-size:20px;line-height:24px;}
	.p1_two_l .wy_title{width: 45px;height: 118px;right:15px;}
	.p1_two_l div.wy_z h2{padding-left: 10px;}
	.part02_list ul li div{height: 146px;}
	.part02_list ul li h2{font-size: 14px;}
	.part03_list ul li{height: 259px;}
	.part04{height:auto}
	.part04 ul{width: 100%;}
	.p4_link .mask{width:92%;}
	.part04 article{float: none;width: 100%;}
	.flogo img{width:45%;}
	.foot-r{margin-top: 0;}
	.foot-lx{width: 100%;}
	.p1_one_list ul li div h3{line-height: 35px;}
	.p1_one_list ul li div h3 em:before{display: none;content: ""}
	.foot-qr{width: 100%;margin-top: 10px;text-align: center}
	.p1_three .teacher div img{width: 140px;height: 140px;}
	.p1_one_list ul li h2{line-height:24px;padding:10px 6px}
	.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white{width: 30px;height: 30px;background-size: contain;bottom:15px !important;}
	.swiper-button-prev.swiper-button-white{right: 48px;}
	.p1_two_r ul li a{font-size: 14px;}
	.p1_three{padding:25px 15px}
	.part02_list ul li h2{height:52px;overflow: hidden}
	.part03 .index-title{margin-bottom:5px;}
	.part03{padding-bottom: 0;}
	.fnav{display: none;}
	footer{padding:30px 0}
	.index-title span{width: 80px;font-size: 16px;}
	.index-title h2:before{margin-right: 5px;}
	.index-title h2{font-size: 20px;}
	.p1_one_list ul li div h3{display: none;}
	.list-xshd ul li{text-align: center}
	.list-xshd ul li img{float: none;margin: 0 auto}
	.list-xshd ul li div.xshd_z{float: none;width: 100%;text-align:left;margin-top: 20px;}
	.list-xshd ul li div.xshd_z span{float: none;margin: 20px auto 0 auto;display: block}
	.list-xshd ul li:hover{background: none;}
	.list-xshd ul li div.xshd_z h2{font-size:18px;line-height:34px;margin-bottom: 10px;height:auto;}
	.list-xshd ul li div.xshd_z h3{font-size: 16px;}
	.list-letter ul li{width:14%}
	.list-teacher ul li{text-align: center}
	.list-teacher ul li img{float: none;margin: 0 auto}
	.list-teacher ul li h2{width: 100%;float: none;text-align: left;margin-top: 10px;font-size: 18px;text-indent:0.5em}
	.list-teacher ul li h3{width: 100%;float: none;text-align: left;text-indent:0.5em;font-size: 14px;}
	.list-teacher ul li p{font-size: 14px;width:90%;word-break: break-all;margin-top: 10px;}
	.list-teacher ul li p:before{content: "";display: none;}
	.typename{padding-top: 10px;font-size: 24px;}
	.list-down{margin-top: 10px;}
	.list-xshd{margin-top: 10px;}
	.list-letter{margin-top: 20px;}
	.list-tzgg{margin-top: 10px;}
	.list-news{margin-top: 20px;}
	.list-dan{margin-top: 20px;}
	.article-t h1{font-size: 20px;}
	.fck{margin-top:20px;padding: 0 3%;width:94%;}
	.lxwm-list{margin-top: 20px;}
	.p1_two_r ul li{height: 40px;overflow: hidden;display: block;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1}
	.p1_two_r ul li:before{content: "";display: none;}
	.part02_list{margin-top: 20px;}
	.nybanner{height:135px}
        .fck img{width:100% !important;height:100% !important;}
        .wenbi-jie ul li{width:48%}
}
@media screen and (max-width:375px){
	.p1_one_list ul li div{height:122px}
	.part02_list ul li h2{padding:10px 15px;line-height:26px;height:48px;}
	.part03_list ul li{height:234px;}
	.part02_list ul li div{height: 132px;}
	.banner_slider{height: 160px;}
	header .wsearch{right:52px}
	   .wenbi-jie ul li{width:47%}
	
}
@media screen and (max-width:360px){
		.p1_one_list ul li div{height:116px}
	.p1_one_list ul li h2{height: 33px;overflow: hidden;}
	.p1_one_list ul li{margin-bottom: 20px;}
	.p1_one{padding-bottom: 0;}
	.p1_two_l{height: 260px;}
	.p1_two_l div.wy_z h2{font-size: 14px;}

	.part02_list ul li div{height: 127px;}
	.part03_list ul li{height:224px;}
	.banner_slider{height: 153px;}



	
}