@charset "utf-8";

body {
	background: #fff
}

.bodybg {
	background: #eaf1f8
}

.bannerImg {
	position: relative;
	margin-top: -8px;
	min-width: 1400px
}

.rowbox {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto
}

img {
	display: inline-block
}

.topbox {
	display: none
}

.top {
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 3;
	padding: 0 10px;
	background: #226fb8;
	border-bottom: 1px solid #195ca9;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

.container {
	padding: 18px 0
}

.main_index {
	position: relative
}

.header {
	width: 100%;
	background: url(../images/xxtp.png) no-repeat 63% center #009944;
	padding: 10px 0 20px 0;
	position: relative;
}

.bg {
	background: rgba(8, 11, 26, 0.8)
}

.headr {
	float: right;
	padding-top: 45px
}

.headr p {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 15px;
	color: #97a7bf
}

.headr p a {
	color: #fff
}

.headr a:hover {
	color: #fff
}

.logo_l {
	float: left;
	text-align: left;
	-webkit-transition: all .5s;
	transition: all .5s
}

.logo_l img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	-webkit-transition: all .5s;
	transition: all .5s
}

.logo_l span {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	padding: 8px 20px;
	position: relative
}

.searhbox01 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 275px;
	background: transparent;
	border: 1px solid #4db87c;
	display: inline-block;
	vertical-align: middle
}

.searhbox01 .text {
	width: 233px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	padding: 0 15px;
	float: left;
	font-size: 14px;
	color: #fff
}

.searhbox01 .btn {
	width: 40px;
	float: right;
	height: 40px;
	line-height: 40px;
	background: url(../images/ss_btn.png) no-repeat center center;
	padding-left: 30px;
	font-size: 18px;
	cursor: pointer;
	color: #fff
}

.navbg {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	background: #fff;
}

.nav {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}

.nav ul {
	padding: 0
}

.nav li {
	float: left;
	width: 9%;
	text-align: center;
	line-height: 50px;
	position: relative;
	font-size: 20px;
}

.nav li a {
	color: #333;
	display: inline-block
}

.nav li:hover:before {
	width: 100%;
	height: 4px;
	background: #4db87c;
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0
}

.nav li .ejnav {
	opacity: 0;
	display: none;
	height: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
}

.nav li .ejnav li,
.nav li .ejnav li .sjnav li {
	width: 100%;
	float: none;
	font-size: 15px;
	line-height: 26px;
	padding: 10px 0;
	position: relative;
	border-left: 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5)
}

.nav li .ejnav li:last-child {
	border-bottom: 0
}

.nav li .ejnav li a {
	color: #fff
}

.nav li:hover .ejnav {
	opacity: 1;
	height: auto;
	display: block
}

.nav li .ejnav li:hover {
	background: rgba(0, 153, 68, 1)
}

.nav li .ejnav li:hover:before {
	display: none
}

.nav li .ejnav li:hover a {
	color: #fff
}

.nav li .ejnav li .sjnav {
	opacity: 0;
	height: 0;
	position: absolute;
	right: -100%;
	top: 0;
	overflow: hidden;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 3
}

.nav li .ejnav li .sjnav li {
	background: #2a78c2
}

.nav li .ejnav li:hover .sjnav {
	opacity: 1;
	height: auto
}

.nav li .ejnav li .sjnav li:hover {
	background: #226fb8
}

.meun_icon {
	height: 45px;
	line-height: 45px;
	display: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.meun_icon img {
	width: 25px;
	margin-right: 10px;
	height: 20px;
	vertical-align: middle
}

.head_r {
	float: right;
	padding-top: 8%
}

#navbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	display: none;
	z-index: 999
}

.mob_nav {
	position: fixed;
	right: -85%;
	top: 0;
	z-index: 999;
	background: #009944;
	width: 80%;
	height: 100%;
	box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
	overflow-y: auto
}

.mob_nav li:last-child {
	border-bottom: 0
}

