*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#F5F5F5;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/


@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.main{
	width: 1250px;
	margin:0 auto;
}
 
.head{
	width: 100%;
	height:110px;
	position: fixed;
	top:0;
	z-index: 100;
	left: 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1)
}
.head .logo{
	float: left;
	width: 300px;
}
.head .tel{
	float: right;
}
.head img {
	display: block;
}

.head .nav{
	float:right;
}
.head .nav ul li{
	float: left;
	padding: 0 10px;
	line-height: 110px;
	margin:0  10px;
	position: relative;
}
.head .nav ul li a:after{
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
 	bottom: 0;
 	opacity: 0;
 
	background: #2B6237;
	transition: .3s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;  
}

.head .nav ul li:hover a{
	color: #2B6237;
}
.head .nav ul li a:hover:after{
 	bottom: 30px;
 	opacity: 1;
 
}
.head .nav ul li a{
	color:#111;
	display: block;
	font-size: 18px;
	position: relative;
}
.head .iconfont{
	font-size: 28px;
	float: left;
	margin-left: 24px;
}
.head .publish{
	float: right;
	width: 185px;
	height:45px;
	border-radius: 30px;
	background: #2B6237;
	line-height: 45px;
	color:#fff;
	margin-top: 35px;
	margin-left: 35px;
	font-size: 18px;
}
 
.head .publish p{
	float: left;
	margin-left: 15px;
}


.rec{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px;
	margin-top: 140px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.rec .left{
 	width: 600px;
 	height: auto;
 	overflow: hidden;
 	float: left;
 }
 .rec .left .pic img{
 	display: block;
 	width: 100%;
 }
 
.rec .left  h4{
   	color:#222;
   	font-size: 24px;
   	width: 100%;
   	white-space: nowrap;
   	text-overflow: ellipsis;
   	overflow: hidden;
   	font-weight: normal;
   	margin-top: 15px;
}

.rec .left:hover h4{
	color:#2B6237;
}


.rec .left .info{
	width: 100%;
	height: 50px;
	margin-top: 15px;
	overflow: hidden;
	color:#777;
	line-height: 26px;
	font-size: 16px;
}

.rec .right{
	float: right;
	width: 540px;
}

.rec .right ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin-bottom: 21px;
}
.rec .right ul li:last-child{
	margin-bottom: 0;
}
.rec .right ul li h4{
	width: 100%;
	color:#222;
	font-size: 22px;
	font-weight: normal;
}
.rec .right ul li:hover h4{
	color:#2B6237;
}

.rec .right ul li .source{
	width: 100%;
	color:#aaa;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-top:8px;

}
.rec .right ul li .source p{
	float: left;
	margin-right: 10px;
}

.rec .right ul li .info{
	margin-top: 10px;
	color:#777;
	font-size: 14px;
	line-height: 24px;
}


.item{
	width: 1250px;
	margin: 0 auto;
	height: 870px;
	margin-top:40px;
}

