* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background: none;
	text-decoration: none;
}

#header {
	height: 256px;
}

#footer {
	height: 239px;
}

.nav_a {
	color: #fff;
	display: block;
}

.weather {
	background: #20782C;
	height: 40px;
	min-width: 1456px;
}

.weather_content {
	width: 1400px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}

.weather_content span {
	color: #FBFBFB;
	font-size: 14px;
}

.weather_content p {
	display: flex;
}

.weather_content p img {
	width: 19px;
	height: 14px;
	margin-top: 13px;
	margin-right: 5px;
}

.banner {
	background: url(../img/banner2.png) no-repeat;
	background-size: cover;
	height: 180px;
	min-width: 1456px;
}

.flower_banner {
	background: url(../img/banner_flo.png) no-repeat;
	background-size: 100% 100%;
	height: 180px;
	min-width: 1456px;
}

.banner_cotnent {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	padding-top: 35px;
}

.logo {
	width: 497px;
	height: 104px;
}

.search {
	display: flex;
}

.weixin {
	display: flex;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
}

.codes {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 74px;
	left: 0;
	display: none;
}

.weixin:hover .codes {
	display: block;
}

.icons {
	width: 31px;
	height: 30px;
	margin-right: 4px;
	margin-top: 38px;
}

.weixin span {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 104px;
}

.find {
	width: 164px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	display: flex;
	margin-top: 38px;
}

.find img {
	width: 19px;
	height: 19px;
	margin-left: 15px;
	position: relative;
	top: 4px;
}

.find input {
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
	color: #333;
	width: 70%;
	height: 30px;
}


/*导航*/

.nav {
	background: url(../img/navbg.png) no-repeat;
	background-size: 100% 100%;
	height: 36px;
	min-width: 1456px;
}

.flower_nav {
	background: #07A160 !important;
}

.nav_content {
	width: 1400px;
	margin: auto;
	position: relative;
}

.nav_content ul {
	display: flex;
}

.nav_content ul li {
	width: 233px;
	height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	cursor: pointer;
}

.flower_nav ul li {
	width: 182px !important;
}

.flower_nav .nav_a b {
	left: 50px !important;
}

.flower_nav .nav_a {
	display: block;
}

.nav_a b {
	content: "";
	display: inline-block;
	width: 0px;
	height: 15px;
	border: 1px solid #fff;
	position: relative;
	left: 80px;
	top: 3px;
}

.nav_content ul li:last-child:after {
	border: 1px solid rgba(0, 0, 0, 0);
}

.nav_content ul li:hover {
	background: url(../img/navactive.png) no-repeat;
	background-size: 100% 100%;
}

.flower_nav .nav_content ul li:hover {
	background: #0A7C4A !important;
	background-size: 100% 100%;
}

.flower_nav .nav_content ul li:hover .flower_child_nav {
	display: block;
}

.flower_nav ul li {
	position: relative;
}

.flower_child_nav {
	width: 174px;
	position: absolute;
	top: 37px;
	left: 0;
	background: rgba(237, 238, 238, 0.9);
	z-index: 9999;
	display: none;
}

.flower_fix_nav ul li {
	width: 140px !important;
}

.flower_child_nav a {
	color: #2F2F2F;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
}

.flower_child_nav a:hover {
	background: #439D37 !important;
	color: #fff !important;
}

.nav_content ul li:hover .container {
	display: block;
}

.container {
	width: 1400px;
	height: 204px;
	background: rgba(243, 245, 245, 1);
	position: absolute;
	top: 36px;
	left: 0;
	display: none;
	z-index: 9999;
}

.brief {
	display: flex;
	width: 30%;
	float: left;
}

.brief img {
	width: 444px;
	height: 158px;
	margin-top: 20px;
	margin-left: 12px;
}

.abox p {
	font-size: 15px;
	color: #497DB0;
	text-align: left;
	margin-left: 10px;
	padding: 0 50px;
	line-height: 30px;
	width: 40%;
	margin-top: 3px;
}

.abox {
	width: 70%;
	float: right;
	display: flex;
	margin-top: 30px;
}

.abox a {
	font-size: 15px;
	color: #3D3D3D;
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 10px;
}

.abox a:hover {
	color: #FFAA16;
}

.subject {
	background: url(../img/main.png) no-repeat;
	background-size: 100% 100%;
	min-width: 1456px;
	background-attachment: fixed;
}

.subject_flo {
	background: url(../img/flower.png) no-repeat;
	background-size: 100% 100%;
	min-width: 1456px;
	background-attachment: fixed;
}

.subject_content {
	width: 1456px;
	margin: auto;
	background: #fff;
	padding-bottom: 40px;
	margin-top: 30px;
}

