.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

.container_col {
	background: #fff;
	padding: 10px;
}

.baner {
	width: 100%;
}

.baner img {
	width: 100%;
}

#weather {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.toptxt {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.toptxt a {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	padding: 0 10px;
}

.toptxt a:hover {
	color: #FF0;
}

.logo {
	width: 336px;
	position: absolute;
	left: 0px;
	top: 33px;
}
.logo img{
	width:300px;
}
.search {
	width: 174px;
	height: 30px;
	padding: 6px 96px 6px 10px;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 50px;
	border-radius: 4px;
	overflow: hidden;
}

.ipt-sea {
	height: 30px;
	width: 100%;
	border: 0;
	outline: none;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}

.search .sele-btn {
	display: block;
	width: 90px;
	height: 42px;
	background: #53ae47;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	transition: all .3s ease;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}

.search a:hover {
	background: #53ae47;
}

.nav-main {
	width: 100%;
	height: 60px;
	background: #53ae47;
}

.nav {
	width: 1220px;
	margin: 0 auto;
	height: 60px;
}

.nav li {
	width: auto;
	float: left;
	height: 60px;
	position: relative;
	flex: 1;
}
.nav ul{
	display: flex;
}
.nav li a {
	display: block;
	text-align: center;
	padding: 0px 24px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease;
}

.nav li a:hover,
.nav li.active a {
	background: #4e9b44;
	color: #FF0;
}

#navul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 60px;
}

#navul li.navmoon {
	background: #4e9b44;
}

#navul li.navmoon a,
#navul li.active a {
	color: #fff;
}

#navul li.navhome a:hover {
	color: #fff;
}

#navul li.navmoon ul {
	display: block;
	background: #fff;
}

#navul li.navmoon ul li {
	background: #4e9b44;
	display: block;
	text-align: left;
	text-indent: 20px;
	width: 150px;
	height: 45px;
	padding: 0px;
	line-height: 45px;
	border-top: 1px solid #ccc;
}

#navul li.navmoon ul a {
	display: block;
	height: 45px;
	text-align: left;
	padding: 0;
	line-height: 45px;
	font-size: 14px;
}

#navul li.navmoon ul a:hover {
	color: #fff;
	background: #53ae47;
}


/* 焦点图、新闻报道 */

.zt-slide {
	width: 60%;
}

.zt-slide img {
	width: 100%;
}

.zt-news {
	width: 34%;
	height: 320px;
	padding: 20px;
	overflow: hidden;
}

.zt-news div.title {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 2px solid #53AE47;
}

.zt-news div.title i {
	font-style: normal;
	font-size: 12px;
	font-weight: 100;
}

.zt-news h3 {
	display: block;
	width: 100%;
	text-align: left;
	padding: 15px 0px;
}

.zt-news p {
	line-height: 26px;
	font-size: 14px;
}

.zt-news ul {
	margin-top: 20px;
}

.zt-news ul:before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	border: 1px dashed #ddd;
	margin-bottom: 20px;
}

.zt-news ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #d8d8d8;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 3px;
}

.zt-news ul li a {
	font-size: 14px;
	color: #4D4D4D;
}

.zt-news ul li {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #4D4D4D;
}

.zt-news ul li span {
	float: right;
}

.p-title {
	display: block;
	width: 100%;
}

.p-title h3 {
	text-align: center;
	padding: 20px 0px;
	line-height: 20px;
	z-index: 2;
}

.p-title.bg-show {
	background: #FAFAFA;
}

.p-title h3 span {
	display: inline-block;
	font-weight: 100;
	font-size: 20px;
	font-weight: bold;
}

.p-title h3 span i {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
}

.p-title h3:before {
	content: '';
	display: inline-block;
	float: left;
	width: 42%;
	height: 1;
	border: 1px solid #53AE47;
	z-index: 1;
	position: relative;
	top: 20px;
}

.p-title h3:after {
	content: '';
	display: inline-block;
	width: 42%;
	height: 1;
	border: 1px solid #53AE47;
	z-index: 1;
	position: relative;
	float: right;
	top: 20px;
}


/* 会议概览 */

.ov-main {
	padding-bottom: 20px;
}

.ov-p {
	width: 50%;
}

.ov-p p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
	text-indent: 24px;
}

.ov-tel {
	width: 45%;
}

.ov-img {
	width: 100%;
	height: 230px;
	background: #dadada;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.ov-tel p {
	padding-top: 10px;
	font-size: 12px;
}