.item .part{
	width: 396px;
	height:405px;
	overflow: hidden;
	background: #fff;
	float: left;
	margin-left:30px;
	margin-top: 10px;
	margin-bottom: 20px;

	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.item .part:nth-child(3n-2){
	margin-left:0;
}

.item .part .tit{
	width:370px;
	margin: 0 auto;
	border-bottom: 2px solid #2B6237;
	height: auto;
	overflow: hidden;
	line-height: 45px;
	margin-top: 5px;
}

.item .part .tit i{
	font-size: 32px;
	color:#2B6237;
	float: left;
}

.item .part .tit  p{
	color:#2B6237;
	float: left;
	margin-left: 8px;
	font-size: 22px;
}

.item .part .tit  a{
	display: block;
	float: right;
	color:#999;
}
.item .part .tit  a i{
	float: right;
	font-size: 18px;
	color:#999;
}
.item .part .tit  a:hover{
	color:#2B6237;
}

.item .part ul{
	width: 370px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.item .part ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}

.item .part ul li h4{
	width: 100%;
	color:#222;
	font-size: 18px;
	font-weight: normal;
}
.item .part ul li:hover h4{
	color:#2B6237;
	text-decoration: underline;
}

.item .part ul li .source{
	width: 100%;
	color:#aaa;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin-top:8px;

}
.item .part ul li .source p{
	float: left;
	margin-right: 10px;
	max-width: 216px;
	white-space: nowrap;
    /* text-overflow: ellipsis; */
    overflow: hidden;
}



.item .part ul li .source p:last-child{
	margin-right: 0;
}

.item .part ul li .info{
	margin-top: 10px;
	color:#777;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.item .part ul li:last-child{
	border: none;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	background: #eee;
}
.footer a{
	color:#666;
}

.footer .main{
	height: 70px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.footer .info{
	float: left;
	color:#666;
 	
	font-size: 14px;
}


.footer .cr{
	float: right;
	color:#666;
	font-size: 14px;
	


}

.float{
	border-radius: 30px;
	background: #2B6237;
	border-radius:30px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	padding: 15px 0;
	width: 65px;
}
.float ul li{
	width: 65px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 5px 0;
	flex-direction: column;
	overflow: hidden;
	text-align: center;
}

.float ul li i{
	color:#fff;
	font-size: 32px;
}
.float ul li  p{
	color:#fff;
	font-size: 12px;
}

.float ul li span{
	color:#fff;
	display: block;
}
.float ul li:last-child i{
	font-size: 36px;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner img{
	display: block;
	width: 100%;
}


.title-bar{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	margin-top: -60px;
	overflow: hidden;
}

.title-bar .tit{
	color:#fff;
	font-size: 24px;
	width: 180px;
	float: left;
	height: 70px;
	background:#2B6237;
	text-align: center;
	line-height: 70px;
}
 
.title-bar .crumbs{
	float: right;
	line-height: 30px;
	margin-top: 30px;
}

.title-bar .crumbs i{
	color:#2B6237;
	float: left;
	font-size: 18px;
}

.title-bar .crumbs a{
	color:#fff;
	font-size: 16px;
	padding: 0 10px;
	position: relative;
}
.title-bar .crumbs a:after{
	content: "";
	color:#fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #88ABC4;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -3px;
	line-height: 20px;
 
}
.title-bar .crumbs a:last-child{
	padding-right: 0;
}
.title-bar .crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.info-list{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

	margin-top: 30px;
}

.info-list .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#000;
 	font-size: 30px;
 	border-bottom: 1px solid #ddd;
 	margin:  30px 0;
 	height: 55px;
}
.info-list ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.info-list ul li .pic{
	float: left;
	width: 400px;
}
.info-list ul li .pic img{
	display: block;
	width: 100%;
}

.info-list ul li .intro{
	width: 750px;
	height: 200px;
	margin-top: 10px;
	float: right;
}

.info-list ul li .intro h4{
	width: 100%;
	color:#000;
	font-size: 22px;
	font-weight: normal;
}

.info-list ul li  .source{
	width: 100%;
	height: auto;
	margin-top: 8px;
	overflow: hidden;
}
.info-list ul li  .source p{
	 
	float: left;
	height: auto;
	overflow: hidden;
	color:#999;
	font-size: 14px;
	margin-right: 15px;
}

.info-list ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.info-list ul li a{
	display: block;
	width: 155px;
	height: 40px;
	border: 1px solid #444;
	color:#444;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	border-radius:30px;
	margin-top: 20px;
	transition: .3s;
}
.info-list ul li:hover a {
	background: #2B6237;
	color:#fff;
	border: 1px solid #2B6237;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
 	
}
.page ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #2B6237;
	color:#fff;
	border: 1px solid #2B6237;
}



.article-intro{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	min-height: 600px;
 
}

.article-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom:1px solid #e5e5e5;
}


.article-intro .tit p{
	font-size: 32px;
	color:#000;
}

.article-intro .tit  span{
	display: block;
	color:#999;
	margin-top: 10px;
	font-size: 16px;
}


.article-intro .intro{
	float: left;
	width: 800px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-indent: 2em;
	color:#666;
	font-size: 16px;
	line-height: 30px;
}

.article-intro .quick{
	width: 400px;
	float: right;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 30px;
}

.article-intro .quick h4{
	font-size: 24px;
	color:#000;
	width: 360px;
	margin: 0 auto;
	font-weight: normal;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}

.article-intro .quick p{
	width: 360px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-indent: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 26px;
	color:#666;
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
}

.article-intro .quick p:after{
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #2B6237;
	border-radius: 50%;
}
.article-intro .quick p:last-child{
	border: none;
}


