@charset "utf-8";

/* CSS Document */
/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}
*/
* {
	margin: 0;
	padding: 0;
}

/*font-family:"微软雅黑";*/
li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
	border: none;
}

html,
body {
	overflow-x: hidden;
}

/*弹窗*/
/* .tan-box{
	width:600px;
	height:400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 8px;
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-300px;
	z-index: 5000;
}
.close{
	float:right;
	cursor: pointer;
	color:#26ab74;
}
.haibao{
	clear:both;
} */
/*导航*/
.nav-box {
	position: fixed;
	top: 0;
	z-index: 2000;
	background: rgba(255, 253, 253, 1);
	width: 100%;
	border-bottom: 1px solid #F0EFEF;
}

.nav {
	width: 1202px;
	margin: 0 auto;
	height: 118px;

}

.logo {
	margin-top: 14px;
	width: 10%;
	float: left;
}
.logo img{
	width: 100%;
}
.nav ul {
	float: right;
}

.nav ul li {
	float: left;
	line-height: 38px;
	width: 90px;
	text-align: center;
	margin: 40px 0;
	position: relative;
	z-index: 500
}

.nav ul li div {
	position: absolute;
	top: 38px;
	z-index: 2000;
	width: 126px;
	text-align: center;
	background-color: #26ab74;

	line-height: 38px;
	box-sizing: border-box;
}

.nav ul li div a {
	color: #fff;
	font-size: 12px;
}

.nav ul li div a:hover {
	background-color: #154F07
}

.nav ul li a {
	display: block;
	width: 100%;
	line-height: 38px;
	font-size: 15px;
	color: #4E4D4D;
	display: block;

}

.nav ul li:hover a {
	background-color: #26ab74;
	color: #fff;
}

.nav ul li .current {
	background-color: #26ab74;
	color: #fff;

}

.banner-box {
	width: 100%;
	height: 460px;
	position: relative;
	margin-top: 122px;
}

.banner-box ul {
	width: 9600px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.banner-box ul li {
	float: left;
}

.banner-box ol {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -50px;
}

.banner-box ol li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 4px;
	float: left;

}

.banner-box ol .current {
	background-color: #26ab74;
}

.company {
	width: 1140px;
	margin: 120px auto;
	overflow: hidden;

}

.com-left {
	width: 620px;
	float: left;
}

.com-left p {
	font-size: 14px;
	color: #737373;
	text-align: justify;
	line-height: 1.6;
	margin-top: 30px;
	cursor: pointer;

}

.com-left p:hover {
	color: #369a5e;
}

.com-biao {
	overflow: hidden;
	margin-top: 50px;
}

.biao {
	float: left;
	width: 280px;
}

.biao img {
	float: left;
	margin-top: 25px;
}

.biao div {
	float: right;
	width: 210px;
}

.biao div h3 {
	font-weight: normal;
	font-size: 22px;
	color: #333333;

}

.biao div p {
	font-size: 15px;
	color: #999999;
	margin-top: 10px;
}

.com-right {
	margin-top: 50px;
	float: right;
	background: url(../images/xianxianxian@2x.png) no-repeat right top;
	padding-top: 20px;
	padding-right: 20px;
}