/* 大会嘉宾 */

.guest ul li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.guest ul li:nth-child(even) {
	float: right;
}

.guest ul li .guest-lf {
	background: #fff;
	border: 1px solid #ddd;
	width: 120px;
	height: 120px;
	background: #fff;
	float: left;
	margin-right: 20px;
}

.guest ul li .guest-bg {
	width: 110px;
	height: 110px;
	margin: 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.guest ul li .guest-jianjie {
	width: 80%;
	margin-left: 20px;
}

.guest ul li .guest-jianjie h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.guest ul li .guest-jianjie span {
	display: block;
	padding-bottom: 10px;
	color: #999999;
}

.guest ul li .guest-jianjie p {
	font-size: 12px;
	line-height: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.reviews {
	width: 100%;
	padding-bottom: 20px;
}

.reviews ul {}

.reviews ul li {
	width: 31.333%;
	float: left;
	text-align: center;
}

.reviews-img {
	width: 100%;
	height: 200px;
	background: #d8d8d8;
}

.reviews ul li:nth-child(3) {
	float: right;
}

.reviews ul li:nth-child(2) {
	margin-left: 3%;
}

.reviews ul li h3 {
	font-size: 18px;
	padding: 10px 0px;
}

.reviews ul li p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

.sponsor {}

.sponsor ul {}

.sponsor ul li {
	float: left;
	width: 18%;
	margin-right: 2%;
	border: 1px solid #ddd;
	text-align: center;
}

.spbg ul li {
	background: #fff;
	margin-bottom: 20px;
}

.sponsor ul li:nth-child(5) {
	margin-right: 0;
}

.sponsor ul li img {
	position: relative;
	top: 3px;
	height: 70px;
	width: auto;
	max-width: 100%;
}

.ins-cen {
	text-align: left;
}

.ins-list {
	margin-bottom: 10px;
}

.ins-list h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: 100;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background: #fafafa;
	padding-left: 5px;
	margin-right: 10px;
	font-weight: bold;
}

.ins-list p {
	display: inline-block;
}

.footer-main {
	text-align: center;
	padding: 15px 0px;
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
	width: 650px;
	left: -40px;
	margin: 0px auto;
	position: relative;
}

.footer-main p {
	padding: 5px 0px;
}
.footer-main p a{
	color:#fff;
}
.footer-main p span {
	margin: 0px 20px;
}

.footer-main p img {
	width: 80px;
	margin: 10px 20px 0px 20px;
}

.more-jiabin {
	display: block;
	width: 130px;
	height: 45px;
	margin: 0px auto 30px auto;
	background: #53AE47;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}

.more-jiabin:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-device-width: 750px) {}


/* 会议概览 */

.conference-row {
	width: 100%;
	height: auto;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}

.conference-row ul {
	padding: 20px 30px;
}

.conference-row ul li {
	color: #4d4d4d;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.conference-row:before {
	content: '';
	display: inline-block;
	float: left;
	width: 14px;
	height: 100%;
	background: #e6e6e6;
	z-index: 1;
	position: absolute;
}


/* 会议议程 */

.conference_tab {
	width: 100%;
	overflow: hidden;
}

.conference_tab ul.tab-time {
	width: 100%;
}

.conference_tab ul.tab-time li {
	float: left;
	width: 20%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
}

.conference_tab ul.tab-time li a {
	font-size: 20px;
	color: #b3b3b3;
	font-weight: bold;
	padding-bottom: 5px;
}

.conference_tab ul.tab-time li.on a {
	color: #4d4d4d;
	border-bottom: 1px solid #666666;
	position: relative;
}

.conference_tab ul.tab-time li.on a:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666666;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}

.conference_tab_con {
	margin-top: 30px;
}

.conference_tab_con .conf-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f7f7f7;
	padding: 0px 30px;
}

.conference_tab_con .conf-title span {
	float: left;
	display: block;
	width: 20%;
	text-align: left;
	font-size: 16px;
}

.conference_tab_con .conf-title span:nth-child(03) {
	width: 35%;
}

.conf-con {
	width: 100%;
	min-height: 100px;
}

.conf-con li {}

.conf-con li:nth-child(even) {
	background: #f7f7f7;
}

.conf-con li p {
	float: left;
	display: block;
	width: 20%;
	text-align: left;
	font-size: 16px;
}