.personal{
	width: 1250px;
	margin: 0 auto;
	height: 260px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
.personal ul{
	height: auto;
	display: table;
	margin: 0 auto;
 
}
.personal ul li{
	float: left;
	width: 125px;
	margin-left: 230px;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; 
}
.personal ul li:first-child{
	margin-left: 0;
}
.personal ul li i{
	width: 108px;
	margin: 0 auto;
	margin-top: 15px;
	height: 108px;
	display:block;
	border-radius: 50%;
	background: #fff;
	transform: scale(0.95);
	border:1px solid #e5e5e5;
	transition: .2s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;  
	text-align: center;
	line-height: 108px;
}

.selected ul li:nth-child(1){
	transform: translateX(-100px);
	opacity: 0;
}

.selected ul li:nth-child(2){
	transform: translateY(100px);
	opacity: 0;
}

.selected ul li:nth-child(3){
	transform: translateX(100px);
	opacity: 0;
}


.personal ul li i{
	color:#000;
	font-size: 36px;
}

.personal ul li  p{
	text-align: center;
	color:#000;
	font-size: 18px;
	margin-top: 15px;
	position: relative;
	padding-bottom: 10px;
	width:100%;
}
.personal ul li p:after{
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	background: #fac012;
	bottom: 0;
}
.personal ul li:hover i{
	background: #fac012;
	transform: scale(1);
	color:#fff;
	
}

.personal ul li:hover div i{
	color:#fff;
}


.publish-content{
	width: 900px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.publish-content .hd{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.publish-content .hd ul li{
	float: left;
	width: 33.33%;
	background: #fff;
	color:#444;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	font-size: 18px;
}

.publish-content .hd ul li:after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    z-index: 10;
  	
}

.publish-content .hd ul .current{
	background:#2B6237;
	color:#fff;
}

.publish-content .hd ul .current:after{
	border-left: 20px solid #2B6237;
}

.publish-content .hd ul li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -13px;
    margin-top: -7px;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left:40px solid #f5f5f5;
}

.publish-content .hd ul li:nth-child(1):before{
	width: 0;
	height: 0;
	display: none;
}


.publish-content .hd ul li:nth-child(3):after{
	width: 0;
	height: 0;
	display: none;
}



.choose{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
 
}
.choose .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.choose .part h4{
	color:#999;
	font-size: 16px;
	width: 80px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	float: left;
}

.choose .part ul{
	width: 1165px;
	float: right;
	height: auto;
	overflow: hidden;
}
.choose .part ul li{
	float: left;
	padding: 0 10px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	 cursor:pointer;
}

.choose .part ul li:hover{
	color:#2B6237;
	text-decoration: underline;
}

.form{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	margin-top: 40px;
}
.form .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
 
.form .tit  p{
	color:#666;
	font-size: 18px;

	float: left;
}

.form .tit  span{
	color:#666;
	font-size: 18px;
}

.form  form ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.form  form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.form  form ul li p{
	color:#666;
	font-size: 18px;
	float: left;
	padding-left: 15px;
	width: 90px;
 
	line-height: 40px;
	position: relative;

}
.form  form ul li p:after{
	content: "*";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	color:#f00;
}

.form  form ul li input{
	width: 753px;
	height: 40px;
	text-indent: 10px;
	border: 1px solid #ddd;
	background: #fff;
	outline: none;
}

.form  form ul li textarea{
	width:753px;
	height: 200px;
	resize: none;
	background: none;
	outline: none;
	text-indent: 10px;
	padding-top: 10px;
	border: 1px solid #ddd;
}

.form  form ul li div{
	width: 420px;
	height: auto;
	overflow: hidden;
	float: left;
}
.form  form ul li div:last-child{
	float: right;
}

.form  form ul li div input{
	width: 313px;
}

.form  form  .btn{
	width: 300px;
	height: 48px;
	background: #2B6237;
	color:#fff;
	font-size: 18px;
	border: none;
	outline: none;
	margin-left: 120px;
}


.prompt{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	background: #eee;
	padding:  30px 0;
}

.prompt h4{
	font-size: 26px;
	color:#2B6237;
}

.prompt .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
 	
}

.prompt .tit p{
	font-size: 18px;
	margin-top: 10px;
	color:#333;
}
.prompt  ul{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prompt  ul li{
 
	height: auto;
	overflow: hidden;
	float: left;
}

.prompt  ul li p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}
.prompt  ul li div {
	float: left;
	margin: 0 10px;
}

