/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}


div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}







/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
	height: 115px;
	background: url(/templates/default/images/header-bj.jpg) no-repeat center top #fff;
	border-bottom: 3px solid #84b522;
	padding-left: 74px;
	padding-right: 74px;
	display: flex;
	align-items: center;
}

.header-left {
	width: 398px;
	flex-shrink: 0;

}

.header-right {
	height: 100%;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.header-right-1 {
	display: flex;
	align-items: center;
}

.header-right-list {
	margin-left: 26px;
}

.header-right-list a {
	display: flex;
	align-items: center;
	justify-content: center;

}


.header-right-list i {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #0d5726;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.header-right-list i img {
	width: 18px;
	height: 18px;
}

.search {

	background: #fff;
	border-radius: 30px;
	flex-shrink: 0;
	margin-left: 26px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #c3c3c3;
}

.search form {
	width: 186px;
	height: 34px;
	display: flex;
	align-items: center;
}

.search-tb {
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	background: url(/templates/default/images/search-bj.png) no-repeat;
	border: none;
	background-size: cover;
	margin-left: 10px;
}

.search-inf {
	flex-grow: 1;
	overflow: hidden;
	height: 20px;
	border: none;
	font-size: 14px;
}

.nav-1 ul {
	display: flex;
	height: 54px;
}

.nav-1 ul li {
	height: 100%;
	position: relative;
	margin-left: 60px;
}

.nav-1 ul li.cur a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -3px;
	z-index: 99;
	background: #0d5726;
}

.nav-1 ul li a {
	height: 100%;
	line-height: 54px;
	display: inline-block;
	position: relative;
}

.nav-1 ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -3px;
	z-index: 99;
}

.nav-1 ul li a:hover::before {
	background: #0d5726;
}

.nav-1 ul li:first-child {
	margin-left: 0px;
}


.nav-1>ul>li:hover ul.list-unstyled {
	display: block;
}

.nav-1>ul>li>ul.list-unstyled {
	width: 108px;
	height: 0px;
	position: absolute;
	left: 50%;
	top: 57px;
	margin-left: -54px;
	z-index: 600;
	background-color: #fff;
	overflow: hidden;
}

.nav-1>ul>li>ul.list-unstyled li {
	margin: 0px;
}

