@charset "utf-8";
/* CSS Document */
/*2021.05.26 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

img {
	max-width: 100%;
}

/*顶部弹出搜索样式*/

/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}
.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #4ba267;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #4ba267;
	color: #fff;
}


/*顶部弹出样式 end*/
.bbg{
	background: url(../images/topbg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 144px;
}
.bbg .bird{
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 1;
	text-align: right;
        display:none;
}
.bbg .hu{
	position: absolute;
	left: 0px;
	bottom:0px;
        display:none;
}





.wc-top{
		
	padding:30px 0 28px; 
}
.wc-tright {
	
	
}

.t-rtop {
	text-align: right;
	padding-top: 20px;
}
.t-rtop a{
	margin-right: 24px;
	
	display:inline-block;
	
}


.searchbg {
		background: url(../images/searchbg.png)no-repeat left top;
		width: 200px;
		height: 46px;
		
	}
.searchbg input.inp-text {
	padding-left: 5px;
	width: 167px;
	line-height: 42px;
	background: none;
	border: none;
	font-weight: bold;
	color: #333;
}
.searchbg input.inp-but {
	width: 31px;
	padding: 0;
	height: 43px;
	background: none;
	border: none;
}






/*top end*/

.wc-menu {
	z-index: 12;
	position: relative;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	border-top: 1px solid #869475;
	border-bottom: 1px solid #869475;
}

.wc-menu ul li {
	
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*padding: 10px 0;*/
	/*margin: 0 10px;*/
}

.wc-menu ul li a {
	font-size:16px;
	color: #fff;
	line-height:23px;
	display: block;
	transition: all 0.2s;
	text-decoration: none;
	padding: 10px 0;
	
}
.wc-menu ul li a i{
    display: block;
    width: 100%;
    font-style: normal;
}
.wc-menu ul li a span{
	font-size: 14px;
	color: #7bd398;
	font-family: times;
	    display: block;
    width: 100%;
	
}
/*.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

/*.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #fff;
 	background:rgb(46 71 42 / 40%);
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 68px;
	background: #fff;
	 min-width:100%;  width:230px;
	z-index: 111 !important;
	display: none;
	border: 1px solid #ddd;
}
.wc-menu ul li .ernav ul{
	border: none;
}
.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #f3edeb;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 10px 25px;
	display: block;
	border-bottom: none;
	font-weight: normal;
	text-align: left;
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: #4ba267;
	color: #fff;
}

/*.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

/*.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

/*wc-menu end*/


.banner {
	padding-top: 50px;
	
}

.banner .swiper-container {
	padding-bottom: 80px;
	
}
.banner .swiper-container .swiper-slide {
	position: relative;
	cursor: pointer;
	/*text-align: center;
	border: 8px solid #fff;*/
}


.banner .swiper-container .swiper-slide a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.banner .swiper-container .swiper-slide a img{
    box-shadow: 11px 3px 9px 5px #333;
}
.banner .swiper-container .swiper-slide .btt{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: #4ba267c7;
}
.banner .swiper-container .swiper-slide .btt a{
	font-size: 18px;
}

.banner .swiper-container .swiper-pagination{
	bottom: 40px;
	left: 0px;
	text-align: left;
	
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width:12px;
	height:12px;
	
	background:#fff;
	opacity: 1;
	border-radius:12px;
	margin-right: 40px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background:#4ba267;
	opacity: 1;
}
.banner .swiper-container .swiper-button-next{
	background: none;
	right: 0;
}
.banner .swiper-container .swiper-button-prev{
	background: none;
	right: 60px;
	left: auto;
}
.banner .swiper-container .swiper-button-next, .swiper-button-prev{
	top: 92%;
	width: 34px;
	height: 17px;
}

.ban-newnc{
	background: #4ba267;
	min-height: 580px;
	padding: 50px 36px 40px;
}

.new-top{
	
}
.new-top h4{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	
}
.new-top span{
	font-size: 28px;
	color: #fff;
	font-family:'Bebas';
	display: block;
	margin: 5px 0 3px;
}

.new-top a span{
	margin: 0;
}
.new-top i{
	display: block;
	margin-top: 30px;
}

.new-ul{
	margin-top: 35px;
	
}
.new-ul ul li{
	margin-bottom: 35px;
}
.new-ul ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.new-ul ul li span{
	display: block;
	font-size: 16px;
	color: #fff;
}
/*banner end*/

.newsbg{
	min-height: 550px;
	margin-top: -146px;
}
.nbird{
	position: absolute;
	left: -125px;
	bottom: 0px;
	z-index: 1;
	display:none;
}
.newsbg .container{
	min-height: 550px;
}
.newsbg .n-left{
	/*background: #499e65;*/
        background: url(../images/nleft_niao.jpg) no-repeat right top;
	width: 100%;
	min-height: 550px;
	padding: 55px 35px;
}

.newsbg .nbg{
	/*background: url(../images/bimg1.jpg) no-repeat right top;*/
	min-height: 200px;
}

.nrightcon{
	padding-left: 35px;
	padding-top: 30px;
    background: #fff;
}

.nrightcon .swiper-container{
	padding-bottom: 50px;
}
.nrightcon .swiper-container .swiper-slide{
	
}
.nrightcon .swiper-container .swiper-slide .new-box{
	padding: 10px 0;
}
.nrightcon .swiper-container .swiper-slide .new-box a{
	text-decoration: none;
	display: block;
	
	
}
.nrightcon .swiper-container .swiper-slide .re-img{
	
}
.nrightcon .swiper-container .swiper-slide .re-img img{
	box-shadow:13px -3px 9px 5px #b8b8b8;
	margin: 10px 0;
	
}
.nrightcon .swiper-container .swiper-slide .re-tt{
	margin-top: 15px;
	
}
.nrightcon .swiper-container .swiper-slide .re-tt i{
	display: block;
	font-style: normal;
	
	font-size: 18px;
	font-weight: bold;
	color: #4ba267;
}
.nrightcon .swiper-container .swiper-slide .re-tt span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #4ba267;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.nrightcon .swiper-container .swiper-slide .re-tt p{
	font-size: 16px;
	color: #999;
	line-height: 25px;
	margin-top: 15px;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
	
	
}
.nrightcon .swiper-container .swiper-pagination {
	text-align: left;
	left: 0;
	width: 80%;
        bottom: 15px;
}
.nrightcon .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background: #d2e0d6;
	opacity: 1;
	margin-right: 50px;
}
.nrightcon .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #4ba267;
}
.nrightcon .swiper-container .swiper-button-next{
	background: none;
	right: 0px;
	top:100%;
	width: 34px;
	height: 17px;
       margin-top: -30px;
}
.nrightcon .swiper-container .swiper-button-prev{
	background: none;
	right: 50px;
	top:100%;
	left: initial;
	width: 34px;
	height: 17px;        
       margin-top: -30px;
}