.mob_top {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	background-size: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.mob_top .toplink {
	color: #fff
}

.mob_top .toplink a {
	color: #fff
}

.mob_nav .colsebtn {
	text-align: right;
	height: 25px;
	margin-top: 6px;
	margin-left: auto;
	cursor: pointer
}

.mob_nav .colsebtn img {
	width: 25px;
	height: 25px
}

.mob_nav li a {
	display: block;
	color: #fff
}

.js_mob {
	padding: 10px 12px
}

.search-input {
	background: #fff
}

.search-input:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.search-input input {
	width: calc(100% - 90px);
	height: 38px;
	line-height: 38px;
	background: transparent;
	padding: 0 10px;
	float: left
}

.search-input button {
	width: 90px;
	float: right;
	height: 38px;
	line-height: 38px;
	background: url(../images/ss_btn02.png) no-repeat 10px center #eee;
	padding-left: 30px;
	font-size: 18px;
	cursor: pointer;
	color: #333
}

.mob_list li {
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #09803e
}

.mob_list li a {
	color: #fff;
	width: 85%;
	display: block
}

.mob_list li i {
	display: block;
	width: 50px;
	height: 50px;
	z-index: 122;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/jtx.png) center center no-repeat;
	background-size: 17px
}

.mob_list li i.icon {
	background: url(../images/jts.png) center center no-repeat;
	background-size: 17px
}

.mob_list li .ul_ejnav {
	display: none
}

.mob_list li .ul_ejnav li {
	width: 100%;
	border-bottom: 1px solid #129e50;
	padding-left: 15px;
	line-height: 45px;
	font-size: 14px;
	background: #087b3b
}

.mob_list li .ul_ejnav li:last-child {
	border-bottom: 0
}

.mob_list li .ul_ejnav li a {
	width: 100%
}

.open {
	right: 0
}

.banner {
	position: relative
}

.banner .slick-slide img,
.banner ul.slick-slider,
.banner .slick-slide {
	width: 100%
}

.banner .slick-slide li {
	position: relative
}

.banner .slick-slide li h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/jbbg.png) repeat-x;
	height: 190px;
	z-index: 1
}

.banner .slick-slide li h1 span {
	color: #fff;
	font-size: 30px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 95%;
	max-width: 1400px;
	text-align: left
}

.banner ul.slick-dots {
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 15%
}

.banner ul.slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.4);
	font-size: 0;
	margin: 0 5px
}

.banner ul.slick-dots li.slick-active {
	background: #fff;
	width: 13px
}

.part {
	width: 95%;
	max-width: 1400px;
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.5)
}

.banner .slick-prev {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../images/b_prev.png) no-repeat center center rgba(0, 126, 63, 0.5);
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 6
}

.banner .slick-next {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/b_next.png) no-repeat center center rgba(0, 126, 63, 0.5);
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 6;
	border-radius: 100%
}

.banner .slick-prev:hover {
	background: url(../images/b_prev.png) no-repeat center center rgba(0, 126, 63, 1)
}

.banner .slick-next:hover {
	background: url(../images/b_next.png) no-repeat center center rgba(0, 126, 63, 1)
}

.newsbox {
	width: 100%;
	padding: 50px 0;
	background: url(../images/newsbg.png) repeat
}

.tit {
	position: relative;
	color: #009944;
	font-size: 30px;
	border-bottom: 1px solid #c9c9c9
}

.tit h1 {
	font-size: 30px;
	display: inline-block;
	border-bottom: 2px solid #009944;
	padding-bottom: 10px;
	color: #009944
}

.tit h1 span {
	color: #dfdfdf;
	margin-left: 10px;
	font-size: 22px
}

a.more {
	display: inline-block;
	padding-right: 17px;
	background: url(../images/yun.png) no-repeat right center;
	height: 40px;
	line-height: 40px;
	color: #191919;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 16px
}

a.more:hover {
	color: #009944
}

.tit a i {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .5s;
	transition: all .5s
}

.tit a:hover i {
	transform: translateX(10px)
}

.newspic {
	width: 48%;
	margin-right: 45px;
	float: left;
	position: relative
}

.newspic li {
	float: left;
	position: relative
}

.newspic li a {
	display: block
}

.newspic li .date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #f39800;
	color: #fff;
	text-align: center;
	font-family: "sySong";
	font-size: 16px;
	z-index: 3
}

.newspic .npic {
	padding-top: 65.5%;
	position: relative;
	overflow: hidden
}