.prompt  ul li div img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	border:3px solid #fff;
}

.prompt  ul li div p{
	font-size: 13px;
	text-align: center;
}



.join{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 100px;
	padding-top: 25px;
}
.join form{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.join form ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.join form ul li p{
	color:#666;
	font-size: 18px;
	width: 120px;
	text-align: right;
	float: left;
	line-height: 40px;
}

.join form ul li input{
	float: left;
	height: 45px;
	outline: none;
	font-size: 18px;
	border: none;
	background: none;
}
.join form ul li  .info{
	width: 1105px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.join form ul li  .info span{
	width: 100%;
	color:#666;
	text-align: left;
	font-size: 18px;
	display: block;
	line-height: 30px;
}
.join form ul .check{
	border:none;
	margin-bottom: 10px;
}
.join form ul .check input{
	width: 16px;
	height: 16px;
	background: none;
	margin-left: 120px;

	margin-top: 3px;
}

 
.join form ul .check span{
	font-size: 18px;
	color:#666;
	line-height: 22px;
	margin-left: 5px;
	float: left;
	display: block;
}

.join .btn{
	width: 300px;
	height: 48px;
	background: #2B6237;
	color:#fff;
	font-size: 18px;
	border: none;
	outline: none;
	margin-left: 120px;
	border-radius: 3px;
	margin-top: 20px;
}

.return{
	margin-left:120px;
	color:#666;
	font-size: 18px;
	margin-top: 20px;
}
.dl {
	margin-left: 0;
}


.return a{
	color:#2B6237;
	text-decoration: underline;
}

.landing{
	width: 390px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 100px;
}


.landing ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	line-height: 40px;
	margin-bottom: 20px;
}

.landing ul li i{
	font-size: 24px;
	color:#666;
	float: left;
	margin-left: 15px;
}
.landing ul li  input{
	width: 300px;
	height: 40px;
	border: none;
	background: none;
	font-size: 18px;
	margin-left: 10px;
	outline: none;
}

.landing ul li:last-child input{
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
.landing ul li:last-child  span{
	font-size: 18px;
	color:#333;
	line-height: 20px;
	display: block;
 
	color:#666;
	float: left;
}

.landing .btn{
	width: 100%;
	height: 48px;
	background: #2B6237;
	color:#fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 20px;
}
.landing .rb{
	width: 100%;
	height: auto;
	overflow:hidden;
	position: relative;
}
.landing .box{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-left: 20px;
	margin-top: 10px;
}
.landing ul li .box span{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
}
.landing .box div{
 	
	float: left;
	margin-right: 15px;
} 
.landing ul li .box div:first-child{
	margin-left: 0;
}
.landing ul li .box div input{
	width: 15px;
	height: 15px;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;

}
.landing ul li .box div label{
	float: left;
	font-size: 14px;
	line-height: 25px;
}



.color-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    margin-right: 10px;
    position: relative;
    
}
 
.color-input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border;
 
}
 
.color-input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #40B2D0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border;
 	border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}



.pay{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.pay .tit {
	height: auto;
	overflow: hidden;
}
.pay .tit p{
	font-size: 22px;
	color:#666;
}

.pay  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.pay  ul li{
	float: left;
	width: 280px;
	height: auto;
	overflow: hidden;
	margin-left: 25px;
	margin-bottom:30px;
}
.pay  ul li:nth-child(4n-3){
	margin-left: 0;
}


.pay-input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    margin-right: 10px;
    position: relative;
    float: left;
    margin-top: 10px;
    
}
 
.pay-input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border;
 
}
 
.pay-input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #40B2D0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border;
 	border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


.pay .input{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin:  40px 0;
}
.pay .input p{
	font-size: 18px;
	float: left;
	line-height:40px;
 
}
.pay .input  input {
	width: 240px;
	height: 40px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 0 10px;
	float: left;
	background: #fff;
	text-indent: 5px;
	outline: none;
 
}

.pay .input    span{
	display: block;
	float: left;
	color:#333;
	font-size: 16px;
	margin-left: 10px;
	line-height:40px;
}
.pay .input  input:last-child{
	width: 120px;
	height: 40px;
 	
	background: #2B6237;
	color:#fff;
	border: none;
	font-size: 14px;
	 
}