/*keyanbg*/
.keyanbg {
	background: url(../images/kebg1.jpg) no-repeat center top;
	background-size: cover;
	min-height:847px;
	padding-top: 50px;
}
.keyanbg .shi{
	position: absolute;
	right: 0px;
	top: 0px;
	display:none;
}
.keyanbg .new-top{
    width: 360px;
    padding: 0px 36px;
    float: right;
}
.shi-con{
	padding-top: 30px;
}
.shi-con .swiper-container{
	padding-bottom: 60px;
}
.shi-con .swiper-container .shi-box{
	
}
.shi-con .swiper-container .shi-box a{
	text-decoration: none;
}
.shi-con .swiper-container .shi-box .shi-img{
	width: 67%;
	
}
.shi-con .swiper-container .shi-box .shi-img img{
	box-shadow:11px 3px 9px 5px #333;
}
.shi-con .swiper-container .shi-box .shi-tt{
	width: 28.5%;
}
.shi-con .swiper-container .shi-box .shi-tt h4{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}
.shi-con .swiper-container .shi-box .shi-tt p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
margin-top: 31px;
}





.shi-con .swiper-container .swiper-pagination {
	text-align: left;
	left: 0;
	width: 80%;
	bottom:0px;
}
.shi-con .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background: #d2e0d6;
	opacity: 1;
	margin-right: 50px;
}
.shi-con .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #4ba267;
}
.shi-con .swiper-container .swiper-button-next{
	background: none;
	left: 60.5%;
	top:100%;
	width: 34px;
	height: 17px;
}
.shi-con .swiper-container .swiper-button-prev{
	background: none;
	left: 55%;
	top:100%;
	
	width: 34px;
	height: 17px;
}


/*join*/
.join{
	/*background: url(../images/zhaobg.jpg) no-repeat left top;*/
	min-height:550px;
	
}

.join .new-top{
background: url(../images/zhaopin.jpg) no-repeat right top;
}

.join .j-mao1{
	position: absolute;
	left: 0px;
	top: 0;
}


.j-left{
	background:rgba(75,162,103,0.75);
	padding-top: 50px;
	height: 100%;
	min-height: 550px;
	padding-left: 35px;
}