.conf-con li p span {
	margin-top: 10px;
}

.conf-con li p:nth-child(03) {
	width: 35%;
}

.conf-con li p {
	min-height: 60px;
	line-height: 60px;
	float: left;
	font-size: 14px;
}

.conf-pad p:nth-child(01) {
	margin-left: 30px;
}

.conf-con li p span {
	display: block;
	width: 100%;
	align-items: auto;
	line-height: 24px;
}

.conf-con li p span:last-child {
	padding-bottom: 30px;
}


/* 下载页 */

.d-lond {}

.d-lond ul li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px dashed #e6e6e6;
	text-indent: 20px;
}

.d-lond ul li span {
	float: right;
	font-size: 16px;
	color: #b3b3b3;
}

.d-lond ul li a {
	font-size: 16px;
	color: #4d4d4d;
}

.d-lond ul li:before,
.new-list ul li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #b3b3b3;
	position: relative;
	top: -3px;
	margin-right: 5px;
}


/* 展览展示 */

.shop-list {
	width: 100%;
}

.shop-list ul {
	margin: 0px 20px;
}

.shop-list ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.shop-list ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.shop-list ul li img {
	width: 100%;
}

.shop-list ul li h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #4d4d4d;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.shop-list ul li div {
	width: 100%;
	height: 150px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.shop-list ul li h3 a {
	color: #44d4d;
}

.notice {
	float: left;
	width: 46%;
	padding: 1.5%;
}

.lnaws {
	float: right;
	width: 46%;
	padding: 1.5%;
}

.pub-title {
	width: 100%;
	border-bottom: 1px solid #53AE47;
	height: 41px;
	line-height: 41px;
}

.pub-title span {
	float: right;
	color: #53AE47;
}

.pub-title span a {
	color: #53AE47;
}

.pub-title h3 {
	background: #64bd59;
	font-size: 18px;
	height: 41px;
	display: inline-block;
	width: auto;
	padding: 0px 20px 0px 10px;
	color: #fff;
	font-weight: 100;
	position: relative;
}

.pub-title h3 i {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
}

.pub-title h3:after {
	content: '';
	width: 40px;
	height: 41px;
	background-image: url(../img/tag-bg.png);
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -40px;
}

.pub-list {
	width: 100%;
}

.pub-list ul li {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px dashed #e6e6e6;
}

.pub-list ul li:last-child {
	border-bottom: 0;
}

.pub-list ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
}

.pub-list ul li a:before {
	content: '';
	display: inline-block;
	background-image: url(../img/list-ico.png);
	width: 14px;
	height: 14px;
	background-size: cover;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.pub-list ul li span {
	float: right;
}


/* 国内外机械展示 */

.mechan {}

.pub-list-img {
	width: 100%;
}

.pub-list-img ul li {
	float: left;
	width: 24%;
	margin-right: 1.31%;
	margin-top: 20px;
}

.pub-list-img ul li:nth-child(4n) {
	margin-right: 0;
}

.pub-list-img ul li img {
	width: 100%;
}

.pub-list-img ul li h3 {
	display: block;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 30px;
	font-weight: 100;
}

.six-size ul li {
	float: left;
	width: 19%;
	margin-right: 1.23333%;
	margin-top: 20px;
}

.six-size ul li:nth-child(5n) {
	margin-right: 0;
}

.six-size ul li img {
	width: 100%;
}

.six-size ul li h3 {
	display: block;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 30px;
	font-weight: 100;
}

.pu-tag {
	display: block;
	width: 100%;
	padding: 30px 0px;
	font-size: 14px;
}

.pu-tag span {
	padding: 0px 5px;
}

.pu-tag a {
	font-size: 14px;
}

.pu-tag span,
.pu-tag span a {
	font-size: 14px;
}

.pu-tag span i {
	color: #53AE47;
	font-style: normal;
}

.shop-v-list {
	width: 100%;
	margin-top: 30px;
}

.shop-v-list ul li {
	float: left;
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 5%;
}

.shop-v-list ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.shop-v-list ul li img {
	width: 100%;
}

.shop-v-list ul li h3 {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 100;
	margin: 15px 0px 0px 0px;
}

.shop-v-list ul li p {
	padding-top: 10px;
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #4d4d4d;
}

.shop-v-list ul li a {
	color: #4d4d4d;
}

.brief-con {
	margin: 0px 20px;
}

.brief-con p {
	font-size: 14px;
	color: #4d4d4d;
	padding-top: 20px;
	line-height: 26px;
	text-indent: 28px;
}


/* 会员之家 */

.hy-tab {
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

.hy-tab ul li {
	float: left;
	width: 33.333%;
	text-align: center;
	position: relative;
}

.hy-tab ul li.on {
	background: #e6e6e6;
}

.hy-tab ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #cccccc;
}

.hy-tab ul li a {
	font-size: 16px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	width: 100%;
}

.hy-list {
	width: 100%;
}

.hy-list ul li {
	padding: 50px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}

.hy-list ul li:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.hy-head-img {
	float: left;
	width: 150px;
	display: inline-block;
	margin-right: 30px;
}

.hy-con {
	width: 550px;
	float: left;
}

.hy-con h3 {
	display: block;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 700;
	padding-bottom: 15px;
}

.hy-con h3:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #e6e6e6;
	margin-top: 10px;
}

