body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
	 -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color: inherit;
	 display: block;
	 transition:all 0.2s;
}  
.simple-article ul li,
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1200px;
	margin: 0 auto;
}
button,input,select,textarea {font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px /*'方正兰亭中黑_GBK',*/'Arial','Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}









.fix_header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: 0.3s all;
	z-index: 3;
}
.fix_header.active{
	background: rgba(57,139,109,1);
}

.fix_header .nav a{
	float: left;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	margin-left: 40px;
	position: relative;
}
.fix_header .nav a:hover:after{
	position: absolute;
	width: 100%;
	height: 4px;
	background: #fff;
	bottom: 20px;
	left: 0;
	content: '';

}
.fix_header .logo{
	margin-top: 30px;
	background: none;
}
.meeting_detail .top_banner{
	height: 900px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.meeting_detail .title{
	text-align: center;
	padding: 100px 0 60px;
}
.meeting_detail .title p{
	display: inline-block;
	padding: 0 50px;
	position: relative;
}
.meeting_detail .title p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 5px;
	border-radius: 5px;
	background: #54937c;
}
.meeting_detail .title p:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 5px;
	border-radius: 5px;
	background: #54937c;
}
.meeting_detail .title p *{
	display: block;
}
.meeting_detail .title span{
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.meeting_detail .title em{
	font-size: 12px;
	margin-top: 3px;
	color: #999;
}
.meeting_detail .part1 .p1{
	font-size: 40px;
	color: #54937c;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
.meeting_detail .part1 .p2{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.meeting_detail .part1 .three{
	padding: 80px 0 100px;
}
.meeting_detail .part1 .three li{
	width: 33.3333%;
	float: left;
	padding: 0 100px;
	text-align: center;
	box-sizing: border-box;
}
.meeting_detail .part1 .three li .p3{
	color: #999;
	margin: 13px 0 8px;
}
.meeting_detail .part1 .three li .p4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
}
.meeting_detail .part1_2 .main{
	margin-top: 100px;
}
.meeting_detail .part1_2 .main a{
	width: 30%;
	float: left;
	line-height: 60px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #333;
	border-radius: 60px;
	margin-bottom: 45px;
	margin-right: 5%;
	box-sizing: border-box;
}
.meeting_detail .part1_2 .main a:nth-of-type(3n){
	margin-right: 0;
}
.meeting_detail .part1 .img{
	width: 49%;
	position: relative;
}
.meeting_detail .part1 .img:before{
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	height: 50%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.meeting_detail .part5 .title p *,
.meeting_detail .part2 .title p *{
	color: #fff;
}
.meeting_detail .part2{
	margin-top: 50px;
	background: url(../images/meeting_detail_part2_bg.png);
}

.meeting_detail .part5 .title p:before,
.meeting_detail .part5 .title p:after,
.meeting_detail .part2 .title p:after,
.meeting_detail .part2 .title p:before{
	background: #fff;
}
.meeting_detail .part2 .main{
	padding-bottom: 40px;
}
.meeting_detail .part2 .main li{
	margin-right: 75px;
	float: left;
	width: 180px;
	text-align: center;
	margin-bottom: 60px;
	color: #fff;
}
.meeting_detail .part2 .main li:nth-of-type(5n){
	margin-right: 0;
}
.meeting_detail .part2 .main li:hover .img{
	border: 10px solid #4f927d;
	box-shadow: 0 10px 8px rgba(0,0,0,0.3);
}
.meeting_detail .part2 .main li .img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	transition: 0.3s all;
	border: 10px solid rgba(255,255,255,0.25);
}
.meeting_detail .part2 .main li .img img{
	width: 100%;
	height: 100%;
}
.meeting_detail .part2 .main li .p1{
	font-size: 18px;
	margin: 18px 0 10px;
}
.meeting_detail .part2 .main li .p2{
	margin-top: 5px;
	height: 64px;
	overflow: hidden;
}
.meeting_detail .part3 table{
	border-radius: 40px 40px 0 0 ;
	overflow: hidden;
}
.meeting_detail .part3 table th,
.meeting_detail .part3 table td{
	height: 60px;
	border: 2px solid #fff;
}
.meeting_detail .part3 table tr:nth-of-type(2n+1){
	background: #e2fbf2;f4feff
}
.meeting_detail .part3 table tr:nth-of-type(2n){
	background: #f4feff;
}
.meeting_detail .part3 table th{
	font-size: 16px;
	color: #fff;
	background: #54937c;
}
.meeting_detail .part3 table td{
	font-size: 14px;
	color: #333;
	padding: 0 25px;
	line-height: 22px;
}
.meeting_detail .part4 .p1{
	text-align: center;
	line-height: 26px;
	font-size: 16px;
}

.meeting_detail .part4{
	padding-bottom: 100px;
}
.meeting_detail .part4 .main li{
	width: 580px;
	margin-top: 50px;
	float: left;
	position: relative;
}
.meeting_detail .part4 .main li:nth-of-type(2n){
	float: right;
}
.meeting_detail .part4 .main li .p0{
	line-height: 50px;
	color: #fff;
	padding: 0 15px;
	font-size: 20px;
	border-radius: 50px;
	font-weight: bold;
	background: #81d776;
	position: relative;
	z-index: 1;
	text-align: center;
}
.meeting_detail .part4 .main li .font{
	width: 96%;
	margin: -25px auto 0;
	padding: 25px 0 85px;
	position: relative;
	background: url(../images/meeting_detail_part4_1.png) no-repeat center;
	background-size: cover;
}
.meeting_detail .part4 .main li .font .p2{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 0 30px 0;
}
.meeting_detail .part4 .main li .font .p3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.meeting_detail .part4 .main li .font .p3 .clear{
	line-height: 65px;
}
.meeting_detail .part4 .main li .font .p3>i{
	width: 100%;
	display: block;
	height: 20px;
	background: url(../images/meeting_detail_part4_2.png) no-repeat center;

}
.meeting_detail .part4 .main li .font .p3 span{
	margin-left: 30px;
}
.meeting_detail .part4 .main li .font .p3 span em{
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
}
.meeting_detail .part4 .main li .font .p3 span i{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
}
.meeting_buy{
	overflow: hidden;
}
.meeting_detail .part4 .main li .font .right{
	margin-right: 30px;
	border: 1px solid #fff;
	width: 168px;
	height: 38px;
	margin-top: 16px;
	line-height: 38px;
	border-radius: 38px;
}
.meeting_detail .part4 .main li .font .right *{
	float: left;
}
.meeting_detail .part4 .main li .font .right p{
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 0 15px;
}
.meeting_detail .part4 .main li .font .right em{
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	margin-top: 7px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #66a177;
	background: #fff;
}
.meeting_detail .part4 .main li .font .right em:hover{
	color: #fff;
	background: #66a177;
}
.meeting_detail .part4 .main li .font .right input{
	width: 25px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	font-size: 16px;
}
.meeting_detail .part4 .btn{
	width: 580px;
	line-height: 50px;
	color: #fff;
	background: #589a7b;
	border-radius: 50px;
	margin: 70px auto 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.meeting_detail .part5{
	background: url(../images/meeting_detail_part5_bg.png) no-repeat center;
	background-size: cover;
	padding-bottom: 80px;
}
.meeting_detail .part5 .p1{
	font-size: 30px;
	margin-bottom: 22px;
	text-align: center;
	color: #fff;
}
.meeting_detail .part5 .img{
	display: inline-block;
	margin: 0 15px 15px 0;
}
.meeting_detail .part5 .img:nth-of-type(6n),
.meeting_detail .part5 .img:last-child{
	margin-right: 0;
}
.meeting_detail .part5 .img_wapper{
	text-align: center;
	font-size: 0;
}
.meeting_detail .part5 .mabo{
	margin-bottom: 45px;
}
.meeting_detail .part5 .mabo:last-child{
	margin-bottom: 0;
}
.meeting_detail .part6 .main span{
	font-size: 16px;
	color: #60a26e;
	font-weight: bold;
	display: inline-block;
	line-height: 36px;
	padding-left: 28px;
}
.meeting_detail .part6 .main{
	margin-bottom: 50px;
}
.meeting_detail .part6 .main .ico1{
	background: url(../images/meeting_detail_part6_1.png) no-repeat left;
}
.meeting_detail .part6 .main .ico2{
	background: url(../images/meeting_detail_part6_2.png) no-repeat left;
}
.meeting_detail .part6 .main .ico3{
	background: url(../images/meeting_detail_part6_3.png) no-repeat left;
}
.meeting_detail .part6 .main em{
	font-size: 16px;
	color: #333;
	display: inline-block;
	line-height: 36px;
}
.meeting_detail .part6 #map1{
	width: 100%;
	height: 600px;
	border: 1px solid #e5e5e5;
}
.meeting_detail .part6 #map1 img{
	max-width: inherit;
}
.meeting_detail .part7 li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.meeting_detail .part7 li .top{
	background: #eafaf4;
	border-radius: 50px;
	position: relative;
}
.meeting_detail .part7 li .top:before{
	content: "";
	position: absolute;
	right: 20px;
	width: 7px;
	height: 12px;
    margin-top: -6px;
    top: 50%;
	background: url(../images/video_left1.png) no-repeat center;
	transform: rotate(-90deg);
}
.meeting_detail .part7 li .top.active:before{
	transform: rotate(90deg);
}
.meeting_detail .part7 li .top em{
	color: #54937c;
	font-size: 26px;
	line-height: 70px;
	font-style: italic;
	display: inline-block;
	width: 22px;
	text-align: center;
	font-weight: bold;
	margin: 0 10px 0 20px;
	font-family: "Arial";
}
.meeting_detail .part7 li .top span{
	display: inline-block;
	line-height: 70px;
	color: #54937c;
	font-size: 20px;
	font-weight: bold;
}
.meeting_detail .part7 li .mid em{
	float: left;
	color: #333;
	font-size: 18px;
	font-style: italic;
	margin: 0 10px 0 20px;
	width: 22px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.meeting_detail .part7 li .mid span{
	line-height: 25px;
	font-size: 16px;
	color: #333;
	float: left;
	width: 520px;
}
.meeting_detail .part7 li .mid{
	margin: 20px 0 50px;
	display: none;
}
.meeting_detail .part8 li{
	width: 558px;
	float: left;
	border: 1px solid #a9c9bd;
	padding: 55px 0;
}
.meeting_detail .part8 .font{
	float: left;
}
.meeting_detail .part8{
	padding-bottom: 30px;
}
.meeting_detail .part8 li{
	border-radius: 32px;
	margin-bottom: 70px;
}
.meeting_detail .part8 .p1{
	padding: 0 35px 0 35px;
	border-radius: 0 35px 35px 0;
	background: #54937c;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}
.meeting_detail .part8 .pale{
	padding-left: 35px;
}
.meeting_detail .part8 .p2{
	color: #54937c;
	font-weight: bold;
	font-size: 16px;
	margin: 18px 0 13px;
}
.meeting_detail .part8 .p3{
	color: #333;
	line-height: 26px;
	padding-left: 30px;
}
.meeting_detail .part8 .p3.ico1{
	background: url(../images/meeting_detail_part8_1.png) no-repeat left;
}
.meeting_detail .part8 .p3.ico2{
	background: url(../images/meeting_detail_part8_2.png) no-repeat left;
}
.meeting_detail .part8 .p3.ico3{
	background: url(../images/meeting_detail_part8_3.png) no-repeat left;
}
.meeting_detail .part8 .img{
	width: 168px;
	border: 1px solid #e5e5e5;
	margin-right: 55px;
}
.meeting_detail .part8 li:nth-of-type(2n){
	float: right;
}

.meeting_buy .top{
	background: #214b44;
}
.meeting_buy .top .logo{
	padding: 30px 0;
	float: left;
	background: none;
}
.meeting_buy .top .logo i{
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background: #fff;
	border-radius: 50%;
}
.meeting_buy .top .logo span{
	color: #fff;
	font-size: 16px;
}
.meeting_buy .top .right .a1{
	float: left;
	line-height: 100px;
	color: #fff;
}
.meeting_buy .top .right .a1:hover{
	text-decoration: underline;
}
.meeting_buy{
	background: #f4f4f4;
	padding-bottom: 90px;
}
.meeting_buy .content{
	margin-top: 40px;
	background: #fff;
}
.meeting_buy .content .title{
	padding-top: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dce9e5;
}
.meeting_buy .content .title span{
	font-size: 16px;
	color: #4f927d;
	font-weight: bold;
	padding-bottom: 15px;
	float: left;
	border-bottom: 2px solid #4f927d;
}
.meeting_buy .content .title em{
	float: left;
	color: #ee3c3c;
	padding-bottom: 17px;
	margin-left: 15px;
}
.meeting_buy .padding40{
	padding: 0 40px;
}
.meeting_buy .content .title a{
	float: right;
	width: 80px;
	text-align: center;
	border-radius: 4px;
	line-height: 32px;
}
.meeting_buy .content .title .btn2{
	background: #bdbdbd;
	color: #fff;
	display: none;
}
.meeting_buy .content .title .btn1{
	background: #4f927d;
	color: #fff;
}
.meeting_buy .bobobo{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.meeting_buy .input_table tr{
	margin-bottom: 22px;
	display: block;
}
.meeting_buy .input_table tr em{
	color: #333;
	display: inline-block;
	line-height: 20px;
	width: 65px;
}
.meeting_buy .input_table tr i{
	color: #ee3c3c;
	font-size: 16px;
	width: 8px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.meeting_buy .input_table tr td:nth-of-type(1){
	padding-left: 40px;
	box-sizing: border-box;
}
.meeting_buy .input_table tr td:nth-of-type(2){
	padding: 0 20px;
}
.meeting_buy .input_table tr input{
	width: 100%;
	background: #f7f7f7;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	color: #333;
	font-size: 14px;
}
.meeting_buy .input_table tr td span{
	color: #ee3c3c;
	line-height: 40px;
}
.meeting_buy .input_table .input_upload{
	position: relative;
	background: #f7f7f7;
}
.meeting_buy .input_table .input_upload em{
	line-height: 40px;
	text-indent: 15px;
	width: calc( 100% - 40px );
	color: #999;
}
.meeting_buy .input_table .input_upload i{
	height: 40px;
	float: right;
	margin-right: 0;
	width: 40px;
	background: url(../images/upload.png) no-repeat center;
}
.meeting_buy .input_table .input_upload input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.meeting_buy .input_table .first td:nth-of-type(1){
	padding-left: 0;
	text-align: right;
}
.meeting_buy .input_table label{
	float: left;
	margin-right: 30px;
	position: relative;
}
.meeting_buy .input_table label p{
	padding-left: 30px;
	line-height: 40px;
	background: url(../images/meeting_buy_label1.png) no-repeat left;
}
.meeting_buy .input_table label.active p{
	background: url(../images/meeting_buy_label2.png) no-repeat left;
}
.meeting_buy .input_table label input{
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.meeting_buy .input_table tr td .nice-select{
	background: #f7f7f7;
	width: 100%;
}
.meeting_buy .input_table tr td .nice-select span{
	color: #333;
}
.meeting_buy .line{
	width: 100%;
	height: 15px;
	background: #f7f7f7;
}
.meeting_buy .end .mid{
	margin-bottom: 40px;
}
.meeting_buy .end .mid .img{
	float: left;
	width: 220px;
}
.meeting_buy .end .mid .font{
	float: right;
	width: calc( 100% - 260px )
}
.meeting_buy .end .mid .font .a1{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.meeting_buy .end .mid .font .p1{
	line-height: 22px;
	color: #999999;
}
.meeting_buy .end_table th{
	background: #4f927d;
	color: #fff;
	text-align: left;
	font-weight: normal;
	line-height: 46px;
}
.meeting_buy .end_table td{
	border-bottom: 4px solid #fff;
	height: 80px;
	font-size: 16px;
	color: #333;
	background: #f7f7f7;
}
.meeting_buy .end_table th:nth-of-type(1),
.meeting_buy .end_table td:nth-of-type(1){
	text-indent: 20px;
}

.meeting_buy .end_table td:nth-of-type(4),
.meeting_buy .end_table th:nth-of-type(4){
	text-align: right;
	padding-right: 20px;
}
.meeting_buy .end .p1{
	color: #333;
	font-size: 16px;
	margin: 70px 0 15px;
}
.meeting_buy .end .p2{
	color: #999;
	margin-bottom: 25px;
}
.meeting_buy .end .btn a{
	width: 218px;
	line-height: 63px;
	text-align: center;
	float: left;
	margin-right: 32px;
	color: #333;
	font-size: 16px;
	border: 1px solid #eeeeee;
}
.meeting_buy .end .btn a span{
	padding-left: 50px;
	display:inline-block;
}
.meeting_buy .end .btn a .ico1{
	background: url(../images/meeting_buy_btn1.png) no-repeat left;
}
.meeting_buy .end .btn a .ico2{
	background: url(../images/meeting_buy_btn2.png) no-repeat left;
}
.meeting_buy .end .btn a.active{
	border: 1px solid #4f927d;
}
.meeting_buy .end .btn{
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 55px;
}
.meeting_buy .count{
	padding-bottom: 50px;
}
.meeting_buy .count p{
	margin-bottom: 16px;
}
.meeting_buy .count span{
	font-size: 15px;
	color: #333;
	display: inline-block;
	width: 60px;
	text-align: right;
}
.meeting_buy .count i,
.meeting_buy .count b{
	width: 105px;
	margin-left: 30px;
	text-align: right;
	display: inline-block;
}
.meeting_buy .count b{
	font-size: 18px;
	color: #ee3c3c;
}
.meeting_buy .count a{
	width: 200px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #4f927d;
	border-radius: 4px;
	margin-top: 45px;
}

.meeting_vote .top{
	background: url(../images/meeting_vote.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 90px 0;
}
.meeting_vote .top .p1{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.meeting_vote .top .p2{
	line-height: 26px;
	margin-top: 40px;
	font-size: 15px;
}
.meeting_vote .simple-article p{
	font-size: 15px;
	line-height: 26px;
	color: #333;
}
.meeting_vote .simple-article .p1{
	font-size: 18px;
	font-weight: bold;
}
.meeting_vote .contain{
	margin-top:40px;
}
.meeting_vote .title {
	font-size: 24px;
	margin-bottom: 40px;
	color: #4f927d;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.meeting_vote{
	background: #f4f4f4;
}
.meeting_vote .simple-article{
	margin-bottom: 70px;
	padding: 15px;
}
.meeting_vote .part{
	padding-top: 40px;
	background: #fff;
}
.meeting_vote .part:nth-of-type(2n){
	background: #dceee8;
}
.meeting_vote .part:last-child{
	padding-bottom: 60px;
}
.meeting_vote .part .p2{
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 40px;
	text-align: center;
	color: #4f927d;
	line-height: 30px;
}
.meeting_vote .main{

}
.meeting_vote .main li{
	width: 22%;
	float: left;
	margin-bottom: 50px;
	margin-right: 4%;
}
.meeting_vote{

}
.meeting_vote .main li:nth-of-type(4n){
	margin-right: 0;
}
.meeting_vote .main li .font{
	background: #f6f6f6;
}
.meeting_vote .main li .font span.fl{
	padding:5px 0;
	cursor: pointer;
	margin-left: 15px;
}
.meeting_vote .main li .font span.fl em{
	display: block;
	color: #21926f;
	line-height: 20px;
	font-size: 15px;
}
.meeting_vote .main li .font span.fl i{
	font-size: 12px;
	color: #21926f;
	opacity: 0.6;
}
.meeting_vote .main li div.fr p{
	float: left;
	font-size: 12px;
	line-height: 50px;
	color: #21926f;
}
.meeting_vote .main li div.fr a{
	width: 66px;
	line-height: 25px;
	background: #5fb86f;
	font-size: 12px;
	float: left;
	text-align: center;
	border-radius: 25px;
	margin-left: 8px;
	margin-right: 15px;
	margin-top: 12px;
	color: #fff;
}
.meeting_vote .main li div.fr a span{
	padding-left: 15px;
	background: url(../images/meeting_vote2.png) no-repeat left;
}
.meeting_vote .main li div.fr a.active{
	background: #a7cac0;
}
.meeting_vote .main li .show{
	position: fixed;
	width: 800px;
	height: 85vh;
	top: 7.5vh;
	left: 50%;
	display: none;
	z-index: 4;
	margin-left: -400px;
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	background: #fff;
}
.meeting_vote_mask{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.5);
}
.meeting_vote .main li .show .p3{
	background: #4f927d;
	padding: 0 25px;
	line-height: 50px;
}
.meeting_vote .main li .show .p3 span{
	color: #fff;
	font-size: 16px;
	float: left;
}
.meeting_vote .main li .show .p3 .close{
	float: right;
	width: 30px;
	margin-top: 10px;
	cursor: pointer;
	height: 30px;
	background: url(../images/close.png) no-repeat center;

}
.meeting_vote .main li .show .p4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 35px 0;
}
.meeting_vote .main li .show .scroll{
	padding: 0 50px;
	overflow: auto;
	height: calc( 100% - 50px );
}
.meeting_vote .main li .show .simple-article{
	padding-bottom: 50px;
}

.recent_browsing .main li span{
	width: 66px;
}
.recent_browsing .main li a{
	width: calc( 100% - 66px );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



 .out_banner .swiper-slide{
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
 .out_banner .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(../images/out_activity_dot1.png) no-repeat center;
	background-size: cover;
	margin-top: -25px;
}
 .out_banner .swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(../images/out_activity_dot2.png) no-repeat center;
	background-size: cover;
	margin-top: -25px;
}
 .out_banner .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: inherit;
	opacity: 1;
	border: 2px solid #fff;
}
 .out_banner .swiper-pagination-bullet-active{
	background: #fff;
}
 .out_banner .swiper-pagination{
	bottom: 20px;
}

.out_activity .p1{
	font-size: 24px;
	color: #4f927d;
	line-height: 40px;
	padding: 60px 0 20px;
	font-weight: bold;
}
.out_activity .p1 i{
	width: 6px;
	height: 24px;
	background: #4f927d;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.out_activity .p1 span{
	display: inline-block;
	vertical-align: middle;
}
.out_activity .main li{
	float: left;
	width: 380px;
	margin-bottom: 30px;
	margin-right: 30px;
	transition: 0.3s all;
}
.out_activity .main li:nth-of-type(3n){
	margin-right: 0;
}
.out_activity .main li .img{
    height: 190px;
	position: relative;
}
.out_activity .main li .img img{
  width: 100%;
  height: 100%;
}

.out_activity .main li .img span{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	background: #ffac29;
	line-height: 36px;
	text-align: center;
	padding: 0 20px;
}
.out_activity .main li .font{
	padding: 15px 20px;
	background: #fff;
}
.out_activity .main li .font .a1{
	font-size: 16px;
	color: #333;
	margin-bottom: 18px;
	line-height: 24px;
	height: 50px;
}
.gray{
	background: #f4f4f4;
}
.out_activity .main li .font .p2{
    height: 63px;
}
.out_activity .main li .font .p2 span{
	padding-left: 15px;
	color: #4f927d;
}
.out_activity .main li .font .p2 .ico1{
    display: block;
	margin-right: 10px;
	background: url(../images/out_activity_main2.png) no-repeat left;
}
.out_activity .main li .font .p2 .ico2{
	background: url(../images/out_activity_main3.png) no-repeat left;
}
.out_activity .main li:hover{
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.i_point_detail .contain{
	position: relative;
	z-index: 1;
}
.i_point_detail .top_bg{
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.i_point_detail .title{
	margin-top: 190px;
	color: #fff;
}
.i_point_detail .title .p1{
	font-size: 40px;
	font-weight: bold;
}
.i_point_detail .title .p2{
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}

.i_point_detail .title .p2 .ico1{
	padding-left: 24px;
	line-height: 30px;
	float: left;
	background: url(../images/i_point_detail_ico1.png) no-repeat left;
}
.i_point_detail .title .p2 .ico2{
	padding-left: 27px;
	line-height: 30px;
	float: left;
	margin-left: 15px;
	background: url(../images/i_point_detail_ico2.png) no-repeat left;
}

.i_point_detail .left{
	width: 830px;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
.i_point_detail .left .top{
	background: #f4f4f4;
	color: #333;
	line-height: 24px;
	margin-bottom: 25px;
	font-size: 16px;
	padding: 40px;
}
.i_point_detail .simple-article{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.i_point_detail .key_word{
	padding: 20px 0 50px;
}
.i_point_detail .key_word span{
	padding: 0 18px;
	line-height: 32px;
	float: left;
	background: #f3fcf9;
	border-radius: 32px;
	color: #4f927d;
	margin-right: 10px;
}
.i_point_detail .share{
	width: 100%;
	text-align: center;
	background: #f8f8fa;
	padding: 20px 0;
	margin-bottom: 50px;
}
.i_point_detail .share li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 75px;
}
.i_point_detail .share li:nth-of-type(5n){
	margin-right: 0;
}
.i_point_detail .share .share-item .to_collect{
	width: 60px;
	height: 60px;
	background: url(../images/i_share_2.png) no-repeat center;
	background-size: cover;
}
.i_point_detail .share .share-item .to_dianzan{
	width: 60px;
	height: 60px;
	background: url(../images/i_share_3.png) no-repeat center;
	background-size: cover;
}
.i_point_detail .share-item .bshare-custom a{
	width: 60px;
	height: 60px;
}
.i_point_detail .share-item .bshare-custom .bshare-sinaminiblog{
	background: url(../images/i_share_4.png) no-repeat center;
}
.i_point_detail .share-item .bshare-custom .bshare-weixin{
	background: url(../images/i_share_5.png) no-repeat center;
}
.i_point_detail .share-item a{

}
.i_point_detail .share .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	background: #4f927d;
	color: #fff;
	border-radius: 50%;
	display: none;
}
.i_point_detail .share li:hover .mask{
	display: block;
}
.i_point_detail .share .mask1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	background: #4f927d;
	color: #fff;
	border-radius: 50%;
	display: none;
}
.i_point_detail .share li{
	position: relative;
}
.i_point_detail .right{
	width: 350px;
}
.i_point_detail .right .part{
	padding: 20px 25px;
	background: #fff;
}
.i_point_detail .writer_name .font{
	padding: 0 0 20px;
}
.i_point_detail .writer_name img{
	float: left;
	margin-right: 18px;
}
.i_point_detail .writer_name .p1{
	margin-top: 10px;
}
.i_point_detail .writer_name .p1 em{
	color: #333;
	font-size: 16px;
}
.i_point_detail .writer_name .p1 span{
	color: #999;
	padding-left: 20px;
	margin-left: 15px;
	background: url(../images/i_point_detail_3.png) no-repeat left;
}
.i_point_detail .writer_name .p2{
	color: #333;
	margin-top: 10px;
	line-height: 23px;
}
.i_point_detail .writer_name .p3{
	line-height: 23px;
	color: #333;
}
.i_point_detail .part{
	margin-bottom: 20px;
}
.i_point_detail .part2 .p1{
	line-height: 30px;
}
.i_point_detail .part2 .p1 span{
	font-size: 16px;
	float: left;
	color: #333;
}
.i_point_detail .part2 .p1 a{
	color: #333;
	float: right;
}
.i_point_detail .part2 .p1 a:hover{
	color: #4f927d;
}
.i_point_detail .part2 li{
	line-height: 23px;
	color: #333;
	margin-top: 18px;
}
.i_point_detail .part2 li span{
	float: left;
	width: 12px;
	margin-right: 10px;
}
.i_point_detail .part2 li em{
	float: left;
	width: calc( 100% - 22px )
}
.i_point_detail .part2 li:hover{
	color: #4f927d;
}
.i_point_detail .np .p1{
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}
.i_point_detail .np a:hover{
	color: #4f927d;
}
.i_point_detail{
	padding-bottom: 60px;
}

.video_wrapper .part{
	padding: 10px;
	margin: 50px auto 0;
}
.video_wrapper .part .p0{
	line-height: 40px;
	margin-bottom: 20px;
}
.video_wrapper .part .p0 span{
	float: left;
	color: #4f927d;
	font-weight: bold;
	font-size: 24px;
	background-size: 30px !important;
	padding-left: 40px;
}
.video_wrapper .part .p0 .ico1{
	background: url(../images/video_wrapper_title1.png) no-repeat left;
}
.video_wrapper .part .p0 .ico2{
	background: url(../images/video_wrapper_title2.png) no-repeat left;
}
.video_wrapper .part .p0 .ico3{
	background: url(../images/video_wrapper_title3.png) no-repeat left;
}
.video_wrapper .part .p0 .ico4{
	background: url(../images/video_wrapper_title4.png) no-repeat left;
}
.video_wrapper .part .p0 .ico5{
	background: url(../images/video_wrapper_title5.png) no-repeat left;
}
.video_wrapper .part .p0 a{
	color: #333;
	float: right;
}
.video_wrapper .img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 587px;
	height: 220px;
}
.video_wrapper .img img{
	transition: 0.3s all;
	width: 100%;
	height: 100%;
}
.video_wrapper .img:hover img{
	transform: scale(1.1);
}
.video_wrapper .img .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.5));
}
.video_wrapper .img p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 50px;
}
.video_wrapper .img p span{
	padding-left: 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/video_wrapper_dot.png) no-repeat left;
}
.video_wrapper .part1 .main .font{
	float: left;
	width: 590px;
}
.video_wrapper .part3 .main .img:nth-of-type(4n),
.video_wrapper .part2 .img:nth-of-type(2n),
.video_wrapper .part1 .main .font .img:nth-of-type(2n){
	margin-right: 0;
}
.video_wrapper .part2 .img{
	margin-right: 26px;
	margin-bottom: 26px;
}
.video_wrapper .part3 .main .img{
	width: 280px;
	margin-right: 26px;
}
.video_wrapper .part3 .main .img1{
	position: relative;
	overflow: hidden;
}
.video_wrapper .part3 .main .img1 i{
	width: 22px;
	height: 22px;
	background: url(../images/video_wrapper_dot.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.video_wrapper .part3 .main .img1 span{
	line-height: 30px;
	padding: 0 12px;
	font-weight: bold;
	color: #4f927d;
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 30px;
}
.video_wrapper .part3 .main .img p{
	position: initial;
	line-height: inherit;
	padding: 0;
}
.video_wrapper .part3 .main .img .font{
	padding: 0 5px;
}
.video_wrapper .part3 .main .img .p1{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 26px;
	margin-top: 10px;
}
.video_wrapper .part3 .main .img:hover .p1{
	color: #4f927d;	
}
.video_wrapper .part3 .main .img .p2{
	font-size: 12px;
	color: #999;
	padding-bottom: 8px;
	margin-top: 5px;
}
.video_wrapper{
	padding-bottom: 60px;
}
.video_wrapper .part{
	background: #fff;
}

.video_list_top{
	padding: 40px 0 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.video_list_top dd{
	margin-bottom: 15px;
}
.video_list_top dd span{
	line-height: 30px;
	font-size: 15px;
	color: #999;
	width: 50px;
	margin-right: 15px;
	float: left;
}
.video_list_top dd .font{
	float: left;
	width: calc( 100% - 65px )
}
.video_list_top dd .font a{
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	margin-right: 20px;
	color: #333;
	border-radius: 30px;
}
.video_list_top dd .font a.active,
.video_list_top dd .font a:hover{
	color: #fff;
	background: #4f927d;
}
.video_list_top dd .font a:last-child{
	margin-right: 0;
}
.video_list .title span{
	float: left;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
.video_list .title .right p{
	float: left;
	line-height: 30px;
}
.video_list .title .right .p1{
	color: #4f927d;
}
.video_list .title .right .p2{
	color: #c6c6c6;
	margin: 0 3px;
}
.video_list .title .right .p3{
	color: #999999;
}
.video_list .title .right a{
	width: 30px;
	float: left;
	height: 30px;
	margin-left: 10px;
}
.video_list .title .right .a1{
	background: url(../images/video_left1.png) no-repeat center #f7f7f7;
}
.video_list .title .right .a1:hover{
	background: url(../images/video_left11.png) no-repeat center #4f927d;
}
.video_list .title .right .a2{
	background: url(../images/video_left2.png) no-repeat center #f7f7f7;
}
.video_list .title .right .a2:hover{
	background: url(../images/video_left22.png) no-repeat center #4f927d;
}


.video_list .main{
	margin-top: 20px;
}
.video_list .main .img{
	width: 280px;
	margin-bottom: 45px;
	margin-right: 26px;
	float: left;
}
.video_list .main .img:nth-of-type(4n){
	margin-right: 0;
}
.video_list .main .img1{
	position: relative;
	overflow: hidden;
}
.video_list .main .img1 i{
	width: 22px;
	height: 22px;
	background: url(../images/video_wrapper_dot.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.video_list .main .img1 span{
	line-height: 30px;
	padding: 0 12px;
	font-weight: bold;
	color: #4f927d;
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 30px;
}
.video_list .main .img p{
	position: initial;
	line-height: inherit;
	padding: 0;
}
.video_list .main .img .font{
	padding: 0 5px;
}
.video_list .main .img .p1{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 26px;
	margin-top: 10px;
}
.video_list .main .img:hover .p1{
	color: #4f927d;	
}
.video_list .main .img .p2{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.video_list .img img{
	transition: 0.3s all;
}
.video_list .img:hover img{
	transform: scale(1.1);
}
.video_list .img .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.5));
}
.video_detail{
	margin-top: 40px;
}
.video_detail .left{
	width: 850px;
	float: left;
}
.video_detail .left video{
	width: 100%;
}
.video_detail .left .mid{
	line-height: 45px;
	background: #f4f6f9;
}
.video_detail .left .mid>div{
	margin-right: 10px;
}
.video_detail .left .mid span{
	float: left;
	margin-left: 20px;
}
.video_detail .left .mid em{
	float: left;
	margin-right: 11px;
}
.video_detail .left .mid .bshare-custom{
	float: left;
	margin-top: 12px;
}
.video_detail .left .mid .bshare-custom a{
	padding: 0;
	width: 20px;
	float: left;
	margin-left: 15px;
	height: 20px;
}
.video_detail .left .mid .bshare-custom a:first-child{
	margin-left: 0;
}
.video_detail .left .mid .bshare-custom .bshare-weixin{
	background: url(../images/video_detail_1.png) no-repeat center;
}
.video_detail .left .mid .bshare-custom .bshare-sinaminiblog{
	background: url(../images/video_detail_2.png) no-repeat center;
}
.video_detail .left .mid .bshare-custom .bshare-qzone{
	background: url(../images/video_detail_3.png) no-repeat center;
}
.video_detail .left .mid .bshare-custom .bshare-qqim{
	background: url(../images/video_detail_4.png) no-repeat center;
}
.video_detail .left .mid .bshare-custom .bshare-douban{
	background: url(../images/video_detail_5.png) no-repeat center;
}

.video_detail .left .main .p1{
	font-size: 26px;
	color: #333;
	margin: 25px 0 15px;
}
.video_detail .left .main .p2{
	color: #999;
	margin-bottom: 40px;
}
.video_detail .left .main .p3{
	color: #999;
	margin-bottom: 15px;
}
.video_detail .left .main .p4{
	line-height: 32px;
	color: #333;
	font-size: 16px;
}
.video_detail{
	padding-bottom: 60px;
}
.video_detail .right{
	width: 280px;
	float: right;
}
.video_detail .right li{
	margin-bottom: 23px;
}
.video_detail .right li .p1{
	width: 156px;
	float: left;
	color: #333;
	margin-left: 10px;
	line-height: 24px;
}
.video_detail .right li:hover .p1{
	color: #4f927d;
}
.video_detail .right li .img{
	float: left;
}
.topic .swiper-slide{
	height: 550px;
}
.topic .top{
	margin-bottom: 25px;
	border-bottom: 1px solid #dadada;
}
.topic .top a{
	float: left;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	padding: 0 8px;
	margin-right: 12px;
	border-bottom: 4px solid transparent;
}
.topic .top a.active,
.topic .top a:hover{
	color: #4f927d;
	border-bottom: 4px solid #4f927d;
}
.topic .top a:last-child{
	margin-right: 0;
}
.topic .title{
	padding: 15px 0 20px;
}
.topic .title span em{
	font-size: 24px;
	color: #333;
	float: left;
	font-weight: bold;
}
.topic .title span i{
	width: 6px;
	height: 24px;
	float: left;
	margin: 0 10px 0 5px;
	background: #4f927d;
}
.topic .title span{
	line-height: 24px;
	float: left;
}
.topic .title a{
	color: #333;
	line-height: 24px;
	float: right;
}
.topic .title a:hover{
	color: #4f927d;
}
.topic_main li{
	width: 280px;
	margin-bottom: 25px;
	float: left;
	background: #fff;
	transition: 0.3s all;
	margin-right: 26px;
}
.topic_main li .font{
	padding: 15px 20px 10px;
}
.topic_main li .font .p1{
	line-height: 24px;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
.topic_main li .font .p2{
	font-size: 12px;
	color: #777;
}
.topic_main li:hover{
	transform: scale(1.05);
	box-shadow: 0 5px 2px rgba(0,0,0,0.1);
}
.topic_main li:hover .p1{
	color: #4f927d;
}
.topic .part2 .topic_main li:nth-of-type(2n),
.topic_main li:nth-of-type(4n){
	margin-right: 0;
}
.topic .part2 .topic_main li{
	width: 587px;
	margin-bottom: 20px;
}
.topic .part2 .topic_main li:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.topic_list .page,
.topic .page{
	margin-top: 30px;
}
.m_member{

}
.m_padding{
	padding: 50px 0 80px;
}
.member_left{
	width: 300px;
	background: #fff;
	padding-top: 50px;
}
.member_left .img{
	width: 110px;
	height: 110px;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 50%;
}
.member_left .p1{
	text-align: center;
	color: #333;
	margin-bottom: 55px;
}
.member_left .main a{
	line-height: 60px;
	font-size: 16px;
	text-indent: 35px;
	position: relative;
}
.member_left .main a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	opacity: 0;
	background: #4f927d;
}
.member_left .main a.active,
.member_left .main a:hover{
	background: #f8fbfa;
	color: #4f927d;
}
.member_left .main a.active:after,
.member_left .main a:hover:after{
	opacity: 1;
}

.member_left{
	padding-bottom: 40px;
	float: left;
}
.member_right{
	background: #fff;
	padding: 0 40px 50px;
	width: 780px;
	float: right;
}
.m_member .member_right .top{
	line-height: 80px;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
}
.m_member .member_right .top a{
	float: left;
	margin-right: 45px;
	border-bottom: 3px solid transparent;
}
.m_member .member_right .top a.active,
.m_member .member_right .top a:hover{
	color: #4f927d;
	border-bottom: 3px solid #4f927d;
}

.m_member .main .right{
	float: left;
	width: 630px;
	position: relative;
}
.m_member .main .input>p{
	float: left;
	width: 150px;
}
.m_member .main .input>p{
	line-height: 40px;
}
.m_member .main .input1>p{
	line-height: 100px;
}
.m_member .upload_img{
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
}
.m_member .upload_img span{
	width: 100px;
	background: #f6f6f6;
	line-height: 100px;
	text-align: center;
	display: block;
}
.m_member .upload_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* display: none; */
}
.m_member .upload_img input{
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.m_member .main .input{
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
}
.m_member .main .input input{
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #333;
	width: 100%;
}
.m_member .main .input2 .right span{
	position: absolute;
	left: 0;
	bottom: -20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.m_member .main .input3 label{
	float: left;
	position: relative;
	margin-right: 35px;
}
/* .m_member .main .input3 label input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
} */
.m_member .main .input3 label span{
	padding-left: 18px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	background: url(../images/choose1.png) no-repeat left;
}
.m_member .main .input3 label.active span{
	background: url(../images/choose2.png) no-repeat left;
}
.m_member .main .input textarea{
	width: 100%;
	height: 140px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 16px;
	color: #333;
	background: #f6f6f6;
}
.m_member .main button{
	background: #4f927d;
	color: #fff;
	margin-top: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 16px;
}
.m_member .main button:hover{
	background: #214b44;
}
.m_member .main .input .yzm2 input{
	width: 490px;
	float: left;
}
.m_member .main .input .yzm2 a{
	line-height: 40px;
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: right;
	background: #4f927d;
}


.m_collect .top1{
	margin-top: 20px;
}
.m_collect .top1 a{
	padding: 0 16px;
	background: #f4f4f4;
	line-height: 30px;
	color: #333;
	float: left;
	margin-right: 10px;
}
.m_collect .top1 a:hover,
.m_collect .top1 a.active{
	background: #4f927d;
	color: #fff;
}
.all_m_page li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.all_m_page li .img{
	float: left;
	width: 200px;
}
.all_m_page li .font{
	width: calc( 100% - 220px );
	float: right;
}
.all_m_page li .a1{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #333;
}
.all_m_page li .p1{
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
	text-overflow: ellipsis;
	color: #999;
}
.all_m_page li .btn{
	margin-top: 40px ;
	line-height: 30px;
}
.all_m_page li .btn span{
	color: #999;
	float: left;
}
.all_m_page li .btn a{
	line-height: 30px;
	padding: 0 16px;
	background: #4f927d;
	float: right;
	color: #fff;
}
.all_m_page li .btn a:hover{
	background: #214b44;
}
.all_m_page li .a1:hover{
	color: #4f927d;
}
.m_member .page{
	padding-top: 50px;
}

.m_comment .member_right .main{

}
.m_comment .member_right .main .p1{
	font-size: 16px;
	color: #333;
}
.m_comment .member_right .main .p2{
	color: #999;
	padding: 10px 0;
}
.m_comment .member_right .main a{
	display: inline-block;
	color: #999;
}
.m_comment .member_right .main a:hover{
	color: #4f927d;
}
.m_comment .member_right .main .btn span{
	float: left;
	color: #999;
	line-height: 30px;
}
.m_comment .member_right .main .btn a{
	float: right;
	background: #4f927d;
	color: #fff;
	line-height: 30px;
	padding: 0 16px;
}
.m_comment .member_right .main .btn a:hover{
	background: #214b44;
}
.m_comment .member_right .main li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.m_report .member_right .main{
	margin-top: 30px;
}
.m_report .member_right li{
	border: 1px solid #dcdcdc;
	margin-bottom: 25px;
}
.m_report .member_right li .p1{
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 25px;
}
.m_report .member_right li .p1 span{
	float: left;
	font-size: 12px;
	color: #999;
	margin-left: 15px;
}
.m_report .member_right li .p1 em{
	float: right;
	color: #333;
	font-size: 12px;
}
.m_report .member_right li .p1 i{
	color: #4f927d;
	float: right;
	font-size: 12px;
	margin: 0 15px;
}
.m_report .member_right li .left{
	float: left;
	margin-left: 20px;
	width: calc( 100% - 100px );
}
.m_report .member_right li .left .img{
	float: left;
}
.m_report .member_right li dd{
	margin-bottom: 18px;
}
.m_report .member_right li .left img{
	width: 120px;
}
.m_report .member_right li .left .font{
	float: left;
	margin-left: 10px;
	width: calc( 100% - 130px );
}
.m_report .member_right li .left .font .a1{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.m_report .member_right li .left .font .p2{
	color: #333;
	font-size: 12px;
}
.m_report .member_right li .del{
	float: right;
	width: 60px;
	line-height: 30px;
	color: #fff;
	margin-top: 33px;
	text-align: center;
	background: #4f927d;
	border-radius: 4px;
	margin-right: 20px;
}
.m_report .page{
	padding-top: 25px;
}
.m_tou .member_right .top .right a{
	width: 60px;
	color: #fff;
	line-height: 30px;
	margin-right: 0;
	border-bottom: 0;
	margin-top: 27px;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	background: #4f927d;
}
.m_tou .member_right .top .right a:hover{
	background: #f24400;
}


.m_tou_write .member_right .main{
	margin-top: 35px;
}
.m_tou_write .member_right .main .p1{
	margin-top: 25px;
	margin-bottom: 10px;
}
.m_tou_write .member_right .main .p1 span{
	font-size: 16px;
	color: #333;
}
.m_tou_write .member_right .main .p1 em{
	color: #999;
}
.m_tou_write .member_right .main .input1{
	line-height: 58px;
	width: 100%;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	text-indent: 10px;
}
.m_tou_write .member_right .textarea111{
	line-height: 300px;
	text-align: center;
	color: #333;
	background: #f4f4f4;
}

.m_tou_write .member_right .nice-select{
	width: 100%;
	line-height: 58px;
	border: 1px solid #e5e5e5;
	padding: 0 20px;
	height: 58px;
}
.m_tou_write .member_right .p2{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.m_tou_write .member_right .font{
	padding-left: 25px;
}
.m_tou_write .member_right .font .input{
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
}
.m_tou_write .member_right .font span{
	width: 50px;
	line-height: 80px;
	float: left;
}
.m_tou_write .member_right .font input{
	float: left;
	width: calc( 100% - 50px );
	color: #999;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	height: 80px;
}
.m_tou_write .member_right .font input:-ms-input-placeholder{
   color: #999;
}
.m_tou_write .member_right .font input::-moz-placeholder{
   color: #999;
}
.m_tou_write .member_right .font input:-moz-placeholder{
   color: #999;
}
.m_tou_write .member_right .font input::-webkit-input-placeholder {
   color: #999;
}
.m_tou_write .member_right .btn{
	line-height: 50px;
	background: #4f927d;
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.m_tou_write .member_right .btn:hover{
	background: #214b44;
}

.search_list{
	background: #f4f4f4;
}

.search_list .left{
	width: 870px;
	float: left;
}
.search_list .top{
	padding: 50px 40px 20px;
	background: #fff;
}
.search_list .top .input{
	border: 1px solid #4f927d;
	border-radius: 4px;
	margin-bottom: 60px;
}
.search_list .top .input input{
	width: calc( 100% - 100px );
	float: left;
	line-height: 52px;
	text-indent: 18px;
	color: #4f927d;
	font-size: 16px;
	height: 52px;
}
.search_list .top .input button{
	width: 100px;
	background: #4f927d;
	color: #fff;
	line-height: 52px;
	font-size: 16px;
	float: left;
}
.search_list .top .input input:-ms-input-placeholder{
   color: #4f927d;
}
.search_list .top .input input::-moz-placeholder{
   color: #4f927d;
}
.search_list .top .input input:-moz-placeholder{
   color: #4f927d;
}
.search_list .top .input input::-webkit-input-placeholder {
   color: #4f927d;
}
.search_list .top .btn{
	display: flex;
	justify-content: space-between;
}
.search_list .top .btn a{
	font-size: 18px;
	position: relative;
	color: #333;
	padding-bottom: 15px;
}
.search_list .top .btn a:hover,
.search_list .top .btn a.active{
	color: #4f927d;
}
.search_list .top .btn a:hover:after,
.search_list .top .btn a.active:after{
	width: 20px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
	background: #4f927d;
	content: "";
}
.search_list .mid{
	margin-top: 10px;
	padding: 30px 40px 0;
	background: #fff;
}
.search_list .mid .p1{
	color: #4f927d;
	margin-bottom: 20px;
}
.color_green{
	color: #4f927d;
}
.search_list .mid .ul1 li{
	width: 50%;
	float: left;
	margin-bottom: 35px;
	line-height: 36px;
}
.search_list .mid .ul1 li a{
	float: left;
	width: 120px;
	background: #4f927d;
	text-align: center;
	color: #fff;
}
.search_list .mid .ul1 li span{
	float: left;
	margin-left: 15px;
	color: #333;
}
.search_list .mid .title{
	padding-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
}
.search_list .mid .title span{
	float: left;
	line-height: 36px;
	color: #4f927d;
}
.search_list .mid .title div{
	border: 1px solid #4f927d;
}
.search_list .mid .title a{
	float: left;
	width: 100px;
	color: #4f927d;
	text-align: center;
	line-height: 34px;
}
.search_list .mid .title a.active{
	background: #4f927d;
	color: #fff;
}
.search_list .main .img{
	width: 200px;
}
.search_list .main  .font{
	width: calc( 100% - 220px );
	float: right;
}
.search_list .main  .font .a1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.search_list .main .font .a1:hover{
	color: #4f927d;
}
.search_list .main  .font  .p2{
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.search_list .main  .font .message *{
	float: left;
	line-height: 24px;
}
.search_list .main  .font .message span{
	color: #4f927d;
}
.search_list .main  .font .message .line{
	width: 1px;
	height: 10px;
	background: #bfbfbf;
	margin: 7px 15px 0;
}

.search_list .main  .font .message em{
	color: #999;
}
.search_list .main  .font .message i{
	float: right;
	color: #999;
}
.search_list .main .img{
	float: left;
	width: 200px;
	height: 133px;
}
.search_list .main .img img{
	width: 100%;
	height: 100%;
}
.search_list .main li{
	padding: 25px 0;
	border-bottom: 1px solid #e6e6e6;
}
.search_list .page{
	padding: 35px 0;
}
.search_list .right .p1{
	margin-bottom: 15px;
}
.search_list .right .p1 i{
	float: left;
	width: 4px;
	height: 15px;
	margin-top: 4px;
	background: #4f927d;
}
.search_list .right .p1 span{
	float: left;
	line-height: 21px;
	margin-left: 5px;
	font-size: 16px;
}
.search_list .right{
	width: 300px;
	float: right;
}
.search_list .right .top1{
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 10px;
}
.search_list .right .top1 .p1 a{
	float: right;
	color: #999;
}
.search_list .right .top1 li{
	line-height: 26px;
	margin-bottom: 10px;
}
.search_list .right .top1 li a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.search_list .right .top1 li:hover{
	color: #4f927d;
}
.search_list .right .top2{
	padding: 25px 20px 15px;
	margin-bottom: 10px;
	background: #fff;
}
.search_list .right .top2 li{
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.search_list .right .top2 li a{
	border-radius: 30px;
	padding: 0 14px;
	background: #f4f4f4;
	color: #333;
}
.search_list .right .top2 li:hover a{
	background: #4f927d;
	color: #fff;
}
.search_list .right .top3{
	padding: 25px 20px 15px;
	margin-bottom: 10px;
	background: #fff;
}
.search_list .right .top3 li{
	float: left;
	color: #333;
	margin-bottom: 10px;
	margin-right: 10px;
}
.search_list .right .top3 li a:hover{
	color: #4f927d;
}
.search_list{
	padding-bottom: 80px;
}



.recent_browsing  .main{
	padding: 0 40px;
	background: #fff;
	box-sizing: border-box;
}
.recent_browsing  .main .title i{
	float: left;
	width: 4px;
	margin-right: 8px;
	margin-top: 4px;
	height: 18px;
	background: #4f927d;
}
.recent_browsing  .main .title span{
	float: left;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.recent_browsing  .main .title .right a{
	float: left;
	font-size: 16px;
	position: relative;
	margin-left: 20px;
	color: #333;
	padding-bottom: 13px;
}
.recent_browsing  .main .title .right a.active:after,
.recent_browsing  .main .title .right a:hover:after{
	content: '';
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 3px;
	background: #4f927d;
}
.recent_browsing  .main .title .right a.active,
.recent_browsing  .main .title .right a:hover{
	color: #4f927d;
}
.recent_browsing .main li{
	line-height: 59px;
	font-size: 16px;
	border-top: 1px solid #eeeeee;
}
.recent_browsing .main li span{
	float: left;
	color: #4f927d;
}
.recent_browsing .main li a{
	float: left;
	color: #333;
}
.recent_browsing .main li a:hover{
	color: #4f927d;
}
.recent_browsing .main ul{
	border-bottom: 1px solid #eee;
}
.recent_browsing{
	padding-bottom: 80px;
}
.recent_browsing .main{
	padding-bottom: 40px;
	padding-top: 47px;
}
.recent_browsing .main .btn{
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #f3f8f6;
	line-height: 50px;
	margin: 40px 0 0;
}

.writer .top{
	background: url(../images/writer_banner.png) no-repeat center;
	background-size: cover;
	padding: 65px 0;
}
.writer .top .img{
	float: left;
	width: 142px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}
.writer .top .font .p1{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.writer .top .font{
	float: left;
	margin-left: 50px;
	width: calc( 100% - 200px );
}
.writer .top .font .p2{
	line-height: 20px;
	color: #fff;
	margin: 10px 0 25px;
}
.writer .top .font .p3 *{
	float: left;
	line-height: 35px;
	color: #fff;
}
.writer .top .font .p3 span{
	margin-right: 45px;
}
.writer .top .font .p3 i{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #fff;
}
.writer .top .font .p3 em{
	font-size: 24px;
	font-weight: bold;
}
.writer .main li{
	position: relative;
}
.writer .main li .left{
	float: left;
	margin-top: 30px;
}
.writer .main li em{
	width: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	height: 12px;
	background: #92a09e;
	border-radius: 50%;
}
.writer .main li:before{
	content: "";
	position: absolute;
	left: 6px;
	top: 40px;
	width: 1px;
	background: url(../images/line.png) repeat-y center;
	height: 100%;
}
.writer .main li:last-child .content{
	border-bottom: 1px solid #d8d8d8;
}
.writer .main li:last-child:before{
	height: calc( 100% - 40px );
}
.writer .main li i{
	line-height: 30px;
	color: #999;
}
.writer{
	padding-bottom: 80px;
}
.writer .page{
	padding-top: 50px;
}
.writer .main li .content{
	width: 990px;
	padding: 30px 0;
	float: right;
	border-top: 1px solid #d8d8d8;
}
.writer .main li .content .img{
	float: left;
	width: 300px;
}
.writer .main li .content .img img{
    width: 100%;
    height: 180px !important;
}
.writer .main li .content .p1{
	font-size: 18px;
	color: #333;
}
.writer .main li .content .font{
	width: 650px;
	float: right;
}
.writer .main li .content .font .p1{
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
.writer .main li .content .font .p1:hover{
	color: #4e927c;
}
.writer .main li .content .font .p2{
	line-height: 24px;
	font-size: 14px;
	margin: 15px 0 50px;
	height: 48px;
	overflow: hidden;
}
.writer .main li .content .font .p3 *{
	float: left;
	line-height: 20px;
}
.writer .main li .content .font .p3 span{
	color: #4e927d;
}
.writer .main li .content .font .p3 em{
	width: 1px;
	height: 12px;
	margin: 4px 13px 0;
	background: #999999;
}
.writer .main{
	padding-top: 70px;
}


.topic_intro{
	margin-bottom: 100px;
    text-align: center;
    overflow: hidden;
    padding: 0 120px;
}
.topic_introH2{

    position: relative;
    font-size: 24px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.topic_introH2:before{

    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    background: #9b9b9b;
    bottom: -17px;
    left: 50%;
    margin-left: -45px;
}
.topic_intro p{

    font-size: 14px;
    color: #9b9b9b;
    line-height: 24px;
    text-align: left;
}



.topicDetail {
	width: 850px
}
.topicDetail h2 {
	font-size: 20px;
	color: #6d6d6d;
	padding-left: 0;
	margin-bottom: 4px
}
.topicDetail h2:before {
	position: inherit
}
.topicDetail h2 span {
	font-size: 32px;
	color: #333
}
.topicDetail .topicChild h2 span,.topicDetail.topicChild h2 span {
	font-size: 20px;
	color: #6d6d6d
}
.topicDetail ul {
	margin-bottom: 0
}
.topicDetail .topicChild h2 {
	margin-top: 0
}
.box-author .author-infobox p,.lookMoreTopic,.ztree_title {
	color: #9b9b9b;
	margin-bottom: 0
}
.topicDetail_right.haveChild {
	margin-top: 151px
}
.topicDetail_right .top {
	max-height: 286px;
	overflow: hidden;
	background: #f6fbff;
	padding: 0 20px
}
.deep_liLists,.liLists {
	float: left;
	width: 270px;
	height: 270px;
	min-height: 265px;
	border: 1px solid #ddd;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 27px;
	background: #fff;
	transition: all .5s
}
.deep_liLists, .liLists .business a {
    height: 178px;
}
.deep_liLists, .liLists .business a img{
    height: 100%
}

.deep_liLists:hover,.liLists:hover {
	transform: scale(1.02,1.02)
}
.deep_liLists {
	width: 563px
}
.deep_liLists:nth-child(2n) {
	margin-right: 0
}
.deep_liLists .desc,.liLists .desc {
	line-height: 24px;
	padding: 5px 10px
}
.deep_liLists .bottom,.liLists .bottom {
	padding: 0 10px 10px;
	color: #9b9b9b
}
.deep_liLists .bottom .left i,.liLists .bottom .left i {
	font-style: normal;
	margin-right: 5px
}
.busName {
	font-size: 16px;
	color: #333;
	-webkit-line-clamp: 2;
	-ms-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	display:block;
	overflow: hidden;
	max-height: 48px;
	height: 48px
}
#topic_slide,.topicDetail ul li:nth-child(3n) {
	margin-right: 0
}
.topicDetail_right {
	margin-top: 46px;
	width: 260px
}

.topicDetail_right.haveChild {
	margin-top: 151px
}

.topicDetail_right .top {
	max-height: 286px;
	overflow: hidden;
	background: #f6fbff;
	padding: 0 20px
}
.ztree {
	margin-left: 20px;
	width: 240px;
	padding-top: 50px
}

.ztree .ulWrap {
	overflow: auto;
	padding-left: 4px
}
.ztree ul {
	border-left: 1px dashed #2494c0;
	margin-bottom: 0
}

.ztree_title {
	font-size: 20px;
	padding-bottom: 28px;
	position: relative
}

.ztree_title:before {
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #1d9ed1;
	bottom: 0;
	border-radius: 50%
}

.ztree.fixed {
	position: fixed;
	top: 50px;
	right: 50%;
	margin-right: -600px;
}
.ztree.fixed1 {
	position: absolute;
	top: inherit;
	bottom: 20px;
	right: 0;
	margin-right: 0;
}

.ztree a {
	text-decoration: none!important
}

.ztree a:hover {
	color: #1d9ed2
}

.ztree_li>a {
	font-size: 16px;
	color: #6d6d6d;
	display: inline-block;
	padding: 12px 0 6px 20px;
	position: relative
}

.ztree_li>a:before {
	position: absolute;
	width: 10px;
	height: 1px;
	background: #2494c0;
	top: 55%
}

.ztree_child>a.current,.ztree_li>a.current,.ztree_sun>a.current {
	font-size: 18px;
	color: #1d9ed1
}

.ztree_child>a.current:after,.ztree_li>a.current:after,.ztree_sun>a.current:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #1d9ed1;
	left: -4px;
	top: 50%;
	border-radius: 50%;
	margin-top: -1px
}

.ztree_child>a,.ztree_sun>a {
	font-size: 14px;
	color: #9b9b9b;
	display: inline-block;
	padding: 10px 0 10px 20px;
	position: relative
}

.ztree_child>a:before,.ztree_sun>a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	background: #2494c0;
	left: 0;
	top: 55%;
	opacity: .7
}

.ztree_child>a.current:after,.ztree_sun>a.current:after {
	margin-top: -2px
}


.sbb_left{
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #fff;
	width: 40px;
	z-index: 2;
	text-align: center;
	padding: 0 5px;
	border: 1px solid #e2e2e2;
}
.sbb_left .share-item .bshare-custom a{
	transform: scale(0.8);
}
.sbb_left .share-item{
	height: 40px;
}
.o_inside_banner{

}
.off_header_nav{
	padding-top: 0;
	background: #fff;
}
.off_header_nav .o_header{
	border-bottom: 0;
}
.meeting_vote .top a{
	padding: 0 20px;
	line-height: 40px;
	border-radius: 4px;
	margin-top: 30px;
	background: #fff;
	display: inline-block;
	color: #333;
}
.meeting_vote .top a:hover{
	color: #fff;
	background: #4f927d;
}


@media (min-width: 1201px) and (max-width: 1520px){

.o_inside_banner .img{
	right: 0 !important;
}
}