.layui-nav-item>a>span {
	display: none
}
*{
	margin:0;padding:0;
}
body {
	min-width: 1230px;
	position: relative;
    background-image:url(../img/body_bgr.png);
    background-size:cover;
    background-repeat:no-repeat;

}
.layui-nav *{
    font-size:17px;
    font-weight:bold;
    letter-spacing:2px;
}
html{
    
}
.layui-nav{
    padding:0;
}
strong {
	font-size: 15px;
}
iframe{
	border:none
}
.binglang_title_ {
	display: inline-block;
	width: 485px;
	float: right;
	margin-top: 15px;
	margin-bottom:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.first_line {
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	height: 35px;
    background-color:#fff;
}

.content {
	width: 1200px;
	margin: auto;
    /*margin-right:260px;*/
    background-color:#fff;
}

.clear:after {
	display: block;
	clear: both;
	content: '';
}

.left {
	float: left;
}

.right {
	float: right
}

.right>span {
	display: inline-block;
	margin-right: 15px;
}

.right>span:last-child {
	margin-right: 0
}

.logo {
 width: 265px;
 height: 60px;
 background-image: url(../img/logo4.png);
 background-size: contain;
     background-repeat: no-repeat;
}

.seach_wrap {
	width: 350px;
	border: 1px solid #e0e0e0;
	font-size: 15px;
	height: 40px;
	margin-top: 10px;
}

.seach_wrap>input {
	line-height: 40px;
	height: 40px;
	border: none;
	outline: none;
	width: 150px;
	margin-left: 20px;
}

.seach_wrap>span {
	display: inline-block;
	height: 40px;
	background-color: #1a883b;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.seach_wrap>span>i {
	font-style: normal;
	color: #fff;
	line-height: 40px;
}

.all_content {
	background-color: #1a883b;
}

.layui-nav {
	background-color: #1a883b;
}

.layui-nav .layui-nav-item {
	width: 14.2%;
	text-align: center;
}
.layui-nav .layui-nav-item_active{
	background-color:#fff;
}

.layui-nav .layui-nav-item a {
	color: #fff;
}
.layui-nav .layui-nav-item_active>a{
	color:#1a883b;
	cursor:pointer;
}
.layui-nav-child {
	background-color: #1a883b;
	top: 60px;
	padding: 0;
}
.layui-nav .layui-nav-child a:hover{
	background-color: #5FB878;
	    color: #fff;
		cursor:pointer;
}
.layui-nav-bar {
	display: none;
}
.avtive_title{
    font-weight:bold;
    font-size:18px;
}
.layui-nav-child dd {
	border-bottom: 1px solid #fff;
}

.fixed {
	position: absolute;
	right: 0px;
	top: 195px;
	width: 150px;
	height: 230px;
	z-index:100;
}

.main_img {
	width: 1200px;
	height: 200px;
	border: 1px solid #e0e0e0;
}


.new_first>.left {
	width: 100%;
}

.lunbo {
	margin-top:20px;
	/* height:200px; */
}
.new_first >.right{
	width:600px;
}
.new_first > .left > a {
	width: 100%;
	display: inline-block;
	height: 320px;
}
.new_first > .left img {
	width: 100%;
	height: 100%;
}
	.new_list {
		/* height:200px; */
	}

.new_list_head {
	font-size: 14px;
    border-bottom:1px solid #e0e0e0;
}

.new_text_title {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	color: #3d951e;
	border-top: 2px solid #1a883b;
	font-weight: bold;
}

/*.new_text_title:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}*/
.layui-nav .layui-nav-item>a{
    position:relative;
}
.layui-nav .layui-nav-item:nth-child(1)>a:after{
    display:none;
}

.layui-nav .layui-nav-item>a:after{
    content:'';
    position:absolute;
    left:-1px;width:1px;
    height:20px;
    background-color:#fff;
    top:0;
    bottom:0;
    margin:auto 0;
}
.layui-nav .layui-nav-item_active>a:after{
    display:none;
}
.new_content_title {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 15px 0 0;
}

.new_content_list_content {
	font-size: 13px;
	color: #666;
	height: 275px;
	overflow: hidden;
	padding-left: 20px;
	list-style-type: circle;
}

	.new_content_list_content > li {
		margin: 13px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		list-style: inside;
	}

.new_content_list_content>li:hover {
	color: #1a883b;
	cursor: pointer
}

.new_content_list_content>li:last-child {

}

.new_more>a {
	color: #999;
}

.new_more>a:hover {
	cursor: pointer;
	color: #333;
}

.fixed_new {
	position: absolute;
	right: 0px;
	top: 450px;
	/*border: 1px solid #e0e0e0;
	border-top: 2px solid #1a883b;*/
	background-color: #fff;
	z-index: 110;
	/*width: 67px;*/
	transition: all 0.1s;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
    width: 250px;
		            border: 1px solid #e0e0e0;
                    border-top: 2px solid #1a883b;
                    border-bottom-left-radius: 0px;
                    border-top-left-radius: 0px;
}

.fixed_new_title {
	font-size: 15px;
	color: #1a883b;
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
}
.new_title_anniu {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border: 1px solid #1a883b;
	color: #333;
	border-right: none;
	padding: 5px;
	cursor: pointer;
}
.shezhi_li li{
		content:".";  
		color:gray;
}
.shezhi_li li:hover{
		content:".";  
		color:rgb(245,60,60) !important;
}
.shezhi_li li>a:hover{
    color:rgb(245,60,60);
}
.fixed_list {
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 5px;
	overflow: hidden;
	list-style-position: inside;
	height: 220px;
}
.fixed_new > .tongzhiList {
	overflow-y: auto;
	height: 250px;
	padding-left: 5px;
	margin-top: 10px;
}
.tongzhiList {
	/*display: none;*/
}
.fixed_new > .tongzhiList > li {
	list-style: disc inside;
	font-size: 13px;
	margin: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
	.fixed_new > .tongzhiList > li:hover {
		color: #1a883b;
		cursor: pointer
	}
	.fixed_list > li {
		list-style: disc inside;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		margin: 5px 0;
	}
	.more{
		float:right;
		font-size:13px;
		color:#999;
		/*display:none;*/
	}
		.more:hover {
			cursor: pointer;
			color: #1a883b
		}
		.fixed_list > li:hover {
			color: #1a883b;
			cursor: pointer
		}

.information_left {
	width: 48%;
    border:1px solid #e0e0e0;
    margin-bottom:20px;
}
.information_left>a{
    float:left;
    width:60%;
    padding:10px 5px 10px 10px;
    box-sizing:border-box;
}
.information_left>ul{
    float:right;
    width:40%;
     padding:10px 10px;
     height:230px;
     overflow:hidden;
     box-sizing:border-box;
}
.information_left>a>img {
	width: 100%;
	height: 200px;
    margin:11px 0;
}

	/*.information_left > a > strong {
		margin-top: 15px;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height:40px;
		min-height:40px;
	}*/

.information_left>ul>li {
	margin: 5px 0;
	list-style: disc inside;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
    content:'';
    color:gray;
    height:17px;
}

.information_left>ul>li:last-child {
	margin: 0
}

.fengetu {
	margin: 15px 0;
	width: 100%;
	height: 80px;
}
.binglangjieshao{
	margin-bottom:15px;
    border:1px solid #e0e0e0;
    border-top:none;
    padding-bottom:15px;
}
.binglangjieshao>a>img {
	width: 440px;
	height: 286px;
	margin-top: 15px;margin-left:10px;
}

.binglangjieshao>div {
	width: 450px;
}

	.binglangjieshao > div > strong {
		margin: 15px 0;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

.ul_style {
	height: 300px;
	overflow: hidden;
}

.ul_style>li {
	margin: 10px 0;
	list-style: disc inside;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
    content:'';
    color:gray;
    height:17px;
}

.huiyuan_sup {
	width: 100%;
	margin-top:25px;
}
.huiyuan_sup>div{
	position:relative;
	display:inline-block;
	height:165px;
}
.huiyuan_sup>.before_{
	width:50px;
}
.huiyuan_sup>.before_>span{
	position:absolute;
	height:60px;
	width:40px;
	font-size:25px;
	color:#fff;
	background-color:#1a883b;
	line-height: 60px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align: center;
	cursor:pointer;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
}
.huiyuan_sup>.neirong{
	width:1080px;
	overflow:hidden;
	
}
.huiyuan_sup>.neirong>ul {
	list-style: none;
	display:inline-block;
	white-space: nowrap;
	height:165px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	transition: all 0.2s;
}

.huiyuan_sup>.neirong>ul>li {
	width: 167.5px;
	position: relative;
	margin-right: 15px;
	height: 150px;
	margin-bottom: 15px;
	display:inline-block;
	box-sizing: border-box;
	font-size:0
}

.huiyuan_sup>.neirong>ul>li>p {
	position: absolute;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	background: linear-gradient(to right, rgb(170, 228, 155), rgb(10, 196, 109));
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing:border-box;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.huiyuan_sup>.neirong>ul>li:nth-child(6n){
	margin-right:0
}
.huiyuan_sup>.neirong>ul>li:last-child{
	margin-right: 0;

}
.huiyuan_sup>.neirong>ul>li img{
	width:100%;
	height:100%;
	box-sizing: border-box;
}
.last_img {
	width: 100%;
	height: 100px;
	border: 1px solid #e0e0e0;

}

.foot_wrap {
	background-color:#3d951e;
	padding:10px 0 0;
    letter-spacing:2px;
    margin-top:40px;
}
.foot_wrap>div>.title_wrap{
    text-align:center;
}
.foot_wrap>div>.title_wrap>li{
    display:inline-block;
    padding:5px 10px;
    
}
.foot_wrap>div>.title_wrap>li>a{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    letter-spacing:2px;
}
.youqingliangjie>li{
    float:left;
}
.youqingliangjie>li>a{
    font-size:14px;
    color:#666;display:inline-block;
    margin-right:20px;
}
.youqingliangjie>li>a:hover{
    color:#3d951e;
}
.foot_wrap>div>.line{
    background-color:#fff;
    height:1px;margin:5px 0 0px;
    opacity:0.5;
}
.foot_wrap>div>.href{
    text-align:center;
    font-size:14px;
}
.foot_wrap>div>.href>span{
    display:inline-block;
    color:#fff;
}
.foot_wrap>div>.href>ul{
    display:inline-block;
}
.foot_wrap>div>.href>ul>li{
    display:inline-block;
    
    padding:5px 10px 5px 0;
}
.foot_wrap>div>.href>ul>li>a{
    color:#fff;
}
.foot_wrap>div>.about_us{
    text-align:center;
}
.foot_wrap>div>.about_us>li{
    display:inline-block;
    position:relative;
    padding:0 10px;
}
.foot_wrap>div>.about_us>li>a{
    font-size:15px;
    color:#fcfcfc;
    font-weight:bold;
}
.foot_wrap>div>.about_us>li:after{
    position:absolute;
    right:0;top:0;bottom:0;margin:auto 0;
    content:'';
    width:2px;height:70%;
    background-color:#fcfcfc;
}
    .foot_wrap > div > .about_us > li:nth-child(3):after {
    display:none;
    }
.banquan{
    text-align:center;
    color:#fff;
    opacity:0.7;
    letter-spacing:2px;
    margin:10px 0;
}
.banquan_wrap{
    text-align:center;
}
.banquan_wrap>span{
    opacity:0.7;
    color:#fff;
    letter-spacing:2px;
}
.erweima_foot {
	margin-top: 5px;
}

.erweima_foot>div {
 /*margin-right: 15px;*/
 text-align:center
}

.erweima_foot>div>img {
 width: 120px;
 height: 120px;
}

.erweima_foot>div>p {
	text-align: center;
	color: #a3a3a3;
	margin-top: 5px;
}

.day_hot {
	border: 1px solid #e0e0e0;
	border-top: 2px solid #1a883b;
}

/*.day_hot>.fixed_list {
	height: 95px;
}*/

.day_hot>img {
	width: 220px;
	height: 120px;
	margin: 10px auto;
	display: block;
}

.list>ul>li {
	list-style-type: none;
}

.day_hot>.num {
	height: auto;
	padding-bottom: 10px;
}

.num>li>span {
	display: inline-block;
	width: 15px;
	height: 16px;
	text-align: center;
	background-color: #b1b1b1;
	color: #fff;
	margin-right: 5px;
}
.setbottomMargin{
    margin-top:15px;
}
.marginTop>div {
	margin-top: 32px;

}

.marginTop>div:first-child {
	margin-top: 0;
}

.num>li:nth-child(1)>span {
	background-color: #c5171e;
}

.num>li:nth-child(2)>span {
	background-color: #e15e63;
}

.num>li:nth-child(3)>span {
	background-color: #e67c81;
}

.cheart_title {
	font-size: 15px;
	color: #1a883b;
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
}

.cheart_title>p>span {
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-left: 5px;
}

.cheart_title>span {
	colorL: #999;
	font-size: 13px;
}

.jiaoyi_biaoge>p>span {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	box-sizing: border-box;
	padding:5px 0;
}
.jiaoyi_biaoge>p>span:last-child{
	border-right:none
}
.test1 img{
	width:100%;height:280px
}
.slide-tit{
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
}
	.slide-tit > span {
		padding-bottom: 15px;
		border-bottom: 1px solid #1a883b;
		color: #1a883b;
	}
	.slide-tit >strong{
		font-size:13px;
		color:#999;

	}
	#test2{
		height:400px !important;
	}
.fenxiang {
	position: absolute;
	top: 800px;
	right: 0;
	transition: all 0.1s;
	/*width: 50px;*/
	background-color: #fff;
	z-index:100;
}

.fenxiang_show {
	border: 1px solid #e0e0e0;
	border-top: 2px solid #1a883b;
	width: 250px;
	z-index: 100;
}

.fenxiang_text {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 5px 5px 5px 10px;
    background-color: rgb(191,189,189);
    color: #fff;
    font-size: 15px;
    width: 15px;
    cursor: pointer;
    padding: 10px 5px 10px 10px;
}

.fenxiang_text_show {
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	color: #1a883b;
	display: none;
	text-indent: 0.5em;
}

.fenxiang > ul {
	list-style: none;
	display: none;
}

	.fenxiang > ul > li {
		width: 50%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}

		.fenxiang > ul > li > a {
			display: inline-block;
			padding: 5px 10px;
			width: 100%;
			box-sizing: border-box;
			cursor: pointer;
			border-radius: 5px;
		}

			.fenxiang > ul > li > a:hover {
				background-color: #f0f0f0;
			}

			.fenxiang > ul > li > a > img {
				width: 15px;
				height: 15px;
				margin-right: 10px;
			}

			.fenxiang > ul > li > a > span {
				font-size: 13px;
			}
.content_centerWrap{
	min-height:600px;
    margin-top:20px;
    background-color:#fff;
}