.newspic .npic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.newspic li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.newspic li .n_tit {
	background: rgba(0, 0, 0, 0.56);
	color: #fff;
	padding: 0px 20px;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.newspic li .n_tit p {
	font-size: 14px;
	color: #a6b2ca;
	margin-top: 10px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden
}

.newspic li .n_tit h1 {
	font-size: 18px;
	color: #fff;
	width: 70%;
	line-height: 70px;
	display: block;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	padding-left: 10px
}

.newspic .slick-dots {
	position: absolute;
	right: 15px;
	bottom: 25px;
	text-align: center
}

.newspic .slick-dots li {
	margin: 0 5px;
	float: none;
	line-height: 12px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.55)
}

.newspic .slick-dots li button {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -4px
}

.newspic .slick-dots li.slick-active button {
	background: #fff;
	border: 0;
	color: #333;
	width: 6px;
	height: 6px
}

.newspic .slick-dots li.slick-active {
	background: #fff
}

.newslist {
	overflow: hidden
}

.newslist .bd {
	clear: both
}

.n_list li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.n_list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #707070
}

.n_list li {
	line-height: 49px;
	position: relative;
	padding-left: 15px
}

.n_list li:last-child {
	border-bottom: 0
}

.n_list li a {
	display: block
}

.n_list li h1 {
	font-size: 17px;
	padding-right: 100px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden
}

.n_list li span {
	color: #939393;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 49px
}

.n_list li:hover {
	color: #00479d;
	font-weight: bold
}

.n_list li:hover h1,
.tion li:hover h1 {
	color: #009944;
	font-weight: bold
}

.part_set {
	width: 100%;
	background: url(../images/part02.png) no-repeat;
	background-size: cover;
	padding: 50px 0
}

.wihte {
	width: 95%;
	max-width: 1400px;
	background: #fff;
	margin: 0 auto;
	padding: 30px
}

.sidebox {
	width: 48%;
	float: left
}

.sidebox:nth-child(even) {
	float: right
}

.tit_e {
	border-bottom: 1px solid #c9c9c9;
	position: relative
}

.tit_e li {
	float: left;
	font-size: 26px;
	height: 52px
}

.tit_e li i {
	height: 43px;
	display: inline-block;
	margin: 0 40px;
	margin-bottom: 10px;
	vertical-align: middle
}