.maqueen {
	width: 1400px;
	margin: auto;
	background: url(../img/laba.png) no-repeat;
	background-size: 100% 100%;
	height: 44px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.maqueen_main {
	width: 1330px;
	margin-left: 70px;
}

.maqueen_item {
	display: flex;
}

.maqueen_item p {
	font-size: 14px;
	color: #181818;
	display: flex;
	line-height: 44px;
	margin-right: 20px;
}

.maqueen_item b {
	width: 8px;
	height: 8px;
	background: #000000;
	display: block;
	margin-top: 19px;
	margin-right: 5px;
}

.msg1 {
	width: 1400px;
	height: 440px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.swiper,
.swiper img {
	width: 706px;
	height: 400px;
	display: block;
	object-fit: cover;
}

.swiper {
	position: relative;
}

.swiper p {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	line-height: 40px;
	padding-left: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	left: 35% !important;
}

.index_adv .swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
	border-radius: 0 !important;
}

.index_adv .swiper-pagination-bullet-active {
	background: #35B5EB !important;
}

.msg1_right {
	/*width: 666px;*/
	height: 400px;
}

.msg1_header {
	width: 666px;
	height: 40px;
	background: url(../img/titlebg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	line-height: 40px;
	justify-content: space-between;
}

.msg1_header a {
	display: flex;
	margin-right: 10px;
	color: #fff;
}

.party {
	background-image: none !important;
	background-size: 100% 100%;
	justify-content: space-between;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 10px;
}

.party a {
	font-size: 14px;
	color: #3E3E3E;
	margin-right: 15px;
	line-height: 52px;
}

.msg1_header b {
	display: block;
	width: 6px;
	height: 16px;
	background: #fff;
	border-radius: 15px;
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
}

.msg1_header span {
	color: #181818;
	font-size: 20px;
	font-weight: bold;
	display: flex;
}

.msg1_header span img {
	position: relative;
	top: 9px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
}

.message a {
	display: flex;
	justify-content: space-between;
	margin-top: 14.5px;
	cursor: pointer;
}

.message a:hover p {
	color: #E5A63D;
}

.message a p {
	color: #2B2B2B;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 80%;
}

.message a p:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: linear-gradient(89deg, #16C0BE, #4D7CB3);
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin-right: 8px;
}

.message a span {
	color: #859E67;
	font-size: 14px;
}

.message {
	margin-top: 10px;
}

.special {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.picture {
	width: 1340px;
}

.part_picture {
	width: 1400px;
}

.part_picture img {
	width: 100% !important;
	height: 110px !important;
	object-fit: cover;
}

.special_title {
	width: 60px;
	height: 84px;
	margin-right: 15px;
}

.picture img {
	width: 320px;
	height: 84px;
	margin: 0 2px;
}

.msg2 {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.msg2_left {
	/*width: 666px;*/
}

.part_left {
	width: 666px !important;/*width: 441px !important;*/
}

.part_left .party {
	width: 666px;/*width: 441px;*/
}

.part_left .message a p:before {
	display: none;
}

.part_buildings .message a p:before {
	display: none;
}

.msg2_nav {
	height: 40px;
	position: relative;
	margin-top: 10px;
}

.msg2_nav ul {
	display: flex;
}

.msg2_nav ul li {
	width: 120px;
	text-align: center;
	height: 40px;
	position: relative;
	line-height: 40px;
	cursor: pointer;
}

.msg2_nav ul li span {
	font-size: 20px;
	color: white;
	margin-left: 20px;
}

.change_nav span {
	color: #50e1ea;
}

.msg2_nav ul li b {
	width: 120px;
	height: 2px;
	background: linear-gradient(89deg, #148D81, #5579BA);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.line {
	width: 647px;
	height: 1px;
	background: #3EBC12;
	position: absolute;
	bottom: 0;
}

.actives {
	font-size: 21px;
	font-family: Lantinghei SC;
	font-weight: 600;
	color: #278F29;
	line-height: 38px;
	background: linear-gradient(89deg, #148D81 0%, #5579BA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.belong {
	background: #CCCCCC;
	height: 50px;
	min-width: 1456px;
}

.belong ul {
	width: 1300px;
	margin: auto;
	display: flex;
	position: relative;
}

.belong ul li {
	margin-right: 20px;
	line-height: 50px;
	cursor: pointer;
}

.belong ul li:hover .child_belong {
	display: block;
}

.child_belong {
	/*width: 224px;*/
	height: 300px;
	position: absolute;
	bottom: 50px;
	left: 0;
	overflow: auto;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 5px 5px;
	z-index: 99999;
	min-width: 150px;
}

.child_belong a {
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.belong ul li span {
	color: #3F3F3F;
	font-size: 16px;
}

.belong ul li img {
	width: 12px;
	height: 8px;
}

.belong ul li:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 15px;
	border: 1px solid #000;
	margin-left: 20px;
	position: relative;
	top: 4px;
}

.belong ul li:last-child:after {
	border: 1px solid rgba(0, 0, 0, 0);
}

.footer {
	background: linear-gradient(89deg, #26B085, #4584A7);
	height: 189px;
	min-width: 1456px;
}

.footer_content {
	width: 1200px;
	display: flex;
	justify-content: space-around;
	margin: auto;
	padding-top: 37px;
}

.footer_msg {
	display: flex;
}

.footer_msg img {
	width: 56px;
	height: 68px;
	margin-top: 20px;
	margin-right: 10px;
}

.comMsg p {
	color: #C9E4CE;
	font-size: 16px;
}

.footer_line {
	width: 1px;
	height: 129px;
	background: #fff;
	margin: 0 80px;
}

.footer_icon {
	display: flex;
}

.map {
	margin: 10px 20px;
}

.map img {
	width: 64px;
	height: 64px;
	display: block;
}

.map span {
	color: #C9E4CE;
	font-size: 16px;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.fixed_nav {
	min-width: 1456px;
	background: url(../img/navbg.png) no-repeat;
	background-size: 100% 100%;
	height: 50px;
	display: none;
}

.fixed_nav_content {
	width: 1400px;
	margin: auto;
	display: flex;
}

.fixed_nav_content img {
	height: 40px;
	margin-top: 5px;
	margin-right: 50px;
}

.fixed_nav_content ul {
	display: flex;
}

.fixed_nav_content ul li {
	width: 166px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.fixed_nav_content ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	cursor: pointer;
	color: #fff;
}

.fixed_nav_content ul li a:hover {
	line-height: 50px;
	background: linear-gradient(89deg, #148D81 0%, #5579BA 100%);
}

.fixed_active {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 999;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rt_icon.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/lf_icon.png) !important;
}


/*列表*/

.list {
	width: 1456px;
	margin: auto;
	padding-bottom: 50px;
}

.lisg_img {
	width: 100%;
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
}

.location {
	width: 100%;
	background: url(../img/list_title.png) no-repeat;
	background-size: 100% 100%;
	height: 52px;
	margin: 10px 0;
}

.location p {
	font-size: 20px;
	color: #fff;
	display: flex;
	line-height: 50px;
	padding-left: 60px;
}

.location p a {
	color: #fff;
}

.list_content {
	width: 1456px;
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	padding-bottom: 69px;
}

.list_left {
	width: 324px;
	height: 937px;
	background: url(../img/leftbg.png) no-repeat;
	background-size: 100% 100%;
}

.list_left ul li {
	width: 306px;
	margin: auto;
	margin-top: 9px;
	cursor: pointer;
}

.list_left ul li .nav_title {
	width: 306px;
	height: 72px;
	background: #C0DFD3;
	display: flex;
	justify-content: space-around;
}

.list_left ul li .nav_title span {
	display: block;
	width: 220px;
	font-size: 20px;
	line-height: 72px;
	color: #3F3F3F;
}

.list_left ul li .nav_title img {
	width: 10px;
	height: 15px;
	margin-top: 29px;
}

.list_left ul li a {
	display: block;
	color: #3F3F3F;
}

.list_left ul li a span {
	display: block;
	width: 220px;
	font-size: 24px;
	line-height: 72px;
}

.list_left ul li a img {
	width: 10px;
	height: 15px;
	margin-top: 29px;
}

.flower_left_nav {
	width: 324px;
	height: 937px;
	background: url(../img/leftbg.png) no-repeat;
	background-size: 100% 100%;
}

.flower_left_nav ul li {
	width: 306px;
	margin: auto;
	margin-top: 9px;
	cursor: pointer;
}

.flower_left_nav ul li .nav_title {
	width: 306px;
	height: 72px;
	background: #C0DFD3;
	display: flex;
	justify-content: space-around;
}

.flower_left_nav ul li a {
	display: block;
	color: #3F3F3F;
}

.flower_left_nav ul li a span {
	display: block;
	width: 220px;
	font-size: 20px;
	line-height: 72px;
}

.flower_left_nav ul li a img {
	width: 10px;
	height: 15px;
	margin-top: 29px;
}

.listactive {
	background: linear-gradient(89deg, #4BB493, #4584A7) !important;
	color: #fff !important;
}

.list_right {
	width: 1078px;
	background: #FFFFFF;
	padding: 20px 20px 60px 20px;
	position: relative;
	border: 1px solid #ccc;
}

.list_right p {
	font-size: 15px;
	color: #4D4D4D;
	line-height: 30px;
}

.list_right p span {
	font-size: 16px;
	line-height: 30px;
}

.list_right h3 {
	font-size: 24px;
	color: #40974F;
}

.list_right ul {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

.list_right ul:last-child {
	border: none;
}

.list_right ul li {
	padding: 5px 0;
}

.list_right ul li a {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.list_right ul li a:hover span {
	color: #E5A63D;
}

.list_right ul li a span {
	font-size: 18px;
	color: #333;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list_right ul li a b {
	font-size: 17px;
	color: #333;
	font-weight: normal;
}

.list_right ul li a span:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #FFAA16;
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin-right: 8px;
}


/*.page{
	height: 111px;
	border-top: 1px dashed #ccc;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	width: 1078px;
}
.page_prev{
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 10px;
	margin:40px 10px 0 10px;
	line-height: 30px;
	cursor: pointer;
}
.page_prev img{
	width: 20px !important;
	padding: 0 !important;
}
.pagebox{
	display: flex;
}
.pagebox div:hover{
	background: #40974F;
	border: 1px solid #40974F;
	color: #fff;
}*/

.to {
	display: flex;
	line-height: 30px;
	margin-top: 40px;
}

.to select {
	width: 50px;
	height: 30px;
	margin-left: 5px;
}

.index_child_nav {
	width: 60%;
	margin-top: 10px;
}


/*详情*/

.detail {
	width: 1396px;
	margin-top: 8px;
}

.detail p img {
	width: 700px;
	display: block;
	margin: auto;
	padding: 20px 0;
}

.detail p {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 20px;
}

.detail p span {
	font-size: 15px;
	font-family: none !important;
	color: #000;
}

.detail_title {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.detail_title h3 {
	font-size: 28px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.detail_title p {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}

.detail video {
	width: 640px;
	height: 368px;
}


.main_txt{
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height:40px;
	padding: 0 50px;
}

.list_right p img {
	width: 650px;
	display: block;
	margin: auto;
	padding: 20px 0;
	object-fit: cover;
}

.sp_logo {
	width: 100%;
	height: 50px;
	min-width: 1456px;
	position: absolute;
	top: 20px;
}

.sp_logo_content {
	width: 1400px;
	margin: auto;
}

.sp_logo_content img {
	height: 40px;
	margin-top: 5px;
}

.gsgg {
	background: url(../img/laba.png) no-repeat;
	background-size: 100% 100%;
	width: 1400px;
	height: 44px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
	overflow: hidden;
}

.gsgg a.gmore {
	width: 32px;
	height: 33px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.gsgg .ggWrap {
	float: left;
	width: 1320px;
	height: 40px;
	margin-left: 16px;
	overflow: hidden;
}

.gsgg .newList {
	width: 5000px;
	overflow: hidden;
}

.gsgg .newList li {
	width: 95%;
	line-height: 46px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
}

.gsgg .newList li a {
	color: #333333;
}

.gsgg .newList li {
	width: auto;
	color: #ffffff;
	float: left;
	margin-right: 35px;
	margin-left: 25px;
}

.gsgg .newList li .point {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background: #000;
	display: inline-block;
}

.top {
	position: fixed;
	right: 100px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999;
	display: none;
}

.top img {
	width: 35px;
	display: block;
	margin-bottom: 5px;
}


/*新做的*/

.talents-items {
	width: 231px;
	height: 316px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
	border: 1px solid #b1efb6;
	border-radius: 5px;
	float: left;
	margin: 0 18px;
	margin-bottom: 20px;
}

.portrait {
	width: 232px;
	height: 240px;
}

.portrait img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	object-fit: contain;
}

.name {
	text-align: center;
	color: #4D4D4D;
	margin-top: 16px;
}

.name span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.name h3 {
	line-height: 30px;
}

.depart {
	padding: 0 30px;
	margin-top: 15px;
	cursor: pointer;
}

.depart_header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 15px;
}

.depart_header span {
	font-size: 20px;
	color: #4B7312;
}

.room {
	width: 12px !important;
	height: 21px;
}

.room1 {
	height: 12px !important;
	width: 21px !important;
	display: none;
}

.depart .depart_content {
	background: #F3F6F2;
	border-radius: 4px;
	padding: 20px;
	border-radius: 10px;
	font-size: 16px;
	color: #4F4F4F;
	margin-top: 15px;
	line-height: 30px;
	display: none;
}

.graduate {
	width: 500px;
	float: left;
	margin-bottom: 78px;
	margin-right: 30px;
}

.graduate a {
	display: flex;
	position: relative;
}

.list_right {
	overflow: hidden;
}

.graduate img {
	width: 164px;
	height: 102px;
	margin-right: 22px;
	object-fit: cover;
}

.graduate span {
	font-size: 16px;
	color: #292929;
	display: block;
	margin-top: 40px;
}

.child_nav {
	padding: 10px 0;
	display: none;
}

.child_nav span {
	display: block;
	color: #585858;
	font-size: 16px !important;
	border-bottom: 1px dashed #777777;
	line-height: 45px !important;
	margin-left: 20px;
}

.child_nav span:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #585858;
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin-right: 8px;
}

.child_nav_nav:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin-right: 8px;
	background: #4B7312 !important;
}

.child_nav_nav {
	color: #4B7312 !important;
}

.talentstypes {
	width: 90%;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.talents {
	overflow: hidden;
}

.talents .swiper-container {
	padding-bottom: 40px;
}

.talents .swiper-scrollbar {
	background: #e6e6e6 !important;
	height: 9px !important;
}

.talents .swiper-scrollbar-drag {
	background: #7bcca0;
}

.types-item {
	width: 100px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	padding-bottom: 5px;
}

.talentstypes a {
	display: block;
	color: #2CA460;
	border: 1px solid #2CA460;
	border-radius: 5px;
}

.active-type {
	background: #2CA460 !important;
	color: #fff !important;
}

.building .swiper-pagination-bullet-active {
	width: 25px !important;
	height: 7px !important;
	background: #FE941C !important;
	border-radius: 5px !important;
}

.building .swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
}

.search_header {
	min-width: 1400px;
	background: #078952;
	height: 40px;
}

.search_box {
	min-height: 600px;
}

.search_logo {
	width: 669px;
	height: 104px;
	display: block;
	margin: auto;
	margin-top: 150px;
	margin-bottom: 100px;
}

.search_input {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.search_input input {
	width: 1000px;
	background: #fff;
	border: none;
	outline: none;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 18px;
}

.search_chose {
	width: 300px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}

.search_chose select {
	width: 280px;
	height: 60px;
	border: none;
	outline: none;
	margin: auto;
	display: block;
	font-size: 18px;
}

.search_chose img {
	width: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.search_btn {
	width: 60px;
	height: 39px;
	background: #078952;
	border: 1px solid #078952;
	cursor: pointer;
}

.search_btn img {
	width: 20px;
	display: block;
	margin: auto;
	margin-top: 10px;
}

.map_list {
	background: #fff;
	padding: 10px 0;
}

.map_list .container {
	position: relative !important;
	display: block !important;
	top: 0 !important;
	margin: auto;
	margin-bottom: 16px;
	z-index: 9 !important;
	height: 250px !important;
}

.flower_title span {
	width: 167px;
	display: block;
	background: url(../img/f_title.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}
.detail_right ul li a{
	display: flex;
    align-items: center;
    color: #333;
}
.infomations{
	width: auto !important;
	flex: 1;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flower_title {
	border: none !important;
	padding-bottom: 0 !important;
	background: #EEEEEE !important;
	width: 100% !important;
}

.flower_title a {
	line-height: 41px !important;
}

.flower_left {
	width: 489px !important;
}

.flower_left a p:before {
	display: none !important;
}

.flower_left a p b {
	width: 91px;
	height: 42px;
	display: block;
	background: #18A86B;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

.flower_left a p {
	display: flex;
}

.flower_left a p i {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 400px;
	margin-left: 10px;
	font-style: normal;
}

.f2_left {
	width: 880px !important;
}

.flower_left a p:hover b {
	background: #FFB91E;
}

.innovate {
	overflow: hidden;
}

.innovate a {
	width: 330px;
	display: block;
	float: left;
	margin: 14px;
}

.innovate a img {
	width: 330px;
	height: 224px;
	display: block;
}

.innovate a span {
	color: #292929;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_title22 {
	line-height: 64px;
	height: 64px;
	background: #2c8447;
	border-radius: 8px 8px 0 0;
	padding: 0 0 0 36px;
}

.index_title22 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	cursor: pointer;
	margin: 0 40px 0 0;
	font-weight: bold;
	position: relative;
}

.index_title22 a.off {
	color: #b2e2c1;
}

.index_title22 a.on::after {
	content: '';
	display: block;
	border-top: 9px solid #2c8447;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	left: 16px;
	top: 100%;
}

.index_023 .box {
	overflow: hidden;
	height: 253px;
}

.index_023 .box::-webkit-scrollbar {
	width: 0;
}

.index_023 .box.off {
	display: none;
}

.index_023 a {
	overflow: hidden;
}

.index_023 .left {
	width: 74px;
	float: left;
	position: relative;
	text-align: center;
}

.index_023 .time {}

.index_023 .day {
	color: #fff;
	margin: 0 0 0 0;
	line-height: 32px;
	padding: 4px 0 0;
	background: #2c8447;
}

.index_023 .month {
	color: #e5475a;
	margin: 0 0 0 0;
	line-height: 38px;
	border: 1px solid #949494;
	border-top: 0;
}

.index_023 .right {
	margin: 0 0 0 90px;
	padding: 0 0 0 0;
	position: relative;
}

.index_023 .title {
	margin: -5px 0 0;
	max-height: 81px;
	line-height: 27px;
}

.ul-inline {
	font-size: 0;
}

.ul-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
	width: 100%;
}

.ul-inline li a {
	display: block;
}

.title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info {
	display: block;
	overflow: hidden;
}

.img,
.img5x7,
.img5x3,
.img3x2,
.img4x3,
.img2x3,
.img3x4 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img5x7 {
	padding-bottom: 140%;
}

.img5x3 {
	padding-bottom: 60%;
}

.img3x2 {
	padding-bottom: 66.6%;
}

.img4x3 {
	padding-bottom: 75%;
}

.img2x3 {
	padding-bottom: 150%;
}

.img3x4 {
	padding-bottom: 133.3%;
}

.img_centered {
	display: block;
	overflow: hidden;
	position: relative;
}

.img_cover {
	background: center no-repeat;
	background-size: cover !important;
}

.img img,
.img5x7 img,
.img5x3 img,
.img3x2 img,
.img4x3 img,
.img2x3 img,
.img3x4 img {
	width: 100%;
	display: block;
	transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.img_centered img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	width: auto;
	margin: auto;
}

a:hover .img img,
a:hover .img5x7 img,
a:hover .img5x3 img,
a:hover .img3x2 img,
a:hover .img4x3 img,
a:hover .img2x3 img,
a:hover .img3x4 img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.content {}

.index_title {
	margin-bottom: 20px;
	line-height: 24px;
	border-bottom: 4px solid #67ac7c;
	height: 44px;
}

.index_title .more {
	float: right;
	position: relative;
	z-index: 2;
	padding: 0 15px 0 0;
	color: #2b7141;
	top: 3px;
}

.index_title .more::after {
	content: '';
	display: block;
	border-left: 6px solid #2b7141;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_023 .box {
	overflow: hidden;
	height: 253px;
}
.phoneicon{
	display: none;
}
.pcicon{
	display: block;
}
.index_023 .box::-webkit-scrollbar {
	width: 0;
}

.index_023 .box.off {
	display: none;
}

.index_023 .left {
	width: 74px;
	float: left;
	position: relative;
	text-align: center;
}

.index_023 .time {}

.index_023 .day {
	color: #fff;
	margin: 0 0 0 0;
	line-height: 32px;
	padding: 4px 0 0;
	background: #2c8447;
}

.index_023 .month {
	color: #e5475a;
	margin: 0 0 0 0;
	line-height: 38px;
	border: 1px solid #949494;
	border-top: 0;
	opacity: 0;
}

.index_023 .right {
	margin: 0 0 0 90px;
	padding: 0 0 0 0;
	position: relative;
}

.index_023 .title {
	margin: -5px 0 0;
	max-height: 81px;
	line-height: 27px;
	color: #2B2B2B;
	font-size: 16px;
}

.index_023 ul li {
	cursor: pointer;
}

.index_023 ul li:hover .day {
	background: #FFB91E;
}

.flowers_title {
	font-size: 42px;
	color: #20782C;
	text-decoration: none;
	line-height: 100px;
	text-shadow: #fff 4px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.history {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.history_left {
	width: 28px;
	height: 24px;
	position: relative;
	top: 26px;
}

.history_time {
	width: 900px;
	position: relative;
}

.history_time ul {
	display: flex;
	padding: 0 !important;
	border: none !important;
}

.history_time ul li {
	width: 100px;
	padding: 0 !important;
	cursor: pointer;
}

.history_time ul li span {
	color: #777777;
	font-size: 14px;
	text-align: center;
	display: block;
}

.history_time ul li img {
	width: 19px;
	height: 18px;
	display: block;
	margin: auto;
	margin-top: 10px;
	position: relative;
	z-index: 99;
}

.history_line {
	width: 100%;
	border: 1px solid #BCBCBC;
	position: absolute;
	left: 0;
	bottom: 8px;
}

.history_item {
	width: 688px;
	height: 531px;
	display: block;
	margin: auto;
	position: relative;
	margin-top: 35px;
}

.history_item img {
	width: 688px;
	height: 531px;
	display: block;
	object-fit: cover;
}

.history_item span {
	display: block;
	width: 668px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}

.history_box {
	display: none;
}

.maps_title {
	display: block;
	font-size: 18px;
	color: #333;
	margin-left: 10px;
	padding-top: 10px;
}

.map_list .brief img {
	margin-top: 10px !important;
}

.navimg2 {
	display: none;
}

.list_left ul li:hover .nav_title {
	background: linear-gradient(89deg, #4BB493, #4584A7);
}

.list_left ul li:hover .nav_title span {
	color: #fff;
	font-weight: bold;
}

.list_left ul li:hover .navimg2 {
	display: block;
}

.list_left ul li:hover .navimg1 {
	display: none;
}

.flower_left_nav ul li:hover .nav_title {
	background: linear-gradient(89deg, #4BB493, #4584A7);
}

.flower_left_nav ul li:hover .nav_title span {
	color: #fff;
	font-weight: bold;
}

.flower_left_nav ul li:hover .navimg2 {
	display: block;
}

.flower_left_nav ul li:hover .navimg1 {
	display: none;
}

.child_nav a:hover span {
	color: #fff;
	font-weight: bold;
	font-style: oblique;
}

.child_nav a:hover span:before {
	background: #fff;
}

.graduate:hover span {
	color: green;
}

.sp_item {
	width: 259px;
	height: 70px;
	float: left;
	margin: 5px;
	display: block;
}

.sp_item img {
	width: 259px;
	height: 70px;
}

.changes {
	width: 117px;
	height: 29px;
	display: block;
	margin: auto;
	margin-top: 15px;
	cursor: pointer;
}


/*分页*/

.page {
	width: 70%;
	color: #333232;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

.page a {
	color: #333;
}

.page ul li {
	border: 1px solid #2CA460;
	border-radius: 5px;
	font-size: 0.9rem;
	/* padding: 0.2rem 0.6rem; */
	float: left;
	margin-right: 15px;
	cursor: pointer;
	height: 35px;
	padding: 0px 5px !important;
}

.page span {
	display: block;
	/* border: 1px solid #3ebdff; */
	border-radius: 5px;
	font-size: 0.9rem;
	padding: 0 5px;
	float: left;
	cursor: pointer;
	line-height: 35px;
}

.page ul li a {
	display: block;
	line-height: 35px;
	padding: 0 5px;
}

.page ul li input {
	border: 1px solid #2CA460;
	border-radius: 5px;
	font-size: 0.9rem;
	padding: 0 0.7rem;
	float: left;
	margin-right: 15px;
	/*cursor: pointer;*/
	max-width: 40px;
	line-height: 35px;
}

.pg1 input {
	border: 1px solid #2CA460;
	border-radius: 5px;
	font-size: 0.9rem;
	padding: 9px 3px;
	float: left;
	margin-right: 15px;
	/* cursor: pointer; */
	max-width: 40px;
}

.page span:hover {
	background: #2CA460;
	color: #fff;
}

.active-style {
	background: #2CA460;
	color: #fff;
}

.page span input {
	width: 50px;
	border: none;
	outline: none;
	text-align: center;
}


/*领导详情*/

.news-content {
	width: 100%;
}

.new-list {
	width: 95%;
	margin: auto;
	border-bottom: 1px dashed #b1efb6;
	padding-bottom: 10px;
	margin-top: 10px;
}

.new-list a {
	display: flex;
	width: 100%;
}

.news-img img {
	width: 221px !important;
	height: 150px;
	border-radius: 5px;
	margin-right: 15px;
	object-fit: contain;
}

.texts {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-left: 5px !important;
}

.texts h3 {
	color: #333;
	line-height: 25px;
	margin-bottom: 15px;
}

.texts p {
	color: #666;
	font-size: 16px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.texts b {
	display: block;
	color: #666;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	margin-top: 20px;
}

.new-list:hover h3 {
	color: #217baa;
}


/*专家详情*/

.introduce-content {
	padding-top: 30px;
}

.leader_imgs {
	width: 30%;
	float: right;
	padding: 0 30px;
	margin-top: 10px;
	object-fit: contain;
}

.introduce-content p {
	font-size: 15px;
	color: #666565;
	text-align: justify;
	line-height: 30px;
	padding: 0 30px;
}

.introduce-content h3 {
	padding: 0 30px;
}

.introduce-content h4 {
	padding: 0 30px;
	line-height: 30px;
	color: #666;
}

.change_nav li:hover span {
	color: #fff;
}

.is_black {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: gray;
}
.retract{
    display: none;
}
.institute{
	display: none;
}
.talents{
	display: block;
}

/*移动端头部*/

@media screen and (max-width: 540px) {
	.mobile_header {
		display: block !important;
		background: #18a86b;
	}
	.mobile_header_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
	}
	.logos {
		width: 50%;
	}
	.mobile_nav {
		position: relative;
	}
	.nav_icon {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #fff;
		margin-right: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.nav_icon img {
		width: 50%;
		display: block;
		margin: auto;
	}
	.nav_box ul {
		height: 80%;
		overflow: auto;
	}
	.nav_box {
		/*background: linear-gradient(to bottom, #187a78 , #64c1ae);*/
		background: url(../img/nab_bgd.png) no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0px;
		top: 0px;
		z-index: 999999;
	}
	.nav_box_content {
		background: rgba(0, 0, 0, 0.4);
		height: 100%;
	}
	.child_nav_item {
		margin-top: 15px;
		text-align: left;
		font-size: 14px;
	}
	.nav_box ul li a{
		color: #fff;
	}
	.childs_nav {
		padding: 0 20px;
		font-size: 12px;
		color: #fff;
		display: none;
	}
	.parent_nav {
		display: flex;
		justify-content: space-between;
		font-size: 17px;
	}
	.parent_nav img {
		width: 15px;
	}
	.nav_logo{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		padding-bottom: 10px;
		padding-top: 15px;
	}
	.nav_logo img{
		height: 34px;
		margin-left: 5px;
	}
	.nav_logo span{
		width: 28px;
	    height: 28px;
	    background: #fff;
	    border-radius: 50%;
	    padding: 0;
	    color: #37988f;
	    line-height: 26px;
	    text-align: center;
	    cursor: pointer;
	    font-size: 24px;
	    margin-right: 5px;
	}
	
	.print {
		display: none;
	}
	.weather {
		display: none;
	}
	.banner {
		display: none;
	}
	.nav {
		display: none;
	}
	.location{
		background:none !important;
		height: 35px !important;
	}
	.location p{
		color: #333 !important;
	    font-size: 13px !important;
	    padding-left: 17px !important;
	}
	.location p a{
		color: #333 !important;
	}
	.footer{
		min-width: 100% !important;
        height: auto !important;
	}
	.footer_content{
		width: 100% !important;
		display: block !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.comMsg p{
		font-size: 12px !important;
	}
	.footer_line{
		display: none;
	}
	.map img{
		width: 40px !important;
	    height: 40px !important;
	    display: none;
	    margin: auto;
	}
	.map span{
		font-size: 12px !important;
		margin-top: 0 !important;
	}
	.footer_icon{
		margin-left: 56px;
		margin-top: 10px;
        padding-bottom: 10px;
	}
	.map{
		margin: 0 !important;
		border-right: 1px solid #C9E4CE;
	    padding-right: 10px;
	    padding-left: 10px;
	}
	#contact{
		border-right: none !important;
	}
	.msg1{
		width: 100% !important;
        height: auto !important;
        display: block !important;
	}
	.belong{
		display: none !important;
	}
	.subject{
		min-width: 100% !important;
	}
	.institute{
		width: 100%; 
	    height: 40px;
	    background: green;
	    margin-top: 10px;
	    display: block !important;
	}
	.institute img{
	    width: 20px;
	    height: 20px;
	    margin: auto;
	    display: block;
	    background: #fff;
	    border-radius: 50%;
	    padding: 5px;
	    position: relative;
	    top: 5px;
	}
	.retract{
        width: 100%; 
	    height: 40px;
	    background: green;
	    margin-top: 10px;
	    display: block !important;
	}
	.retract img{
	    width: 20px;
	    height: 20px;
	    margin: auto;
	    display: block;
	    background: #fff;
	    border-radius: 50%;
	    padding: 5px;
	    position: relative;
	    top: 5px;
	}
	.list_right p img{
		width: 100%;
	}
	.list,.list_left,.list_left ul li{
			width: 100% !important;
		}
		.list_left ul li .nav_title{
			width: 100% !important;
			height: 40px !important;
			align-items: center !important;
			justify-content: flex-start !important;
		}
		.list_content{
			display: block;
			width: 90% !important;
            margin: auto;
            padding-bottom: 0 !important;
		}
		.list_right{
			padding: 0 2% !important;
			border: none !important;
			width: 96% !important;
		}
		.list_left ul li,.list_content{
			margin-top: 0 !important;
		}
		.list_left ul li .nav_title span{
			width: auto !important;
			font-size: 15px !important;
            line-height: 40px !important;
            margin-left: 30px;
            margin-right: 10px;
		}
		.list_left ul li a img{
			margin-top: 0 !important;
		}
		.list_left ul li .nav_title img{
			width: 5px !important;
			height: 7px !important;
			margin-top: 0 !important;
		}
		.list_left{
			display: none;
			height: auto !important;
			padding-bottom: 10px;
		}
		.detail_title h3{
			font-size: 18px !important;
		}
		.list_right ul li a span{
			font-size: 14px !important;
			width: 80% !important;
		}
		.list_right ul li a b{
			font-size: 10px !important;
		}
		.talents{
			margin-top: 10px;
		}
		.talents-items{
			width: 47% !important;
			margin: 0 1% !important;
			height: auto !important;
			margin-bottom: 10px !important;
		}
		.portrait{
			height: auto !important;
			width: 100%;
		}
		.portrait img{
			height: 200px !important;
		}
		.name{
			margin-top: 0 !important;
			height: 54px !important;
		}
		.list_right h3{
			font-size: 15px !important;
			margin-top: 10px;
		}
		.page{
			width: 100% !important;
		}
		.page form{
			display: none;
		}
		.page span{
			line-height: 24px !important;
		}
		.detail p span{
			font-size: 15px !important;
		}
		/*首页*/
		.plays{
		    width: 30px;
		    height: 30px;
		    background: rgba(0, 0, 0, 0.7);
		    position: absolute;
		    right: 10px;
		    bottom: 10px;
		    border-radius: 50%;
		}
		.plays img{
		    width: 50% !important;
		    height: auto !important;
		    display: block;
		    margin: auto;
		    margin-top: 25%;
		}
		.plays span{
			color: #622CB9;
		    width:0;
	　　　　  height:0;
	　　　　  border-top:30px solid transparent;
	　　　　  border-bottom: 30px solid transparent;
	　　　　  border-left: 30px solid green;
	        margin: auto;
		}
		.Agricultural_active{
			font-weight: bold;
			color: #50e1ea !important;
		}
		.subject_content{
			width: 1456px;
			margin: auto;
			background: #fff;
			padding-bottom: 40px;
			margin-top: 10px;
		}
		.msg1_right{
			display: none;
		}
		.pc_shows{
			display: none;
		}
		.phone_msg2{
			display: block !important;
		}
		.isactiveshow{
			display: block !important;
		}
		.shortcut{
			display: none !important;
		}
		.more_sp{
			width: 120px;
			height: 40px;
			margin: auto;
			border: 1px solid #23888f;
			color: #23888f;
			text-align: center;
			line-height: 40px;
			margin-top: 10px;
		}
		.Agricultural_mains_item{
			width: 48%;
			float: left;
			margin: 0 1% 5px 1%;
		}
		.Agricultural_mains_item p{
			font-size: 15px;
			color: #333;
			overflow: hidden;
		    text-overflow: ellipsis;
		    -webkit-line-clamp: 1;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		}
		.Agricultural_mains_item img{
			width: 100%;
			height: 100px;
		}
		.Agricultural_mains{
			overflow: hidden;
			margin-bottom: 10px;
		}
		.mores{
			font-size: 14px;
		}
		.Agricultural_header_left{
			display: flex;
		}
		.Agricultural_header_left span{
			font-size: 16px;
			margin-right: 5px;
		}
		.Agricultural_header{
			display: flex;
			justify-content: space-between;
		}
		.Agricultural h3{
			font-size: 16px;
			margin-bottom: 10px;
		}
		.play_box{
			position: relative;
		}
		.Agricultural{
			display: block !important;
			padding: 0 10px;
		}
		.special_phones_box{
			display: block !important;
		}
		.special_phones{
			display: flex;
			justify-content: space-between;
			padding: 0 10px;
            margin-bottom: 10px;
		}
		.special_phones span{
			font-size: 16px;
			font-weight: bold;
		}
		.special_phones p{
			font-size: 14px;
			color: #333;
		}
		.nav_box_headers{
			display: flex;
			align-items: center;
			padding: 15px 0;
		}
		.nav_box_headers span{
			color: #fff;
			font-size: 14px;
			margin-left: 5px;
			margin-right: 5px;
		}
		.nav_box_headers img{
			width: 14px;
			height: 14px;
			margin-left: 5px;
			margin-right: 5px;
		}
		.nav_logo{
			display: flex;
			justify-content: space-between;
			border-bottom: 1px solid rgba(255, 255, 255, .3);
			padding-bottom: 10px;
			padding-top: 15px;
		}
		.nav_logo img{
			height: 34px;
			margin-left: 5px;
		}
		.nav_logo span{
			width: 28px;
		    height: 28px;
		    background: #fff;
		    border-radius: 50%;
		    padding: 0;
		    color: #37988f;
		    line-height: 26px;
		    text-align: center;
		    cursor: pointer;
		    font-size: 24px;
		    margin-right: 5px;
		}
		.logos{
			width: 50%;
		}
		.mobile_nav{
			position: relative;
		}
		.nav_icon{
			width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            display: flex;
		    flex-direction: column;
		    align-items: center;
		}
		.nav_icon img{
			width: 50%;
			display: block;
			margin: auto;
		}
		.nav_box ul{
			height: 80%;
            overflow: auto;
		}
		.nav_box_content{
			background: rgba(0,0,0,0.4);
			height: 100%;
		}
		.child_nav_item{
			margin-top: 15px;
			text-align: left;
            font-size: 14px;
		}
		.isshow{
			display: none;
		}
		.nav_box ul li{
			color: #fff;
            display: block;
            font-size: 16px;
            text-align: center;
            padding: 5px 15px;
            padding-top: 10px;
            padding-bottom: 15px;
		}
		.childs_nav{
			padding: 0 20px;
			font-size: 12px;
			color: #fff;
			display: none;
		}
		.parent_nav{
			display: flex;
            justify-content: space-between;
            font-size: 17px;
		}
		.parent_nav img{
			width: 15px;
		}
		.swiper, .swiper img{
			width: 100% !important;
            height: 200px !important;
		}
		.special{
			width: 100% !important;
			display: block !important;
		}
		.picture,.picture img{
			width: 100% !important;
		}
		.picture .swiper-slide img{
			height: auto !important;
		}
		.msg2,.msg2_left,.msg1_header{
			width: 100% !important;
		}
		.msg2_nav ul li{
			width: 25% !important;
		}
		.belong{
			display: none;
		}
		.subject{
		   min-width: 100%;	
		}
		.subject_content,.msg1_right,.msg1_header{
			width: 100%;
		}
		.msg2{
			display: block !important;
			width: 100% !important;
		}
		.msg2_nav ul li span{
			font-size: 14px !important;
		}
		.message{
			padding: 0 10px;
		}
		.special_title{
			display: none;
		}
		.change_nav{
			width: 80% !important;
		}
		.msg2_nav ul li span{
			margin-left: 5%;
		}
		.msg1_header span{
			display: block !important;
		}
		.top{
			display: none !important;
		}
		.msg1_header b{
			float: left;
		}
		.phone_show{
			display: block !important;
		}
		.topic{
			display: none !important;
		}
		.flowers_title{
			font-size: 18px !important;
			line-height: 40px !important;
			margin-left: 5px;
			color: #fff !important;
			text-shadow: none !important;
		}
		.subject_flo{
			min-width: 100% !important;
		}
		.special .swiper-slide{
			width: 100% !important;
		}
		.subject_flo .msg1_right{
			display: block !important;
			height: auto !important;
			width: 100% !important;
		}
		.flower_left_nav ul li{
			margin-top: 0 !important;
			width: 100% !important;
		}
		.flower_left_nav{
			width: 100% !important;
			height: auto !important;
		}
		.flower_left_nav ul li .nav_title{
			width: 96% !important;
			height: 40px !important;
			align-items: center;
			padding: 0 2%;
		}
		.flower_left_nav ul li a span {
		    width: 100% !important;
		    font-size: 15px !important;
		    line-height: 40px !important;
		}
		.flower_left_nav ul li a img{
			width: 5px !important;
            height: 9px !important;
            margin-top: 0 !important;
		}
		.flower_left_nav{
			display: none;
		}
		.talents .swiper-container{
			display: none;
		}
		.index_adv{
			width: 100% !important;
		}
		.detail p img{
			width: 100% !important;
		}
		.page ul li a{
			line-height: 24px !important;
		}
		.oasystem{
			display: none;
		}
		
		.graduate{
			width: 47% !important;
			margin: 0 1% 14px 1% !important;
		}
		.graduate a{
			display: block !important;
		}
		.graduate span{
			font-size: 12px !important;
		    margin-top: 0 !important;
		}
		
		.depart_header span{
			font-size: 15px !important;
		}
		.room{
			width: 6px !important;
            height: 11px !important;
		}
		.room1{
			width: 11px !important;
            height: 6px !important;
		}
		.depart_header{
			align-items: center;
		}
		.list_right ul li a span{
			font-size: 14px !important;
			width: 80% !important;
		}
		.list_right ul li a b{
			font-size: 10px !important;
		}
		.list_right h3{
			font-size: 20px !important;
		}
		.talents{
			margin-top: 10px;
		}
		.talents-items{
			width: 47% !important;
			margin: 0 1% !important;
			height: auto !important;
			margin-bottom: 10px !important;
		}
		.portrait{
			height: auto !important;
			width: 100%;
		}
		.portrait img{
			height: 200px !important;
		}
		.name{
			margin-top: 0 !important;
		}
		.list_right h3{
			font-size: 15px !important;
			padding: 0 !important;
			text-align: center;
		}
		.list_content{
			width: 100% !important;
			display: block !important;
		}
		.list_content{
			width: 100% !important;
		}
		.list_left ul li{
			width: 100% !important;
		}
		.list{
			width: 95% !important;
		}
		.subject{
			min-width: 100%;
		}
		.history{
			flex-direction: column;
		}
		.history_time{
			width: 20% !important;
		}
		.history_line{
			display: none;
		}
		.history_left{
			display: none;
		}
		.history_item{
			width: 100%;
		}
		.history_time ul li{
			margin-left: 5px;
		}
		.graduate a{
			display: block !important;
		}
		.graduate{
			width: 47%;
		    float: left;
		    margin: 10px 1% 0 1% !important;
		}
		.graduate img{
			width: 100% !important;
		}
		.graduate span{
			margin-top: 5px !important;
			font-size: 12px !important;
            line-height: 20px;
		}
		.map_list .container{
			width: 100% !important;
			height: auto !important;
			overflow: hidden;
		}
		.abox{
			margin-top: 0 !important;
			width: 100% !important;
			display: block !important;
            float: none !important;
		}
		.abox p{
			padding: 0 2% !important;
			width: 96% !important;
			margin-left: 0 !important;
			margin-top: 0 !important;
			text-align: justify;
		}
		.abox a{
			width: 33.3% !important;
            text-align: center;
		}
		.index_child_nav{
			width: 100% !important;
		}
		.brief{
			width: 100% !important;
			float: none !important;
		}
		.map_list .brief img{
			width: 100% !important;
			margin-left: 0 !important;
		}
		.map_list .container{
			width: 100% !important;
			height: auto !important;
			overflow: hidden;
		}
		.abox{
			margin-top: 0 !important;
			width: 100% !important;
			display: block !important;
            float: none !important;
		}
		.abox p{
			padding: 0 2% !important;
			width: 96% !important;
			margin-left: 0 !important;
			margin-top: 0 !important;
			text-align: justify;
		}
		.abox a{
			width: 33.3% !important;
            text-align: center;
		}
		.index_child_nav{
			width: 100% !important;
		}
		.brief{
			width: 100% !important;
			float: none !important;
		}
		.map_list .brief img{
			width: 100% !important;
			margin-left: 0 !important;
		}
		.detail{
			width: 100% !important;
			/*padding: 10px 3% !important;*/
		}
		.types-item{
			width: 29% !important;
		}
		.sp_logo,.ztBanner,body{
			min-width: 100% !important;
		}
		.sp_logo_content img{
			margin-left: 10px;
		}
		.par2a{
			padding: 0 !important;
		}
		.GcW{
			min-width: 100% !important;
			width: 100% !important;
		}
		.GsPTAL1 li{
			width: 90% !important;
			margin-left: 5%;
			margin-top: 10px;
			height: auto;
			margin-bottom: 0 !important;
		}
		.sp_logo_content{
			width: 100% !important;
			display: none;
		}
		.GsPTAL1 h3{
			font-size: 16px !important;
			line-height: 25px !important;
		}
		.page{
			padding-bottom: 10px !important;
		}
		.page ul li{
			height: 24px !important;
			margin-bottom: 10px;
		}
		.pagination{
			display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.history_item span{
			width: 96% !important;
            padding: 0 2%;
            text-align: justify;
		}
		.introduce-content p{
			padding: 0 !important;
		}
		.detail_left{
			width: 100% !important;
            padding-right: 0 !important;
            padding-bottom: 0 !important;
            border: none !important;
		}
		.detail_title h3{
			width: 100% !important;
			margin-left: 0 !important;
		}
		.icons_box{
		    position: fixed;
		    bottom: 10px;
		    right: 0px;
		    z-index: 999;
		    display: none !important;
		}
		.icons_box a{
			position: relative;
		}
		.icons_img{
			width: 30px !important;
			height: 30px !important;
		}
		.weixin_code{
			left: -82px !important;
			width: 70px !important;
			height: 70px !important;
		}
		.detail_contents{
			width: 100% !important;
		}
		.detail p {
			line-height: 28px !important;
			height: auto !important;
		}
		.main_txt{
			padding: 0 10px;
		}
		.detail_right{
			width: 96% !important;
			padding: 0 2% 10px 2% !important;
		}
		.pagination li{
			display: none;
		}
		.pagination li:nth-of-type(1){
			display: block;
		}
		/*.pagination li:nth-of-type(2){
			display: block;
		}*/
		.pagination li:last-of-type{
			display: block !important;
		}
		.history_item img{
			width: 100%;
		}
		.detail_title{
			padding: 0 !important;
		}
		.phoneicon{
			display: block !important;
		}
		.pcicon{
			display: none !important;
		}
		.detail table{
			width: 100%;
		}
		.navs_speical ul{
			width: 100% !important;
		}
		#leave_message{
			display: none;
		}
		.sp_item{
			width: 100% !important; 
			margin: 5px 0 5px 0 !important;
		}
		.sp_item img{
			width: 100% !important;
		}
		.phone_shows{
			display: block !important;
			overflow: hidden;
			margin-top: 10px;
		    border-bottom: 1px dashed #40974F;
		    padding-bottom: 10px;
		}
		.pc_shows{
			display: none !important;
			overflow: hidden;
		}
		.phone_shows img{
			width: 105px !important;
			float: left;
			margin-right: 25px;
		}
		.leader_name{
			display: flex;
			flex-direction: column;
			margin-top: 20px;
		}
		.leader_name span{
			font-size: 20px;
			color: #40974F;
		}
		.leader_name b{
			font-size: 15px;
			color: #000;
			margin-top: 19px;
			font-weight: normal;
		}
		.introduce-content{
			padding: 0 !important;
		}
		.phone_shows b{
			display: block;
			margin-left: 0 !important;
		}
		.actcile_title_phone span{
			font-size: 15px;
			display: block;
			text-align: center;
		}
		.avats{
			display: flex;
			justify-content: center;
			margin: 10px 0;
		}
		.avats span{
			margin: 0 10px;
		}
		.actcile_title_pc{
			display: none !important;
		}
		.actcile_title_phone{
			display: block !important;
			background: #edf7f8;
            padding: 10px 0;
		}
		.news-img img{
			width: 109px !important;
		}
		.texts{
			margin-top: 20px !important;
		}
		.texts h3{
			text-align: left !important;
			margin-bottom: 10px !important;
			text-align: left !important;
			font-size: 20px !important;
		}
		.detail video{
			width: 100% !important;
		}
}
.phone_shows{
	display: none;
}
.pc_shows{
	display: block;
}
.actcile_title_pc{
	display: block;
}
.actcile_title_phone{
	display: none;
}