.hy-con p {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 22px;
}


/* 种苗分会 */

.seedling-js {
	padding: 1.5%;
}

.seedling-js ul li {
	float: left;
	width: 48%;
}

.seedling-js ul li:nth-child(even) {
	float: right;
}


/* 品种信息 */

.inf-tab {
	padding: 0px 20px;
	height: 60px;
	background: #f7f7f7;
}

.inf-tab span {
	float: right;
	background: #53ae47;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}

.inf-tab span a {
	color: #fff;
	font-size: 14px;
}

.inf-tab select {
	margin-top: 15px;
	width: 100px;
	height: 30px;
	margin-left: 10px;
}


/* 品种信息 */

.xinxi {
	width: 100%;
}

.xinxi ul li {
	padding: 50px 0px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}

.xinxi ul li:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.xinxi-head-img {
	float: left;
	width: 230px;
	display: inline-block;
	margin-right: 40px;
	border: 1px solid #e6e6e6;
	height: 280px;
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: 30px;
}

.xinxi-head-img img {
	width: 100%;
}

.tuijie-head-img {
	float: left;
	width: 230px;
	display: inline-block;
	margin-right: 40px;
	border: 1px solid #e6e6e6;
	height: 150px;
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: 30px;
}

.xinxi-con {}

.xinxi-con h3 {
	display: block;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 600;
	padding-bottom: 15px;
}

.xinxi-con p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}


/* 育苗工厂 */

.gongchang {
	width: 100%;
}

.gongchang ul li {
	padding: 50px 0px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}

.gongchang ul li:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.gc-head-img {
	float: left;
	width: 280px;
	display: inline-block;
	margin-right: 40px;
	border: 1px solid #e6e6e6;
	height: 280px;
	background-size: 230px;
	background-repeat: no-repeat;
	background-position: 25px;
}


/* 机械资讯页 */

.bra-details {
	width: 100%;
	/*margin-top: 30px;*/
}

.bra-d-left {
	width: 70%;
	min-height: 585px;
	padding-bottom: 30px;
	float: left;
	background: #fff;
}

.bra-d-left h3.titles {
	display: block;
	margin: 0px 30px;
	text-align: center;
	padding: 30px 0px;
	line-height: 40px;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
}

.bra-d-time {
	text-align: center;
	padding: 20px 0px;
	color: #b3b3b3;
}

.bra-d-time span {
	margin: 0px 10px;
	font-size: 14px;
}

.bra-d-content {
	display: block;
	margin: 10px 30px 0px 30px;
	font-size: 14px;
	line-height: 26px;
	color: #787878;
}

.bra-d-content img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.bra-d-content p {
	text-indent: 28px;
}

.bra-d-right {
	width: 28%;
	float: right;
}