.nav-1>ul>li>ul.list-unstyled li a {
	display: block;
	padding: 6px 0px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.nav-1>ul>li>ul.list-unstyled li a::before {
	content: "";
	display: none;
}

.nav-1>ul>li>ul.list-unstyled li a:hover {
	color: #0D5726;
	font-weight: bolder;
}

.nav-1>ul>li:hover .list-unstyled {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s;
}




.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

.ph-banner {
	display: none;
}

.margin-t {
	margin-top: 90px;
}

.margin-b {
	margin-bottom: 90px;
}

.padding-t {
	padding-top: 90px;
}

.padding-b {
	padding-bottom: 90px;
}

.box1 {
	background: url(/templates/default/images/box1-bj.jpg) no-repeat top center #f2f5fa;
}

.home-title {
	height: 40px;
}

.home-title-info {
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.home-title-info h1 {
	font-size: 36px;
	font-weight: bolder;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	color: #000;
}

.home-title-info span {
	font-size: 40px;
	font-weight: bolder;
	position: absolute;
	top: -30px;
	z-index: 2;
	color: #e1e3de;
	text-transform: uppercase;
}


.home-more {
	font-size: 14px;
	margin-top: 12px;
}

.home-more span {
	margin: 0 6px 0px 0px;
}

.box1-1-1 {
	margin-top: 54px;
	display: flex;
}

.box1-list-1 {
	width: 613px;
	height: 476px;
	flex-shrink: 0;
	margin-right: 50px;
}

.pic-switch ul li i.imgbox_a {
	padding-bottom: 60.85%;
}

.pic-switch .tver-box {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: -96px;
	z-index: 999;
	color: #fff;
	display: flex;
	align-items: center;
}

.pic-switch .tver {
	width: 100%;
	height: 156px;
	background: #fff;
	border-top: 6px solid #64d89b;
	padding: 20px;
}

.pic-switch .tver h2 {
	font-size: 15px;
	color: #222222;
}

.pic-switch .tver h1 {
	font-size: 18px;
	height: 20px;

	line-height: 20px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pic-switch ul li:hover .tver h1 {
	color: #0D5726;
}

.pic-switch .tver h3 {
	font-size: 14px;
	line-height: 1.7;
	height: 48px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}


.pic-switch .flex-control-nav {
	bottom: 13px;
	right: 0px;
	display: none;
}

.pic-switch .flex-control-nav li a {
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
}

.box1-list-2 {
	flex-grow: 1;
	overflow: hidden;
}

.box1-list-2 ul {
	margin-right: -25px;
}

.box1-list-2 ul li {
	width: 50%;
	padding-bottom: 25px;
	padding-right: 25px;
	float: left;

}

.box1-list-2 ul li a {
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	height: 220px;
	padding: 24px 24px 0px;
	border-top: 6px solid #e8c456;
}

.box1-list-2 ul li a:hover h1 {
	color: #0D5726;
}

.box1-list-2 ul li a h1 {
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.box1-list-2 ul li a h2 {
	font-size: 15px;
	color: #222222;
}

.box1-list-2 ul li a h3 {
	font-size: 14px;
	line-height: 1.7;
	height: 72px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.box1-1-2 {
	display: flex;
	height: 140px;
	margin-top: 5px;
}

.box1-1-21 {
	width: 280px;
	height: 140px;
	flex-shrink: 0;
	background: url(/templates/default/images/tz-bj.jpg) no-repeat right center #0d5726;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.box1-1-21 h1 {
	font-weight: bolder;
	font-size: 32px;
	margin-bottom: 5px;
}

.box1-1-22 {
	flex-grow: 1;
	overflow: hidden;
	background: #fff;
	padding-left: 72px;
	padding-right: 72px;
}

.box1-1-22 .owl-nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -54px;
	z-index: 22;
	width: 100%;
}

.box1-1-22 .owl-nav .owl-next {
	position: absolute;
	right: -50px;
	width: 16px;
	height: 28px;
	background: url(/templates/default/images/jt-r.png) no-repeat;
	text-indent: -999999px;
}

.box1-1-22 .owl-nav .owl-prev {
	position: absolute;
	left: -50px;
	width: 16px;
	height: 28px;
	background: url(/templates/default/images/jt-l.png) no-repeat;
	text-indent: -999999px;
}



.home-tzgg-list {
	margin-top: 15px;
}

.home-tzgg-data {
	display: flex;
	align-items: flex-end;
}

.home-tzgg-data h2 {
	font-size: 16px;
	color: #222222;
	margin-right: 10px;
}

.home-tzgg-data h2 span {
	font-size: 34px;
	color: #0d5726;
	font-weight: bolder;
	margin-right: 5px;
}

.home-tzgg-data h2 span+span {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
}

.home-tzgg-data h2+h2 {
	margin-bottom: 3px;
}

.home-tzgg-list h1 {
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-tzgg-list a:hover h1 {
	color: #0D5726;
}

.home-tzgg-list h3 {
	font-size: 14px;
	line-height: 1.7;
	height: 22px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box2 {
	background: url(/templates/default/images/box2-bj.jpg) no-repeat top center #f2f5fa;
	min-height: 300px;
}

.box2 .container {
	display: flex;
}

.box2-1 {
	width: 346px;
	flex-shrink: 0;
}

.box2-1 .home-title {
	height: 80px;
}

.box2-1 .home-title-info {
	height: 42px;
}

.box2-1 .home-title-info h1 {
	left: 0px;
	transform: unset;
	color: #fff;
}

.box2-1 .home-title-info span {
	left: 0px;
	color: #fff;
	opacity: 0.2;
}

.box2-1 .home-more {
	color: #fff;
}

.box2-12 {
	margin-top: 70px;
}

.box2-12 ul li {
	margin-top: 15px;
}

.box2-12 ul li.cur a {
	padding-left: 60px;
	transition: all 1s;
}

.box2-12 ul li.cur a::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	opacity: 1;
	left: 0px;
	top: 15px;
	transition: all 1s;
}


.box2-12 ul li a {
	font-size: 22px;
	color: #fff;
	position: relative;
	padding-left: 40px;
}

.box2-12 ul li a::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	background: #fff;
	opacity: 0.3;
	left: 0px;
	top: 15px;
}

.box2-12 ul li a:hover {
	padding-left: 60px;
	transition: all 1s;
}

.box2-12 ul li a:hover::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	opacity: 1;
	left: 0px;
	top: 15px;
	transition: all 1s;
}

.box2-2 {
	flex-grow: 1;
	position: relative;
}

.home-jyky {
	position: absolute;
	top: -10px;
	left: 8000px;
}

.home-jyky .owl-nav {
	position: absolute;
	width: 134px;
	display: flex;
	justify-content: space-between;
	left: -250px;
	color: #fff;
	bottom: 0px;
}

.home-jyky .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: url(/templates/default/images/jt-l-home.png) no-repeat;
	text-indent: 9999px;
}

.home-jyky .owl-nav .owl-prev:hover {
	background: url(/templates/default/images/jt-lh-home.png) no-repeat;
}

.home-jyky .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: url(/templates/default/images/jt-r-home.png) no-repeat;
	text-indent: 9999px;
}

.home-jyky .owl-nav .owl-next:hover {
	background: url(/templates/default/images/jt-rh-home.png) no-repeat;
}

.home-jyky.cur {
	position: absolute;
	top: -10px;
	left: 0px;
}

.home-jyky-list {
	background: #fff;
}

.home-jyky-pic i {
	position: relative;
}

.home-jyky-pic i::before {
	content: "";
	width: 7px;
	height: 60px;
	background: url(/templates/default/images/img-bj.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 33;
}

.home-jyky-pic i.imgbox_a {
	padding-bottom: 57.89%;
}

.home-jyky-inf {
	padding: 20px;
}

.home-jyky-inf h2 {
	font-size: 16px;
	color: #222222;
	position: relative;
}

.home-jyky-inf h2::before {
	content: "";
	width: 58px;
	height: 3px;
	position: absolute;
	background: rgba(46, 203, 121, 0.6);
	bottom: 3px;
	z-index: 2;
}

.home-jyky-inf h1 {
	font-size: 18px;
	height: 20px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 18px;
	margin-bottom: 12px;
}

.home-jyky-list a:hover .home-jyky-inf h1 {
	color: #0D5726;
}


.home-jyky-inf h3 {
	font-size: 14px;
	line-height: 1.7;
	height: 48px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.box3 {
	background: url(/templates/default/images/box3-bj.jpg) no-repeat;
	background-size: cover;
}

.box3-2 {
	display: flex;
}

.box3-2 {
	margin-top: 72px;
}

.box3-21 {
	width: 672px;
	flex-shrink: 0;
	height: 562px;
	background: #fff;
	margin-right: 36px;
}

.box3-21-pic i.imgbox_a {
	padding-bottom: 64.73%;
}

.box3-21-inf {
	padding: 24px 15px 0px;
}

.box3-21-inf h2 {
	font-size: 16px;
	color: #222222;
}

.box3-21-inf h1 {
	font-size: 18px;
	height: 20px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 10px;
	margin-bottom: 6px;
}

.box3-21-inf h3 {
	font-size: 14px;
	line-height: 1.7;
	height: 22px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box3-22 {
	flex-grow: 1;
	margin-right: -18px;
	overflow: hidden;
}

.box3-22 ul {
	width: 100%;
	display: inline-block;
}

.box3-22 ul li {
	width: 50%;
	padding-right: 18px;
	margin-bottom: 20px;
	float: left;
}

.box3-22 ul li a {
	width: 100%;
	display: block;
	background: #fff;
}

.box3-22 ul li a i.imgbox_a {
	padding-bottom: 64.39%;
}

.box3-22-inf {
	height: 54px;
	padding: 15px;
}

.box3-22-inf h1 {
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box3-3 {
	margin-top: 10px;
}

.box3-3 a {
	width: 120px;
	height: 38px;
	background: #0d5726;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin: 0px auto;
}

.box3-3 a span {
	font-size: 14px;
	color: #fff;
}

.box3-3 a i {
	margin-left: 10px;
}

.box4 {
	background: url(/templates/default/images/box4-bj.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.box4-box1 {
	display: flex;
}

.box4-1 {
	width: 155px;
	flex-shrink: 0;

}

.box4-home-title {
	height: 300px;
}

.box4-home-title-info {
	position: relative;
	height: 260px;
}

.box4-home-title-info h1 {
	writing-mode: vertical-rl;
	position: absolute;
	width: 50px;
	height: 200px;
	font-size: 36px;
	z-index: 3;
	top: 0px;
	left: 15px;
	font-weight: bolder;
}

.box4-home-title-info span {
	display: block;
	font-size: 40px;
	width: 50px;
	height: 380px;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	font-weight: bolder;
	z-index: 2;
	color: #e1e3de;
	opacity: 0.3;
}


.box4-home-more a {
	width: 26px;
	height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
	position: relative;
	z-index: 33;
}

.box4-home-more a span {
	writing-mode: vertical-rl;
	position: relative;
}

.box4-home-more a span::before {
	content: "";
	display: block;
	height: 26px;
	width: 1px;
	background: #a4a5a6;
	position: absolute;
	bottom: -30px;
	left: 10px;
}

.box4-home-more a i {
	margin-top: 38px;
}

.box4-2 {
	display: flex;
	flex-grow: 1;
	overflow: hidden;
}

.box4-21 {
	flex-grow: 1;
	overflow: hidden;
}

.jyky-listimg {
	display: none;
}

.jyky-listimg.cur {
	display: block;
}

.jyky-listimg i {
	width: 100%;
	display: inline-block;
	position: relative;
	font-style: initial;
}

.jyky-listimg i.imgbox_a {
	padding-bottom: 59.9%;
}

.jyky-listimg i .pic-zz {
	width: 100%;
	height: 300px;
	position: absolute;
	background: url(/templates/default/images/bj-mb.png) repeat-x bottom;
	z-index: 2;
	bottom: 0px;
}

.jyky-listimg i .jyky-listinf {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	padding: 0px 30px 20px;
	color: #fff;
}


.box4-22 {
	flex-shrink: 0;
	width: 544px;
}

.box4-22 ul li.cur {
	background: #e29b3e;
	position: relative;
	left: -62px;
	width: calc(100% + 60px);
	z-index: 4;
	padding-right: 20px;
}

.box4-22 ul li.cur a {
	border-bottom: 1px solid #e29b3e;
}

.box4-22-inf {
	flex-grow: 1;
	overflow: hidden;
}

.box4-22 ul li.cur a .box4-22-date h1,
.box4-22 ul li.cur a .box4-22-date h2,
.box4-22 ul li.cur a .box4-22-inf h1,
.box4-22 ul li.cur a .box4-22-inf h2 {
	color: #fff;
}




.box4-22 ul li a {
	display: flex;
	height: 140px;
	align-items: center;
	border-bottom: 1px solid #e1dfdf;

}

.box4-22-date {
	width: 84px;
	height: 84px;
	flex-shrink: 0;
	text-align: center;
	margin-left: 30px;
	margin-right: 20px;
}

.box4-22-date h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #333;
}

.box4-22-date h2 {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}

.box4-22-inf h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
	line-height: 20px;
}

.box4-22-inf h2 {
	font-size: 14px;
	line-height: 1.7;
	height: 48px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 12px;
}

.box4-box2 {
	margin-top: 110px;
	margin-right: -34px;
}

.box4-box2-list {
	width: 50%;
	padding-right: 34px;
	float: left;
}

.box4-box2-list a {
	width: 100%;
	display: block;
	position: relative;
}



.box4-box2-list i {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	font-style: normal;
}

.box4-box2-list i.imgbox_a {
	padding-bottom: 45.97%;
}

.box4-box2-bj {
	position: absolute;
	content: "";
	width: 100%;
	height: 306px;
	bottom: 0px;
	background: url(/templates/default/images/bj-mb.png) repeat-x;
	z-index: 2;
}


.box4-box2-list i .box4-box2-inf {
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 40px;
	position: absolute;
	bottom: 0px;
	z-index: 3;
}

.box4-box2-inf h1 {
	font-size: 24px;
	height: 26px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box4-box2-inf h2 {
	font-size: 16px;
	height: 20px;
	color: #fff;
	margin-top: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer {
	background: url(/templates/default/images/footer-bj.jpg) no-repeat;
	background-size: cover;
}

.footer-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer-12 {
	display: flex;
}

.footer-12-list {
	text-align: center;
	margin: 0px 20px;
}

.footer-12-list span {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}

.footer-13-list {
	display: flex;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.footer-13-list i {
	margin-right: 10px;
}

.footer-13-list span {
	color: #fff;
}

.footer-2 {
	border-top: 1px solid #c2c2c6;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.footer-2 span {
	color: #fff;
	font-size: 14px;
}






/********[手机特殊css样式开始]**********/

/**************************************/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(/templates/default/images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(/templates/default/images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/



.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}



.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 10px;
}



.logo-2 img {
	display: block;
	padding-top: 0px;
}



.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(/templates/default/images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机特殊css样式结束]**********/









/*************[新闻列表]**************/


.ej-banner {
	text-align: center;
	height: 478px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ej-banner h1 {
	font-size: 42px;
}

.ej-banner h2 {
	margin-top: 20px;
	font-size: 46px;
}


.ej-mbx {

	border-bottom: 1px solid #ececec;

	height: 68px;

}

.ej-mbx .container {
	display: flex;
	justify-content: center;
}

.ej-mbx-l ul li {

	float: left;

	height: 68px;

	line-height: 68px;

	margin-right: 32px;

}



.ej-mbx-l ul li a {

	height: 68px;

	line-height: 68px;

	display: block;

	font-size: 16px;

	color: #2c2c2c;

	position: relative;

}




.ej-mbx-l ul li.cur a {
	color: #0D5726;
	border-bottom: 2px solid #0D5726;
}

.ej-mbx-l ul li a:hover {
	color: #0D5726;
	border-bottom: 2px solid #0D5726;
}



.ej-mbx-l ul li a:hover::before {

	content: "";

	width: 15px;

	height: 7px;

	position: absolute;

	bottom: -1px;

	z-index: 99;

	left: 50%;

	margin-left: -7px;

	background: url(/templates/default/images/nav-jt.png) no-repeat;

}



.ej-mbx-l ul li a.cur {

	color: #0D5726;

	border-bottom: 2px solid #0D5726;

}



.ej-mbx-l ul li a.cur::before {

	content: "";

	width: 15px;

	height: 7px;

	position: absolute;

	bottom: -1px;

	z-index: 99;

	left: 50%;

	margin-left: -7px;

	background: url(/templates/default/images/nav-jt.png) no-repeat;

}


.ej-box {
	background: url(/templates/default/images/con-bj.jpg) no-repeat top;
	background-size: cover;
}


.news-recommend-box {
	background: #fff;
	box-shadow: 0px 0px 10px #f1f1f1;
}

.news-recommend-list {

	display: flex;

}



.news-recommend {
	padding-top: 82px;
	padding-bottom: 82px;
	background: rgba(255, 255, 255, 0.3);
}



.news-recommend-list {

	display: flex;

}



.news-recommend-img {

	width: 695px;

	margin-right: 40px;

	flex-shrink: 0;

}


.news-recommend-img i.imgbox_a {

	padding-bottom: 56.18%;

}


.news-recommend-txt {
	padding-right: 45px;
	padding-top: 40px;
	position: relative;
	flex-grow: 1;
	overflow: hidden;
}


.news-recommend-txt .news-recommend-date h1 {
	font-size: 38px;
	font-weight: bolder;
}

.news-recommend-txt .news-recommend-date h2 {
	height: auto;
	font-size: 18px;
	margin: 0px;
	margin-top: 8px;
	color: #666666;
}


.news-recommend-txt h2 {

	height: 68px;

	font-size: 20px;

	line-height: 1.7;

	color: #000;

	margin-top: 10px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	margin-top: 20px;

	margin-bottom: 20px;

}



.news-recommend-txt h3 {

	font-size: 15px;

	line-height: 1.7;

	height: 48px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	color: #555555;

	text-overflow: ellipsis;

}


.more-list2 {

	position: absolute;

	bottom: 40px;

}


.news-list-box ul li {

	display: flex;
	margin-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #ebebeb;

}



.news-list-box ul li a {

	display: flex;
	width: 100%;
	align-items: center;


}





.news-list-box ul li a:hover .news-list-inf h1 {
	color: #0d5726;
}

.news-list-box ul li a:hover .news-list-jt i img {
	display: none;
}

.news-list-box ul li a:hover .news-list-jt i img+img {
	display: block;
}




.news-list-item {

	display: flex;

	flex-grow: 1;

	align-items: center;

}



.news-list-img {

	width: 392px;

	margin-left: 102px;

	flex-shrink: 0;

}



.news-list-img i.imgbox_a {

	padding-bottom: 62.5%;

}



.news-list-inf {

	flex-grow: 1;

}



.news-list-inf h1 {

	font-size: 22px;
	color: #000;
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 18px;
	margin-bottom: 20px;

}



.news-list-inf h4 {
	font-size: 22px;
	color: #999999;

}



.news-list-inf h2 {
	font-size: 16px;
	line-height: 1.7;
	height: 55px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}


.notice h2 {
	font-size: 16px;
	line-height: 1.7;
	height: 28px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}




.news-list-inf h3 {

	font-size: 14px;

	color: #999999;

	margin-top: 15px;

}

.news-list-jt {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.news-list-jt i {
	margin-left: 8px;
}

.news-list-jt i img {
	width: 20px;
	height: 20px;
}

.news-list-jt i img+img {
	display: none;
}

.page {

	padding-top: 52px;

	padding-bottom: 52px;

	display: flex;

	justify-content: center;

}



.page a {

	padding: 6px 12px;

	background: #fff;

	margin: 0 5px;

	font-size: 14px;

	border: 1px solid #ebebeb;

}



.page a:hover {

	background: #0d5726;

	color: #fff;

	border: 1px solid #0d5726;

}








/************[单篇]****************/



.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}

.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}

.danpian-h2 {
	font-size: 14px;

	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}



.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}

.danpian-con * {

	font-size: 16px !important;
	color: #666 !important;
	line-height: 2.4 !important;
}

.danpian-con img {
	display: block;
	margin: 15px auto;

}





.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}



.dan-a {

	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.dan-a a {
	font-size: 16px;
	color: #666;
}


.dan-a a:hover {
	color: #004998;
}



/************[图片列表]****************/

.ej-box-bj {
	background: #eff3f6;
}

.pic-box {
	padding-top: 58px;
	padding-bottom: 58px;
}


.pic-box-1 {
	overflow: hidden;
}

.pic-box-1 ul {
	margin-right: -45px;
}

.pic-box-1 ul li {
	width: 50%;
	padding-right: 45px;
	float: left;
}

.pic-box-1 ul li a {
	width: 100%;
	display: inline-block;
}

.pic-box-1 ul li a i {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	font-style: initial;
}

.pic-box-1 ul li a i.imgbox_a {
	padding-bottom: 51.48%;
}

.pic-box-1 ul li a i .pic-zz {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/templates/default/images/bj-mb.png) repeat-x bottom;
	z-index: 2;
	bottom: 0px;
}

.pic-box-1 ul li a i .pic-box1-inf {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	bottom: 0px;
	font-size: 18px;
	height: 64px;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic-box-2 {
	padding-top: 54px;
	overflow: hidden;
}

.pic-box-2 ul {
	margin-right: -40px;
}

.pic-box-2 ul li {
	width: 33.3333%;
	padding-right: 40px;
	float: left;
	margin-bottom: 38px;
}

.pic-box-2 ul li a {
	display: inline-block;
	width: 100%;
	background: #fff;
}

.pic-box2-img i.imgbox_a {
	padding-bottom: 56.59%;
}

.pic-box2-inf {
	height: 146px;
	padding: 22px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.pic-box2-inf h1 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.5;
}

.pic-box2-inf h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.pic-box2-inf h2 span {
	font-size: 16px;
	color: #999999;
}

.pic-box .page {
	padding: 0px;
}

/************[视频]****************/

.video-tb {
	position: absolute;
	z-index: 4;
	width: 62px;
	height: 62px;
	top: 50%;
	left: 50%;
	margin-left: -31px;
	margin-top: -31px;
}

.video-bq {
	position: absolute;
	z-index: 4;
	width: 96px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	color: #fff;
	left: 10px;
	top: 10px;
}

.pic-box-1 ul li a i .video-box1-inf {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	bottom: 0px;
	font-size: 18px;
	height: 64px;
	color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
}

.video-box1-inf1 {
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video-box1-inf2 {
	width: 82px;
	padding-left: 20px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-box1-inf2 span {
	font-size: 15px;
}

.video-box2-img i {
	position: relative;
}

.video-box2-img i.imgbox_a {
	padding-bottom: 56.59%;
	width: 100%;
	height: 100%;
	display: inline-block;
	font-style: initial;
}

.video-box2-inf {
	height: 78px;
	display: flex;
	align-items: center;
	padding: 15px;
	justify-content: space-between;
}

.video-box2-inf1 {
	flex-grow: 1;
	font-size: 18px;
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video-box2-inf2 {
	flex-shrink: 0;
	width: 100px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.video-box2-inf2 i {
	width: 40px;
	flex-shrink: 0;
	margin-right: 12px;
}

.video-box2-inf2 i img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.video-box2-inf2 span {
	flex-grow: 1;
}


/************[教育科研]****************/


.jyky-lm ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.jyky-lm ul li a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0d5726;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 15px;
}

.jyky-lm ul li a:hover {
	background: #0d5726;
	border: 1px solid #0d5726;
	color: #fff;
}

.jyky-lm ul li.cur a {
	background: #0d5726;
	border: 1px solid #0d5726;
	color: #fff;
}



/************[地理位置]****************/

.ej-box2 {
	background: url(/templates/default/images/con-bj2.jpg) no-repeat top;
	background-size: cover;
}

.dlwz-box1 {
	margin-bottom: 40px;
}

.dlwz-box1 h1 {
	text-transform: uppercase;
	font-size: 26px;
	color: #9fa0a2;
}

.dlwz-box1 h2 {
	font-size: 34px;
	margin-top: 10px;
	color: #222222;
	font-weight: bolder;
}

.dlwz-box2 {
	margin-right: -26px;
	overflow: hidden;
}

.dlwz-box2-list {
	width: 50%;
	padding-right: 26px;
	float: left;
}

.dlwz-box2-list i {
	display: inline-block;
	position: relative;
	font-style: initial;
	width: 100%;
	height: 100%;
}

.dlwz-box2-list i.imgbox_a {
	padding-bottom: 61.34%;
}

.dlwz-box2-list i .dlwz-box2-zz {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	width: 100%;
	bottom: 0px;
	background: url(/templates/default/images/bj-mb.png) repeat-x bottom;
}

.dlwz-box2-list i .dlwz-box2-inf {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	height: 60px;
	color: #fff;
	padding: 20px;
}

.dlwz-box3 {
	display: flex;
	overflow: hidden;
	margin-top: 28px;
}

.dlwz-box3-1 {
	width: 408px;
	flex-shrink: 0;
}

.dlwz-box3-1 i.imgbox_a {
	padding-bottom: 71.81%;
}

.dlwz-box3-2 {
	flex-grow: 1;
	overflow: hidden;
}

.dlwz-box3-2 ul {
	overflow: hidden;
	width: 100%;
}

.dlwz-box3-2 ul li {
	width: 50%;
	padding-left: 8px;
	float: left;
}

.dlwz-box3-list {
	width: 100%;
	background: #f8f8f8;
	height: 293px;
	border-top: 4px solid #83b323;
	padding: 20px;
}

.dlwz-box3-list h1 {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 48px;
}

.dlwz-box3-list h2 {
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
}


/************[联系我们]****************/

.contact-box2 {
	display: flex;
}

.contact-box2-1 {
	width: 512px;
	flex-shrink: 0;
}

.contact-box2-1 i {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	font-style: initial;
}

.contact-box2-1 i.imgbox_a {
	padding-bottom: 76.5625%;
}

.contact-box2-xzxx {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.contact-box2-xzxx h1 {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 24px;
}

.contact-box2-xzxx h1 span {
	font-size: 24px;
	display: block;
	margin-top: 10px;
}

.contact-box2-xzxx h1 span+span {
	font-size: 18px;


}

.contact-box2-2 {
	flex-grow: 1;
	background: url(/templates/default/images/contact-bj.jpg) no-repeat bottom #fff;
	background-size: cover;
	display: flex;
	flex-direction: column;

	justify-content: center;
}

.contact-box2-21 {
	font-size: 28px;
	font-weight: bolder;
	padding-left: 70px;
}

.contact-box2-22 {
	margin-top: 80px;
}

.contact-box2-22 ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	border-right: 1px solid #ebebea;
}

.contact-box2-22 ul li h1 {
	font-size: 16px;
	color: #222;
	margin-top: 10px;
}

.contact-box2-22 ul li h2 {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}

.contact-box2-22 ul li:last-child {
	border-right: none;
}

.contact-box3 {
	background: url(/templates/default/images/contact-bj2.jpg) no-repeat;
	background-size: cover;
}

.contact-box3-1 {
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.contact-box3-11 {
	background: #fff;
}

.contact-box3-11 form {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}

.xyzc-1 {
	flex-grow: 1;
}

.xyzc-1-list {
	width: 50%;
	display: flex;
	align-items: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.xyzc-1-list span {
	width: 120px;
	text-align: right;
	display: inline-block;
	padding-right: 15px;
	flex-shrink: 0;
}

.xyzc-1-list input {
	flex-grow: 1;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e9e6e6;
	padding-left: 20px;
}

.xyzc-2 {
	flex-shrink: 0;
	width: 158px;
	height: 131px;
	background: #83b323;
	border: none;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	margin-left: 42px;
	margin-right: 54px;
}
.xyzc-1-list .bmzx-sex{
	height: 50px;
}
.xyzc-1-list textarea {
	width: 100%;
	height: 100px;
	border-radius: 5px;
	border: 1px solid #e9e6e6;
}
.xyzc-1-list:last-child{
	width: 100%;
}


/************[关于我们]****************/


.about-1 {
	background: url(/templates/default/images/about-bj1.jpg) no-repeat right;
	background-size: cover;
}

.about-box1 {
	display: flex;
}

.about-box1-1 {
	width: 310px;
	border-right: 1px solid #ccc;
	flex-shrink: 0;
}

.about-tit {
	padding-bottom: 45px;
	background: url(/templates/default/images/about-tit-bj.png) no-repeat left bottom;
}


.about-tit h1 {
	text-transform: uppercase;
	font-size: 32px;
	color: #c6d2cd;
}

.about-tit h2 {
	font-size: 36px;
	color: #222222;
	margin-top: 10px;
}

.xxjj-inf-list {
	margin-top: 60px;
}

.xxjj-inf-list h1 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}

.xxjj-inf-list h1:last-child {
	margin-bottom: 0px;
}

.xxjj-inf-list h1 span {
	font-size: 40px;
	color: #0d5726;
	font-weight: bolder;
	display: inline-block;
	margin-right: 5px;
}

.about-box1-2 {
	flex-grow: 1;
	padding-left: 84px;
}

.about-box1-21 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-21-tit h1 {
	font-size: 38px;
}

.about-21-tit h2 {
	font-size: 16px;
	color: #a7a9ab;
	margin-top: 15px;
}

.about-21-tit h3 {
	font-size: 26px;
	color: #0d5726;
	margin-top: 32px;
}


.about-box1-22 {
	height: 390px;
	overflow: hidden;
}

.about-box1-22 h2 {
	font-size: 16px;
	color: #666666;
	line-height: 1.7;
	margin-top: 50px;
}

.about-box1-22 p img {
	display: none;
}

.about-more {
	margin-top: 40px;
}

.about-more a {
	width: 120px;
	height: 38px;
	background: #0d5726;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin: 0px auto;
}

.about-more a span {
	font-size: 14px;
	color: #fff;
}

.about-more a i {
	margin-left: 10px;
}

.about-2 {
	background: url(/templates/default/images/about-bj2.jpg) no-repeat;
	background-size: cover;
}

.about-box2 {
	display: flex;
}

.about-box2-title {
	position: relative;
	height: 426px;
	width: 214px;
	flex-shrink: 0;
}

.about-box2-title h1 {
	writing-mode: vertical-rl;
	position: absolute;
	width: 50px;
	height: 200px;
	font-size: 36px;
	z-index: 3;
	top: 0px;
	left: 40px;
}

.about-box2-title span {
	display: block;
	font-size: 42px;
	width: 50px;
	height: 426px;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	z-index: 2;
	color: rgba(34, 34, 34, 0.2);
	opacity: 0.3;
}

.about-box2-inf {
	flex-grow: 1;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	border-left: 3px solid #e8c456;
	padding: 60px;
}

.about-box2-inf h1 {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	margin-bottom: 15px;
}

.about-box2-inf img {
	float: right;
}

.about-tit2 {
	padding-bottom: 0px;
	background: #fff;
}

.about-tit2 h1 {
	font-size: 28px;
	color: #a5a5a5;
}

.about-3-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 45px;
}

.about-3-11 ul li {
	float: left;
}

.about-3-11 ul li.cur a {
	border: 1px solid #0d5726;
	color: #0d5726;
	font-weight: bolder;
}

.about-3-11 ul li a {
	width: 136px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e3e3e3;
	display: inline-block;
	border-radius: 34px;
	text-align: center;
	margin-left: 18px;
}

.about-3-11 ul li a:hover {
	border: 1px solid #0d5726;
	color: #0d5726;
	font-weight: bolder;
}




.phone-ldjt {
	display: none;
}

.about-leader-box {
	position: relative;
	height: 580px;
	top: 0px;
}

.about-leader {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 100000px;
}

.about-leader.cur {
	left: 0px;
}

.about-3-2 {

	background: url(/templates/default/images/about-3-bj.jpg) no-repeat right bottom #fbfbfb;
	display: flex;
}

.about-3-21 {
	flex-grow: 1;
	order: 1;
	overflow: hidden;
}

.big-leader,
.big-leader2 {
	display: none;
}

.big-leader.cur,
.big-leader2.cur {
	display: block;
}


.about-3-img {
	position: relative;
}

.about-3-img i {
	width: 430px;
	height: 580px;
	display: inline-block;
}

.about-3-img i img {
	width: 100%;
}

.about-3-inf {
	width: 660px;
	height: 253px;
	background: #83b323;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 370px;
	padding: 45px;
}

.about-3-inf h1 {
	font-size: 34px;
}

.about-3-inf h1 span {
	font-size: 24px;
}

.about-3-inf h2 {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 30px;
}

.about-3-2 {
	overflow: hidden;
}

.about-3-22 {
	width: 320px;
	flex-shrink: 0;
	order: 2;
	text-align: center;
	height: 580px;
}

.leader-box {
	height: 540px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-3-22 .swiper {
	height: 100%;
	position: relative;
}

.about-3-22 .swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-3-22 .swiper .swiper-slide-active .leader-list img {
	border: 2px solid #83b323;
}



.about-3-22 .swiper-button-next,
.about-3-22 .swiper-button-next2 {
	position: absolute;
	height: 26px;
	margin-top: 0px;
	top: -0px;
	left: 0%;
	width: 100%;
	background: url(/templates/default/images/jt-teacher-t.png) no-repeat top center;
	z-index: 99;
}

.about-3-22 .swiper-button-next:hover,
.about-3-22 .swiper-button-next2:hover {
	background: url(/templates/default/images/jt-teacher-th.png) no-repeat top center;
}

.about-3-22 .swiper-button-prev,
.about-3-22 .swiper-button-prev2 {
	position: absolute;
	height: 26px;
	top: unset;
	bottom: 0px;
	left: 0%;
	width: 100%;
	background: url(/templates/default/images/jt-teacher-d.png) no-repeat bottom center;
	z-index: 99;
}

.about-3-22 .swiper-button-prev:hover,
.about-3-22 .swiper-button-prev2:hover {
	background: url(/templates/default/images/jt-teacher-dh.png) no-repeat bottom center;
}


.leader-list {
	width: 110px;
	margin: 0px auto;
}

.leader-list img {
	border-radius: 100%;
}

.about-4 {
	background: url(/templates/default/images/about-bj3.jpg) no-repeat;
	background-size: cover;
}

.about-4-title {
	text-align: center;
}

.about-4-title h1 {
	font-size: 28px;
	color: #a5a5a5;
	text-transform: uppercase;
}

.about-4-title h2 {
	font-size: 36px;
	color: #222222;
	margin-top: 10px;
}

.about-4 {
	display: flex;
}

.about-4-1 {
	margin-top: 60px;
	display: flex;
}

.about-4-11 {
	width: 635px;
	margin-right: 40px;
	flex-shrink: 0;
}


.teacher-switch ul.flex-direction-nav {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100px;
	height: 50px;
	z-index: 22;
	background: #e1eae4;
	right: 0px;
	display: flex;
}

.teacher-switch ul.flex-direction-nav li {
	width: 50%;
	height: 100%;
	background: red;
}

.teacher-switch ul.flex-direction-nav li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.teacher-switch ul.flex-direction-nav li a.flex-prev {
	background: url(/templates/default/images/jt-about-l.jpg) no-repeat;
}

.teacher-switch ul.flex-direction-nav li a.flex-prev:hover {
	background: url(/templates/default/images/jt-about-lh.jpg) no-repeat;
}

.teacher-switch ul.flex-direction-nav li a.flex-next {
	background: url(/templates/default/images/jt-about-r.jpg) no-repeat;
}

.teacher-switch ul.flex-direction-nav li a.flex-next:hover {
	background: url(/templates/default/images/jt-about-rh.jpg) no-repeat;
}



.teacher-switch ul li i.imgbox_a {
	padding-bottom: 66.93%;
}

.teacher-switch .tver-box {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: -96px;
	z-index: 999;
	color: #fff;
	display: flex;
	align-items: center;
}



.teacher-switch .flex-control-nav {
	bottom: 13px;
	right: 0px;
	display: none;
}

.teacher-switch .flex-control-nav li a {
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
}



.teacher-switch i.imgbox_a {
	padding-bottom: 69.49%;
}


.teacher-switch ul li .tver {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}

.teacher-switch .flex-control-nav {
	bottom: 8px;
}

.teacher-switch .flex-control-paging li a {
	width: 22px;
	height: 22px;
	line-height: 22px;
}


.about-4-12 {
	flex-grow: 1;
	overflow: hidden;
	padding-right: 80px;
	padding-left: 80px;
}

.about-4-12 .owl-nav {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: 0px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
}

.about-4-12 .owl-nav .owl-prev {
	width: 26px;
	height: 26px;
	background: url(/templates/default/images/jt-teacher-l.png) no-repeat;
	text-indent: 99999px;
}

.about-4-12 .owl-nav .owl-prev:hover {
	background: url(/templates/default/images/jt-teacher-lh.png) no-repeat;
}

.about-4-12 .owl-nav .owl-next {
	width: 26px;
	height: 26px;
	background: url(/templates/default/images/jt-teacher-r.png) no-repeat;
	text-indent: 99999px;
}

.about-4-12 .owl-nav .owl-next:hover {
	background: url(/templates/default/images/jt-teacher-rh.png) no-repeat;
}

.teacher-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.teacher-item {
	width: 100%;
	margin-bottom: 20px;
}

.teacher-list .teacher-item:last-child {
	margin-bottom: 0px;
}

.teacher-item i.imgbox_a {
	padding-bottom: 117.24%;
}

.teacher-item i {
	font-style: initial;
	position: relative;
}

.teacher-item .js-inf {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	bottom: -200%;
	display: flex;
	background: rgba(0, 0, 0, 0.5);
}

.teacher-item .js-inf h1 {
	font-size: 22px;
	margin-bottom: 12px;
}

.teacher-item .js-inf h1 span {
	font-size: 16px;
	margin-left: 5px;
}

.teacher-item .js-inf h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #c0c0c1;
}

.teacher-item:hover .js-inf {
	cursor: pointer;
	opacity: 1;
	bottom: 0px;
	transition: all .8s;
}

.xyfm-box {
	position: relative;
	height: 338px;

}

.xyfm-boxlist {
	width: 100%;
	position: absolute;
	left: 8000px;
	top: 0px;
}

.xyfm-boxlist.cur {
	position: absolute;
	left: 0px;
	top: 0px;
}

.xyfm .owl-nav {
	width: calc(100% + 150px);
	display: flex;
	position: absolute;
	justify-content: space-between;
	height: 50px;
	top: 50%;
	left: -75px;
	margin-top: -25px;
}

.xyfm .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: url(/templates/default/images/jt-l-home2.png) no-repeat;
	text-indent: 9999px;
}

.xyfm .owl-nav .owl-prev:hover {
	background: url(/templates/default/images/jt-lh-home.png) no-repeat;
}

.xyfm .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: url(/templates/default/images/jt-r-home2.png) no-repeat;
	text-indent: 9999px;
}

.xyfm .owl-nav .owl-next:hover {
	background: url(/templates/default/images/jt-rh-home.png) no-repeat;
}


.xyfm-list i {
	position: relative;
	font-style: initial;
}

.xyfm-list i.imgbox_a {
	padding-bottom: 76.52%;
}

.xyfm-list .bj-mb {
	position: absolute;
	width: 100%;
	background: url(/templates/default/images/bj-mb.png) repeat-x bottom;
	z-index: 2;
	height: 250px;
	bottom: 0px;
}

.xyfm-list .xyfm-inf {
	position: absolute;
	bottom: 0px;
	height: 50px;
	z-index: 3;
	text-align: center;
	width: 100%;
	line-height: 50px;
	color: #fff;
}


.xufm-lmbox ul li {
	float: left;
}

.xufm-lmbox ul li.cur a {
	border: 1px solid #0d5726;
	color: #0d5726;
	font-weight: bolder;
}

.xufm-lmbox ul li a {
	width: 136px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e3e3e3;
	display: inline-block;
	border-radius: 34px;
	text-align: center;
	margin-left: 18px;
}

.xufm-lmbox ul li a:hover {
	border: 1px solid #0d5726;
	color: #0d5726;
	font-weight: bolder;
}

/************[教师列表]****************/

.teacher-box {
	overflow: hidden;
}

.teacher-box ul {
	margin-right: -20px;
}

.teacher-box ul li {
	width: 20%;
	float: left;
	padding-right: 20px;
	margin-bottom: 30px;
}

.teacher-itembox i {
	position: relative;
	font-style: initial;
}

.teacher-itembox i.imgbox_a {
	padding-bottom: 117.24%;
}

.teacher-itembox h4{
    height: 42px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-name {
	width: 100%;
	position: absolute;
	height: 40px;
	line-height: 40px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
}

.teacher-inf {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	color: #fff;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
}

.teacher-inf h1 {
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}



.teacher-inf h1 span {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}

.teacher-inf h2 {
	font-size: 15px;
	line-height: 2;
}

.teacher-box ul li a:hover .teacher-name {
	display: none;
}


.teacher-box ul li a:hover .teacher-inf {
	display: flex;
}





/************[页码]****************/

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 0px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #0d5726;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 34px;
	display: flex;
	align-items: center;
}

.pagination>.active>a,
.pagination>.active>span {
	margin-right: 5px;
}

.pagination>.disabled>span {
	margin-right: 5px;
}

.news-danpian .jyky-lm {
	margin-top: 40px;
}

.news-danpian .jyky-lm ul {
	margin-bottom: 0px;
}



.ej-box-bj .jyky-lm ul {
	margin-top: 60px;
	margin-bottom: 0px;
}





/************[报名中心]****************/

.bmzx-box {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 0px 0px 20px 20px;
	margin-right: -25px;
}

.bmzx-box-inf {
	padding-top: 30px;

}

.bmzx-box-inf h1 {
	font-weight: bolder;
	font-size: 18px;
}

.bmzx-box-inf span {
	display: inline-block;
	margin-top: 10px;
	color: #E62020;
}

.bmzx-list {
	width: 50%;
	display: flex;
	flex-direction: column;
	float: left;
	padding-right: 20px;
}

.bmzx-list span {
	display: inline-block;
	padding-top: 24px;
	padding-bottom: 12px;
}

.bmzx-list input {
	flex-grow: 1;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #e9e6e6;
	padding-left: 20px;
}

.bmzx-tj {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.bmzx-tj button.bm-button {
	height: 42px;
	border: none;
	color: #fff;
	background: #83b323;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 5px;
}



.bmzx-sex {
	display: flex;
	align-items: center;
	height: 42px;
}

.bmzx-sex input {
	display: none;
	margin-top: 10px;
}

.bmzx-sex label {
	box-sizing: border-box;
	position: relative;
	margin: 0px;
	margin-right: 34px;
}

.bmzx-sex label::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid rgb(219, 219, 219);
	margin-right: 8px;
	vertical-align: middle;
}

.bmzx-sex input:checked+label::before {
	border: 1px solid #fff;
	background-color: #fff;
}

.bmzx-sex input:checked+label::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background-color: #0D5726;
}


/************[风采]****************/
.fengcai-box{
    padding-top: 0px;
    padding-bottom: 0px;
}



.banner .swiper-slide>a{
    display: block;
    position: relative;
}
.hh11{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 333px;
    z-index: 500;
    font-size:46px;
    color:#fff;
    text-align: left;
}



.bhei-div{
    position: absolute;
    width: 1162px;
    height: 342px;
    background-image: url(/templates/default/images/bhei.png);
    right: 0;
    top: 50%;
    margin-top: -171px;
    text-align: right;
    padding-right: 5%;
    padding-top: 80px;
    z-index: 15;
}

.bhei-div h1{
    font-size: 60px;
    color:#fff;
    line-height: 1;
}
.bhei-div a{
    display: block;
    margin-left: auto;
    width: 310px;
    height: 58px;
    line-height: 58px;
    border-radius: 58px;
    color: #fff;
    background-color: #81b223;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
}
.bhei-div a img{
    display: inline-block!important;
    width: 29px!important;
    height:auto!important;
    margin-left: 20px;
    margin-top: -3px;
}