.news {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.news-left {
	float: left;
	width: 662px;
}

.news-tab {
	overflow: hidden;
}

.news-tab div {
	width: 170px;
	line-height: 40px;
	background-color: #949496;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	float: left;
	cursor: pointer;

}

.news-tab .current {
	background-color: #26ab74;
}

.news-left-box li {
	overflow: hidden;
	margin-top: 33px;
}

.news_more {
	float: left;
	margin-top: 30px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #26ab74;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.news_more:hover {
	background: #26ab74;
	color: #fff;
}

.news-left-time,
.news-left-img {
	float: left;

}

.news-left-time h5 {
	color: #369a5e;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.news-left-time h6 {
	font-size: 12px;
	color: #6d6f6d;
	font-weight: normal;
}

.news-left-content {
	width: 400px;
	float: right;
}

.news-left-content h1 {
	font-weight: normal;
	font-size: 17px;
	line-height: 34px;
	color: #333333;
}

.news-left-box ul li:hover h1 {
	color: #369a5e;
}

.news-left-content p {
	font-weight: normal;
	font-size: 14px;
	color: #808080;
	margin-top: 20px;
}

.news-left-img {
	width: 170px;
	height: 110px;
	overflow: hidden;
	margin-left: 18px;
}

.news-left-img img {
	width: 100%;
}

.youxiang {
	float: right;
	width: 425px;
	border: 0;
	cursor: pointer;
}

.youxiang img {
	width: 100%;
}

.news-right {
	width: 425px;
	height: 480px;
	float: right;
	background: url(../images/gonggao-title@2x.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

.gonggao-title {
	padding-top: 30px;
	padding-left: 80px;
}

.news-right ul {
	padding-top: 2px;
	padding-left: 20px;
}

.gg_more {
	float: right;
	;
	margin-right: 50px;
	height: 40px;
	font-size: 15px;
	color: #333;
	margin-top: 27px;
}

.gg_more:hover {
	color: #26ab74;
}

.news-right ul li {

	color: #666666;
	margin-right: 50px;
	font-size: 16px;
	line-height: 56px;
	padding-left: 35px;
	background: url(../images/dian@2x.png) no-repeat left center;
	box-sizing: border-box;
	border-bottom: 1px dashed #a9a9a9;
}

.news-right ul li a {
	color: #666666;
}

.news-right ul li:hover a {
	color: #369a5e;
}

.dang {
	width: 100%;
	height: 193px;
	position: relative;
	margin-top: 112px;
}

.dang img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.wenhua {
	width: 100%;
	height: 714px;
	background-image: url(../images/qiyewenhua@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.wenhua-zhong {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.wenhua-right {
	float: left;
	margin-left: 620px;
	padding-top: 160px;
}

.wenhua-content {
	overflow: hidden;
}

.wenhua-content img {
	float: left;
}

.wenhua-text {
	float: left;
	padding-left: 42px;
	padding-top: 20px;
}

.wenhua-text h1 {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	padding-bottom: 15px;
	background: url(../images/xian@2x.png) no-repeat left bottom;
	font-family: "微软雅黑";

}

.wenhua-text p {
	font-size: 22px;
	color: #ededed;
	margin-top: 20px;
	font-family: "微软雅黑";
}

.wenhua-tab {
	clear: both;
	overflow: hidden;
	padding-top: 220px;
}

.wenhua-tab ol li {
	float: left;
	margin: 0 55px;
	cursor: pointer;
	transition: all 0.4s
}

.wenhua-tab ol li:hover {
	transform: translateY(-20px)
}

.wenhua-tab ol li img {
	margin: 0 auto;
}

.wenhua-tab ol li h5 {
	color: #ededed;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
}

.wenhua-tab ol li p {
	color: #ededed;
	text-align: center;
	color: #a8a8a8;
	text-transform: uppercase;
	text-align: center;
}

.huodong {
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 70px;
}

.huodong-title {
	width: 100%;
	position: relative;
	height: 100px;

	padding-bottom: 60px;
}

.huodong-title img {
	position: absolute;
	left: 50%;
	margin-left: -960px;

}

.huodong-tu {
	width: 1070px;
	margin: 0 auto;
	overflow: hidden;

}

.huodong-tu img {
	float: left;
}

.huodong-img {
	width: 750px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.huodong-img img {
	width: 100%;
}

.huodong-text {
	height: 400px;
	float: right;
	width: 320px;
	box-sizing: border-box;
	padding: 30px 18px;
	background-color: #fff;
	position: relative;
}

.huodong-text h1 {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	padding-left: 16px;
	border-left: 7px solid #369a5e;
}

.huodong-text p {
	color: #666666;
	font-size: 14px;
	margin-top: 32px;
	line-height: 1.8;
	text-align: justify;
}

.huodong-text a {
	display: block;
	width: 56px;
	height: 30px;
	background: url(../images/more@2x.png);
	position: absolute;
	right: 18px;
	bottom: 30px;
	cursor: pointer;
}

.huodong-tab {
	width: 1070px;
	margin: 15px auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.huodong-tab div {
	width: 196px;
	height: 110px;
	box-sizing: border-box;
	overflow: hidden;
	border: 5px solid #fff;
	cursor: pointer;
}

.huodong-tab .current {
	border: 5px solid #369a5e;
}

.huodong-tab div img {
	width: 100%;
}

.gongcheng {}

.gongcheng-title img {
	margin: 0 auto;
	padding: 90px 0;
	display: block;
}

.gongcheng ul {
	overflow: hidden;
	padding-bottom: 60px;
}

.gongcheng ul li {
	width: 25%;
	height: 350px;
	float: left;
	background-color: #000;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gongcheng ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.gongcheng ul li h2 {
	width: 120px;
	line-height: 26px;
	color: #fff;
	background-color: #369a5e;
	position: absolute;
	top: 18%;
	left: 7%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	opacity: 0;
	transition: all 0.2s;
}

.gongcheng ul li p {
	color: #fff;
	font-size: 16px;
	top: 32%;
	left: 7%;
	position: absolute;
	opacity: 0;
	transition: all 0.2s;
}

.gongcheng ul li span {
	display: block;
	width: 48px;
	height: 47px;
	background: url(../images/jiajia@2x.png);
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.2s;
}

.gongcheng ul li:hover img {
	opacity: 0.4;
	transform: scale(1.1)
}

.gongcheng ul li:hover h2 {
	opacity: 1
}

.gongcheng ul li:hover p {
	opacity: 1
}

.gongcheng ul li:hover span {
	opacity: 1
}

.foot {
	background: -webkit-linear-gradient(bottom, #d9f3da, #f8fdf7);
	background: -ms-linear-gradient(bottom, #d9f3da, #f8fdf7);
	background: -moz-linear-gradient(bottom, #d9f3da, #f8fdf7);
	background: -o-linear-gradient(bottom, #d9f3da, #f8fdf7)
}

.foot-zhong {
	width: 1200px;
	margin: 0 auto;
	margin-top: 24px;
	padding-top: 30px;
}

.foot-zhong ul h3 {
	font-weight: normal;
	padding-top: 40x;
	font-size: 15px;
	color: #333333;


}

.foot-zhong ul {
	overflow: hidden;
	padding-bottom: 32px;
}

.foot-zhong ul li {

	margin-top: 15px;
	margin-right: 20px;
	font-size: 14px;
	width: 150px;
}

.foot-zhong ul li a {
	color: #4e4e4e;
	font-size: 12px;

}

.foot-zhong .youqing {
	padding: 5px 0;


}

.youqing {
	margin: 0 14.8px;

}

.youqing h5 {
	font-size: 14px;
	color: #223F04;
	float: left;
	width: 120px;
	border-radius: 3px;
	line-height: 26px;
	height: 26px;
	padding: 0px 10px;
	text-align: center;
	background: #dff5e0;
	color: #0a4c46;
	margin-bottom: 10px;
}

.foot-zhong .xian {
	display: block;
	padding: 0;
	width: 60px;
	height: 2px;
	background-color: #255F01;
	margin-top: 10px;
}

.youqing span {
	display: block;
	text-transform: uppercase;
	color: #9E9D9D;
	font-size: 12px;
}

.youqing .xianshi {
	overflow: hidden;
	float: left;
}

.youqing a {
	float: left;
	padding: 0 10px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
}

.youqing .xianshi a {
	background: #f2f2f2;
	margin: 0 10px;
}

.youqing a:hover {
	color: #3CD308;
	text-decoration: underline;
}

.youqing button {
	background: #0c8c81;
	color: #fff;
	width: 50px;
	border-radius: 3px;
	border: 1px solid #0c8c81;
	height: 26px;
	line-height: 26px;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 12px;
}

.youqing button:hover {
	transition: all 0.3s;
	background: #063c37;
}

.youqing .btn {
	width: 300px;
	float: left;
	overflow: initial !important;
	position: relative;
}

.lianjie {
	clear: both;
}

.youqing .gengduo {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 80px;
	top: 0px;
	border-radius: 5px;
}

.youqing .gengduo a {
	display: block;
	float: none;
	color: #fff;
}

.youqing select {
	border-radius: 5px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
	outline: none;

}

.foot-logo {
	float: left;
}

.foot-zhong div p {
	float: right;
	font-size: 14px;
	width: 800px;
	padding-bottom: 100px;
	line-height: 1.8;
}

.foot-zhong2 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.foot-zhong ul {
	border: 1px solid #E1E0E0;
	margin-top: 20px;
	padding-top: 24px;
	background: #fff;
	margin-bottom: 20px;
}

.foot-zhong ul h3 {
	margin-left: 15px;
	margin-bottom: 10px;
}

/*二级页*/
.er-box {
	width: 100%;

}

.er-banner {
	width: 100%;
	position: relative;
	height: 426px;
	z-index: 20;

}

.er-banner img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	margin-top: 122px;
}

.er-zhong {
	width: 1120px;
	margin: 0 auto;

	position: relative;
}

.er-nav {
	width: 243px;
	position: absolute;
	left: 0;
	top: -88px;
	z-index: 100;
}

.er-nav-title {
	width: 243px;
	height: 120px;
	background: url(../images/er-nav-t@2x.png);
}

.er-nav-title2 {
	padding-bottom: 32px;
}

.er-nav-title h1,
.er-nav-title2 h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 18px;
}

.er-nav-title2 h1 {
	color: #8c8c8c;
	padding-left: 10px;
}

.er-nav-title p,
.er-nav-title2 p {
	color: #fff;
	padding-left: 18px;
	font-size: 20px;
}

.er-nav-title2 p {
	color: #404040;
	padding-left: 10px;
}

.er-nav ul li {
	line-height: 70px;
	background-color: #f8f8f8;
	margin: 2px 0;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/jianjianjian@2x.png);
	background-repeat: no-repeat;
	background-position: 210px center;
}

.er-nav ul .current {
	background-color: #f0f0f0;
}

.er-nav ul li h2 {
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	float: left;
}

.er-nav ul li span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	float: left;
	margin-left: 24px;
	background-color: #bfbfbf;
	margin-top: 34px;
	margin-right: 14px;
}

.er-nav ul li .current {
	background-color: #369a5e;
}

.er-content {
	width: 838px;
	float: right;

}

.er-content img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.er-zhong2 {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 94px;
	min-height: 960px;
	position: relative;
}

.er-title {
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	color: #595959;

}

.er-nav-img {
	width: 100%;
	height: 120px;
}

.er-nav-btn {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 100%;
	text-align: center;
	background: #338e57;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 20px;
}

.er-nav-btn:hover {
	transition: all 0.3s;
	background: #3bc572;
}

.er-text {
	text-indent: 2rem;
	color: #808080;
	font-size: 15px;
	text-align: justify;
	line-height: 1.9;
}

.er-img {
	width: 100%;
	margin: 40px 0;
}

.er-nav-lianxi {
	background-color: #369a5e;
}

.er-nav-lianxi div {
	overflow: hidden;
	padding: 18px 16px;
	box-sizing: border-box;
}

.er-nav-lianxi div img {
	float: left;

}

.er-nav-lianxi div p {
	color: #fff;
	font-size: 14px;
	margin-left: 12px;
	float: left;
	width: 160px;
}

.er-content h3 {
	font-weight: normal;
	color: #333333;
	font-size: 20px;
	line-height: 82px;
}

.xiashu ul {
	overflow: hidden;
}

.xiashu ul li {
	float: left;
	width: 380px;
	height: 95px;
	background-color: #fafafa;
	margin: 15px;
	box-sizing: border-box;
	padding: 30px 15px;
}

.xiashu ul li div {
	float: left;
	margin: 0 12px;
	width: 40px;
	height: 40px;

}

.xiashu ul li div img {
	width: 100%;
}

.xiashu ul li p {
	font-size: 14px;
	color: #333333;
	float: left;
	width: 260px;
	padding-top: 5px;

}

.yema {
	position: absolute;
	right: 0;
	overflow: hidden;
	bottom: 40px;
}

.yema a {
	color: #595757;
	font-size: 14px;
	display: block;
	padding: 0 10px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #dddddd;
	float: left;
	margin: 5px;
	margin-top: 90px;
	cursor: pointer;

}

.yema .current {
	border: 1px solid #369a5e;
	background-color: #369a5e;
	color: #fff;
}

.gonggao ul li {
	border: 1px solid #d6d6d6;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	background: url(../images/gonggao-jian@2x.png) no-repeat 770px center;
	margin-bottom: 30px;
	transition: all 0.2s;

}

.gonggao ul li:hover {
	transform: translateX(-5px)
}

.gonggao ul li:hover .gonggao-text {
	color: #369a5e;
}

.gonggao-time {
	float: left;
	width: 102px;
	background: url(../images/xianxianxian@2x.png) no-repeat right center;
	height: 100px;
}

.gonggao-text {
	float: left;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 100px;
	margin-left: 20px;
	width: 620px;
	overflow: hidden;
}

.gonggao-time h1 {
	color: #333333;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
}

.gonggao-time p {
	font-size: 14px;
	color: #b2b2b2;
	text-align: center;

}

.xinwen ul li {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	background: url(../images/gonggao-jian@2x.png) no-repeat 770px 40px;
	margin-bottom: 30px;
}

.xinwen-img {
	float: left;
	width: 170px;
	height: 108px;
	overflow: hidden;
	margin-left: 18px;
}

.xinwen-img img {
	float: lef
}

.xinwen01 .xinwen-text {
	float: left;
	margin-left: 40px;
	width: 410px;
	overflow: hidden;
}

.xinwen02 .xinwen-text {
	width: 600px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}

.xinwen-text h2 {
	font-weight: normal;
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 10px;
}

.xinwen-text p {
	color: #b2b2b2;
	font-size: 14px;
	margin-top: 20px;
}

.xiangmu ul {
	overflow: hidden;
}

.xiangmu ul li {
	float: left;
	width: 260px;
	height: 310px;
	box-sizing: border-box;
	margin: 9px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	transition: all 0.4s;
}

.xiangmu .tu {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

.xiangmu .tu img {
	width: 100%;
}

.xiangmu li h1 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
}

.xiangmu li p {
	font-size: 12px;
	color: #999999;
	line-height: 1.6
}

.xiangmu li span {
	display: block;
	margin: 20px auto;
	border: 1px solid #369a5e;
	text-align: center;
	color: #369a5e;
	line-height: 34px;
	width: 108px;
	font-size: 12px;
	transition: all 0.4s;
}

.xiangmu ul li:hover span {
	color: #fff;
	background-color: #369a5e;

}

.xiangmu ul li:hover {
	transform: translateY(-5px)
}

.jingying ul {
	overflow: hidden;
}

.jingying ul li {
	width: 380px;
	height: 135px;
	background-color: #f8f8f8;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	background-image: url(../images/gonggao-jian@2x.png);
	background-repeat: no-repeat;
	background-position: 320px center;
	float: left;
	margin: 18px;

}

.jingying ul li div {
	float: left;
	width: 127px;
	height: 110px;
	overflow: hidde;

}

.jingying ul li div img {
	width: 100%;
	height: 100%;
}

.jingying ul li h2 {
	float: left;
	color: #333333;
	font-size: 18px;
	line-height: 115px;
	width: 145px;
	overflow: hidden;
	margin-left: 15px;
	font-weight: normal;
}

.contact {
	overflow: hidden;
	margin-top: 50px;
}

.contact .ditu {
	width: 590px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.contact-text {
	float: right;
}

.contact-text div {
	margin-top: 35px;
	overflow: hidden;
}

.contact-text div img {
	float: left;
}

.contact-text p {
	width: 420px;
	float: right;
	color: #666666;
	font-size: 18px;
	margin-left: 10px;
}

.jian1,
.jian2 {
	overflow: hidden;
}

.jian1 img,
.jian2 img {
	width: 100%;
	height: 100%;
	transition: all 0.4s
}

.jian1 div,
.jian2 div {
	float: left;
	height: 185px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	cursor: pointer;
}

.jian-img1 {
	width: 550px;

}

.jian-img2 {
	width: 275px;
}

.jianying p {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 45%;
}

.jian1 div:hover img {
	transform: scale(1.1);
	opacity: 0.6
}

.jian2 div:hover img {
	transform: scale(1.1);
	opacity: 0.6
}

.jian3 {
	overflow: hidden;
	margin-top: 50px;

}

.jian3 div {
	width: 275px;
	height: 275px;
	overflow: hidden;
	float: left;
	transition: all 0.4s;
	background: #369a5e;
	position: relative;
}

.jian3 div img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;

}

.jian3 div:hover img {
	opacity: 0;
}

.jian3 div:hover p {
	opacity: 1;
}

.jian3 p {
	position: absolute;
	top: 45%;
	width: 100%;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.yuandi ul {
	overflow: hidden;
}

.yuandi ul li {
	width: 262px;
	height: 216px;
	float: left;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 10px;
	margin: 8px;
}

.yuandi ul li div {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

.yuandi ul li div img {
	width: 100%;
}

.yuandi ul li p {
	color: #333333;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}

.er-content p {
	/*text-align: justify !important;*/
	word-break: break-all;
}

.xinxiang {
	width: 1200px;
	margin: 0 auto;
	background: #f3f3f3;
	padding: 50px 0
}

.xinxiang .layui-form-item .layui-input-inline {
	width: 500px;
}

.xinxiang .layui-inline {
	width: 865px;
}

.xinxiang .layui-upload-list {
	overflow: hidden;
	float: left;
	padding: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin: 0 10px 0 0;
	display: none;
	border-radius: 2px;
	margin-bottom: 10px;
}

.xinxiang .layui-upload-drag {
	padding: 24px 10px
}

.xinxiang .layui-upload-list .img-list {
	width: 120px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: relative;
}

.xinxiang .layui-upload-list .img-list .layui-upload-img {
	display: block;
	width: 120px;
	height: 100px;
}

.xinxiang .layui-upload-list .img-list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	height: 22px;
}

.xinxiang .layui-upload-list .img-list p img {
	width: 14px;
	display: block;
	margin: 4px auto;
}

.xinxiang .layui-upload-drag {
	float: left;
}

.xinxiang .wenjian .layui-upload-list {
	float: none;
	border: 0;
	width: 80%;
	margin-left: 109px;
	margin-top: 10px;
	display: block;
}

.xinxiang .wenjian .layui-upload-list table {
	margin: 0;
}

.xinxiang .wenjian .layui-upload-list table th {
	background: #fff;
}

.xinxiang .fasong {
	margin-top: 50px;
	padding: 0 50px;
	border-radius: 5px;
	background: #ff5722;
}


.centent {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.centent .left,
.centent .right {
	background: #fff;
	margin-bottom: 40px;
}

.centent .left {
	float: left;
	width: 844px;
	padding-bottom: 30px;
}

.centent .left .left-title {
	padding: 20px 30px;
	overflow: hidden;
	margin-top: 10px;
}

.centent .left .left-title i {
	font-size: 12px;
}

.centent .left .left-title p {
	float: left;
	font-size: 16px;
	font-weight: bolder;
	color: #10843d;

}

.centent .left .left-title p img {
	width: 36px;
	margin-right: 10px;
	margin-top: -5px;
}

.centent .left .left-title a {
	float: right;
	color: #666666;
	font-size: 12px;
	cursor: pointer;
	margin-top: 6px;
}

.centent .left .list {
	width: 335px;
	float: left;
	margin-left: 40px;
}

.centent .left .list li {
	width: 335px;
	height: 36px;
	line-height: 36px;
	list-style-type: inherit;
	color: #919191;
}

.centent .left .list li a {
	width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	letter-spacing: 1px;
	float: left;
}

.centent .left .list li span {
	float: right;
	font-size: 14px;
}

.centent .left .newwenhua {
	width: 96%;
	margin: 0 auto;
}

.centent .left .newwenhua li {
	float: left;
	margin: 15px;
	width: 132px;
	height: 132px;
	border-radius: 20px;
	background: #f5f5f5;
	color: #fff;
	transition: all 0.3s;
}

.centent .left .newwenhua li p {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 44px;
	margin-bottom: 6px;
}

.centent .left .newwenhua li:hover {
	background: #10823d;
	cursor: pointer;
	transition: all 0.3s;
}

.centent .left .newwenhua li:hover p,
.centent .left .newwenhua li:hover span {
	color: #fff;
}

.centent .left .newwenhua li span {
	color: #888888;
	display: block;
	text-align: center;
	font-size: 14px;
}


.centent .left .zhuanti {
	width: 92%;
	margin: 0 auto;
}

.centent .right {
	float: right;
	width: 315px;
}

.centent .right .right-title {
	overflow: hidden;
	margin-top: 30px;
}

.centent .right .right-title .right-title-xian {
	float: left;
	width: 76px;
}

.centent .right .right-title .right-title-xian hr {
	background: #10823d;
	height: 1px;
	margin: 6px 0;
	width: 100%;
}

.centent .right .right-title .right-title-xian:first-child {
	margin-left: 32px;
}

.centent .right .right-title p {
	float: left;
	font-size: 19px;
	font-weight: bolder;
	color: #10843d;
	margin: 0 12px;
	margin-top: -4px;
}

.centent .right .tu_2 {
	display: block;
	width: 80%;
	height: 58px;
	margin: 0 auto;
	margin-top: 30px;
}

.centent .right .jianjie {
	width: 80%;
	margin: 10px auto;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}

.centent .right .gonggao {
	width: 70%;
	margin: 40px auto;
}

.centent .right .gonggao li {
	list-style-type: inherit;
	width: 100%;
	color: #0e833d;
	line-height: 36px;
}

.centent .right .gonggao li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.centent .newgongcheng {
	background: #fff;
	overflow: hidden;
}

.centent .newgongcheng-title {
	padding: 30px;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	float: left;
	color: #0f823d;

}

.centent .newgongcheng-title img {
	margin-right: 10px;
	margin-top: -6px;
}

.centent .layui-tab {
	margin: 0;
}

.centent .layui-tab .layui-tab-title {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	border-bottom-width: 0;
}

.centent .layui-tab .layui-tab-title li {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 15px;
	color: #808080;
	padding: 0;
	min-width: auto;
	line-height: 26px;

}

.centent .layui-tab .layui-tab-title .layui-this:after {
	content: none;
}

.centent .layui-tab .layui-tab-title .layui-this {
	border: 0;
	border-bottom: 2px solid #10823d;
	font-weight: bold;
	color: #10823d !important;
}

.centent .layui-tab-content {
	clear: both;
	padding: 0;
}

.centent .layui-tab-content ul {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.centent .layui-tab-content ul li {
	width: 263px;
	float: left;
	margin: 15px;
	background: #f5f5f5;
}

.centent .layui-tab-content ul li img {
	width: 100%;
	height: 185px;
}

.centent .layui-tab-content ul li a {
	padding: 15px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.centent .layui-tab-content ul li a:hover,
.centent .right .gonggao li a:hover,
.centent .left .list li a:hover {
	text-decoration: revert;
	color: #26ab74;
}

.xiangqing {
	width: 104px;
	height: 28px;
	display: block;
	margin-left: 30px;
	margin-bottom: 30px;
	background-image: url(../images/i_2.png);
	background-size: 100% 100%;
	color: #fff;
	line-height: 28px;
}

.xiangqing:hover {
	color: #fff;
}

.xiangqing p {
	width: 74px;
	margin: 0 auto;
	font-size: 12px;
}

.xiangqing i {
	display: block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
	float: right;
	font-size: 12px;
}

.centent .newgongcheng .xiangqing {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	width: 145px;
}

.centent .newgongcheng .xiangqing p {
	width: 105px;
}

.right-box {
	position: fixed;
	z-index: 9999999;
	width: 110px;
	height: 145px;
	right: 20px;
	top: 420px;
	background: #fff;
}

.right-box img {
	width: 100px;
	height: 102px;
	display: block;
	margin: 5px auto;
}

.right-box p {
	width: 110px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.tu_1 {
	width: 1200px;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.box {
	width: 410px;
	float: left;
	margin-left: 30px;
	height: 340px;
	overflow: hidden;
	position: relative;
}


.box-1 ul li {
	width: 410px;
	height: 340px;
	position: relative;
	overflow: hidden;
}

.box-1 ul li img {
	display: block;
	width: 100%;
	height: 260px;
}

.box-1 ul li h2 {
	height: 80px;
	width: 100%;
	background: #f5f5f5;
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
	color: #888888
}

.box-1 ul li h2 p {
	margin: 0 15px;
	padding-top: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.box-2 {
	position: absolute;
	right: 0px;
	bottom: 80px;
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.5);
}

.box-2 ul {
	overflow: hidden;
	width: 200px;
	float: right;
}

.box-2 ul li {
	float: left;
	width: 30px;
	height: 26px;
	overflow: hidden;
	margin: 0 5px;
	text-align: center;
	color: #fff;
	line-height: 26px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.box-2 ul .on {
	background: #d8cd19;
}

.swiper-container {
	height: 260px;
}

.swiper-slide {
	width: 32.5% !important;
}

.swiper-slide:nth-child(2n) {
	width: 32.5% !important;
}

.swiper-slide:nth-child(3n) {
	width: 32.5% !important;
}

.swiper-slide img {
	width: 100% !important;
	height: 150px;
	display: block !important;
}

.swiper-slide p {
	width: 94% !important;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: 14px !important;
	margin-top: 20px !important;
	text-overflow: -o-ellipsis-lastline !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

.swiper-button-prev,
.swiper-button-next {
	width: 390px !important;


}

.swiper-button-prev i,
.swiper-button-next i {
	width: 36px !important;
	height: 36px !important;
	text-align: center !important;
	line-height: 36px !important;
	font-size: 20px !important;
	color: #fff !important;
	margin: 0 10px !important;
	background: #0f843e;
	transition: all 0.3s;
}

.swiper-button-prev hr,
.swiper-button-next hr {
	width: 390px !important;
	background-color: #cdcdcd !important;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: 84px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0 !important
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.swiper-button-next.swiper-button-disabled i,
.swiper-button-prev.swiper-button-disabled i {
	background: #fff;
	border: 1px solid #c6c6c6 !important;
	color: #777777 !important;
	transition: all 0.3s;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: none !important;
}