.tit_e li span {
	height: 53px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.tit_e li .more {
	display: none
}

.tit_e li.on {
	color: #009944
}

.tit_e li.on span {
	color: #009944;
	border-bottom: 2px solid #009944
}

.tit_e li.on .more {
	display: block
}

.tion li {
	background: url(../images/listtb.png) no-repeat left center;
	padding-left: 20px;
	position: relative;
	line-height: 55px;
	border-bottom: 1px dashed #dcdcdc
}

.tion li span {
	color: #939393;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 49px
}

.tion li h1 {
	font-size: 17px;
	padding-right: 100px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden
}

.part_dq {
	width: 100%;
	background: url(../images/dqbg.png) no-repeat;
	background-size: cover;
	padding: 50px 0
}

.dq_tit {
	font-size: 30px;
	text-align: center;
	margin-bottom: 45px;
	color: #009944
}

.dq_list .slick-list {
	width: calc(100% - 100px);
	margin: 0 auto
}

.dq_list .slick-prev {
	width: 36px;
	height: 50px;
	background-image: url(../images/b_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #009944;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer
}

.dq_list .slick-next {
	width: 36px;
	height: 50px;
	background-image: url(../images/b_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #009944;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer
}

.dq_list .slick-slide {
	margin: 0 15px;
	background: #fff
}

.dq_list .dqpic {
	padding-top: 67.3%;
	position: relative;
	overflow: hidden
}

.dq_list .dqpic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.dq_list .slick-slide:hover .dqpic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.dq_list .slick-slide h1 {
	font-size: 16px;
	color: #353535;
	padding: 15px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden
}

.dq_list .slick-prev:hover,
.dq_list .slick-next:hover {
	background-color: #038c40
}

.part_rc {
	width: 100%;
	background: url(../images/rcbg.png) no-repeat;
	background-size: cover;
	padding: 50px 0
}

.link{ width: 100%; background: #ecf3f0; padding: 50px 0;}
.link .slick-list{width: calc(100% - 100px);margin: 0 auto;}
.link .slick-slide {margin: 0 12px;}
.link_t li{ }
.link_t li a{ display: block; overflow: hidden; position: relative; padding-top: 35.2%;}
.link_t li a img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .5s;transition: all .5s;}
.link_t li:hover a img{transform: scale(1.05);-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.link .slick-prev { width: 36px; height: 50px; background-image: url(../images/b_prev.png); background-repeat: no-repeat; background-position: center center; background-color: #009944; position: absolute; left: 0; top: 50%; margin-top: -25px; cursor: pointer;}
.link .slick-next { width: 36px; height: 50px; background-image: url(../images/b_next.png); background-repeat: no-repeat; background-position: center center; background-color: #009944; position: absolute; right: 0; top: 50%; margin-top: -25px;cursor: pointer;}

.footer {
	width: 100%;
	background: #009944;
	padding: 17px 0;
	background-size: cover;
}

.bq {
	float: left;
	width: 30%;
	padding-top: 25px;
	margin-left: 10%
}

.bq p {
	color: #fff;
	line-height: 24px
}

.footlogo {
	width: 40%;
	text-align: left;
	float: left;
	margin-top: 20px;
	text-align: center
}

.footlogo img {
	max-width: 100%
}

.ewm {
	float: right;
	width: 112px;
	margin-top: -10px
}

.ewm span {
	float: right;
	color: #fff;
	margin-right: 20px;
	line-height: 116px
}

.ewm p {
	color: #fff;
	text-align: center
}

.sban {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center
}

.sban img {
	width: 100%
}

.sban .banimg2 {
	display: none;
	width: 100%;
	height: 100%
}

.head {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(10, 19, 46, 0.8);
	width: 100%
}

.conbox {
	padding: 30px 0
}

.meun {
	width: 300px;
	float: left;
	position: relative;
	z-index: 5;
	background: url(../images/logobg.png) no-repeat right bottom #ecf3f0;
	padding-bottom: 100px;
	margin-right: 50px
}

.meun .dt {
	width: 100%;
	background: #009944;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	text-align: center
}

.meun .dt i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	line-break: 32px;
	margin-top: 15px
}

.meun .dt em {
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 20px;
	top: 7px;
	cursor: pointer;
	font-size: 40px;
	background: url(../images/jia.png) no-repeat center center
}

.meun .dt em.zk {
	background: url(../images/jian.png) no-repeat center center
}

.meun dl {
	display: block
}

.meun dd {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	margin: 0 auto;
	position: relative
}

.meun dd a {
	display: block;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #e5e5e5
}

.meun dd i {
	display: block;
	width: 40px;
	height: 60px;
	z-index: 3;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/meunjt.png) 14px center no-repeat;
	cursor: pointer
}

.meun dd i.icon {
	background-position: -24px center
}

.meun dd ul {
	display: none
}

.meun dd ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	font-size: 16px
}

.meun dd ul li a {
	width: 100%;
	border-bottom: 0;
	padding-left: 35px
}

.meun dd:hover {
	width: 100%
}

.meun dd:hover a {
	color: #009944
}

.meun dd:hover i.icon {
	background-position: -24px center
}

.meun dd:hover ul a {
	background: none;
	border-left: 0;
	color: #333
}

.meun dd:hover ul a:hover {
	background: #009944;
	color: #fff
}

.listing {
	overflow: hidden
}

.location {
	background: #fff;
	border-bottom: 1px solid #e5e5e5
}

.location:after,
.newlist01 li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.location h1 {
	float: left;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 2px solid #009944;
	color: #009944
}

.location span {
	float: right;
	color: #666;
	font-size: 14px;
	line-height: 50px;
	background: url(../images/wzicon.png) no-repeat left 13px;
	padding-left: 25px
}

.location span a {
	color: #009944
}

.listing_w {
	width: 100%;
	background: #fff;
	padding: 20px 30px
}

.nybox {
	background: #fff;
	padding: 0;
	margin-top: 10px
}

.newlist li {
	background: url(../images/listtb.png) no-repeat left 21px;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.newlist li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.newlist li:last-child {
	border-bottom: none
}

.newlist li .date {
	line-height: 50px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0
}

.newlist a h1 {
	font-size: 16px;
	line-height: 50px;
	display: block;
	padding-right: 95px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	color: #303030;
	-webkit-transition: all .3s;
	transition: all .3s
}

.newlist li:hover a h1 {
	color: #009944;
	font-weight: bold
}

.teacher {
	margin: 20px 0
}

.teacher h1 {
	font-size: 20px;
	line-height: 50px
}

.teacher table {
	width: 100%;
	border: 1px solid #666
}

.teacher table td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #666
}

.teacher table td a:hover {
	color: #009944
}

.js_text {
	padding-top: 20px
}

.js_text .photo {
	float: left;
	width: 178px;
	margin-right: 25px
}

.js_text .photo span {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 123%
}

.js_text .photo span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.text_s {
	overflow: hidden
}

.text_s h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: #333
}

.text_s h1 span {
	font-size: 14px;
	color: #0c9ae2;
	margin-left: 30px;
	font-weight: normal
}

.text_s p {
	font-size: 16px;
	line-height: 36px
}

.pofile {
	margin-top: 30px;
	min-height: 300px
}

.pofile .hd {
	background: #eaf1f8
}

.pofile .hd li {
	line-height: 55px;
	height: 55px;
	padding: 0 20px;
	font-size: 16px;
	float: left;
	cursor: pointer
}

.pofile .hd li.on {
	background: #073e7a;
	color: #fff
}

.pofile .bd {
	padding: 20px
}

.piclist li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
	background: #fff;
	padding-bottom: 10px
}

.piclist li:nth-child(3n) {
	margin-right: 0
}

.piclist li .pic {
	padding: 5px
}

.piclist li .pic span {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 70.2%
}

.piclist li .pic span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.piclist li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.piclist li h1 {
	font-size: 16px;
	padding: 10px 20px;
	display: block;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.piclist li a.more {
	width: 92px;
	height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 28px;
	color: #666;
	display: block;
	margin-top: 10px
}

.piclist li a.more:hover {
	background: #226fb8;
	color: #fff
}

.introbox {
	padding-top: 20px
}

.introbox p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px
}

.introbox h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333
}