.py-prompt{
 	margin:  80px auto;
}

.prompt .btn{
	width: 180px;
	height: 40px;
	background: #2B6237;
	display: block;
	border: none;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 30px;
	letter-spacing: 3px;
	color:#fff;
	font-size: 16px;
}


.recc{
	width: 1250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px;
	margin-top: 15px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}


.article-intro .quick_1{
	width: 400px;
	float: right;
	/* background: #fff; */
	margin-top: 30px;
	/* padding-bottom: 30px; */
}

.quick_1 button {
	width: 395px;
	height: 50px;
	background-color: #4CAF50; /* 绿色背景 */
	border: none; /* 移除边框 */
	color: white; /* 白色文字 */
	padding: 15px 32px; /* 内边距 */
	text-align: center; /* 文字居中 */
	text-decoration: none; /* 移除下划线 */
	display: inline-block; /* 行内块元素 */
	font-size: 16px; /* 字体大小 */
	margin: 4px 2px; /* 外边距 */
	cursor: pointer; /* 鼠标指针形状 */
	border-radius: 8px; /* 圆角边框 */
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); /* 阴影效果 */
	transition-duration: 0.4s; /* 添加过渡效果 */
}



.info-list1{
	width: 1250px;
	margin: auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.info-list1 .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#000;
 	font-size: 30px;
 	border-bottom: 1px solid #ddd;
 	margin:  30px 0;
 	height: 55px;
}
.info-list1 ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.info-list1 ul li .pic{
	float: left;
	width: 400px;
}
.info-list1 ul li .pic img{
	display: block;
	width: 100%;
}

.info-list1 ul li .intro{
	width: 750px;
	height: 200px;
	margin-top: 10px;
	float: right;
}

.info-list1 ul li .intro h4{
	width: 100%;
	color:#000;
	font-size: 22px;
	font-weight: normal;
}

.info-list1 ul li  .source{
	width: 100%;
	height: auto;
	margin-top: 8px;
	overflow: hidden;
}
.info-list1 ul li  .source p{
	 
	float: left;
	height: auto;
	overflow: hidden;
	color:#999;
	font-size: 14px;
	margin-right: 15px;
}

.info-list1 ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.info-list1 ul li a{
	display: block;
	width: 155px;
	height: 40px;
	border: 1px solid #444;
	color:#444;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	border-radius:30px;
	margin-top: 20px;
	transition: .3s;
}
.info-list1 ul li:hover a {
	background: #2B6237;
	color:#fff;
	border: 1px solid #2B6237;
}






.rec1 {
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中 */
	height: 50px; /* 根据需要调整高度 */
	margin-top: 20px;
	padding-top: 40px;
}

.rec1 h1 {
	margin: 0; /* 移除默认的margin */
	color: #333; /* 文字颜色 */
	font-family: 'Arial', sans-serif; /* 字体 */
	font-size: 2.5em; /* 字体大小 */
	text-align: center; /* 文字居中 */
	text-transform: uppercase; /* 全部大写 */
	letter-spacing: 2px; /* 字母间距 */
	position: relative; /* 相对定位 */
}

/* 添加一个下划线效果 */
.rec1 h1::after {
	content: '';
	position: absolute;
	bottom: -25px; /* 根据padding和border调整位置 */
	left: 50%;
	width: 150px; /* 线条长度 */
	height: 4px; /* 线条厚度 */
	background-color: #4CAF50;
	transform: translateX(-50%);
}


.rec2 {
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中 */
	height: 50px; /* 根据需要调整高度 */
	margin-top: 20px;
	padding-top: 40px;
	
}

.rec2 h1 {
	margin: 0; /* 移除默认的margin */
	color: #333; /* 文字颜色 */
	font-family: 'Arial', sans-serif; /* 字体 */
	font-size: 2.5em; /* 字体大小 */
	text-align: center; /* 文字居中 */
	text-transform: uppercase; /* 全部大写 */
	letter-spacing: 2px; /* 字母间距 */
	position: relative; /* 相对定位 */
}

/* 添加一个下划线效果 */
.rec2 h1::after {
	content: '';
	position: absolute;
	bottom: -25px; /* 根据padding和border调整位置 */
	left: 50%;
	width: 150px; /* 线条长度 */
	height: 4px; /* 线条厚度 */
	background-color: #4CAF50;
	transform: translateX(-50%);
}