.j-mao{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 11;
        display:none;
}

.jcon{
	min-height:500px;
}
.join-con ul{
	padding-top: 60px;
	
}
.join-con ul li{
	position: relative;
	border: 1px solid #cce1d3;
	
	padding: 22px 30px 15px;
	margin-bottom: 45px;
}
.join-con ul li:last-child{
	margin-bottom: 20px;
}
.join-con ul li a{
	display: block;
	text-decoration: none;
	
}
.join-con ul li a span{
	font-size: 16px;
	color: #4ba267;
	background: #fff;
	position: absolute;
	
	display: inline-block;
	padding: 0 16px;
	left: 20px;
	top: -14px;
	font-size: 16px;
}
.join-con ul li a p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	font-weight: lighter;
	        overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}
.join-con ul li a i{
	display: block;
	height: 3px;
	position: absolute;
	left: 20px;
	bottom: -1px;
	width: 200px;
	background: #fff;
	
}
.join-con ul li:hover{
	border:1px solid #428457;
}











/*footer*/

.footer {
	min-height: 40px;
	background:#000;
	padding: 60px 0 60px;
}




.footer p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: lighter;
}



.footer p.p1{
	font-size: 14px;
	margin-top:15px;
	
}
.searchbg1{
	background: url(../images/searchbg1.png) no-repeat center top;
	width: 200px;
	height: 32px;
	float: right;
}
.searchbg1 input.inp-text{
	width: 171px;
	height: 32px;
	line-height: 32px;
	color: #333;
	padding-left: 3px;
	background: none;border: none;
}
.searchbg1 input.inp-but{
	width: 25px;
	height: 32px;
	cursor: pointer;
	background: none;
	border: none;
}


.select2{
    width: 200px;
    height: 32px;
    position: relative;
    float: right;
    padding: 5px;
}

.select{
	background: url(../images/ss12.png) no-repeat left top;
	width: 200px;
	height: 32px;
	 position: relative;
	 display: inline-block;
	 float: right;
	 margin-top: 15px;

	 }

.select span{display: block; 
text-align: center;
height:32px; cursor: pointer;
font-size: 16px;
color: #999;
line-height: 32px;
 }

.select ul,.select li{padding: 0; margin:0 }
.select li{line-height: 23px;
margin-bottom: 5px;
 color: #666; list-style-type: none;  cursor: pointer;transition: all 1s ease 0s;}
.select li:hover{  
	color: #000;
	 }
.select li:last-child{border-bottom: 0}

.select ul{
	display: none;
padding: 10px ;
position: absolute;
background: #fff;
border: 1px solid #ddd;
margin: 0;
z-index: 11;
    height: 120px;
    overflow: auto;
}




/*.footerEnd*/

@media (max-width: 1600px) {
	.j-mao1 img{
		width: 75%;
        height: 550px;
	}
	.bbg .bird img{
		max-width: 80%;
		
	}
	.bbg .bird{
		top: 99px;
	}
	
	
}


@media (max-width: 1440px) {
	.j-mao1 img{
		width: 64.5%;
       
	}
.bbg .bird{
	z-index: 0;
}	
	
	
	
	
	
	
}
@media (max-width: 1360px) {
	.j-mao1 img{
		width: 58.5%;
       
	}
	
	
	
}
@media (max-width: 1300px) {
	.j-mao1 img{
		width: 53.5%;
       
	}
	
	
	
}






@media (min-width: 1230px) {

.nright{
	padding-left: 0;
}
.nleft{
	padding-right: 0;
}

.j-left{
	width:26.5% ;
}
.join-con{
	width:70%;
	float: right;
}

.wc-logo{
	width: 80%;
}
.wc-tright{
	width: 20%;
}










}






@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.new-top h4{
	font-size: 30px;
}
.new-top span{
	font-size: 26px;
}

.nright{
	padding-left: 0;
}
.nleft{
	padding-right: 0;
}
.new-ul ul li {
    margin-bottom: 21px;
}
.new-top i{
	margin-top: 20px;
}

.ban-newnc{
	padding: 40px 30px;
	min-height: 510px;
}
.nbird img{
	width: 80%;
}
.newsbg{
	min-height: 502px;
}
.newsbg .n-left{
	min-height: 500px;
}

.newsbg .container {
    min-height: 500px;
}
.shi-con .swiper-container .shi-box .shi-tt {
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 14;
            -webkit-box-orient: vertical;
}
.shi-con .swiper-container .shi-box .shi-img {
    width:57%;
}
.keyanbg{
	min-height: 750px;
	
}
.keyanbg .shi{
	text-align: right;

}
.keyanbg .shi img{
	width: 88.5%;
}
.shi-con .swiper-container .shi-box .shi-tt{
	width: 30%;
	float: left;
	padding-left: 2%;
}

.j-mao{
	left: -90px;
	
}
.join-con ul {
    padding-top: 40px;
}
.join-con ul li{
	margin-bottom: 40px;
	
}





	
}