.right-main {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.right-main h3.title {
	display: block;
	margin: 0px 20px;
	font-size: 18px;
	font-weight: 100;
	padding: 12px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.r-main-con {
	margin: 0px 10px;
	padding-bottom: 20px;
}

.r-main-con p.xiehui-r {
	margin-top: 20px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.r-main-con p.xiehui-r b {
	display: block;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
}

.r-main-con p.xiehui-r span {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #787878;
}

.r-main-con ul.bra-det-list {
	margin-top: 25px;
	padding: 5px 0px 0px 0px;
}

.r-main-con ul.bra-det-list li {
	width: 100%;
	height: auto;
	color: #787878;
}

.r-main-con ul.bra-det-list li a {
	color: #787878;
}

.r-main-con ul.bra-det-list li label {
	float: left;
	position: relative;
	top: 1px;
	font-size: 12px;
	width: 90px;
	text-align: center;
}

.bra-det-list li h3 {
	font-size: 15px;
	font-weight: bold;
	background: #64bd59;
	color: #fff;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
}

.r-main-con p.zanwu {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	padding-bottom: 10px;
}

.tims-r {
	position: relative;
	padding: 0px 0 15px 8px;
	margin-left: 100px;
	border-left: 1px solid #ddd;
}

.tims-r span {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #ddd;
	left: -3px;
	top: 5px;
}

.r-main-con ul.bra-det-list li:hover .tims-r h4 {
	color: #64bd59;
}

.tims-r h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 100;
	color: #787878;
}

.seedling-det-list {
	width: 100%;
	margin-top: 15px;
}

.seedling-det-list li {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.seedling-det-list li a {
	font-size: 14px;
	color: #787878;
}

.seedling-det-list li a:hover {
	color: #64bd59;
}

.seedling-det-list li:before {
	content: '';
	display: inline-block;
	float: left;
	width: 3px;
	height: 3px;
	background: #ddd;
	z-index: 1;
	position: relative;
	top: 15px;
	margin-right: 10px;
}

.seedling-det {
	width: 100%;
	margin-top: 30px;
}

.xx-left {
	width: 300px;
	float: left;
	height: 380px;
	background-size: 240px;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	background-position: 30px 10px;
}

.xx-right {
	float: left;
	margin-left: 60px;
}

.xx-right h3 {
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
	margin-top: 20px;
}

.xx-right table {
	width: 700px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	border-bottom: 0;
	margin-top: 30px;
}

.xx-right table tr td {
	height: 50px;
	border-right: 1px solid #e6e6e6;
	text-indent: 20px;
	border-bottom: 1px solid #e6e6e6;
	color: #4d4d4d;
	font-size: 15px;
}

.seedling-det-js {
	width: 100%;
	margin-top: 20px;
}

.seedling-det-js p {
	font-size: 16px;
	display: block;
	margin: 0px 30px;
	color: #4d4d4d;
	line-height: 30px;
}

.seedling-det-img {
	width: 100%;
	margin-top: 30px;
}

.seedling-det-img ul {
	width: 1200px;
}

.seedling-det-img ul li {
	float: left;
	width: 25%;
	height: 154px;
	margin-bottom: 20px;
}

.seedling-det-img ul li div {
	width: 95%;
	height: 154px;
}

.tab-rows {
	width: 100%;
	height: 210px;
}

.h-auto {
	height: auto;
}

.tab-qiehuan {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
	text-align: center;
}

.tab-qiehuan tr td {
	border: 1px solid #e6e6e6;
	height: 37px;
}

.tab-qiehuan tr.tab-tr {
	background: #53AE47;
	color: #fff;
	font-size: 14px;
}

.tab-qiehuan tr:nth-child(even) {
	background: #f3f1f1;
}


/* 首页 布局通用，以下为补充样式*/

.news-img {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.news-img .img-bg {
	width: 240px;
	height: 120px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.news-img h3 {
	color: #4d4d4d;
	font-weight: 100;
	font-size: 16px;
	padding-top: 5px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

.news-img p {
	margin-top: 10px;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.pub-img-list {
	width: 100%;
	margin-top: 15px;
}

.pub-img-list ul li {
	float: left;
	width: 31%;
	height: 120px;
	margin-right: 3.333%;
	margin-bottom: 12px;
}

.pub-img-list ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.pub-img-list ul li div.img-bg {
	width: 100%;
	height: 90px;
	background-size: 80px;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
}

.pub-img-list ul li div.img-bg img {
	max-height: 90px;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.pub-img-list ul li h3 {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	text-align: center;
	font-weight: 100;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* 首页资讯 */

.add-btn {
	display: block;
	width: 100%;
}

.add-btn a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #53AE47;
}

.guanggao {
	width: 100%;
	margin-top: 20px;
	display: none;
}

.guanggao img {
	width: 100%;
}


/* 分会入口 */

.fh-rukou {
	width: 100%;
}

.fh-rukou ul li {
	float: left;
	width: 180px;
	background: #CCCCCC;
	margin-right: 20px;
	height: 80px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background-size: contain;
}

.fh-rukou ul li:last-child {
	margin-right: 0;
}

.fh-rukou ul li h3 {
	font-size: 16px;
	font-weight: 100;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #fff;
}

.fh-rukou ul li span {
	font-size: 12px;
	display: block;
	color: #fff;
}

.fh-rukou ul li:nth-child(01) {
	background-image: url(../img/nav-bg01.png);
}

.fh-rukou ul li:nth-child(02) {
	background-image: url(../img/nav-bg02.png);
}

.fh-rukou ul li:nth-child(03) {
	background-image: url(../img/nav-bg03.png);
}

.fh-rukou ul li:nth-child(04) {
	background-image: url(../img/nav-bg04.png);
}

.fh-rukou ul li:nth-child(05) {
	background-image: url(../img/nav-bg05.png);
}

.fh-rukou ul li:nth-child(06) {
	background-image: url(../img/nav-bg06.png);
}

.fh-rukou ul li a {
	color: #fff;
}


/* 资讯列表 */

.new-list {
	width: 100%;
}

.new-list ul {
	padding-top: 10px;
}

.new-list ul li {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #fafafa;
	color: #333;
}

.new-list ul li:nth-child(even) {
	background: #fafafa;
}

.new-list ul li span {
	float: right;
	margin-left: 10px;
	color: #787878;
	font-size: 15px;
}

.new-list ul li span a {
	color: #009933;
}

.new-list ul li a {
	font-size: 18px;
	color: #787878;
}

.new-list ul li a b {
	font-weight: 100;
}


/* 协会简介 */

.xh-nav {
	width: 230px;
}

.xh-content {
	width: 830px;
}

.xh-nav h3 {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 50px;
	background: #53ae47;
	font-size: 20px;
	color: #fff;
	font-weight: 100;
	text-indent: 30px;
}

.xh-nav h3 span {
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
	position: relative;
	top: -5px;
	left: 30px;
}

.xh-nav ul {
	margin-top: 20px;
}

.xh-nav ul li {
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 50px;
	line-height: 50px;
	text-indent: 30px;
	font-size: 20px;
}

.xh-nav ul li a {
	font-size: 16px;
	display: block;
	width: 100%;
	height: 50px;
}

.xh-nav ul li a.on {
	background: #53AE47;
	color: #fff;
}

.xh-nav ul li:hover {
	background: #53AE47;
}

.xh-nav ul li:hover a {
	color: #fff;
}

.xh-nav ul li.on {
	background: #53AE47;
	color: #fff;
}

.xh-nav ul li.on a {
	color: #fff;
}

.xh-content ul.int-jg {
	padding-top: 30px;
}

.xh-content ul.int-jg li {
	width: 100%;
	height: auto;
}

.xh-content ul.int-jg li label {
	display: block;
	width: 90px;
	float: left;
	font-size: 18px;
	font-weight: 700;
}

.xh-rg-con {
	width: 650px;
	float: left;
	color: #4d4d4d;
}

.user-on {
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

.xh-rg-con h3 {
	font-size: 18px;
	font-weight: 100;
	color: #4d4d4d;
	display: block;
	padding-bottom: 13px;
}

.user-on a {
	display: inline-block;
	font-size: 16px;
	font-weight: 100;
	color: #64bd59;
	margin-right: 15px;
}

.xh-rg-con p {
	font-size: 12px;
	line-height: 20px;
}

.xh-js-com {
	width: 100%;
	padding-top: 20px;
}

.xh-js-com p {
	padding: 0px 0px;
	font-size: 14x;
	line-height: 24px;
	text-indent: 28px;
}

.add-rhui {
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #53AE47;
	color: #fff;
	font-size: 16px;
	margin: 0px auto;
}

.xh-js-com {
	width: 100%;
}

.xh-js-com p span {
	
	margin-bottom: 10px;
}

.zhangcheng {
	text-align: center;
	display: block;
	padding: 30px 0px;
	font-size: 16px;
}

.xh-js-com ul {
	margin-top: 30px;
}

.xh-js-com ul li {
	width: 32%;
	height: 50px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f6f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #4D4D4D;
}

.xh-js-com ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.xh-js-com ul li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #53AE47;
}

.xh-js-com ul li a:hover {
	background: #53AE47;
	color: #fff;
}


/* 生产技术 */

.select-rows {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	border-bottom: 1px solid #DADADA;
}

.select-rows label {
	font-size: 14px;
	color: #4D4D4D;
}

.select-rows select {
	width: 130px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #DADADA;
	font-size: 14px;
}

.select-rows input[type=text] {
	width: 170px;
	height: 30px;
	border: 1px solid #DADADA;
	color: #4D4D4D;
	text-indent: 10px;
	font-size: 14px;
}

.btn-select {
	width: 85px;
	height: 30px;
	background: #53AE47;
	color: #fff;
	border: 0;
	margin-left: 30px;
	font-size: 14px;
}


/* 数据中心 */

.new-list-img {
	width: 100%;
}

.new-list-img ul {
	padding-top: 30px;
}

.new-list-img ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 1px 5px #ddd;
}

.new-list-img ul li:hover {
	box-shadow: 0 1px 20px #DADADA;
}

.new-list-img ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.list-img {
	width: 100%;
	height: 150px;
}

.new-list-img ul li h3 {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 100;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/* 大会报名 */

.baoming-form {
	width: 700px;
	height: auto;
	margin: 30px auto 0px auto;
}

.baoming-form h3 {
	font-size: 16px;
	display: block;
	height: 50px;
	border-bottom: 1px solid #53AE47;
	line-height: 50px;
	text-indent: 20px;
}

.baoming-form ul {
	padding-top: 30px;
}

.baoming-form ul li {
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-bottom: 15px;
	color: #787878;
}

.baoming-form ul li label {
	width: 100px;
	display: inline-block;
	text-align: right;
}

.baoming-form ul li input[type=text] {
	width: 300px;
	height: 25px;
}

.baoming-form ul li input[type=radio] {
	margin-right: 0px;
}

.baoming-form ul li select {
	width: 305px;
	height: 35px;
	margin-bottom: 10px;
}

.baoming-form ul li textarea {
	width: 500px;
	height: 100px;
}

.baoming-form ul li span {
	color: red;
	font-size: 12px;
}

.baoming-form p {
	padding-top: 10px;
	color: #009933;
	width: 600px;
	margin: 0px auto;
	font-weight: 100;
	font-size: 16px;
	line-height: 40px;
}

.form-btn {
	text-align: center;
	padding: 30px 0px;
	display: block;
	width: 100%;
	height: 50px;
}

.form-btn input {
	width: 100px;
	height: 35px;
	background: #53AE47;
	color: #fff;
	font-size: 16px;
	border: 0;
	margin: 0px 10px;
}


/* 历届回顾 */

.lijie-list {
	margin: 0px 20px;
	margin-top: 20px;
}

.lijie-list ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.lijie-list ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.lijie-list ul li div {
	width: 100%;
	height: 150px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.lijie-list ul li h3 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-weight: 100;
	color: #787878;
}


/* 摄影频道 */

.photo-banner {
	width: 100%;
	height: 270px;
	background-size: cover;
	background-position: top center;
}

.public-img-list {
	padding: 50px 0px 0px 0px;
	margin-top: 20px;
}

.public-img-list h3 {
	font-size: 36px;
	margin-top: 0px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 40px;
	text-align: center;
}

.public-img-list h3:after {
	content: '';
	display: none;
	width: 150px;
	height: 2px;
	background: #000000;
	margin: 20px auto 0px auto;
}

.public-img-list span {
	display: block;
	width: 100%;
	height: 80px;
}

.public-img-list span a {
	display: block;
	margin: 0 auto 0px auto;
	width: 150px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: #514a45;
	border: 1px solid #514A45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 奖项设置 */

.jx-con {
	padding: 20px 0px;
	margin: 0px 15px;
	font-size: 14px;
	line-height: 24px;
}

.new-t {
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	padding: 30px 0px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.brief-jianjie {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 25px;
	color: #787878;
}

.brief-jianjie b {
	font-weight: bold;
	font-size: 16px;
}

.brief-jianjie p {
	padding-top: 10px;
}

.chengguo {
	margin: 20px 30px;
}

.chengguo h3 {
	font-size: 18px;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 2px solid #53AE47;
	margin-bottom: 10px;
}

.chengguo ul li {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 28px;
}

.chengguo ul li a {
	font-size: 14px;
}

.pub-cen {
	background: #fff;
	padding: 0px 30px 30px 30px;
	width: 1100px;
	min-height: 700px;
}

.btn-baoming {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
	background: #64bd59;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
}
.btn-baoming:hover{
	background: #64bd59;
	color: #fff;
}