.introbox p img {
	max-width: 100%
}

.line {
	margin: 15px 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #dddddd
}

.page {
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px
}

.pr {
	text-align: center;
	margin-top: 20px
}

.pr span {
	display: inline-block;
	margin: 0 15px;
	color: #999
}

.page a:hover {
	color: #095ab6
}

.structure {
	padding-top: 1px
}

.structure dl {
	margin-top: 30px
}

.structure dl dt {
	padding: 10px 20px;
	background: #f5f5f5;
	color: #009944;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}

.structure dl dd {
	width: 33.333%;
	float: left;
	line-height: 35px;
	padding-left: 20px;
	font-size: 14px
}

.structure dl dd a:hover {
	color: #0C9AE2
}

.bm_teacher {
	margin-top: 30px
}

.bt_sz {
	text-align: center;
	background: url(../images/line02.png) repeat-x left center;
	margin-bottom: 25px
}

.bt_sz span {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 0 30px;
	background: #fff
}

.bm_teacher li {
	margin: 10px 2%;
	width: 46%;
	border: 1px solid #ddd;
	padding: 14px;
	position: relative;
	float: left
}

.bm_teacher li a {
	display: block
}

.bm_teacher li .pic_bm {
	width: 30%;
	float: left;
	margin-right: 20px
}

.bm_teacher li .pic_bm span {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 118%
}

.bm_teacher li .pic_bm span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.bm_teacher li:hover .pic_bm span img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.bm_teacher li .jsxx {
	overflow: hidden
}

.bm_teacher li .jsxx h3 {
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px
}

.bm_teacher li .jsxx h3 span {
	font-size: 16px;
	margin-left: 20px;
	font-weight: normal
}

.bm_teacher li .jsxx p {
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height: 26px;
	margin-top: 5px;
	color: #6b6b6b
}

.bm_teacher li:hover .jsxx h3 {
	color: #009944
}

.result {
	padding: 20px 0
}

.tj p {
	font-size: 18px;
	font-weight: bold;
	color: #009944;
	line-height: 35px
}

.result li {
	padding: 15px 0 15px 0px;
	line-height: 30px;
	position: relative;
	border-bottom: 1px dashed #bdbdbd
}

.result li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.result li a {
	display: block
}

.result li span {
	position: absolute;
	line-height: 35px;
	right: 0;
	top: 15px;
	font-size: 16px;
	color: #aaa
}

.result li h1 {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	padding-right: 100px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden
}
@media only screen and (max-width:1600px) {
        .header{background-position:68% center}
}
@media only screen and (max-width:1500px) {
        .logo_l{max-width:40%;    padding-top: 15px;}
	.logo_l img {
		max-width:100%
	}
}



@media only screen and (max-width: 1024px) {
	.header {
		padding: 20px 0 20px 0;
		background-position: 75% center
	}

	.header .rowbox {
		display: flex;
		justify-content: flex-end;
		align-items: center
	}

	.meun_icon {
		margin-left: auto;
		display: block
	}

	.headr {
		display: none
	}

	.logo_l img {
		max-width: 350px
	}

	.mob_nav {
		display: block
	}

	.navbg {
		display: none
	}

	.newspic {
		width: 100%;
		float: none
	}

	.newslist {
		margin-top: 30px
	}

	.sidebox {
		width: auto;
		float: none !important
	}

	.sidebox:nth-child(even) {
		margin-top: 40px
	}

	.link_t li {
		width: 48%
	}

	.footlogo {
		width: 100%;
		float: none;
		text-align: center;
		clear: both;
		margin-bottom: 10px;
	}

	.bq {
		width: 60%
	}

	.meun {
		width: 100%;
		float: none;
		margin-right: 0;
		padding-bottom: 0;
		background: #fff
	}

	.meun .dt {
		background-size: 100% 100%
	}

	.meun .dt em {
		display: block
	}

	.meun dl {
		display: none;
		padding-bottom: 0
	}

	.listing {
		margin-top: 20px
	}

	.structure dl dd {
		width: 50%
	}
}

@media only screen and (max-width:768px) {
	.header {
		background: #009944
	}

	.bm_teacher li {
		width: 98%
	}
}

@media only screen and (max-width:640px) {
	.bq {
		float: none;
		width: 100%;
		margin-left: 0
	}

	.bq p {
		text-align: center
	}

	.ewm {
		margin: 10px auto 0 auto;
		float: none
	}

	.pic_li li {
		width: 100%;
		margin-top: 20px
	}

	.pic_li li:nth-child(2) {
		margin: 20px 0 0 0
	}

	.logo_l {
		width: 80%
	}

	.logo_l img {
		width: 100%
	}

	.location h1,
	.location span {
		float: none;
		display: block
	}

	.structure dl dd {
		width: 100%
	}

	.piclist li {
		width: calc(50% - 20px);
		margin: 15px 10px
	}

	.piclist li h1 {
		font-size: 14px
	}
}

@media only screen and (max-width:576px) {
	.item {
		width: 100%;
		float: none;
		margin-top: 10px !important;
		margin-left: 0 !important
	}

	.item:first-child {
		margin-top: 0
	}

	.teacher table td {
		font-size: 14px
	}

	.js_text .photo {
		float: none;
		margin: 0 auto
	}

	.text_s h1 {
		text-align: center
	}

	.pofile .bd {
		padding: 20px 0 0 0
	}

	a.more {
		top: -7px
	}

	.tit_e li {
		font-size: 22px
	}

	.tit_e li i {
		margin: 0 15px
	}
}

@media only screen and (max-width:414px) {
	.mob_top .toplink {
		font-size: 12px
	}

	.mob_nav .colsebtn {
		height: 18px;
		line-height: 18px
	}

	.mob_nav .colsebtn img {
		width: 18px;
		height: 18px
	}

	.xr_leader li .pic_tc {
		width: 100%;
		float: none
	}

	.xr_leader .row {
		padding-top: 15px
	}
	
	.tit_e li i {
	    margin: 0 15px;
	}
	
	.tit_e li {
	    font-size: 18px;
	}
}

@media only screen and (max-width:375px) {
	.bm_teacher li i.more {
		display: none
	}
}

@media only screen and (max-width:320px) {
	.mob_nav {
		width: 90%;
		right: -95%
	}
}

@media only screen and (max-width: 640px) {
	.footlogo {
		margin-bottom: 0px;
	}
}