@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 100%;
	}
	.logo1 img{
		width: 88%;
		
	}
	.site-tree-mobile {
		top: 7px;
	}
.bannerbg{
	padding-top: 20px;
}	
.banner {
    padding-top: 80px;
}
.banner .swiper-container .swiper-pagination{
	width: 100%;
	text-align: center;
}
.ban-newnc {
    padding: 60px 30px 30px;
    min-height: 500px;
}
.new-ul ul li:last-child{
	display: none;
}
/*.keyanbg {
    min-height: 700px;
}*/

.nbird{
	left: -20px;
}
.shi-con .swiper-container .shi-box .shi-tt h4{
	font-size: 25px;
}
.j-mao1 img {
    width: 47.5%;
    /*width: 39.5%;*/
}
.new-top h4 {
    font-size: 26px;
}
.new-top span {
    font-size: 20px;
}

.nrightcon .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin:0 10px;
}

.nrightcon .swiper-container .swiper-slide .re-img img{
	box-shadow: none;
	
}

.banner .swiper-container {
    padding-bottom: 50px;
}
.banner .swiper-container .swiper-pagination{
	bottom:0px;
	
}

.footer{
	padding: 30px 0;
}





	
}

@media (max-width: 959px) {
	.j-mao1 img{
		width: 37.5%;
	}
	
	
}


@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.logo1 img{
		width: 86%;
	}
	
   .site-tree-mobile .fa {
            font-size: 22px;
       }
	.site-tree-mobile {
		top:5px;
	}
.bannerbg{
	padding-top: 0px;
}	
.banner {
    padding-top: 40px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
}
.ban-newnc{
	padding: 30px;
}
.new-ul ul li:last-child{
	display: block;
	
}
.new-top h4 {
    font-size: 24px;
}
.new-top span {
    font-size: 20px;
}

.new-ul {
    margin-top: 25px;
}
.newsbg{
	margin-top: -105px;
}

.banner .swiper-container{
	padding-bottom: 50px;
}
.banner .swiper-container .swiper-pagination{
	bottom: 15px;
}
.newsbg .n-left{
	min-height: 80px;
	padding: 30px;
}
.nleft{
	padding-right: 15px;
}

.nrightcon .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin:0 10px;
}
.nrightcon{
	padding: 10px 1px 15px;
}
.nright{
	padding-left: 15px;
}
.nrightcon .swiper-container .swiper-slide .re-img img{
	box-shadow: none;
	
}

.newsbg .container{
	min-height: 500px;
}
.nrightcon .swiper-container {
    padding-bottom: 36px;
}

.shi-con .swiper-container .shi-box .shi-img {
    width: 100%;
    float: none;
}
.shi-con .swiper-container .shi-box .shi-tt{
    width: 100%;
    float: none;
    padding: 0;
margin-top: 20px;
}
.shi-con {
    padding-top: 25px;
}
.shi-con .swiper-container .shi-box .shi-tt h4{
	font-size: 22px;
	
}

.shi-con .swiper-container .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: 20px;
	
}
.shi-con .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0px 10px;
}



.keyanbg{
	padding-top: 20px;
}
.j-left{
	min-height: 80px;
	background: #4ba267;
	padding: 30px ;
	margin: 25px 15px 5px;
}
.join{
	padding-bottom: 25px;
}






.footer{
	padding: 25px 0;
}

.searchbg1{
	float: none;
	/*margin: auto;*/
	margin-top: 15px;
	
}
.select{
	margin: auto;
	float: none;margin-top: 15px;
}
.select2 {
       float: left;
    margin-top: 15px;
}

/*2021.11.18  楊广修改*/
.newsbg .n-left{
        background:url(../images/nleft_niao.jpg) no-repeat left top;
}
.keyanbg .new-top{
    padding: 30px 0 30px 30px;
    float: none;
    background: #4c955d;
    width: 300px;
}
.join .new-top {
    background: url(../images/zhaopin.jpg) no-repeat left top;
}


	
}


@media (min-width: 544px) and (max-width: 767px) {
	
	
}










