.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
}

.swiper-pagination-bullet-active {
	background: #098431;
}

.sec1 {
	margin-top: 50px;
}

.sec1 .fl {
	width: 22%;
}

.sec1 .fl .flBox {
	background: #8e8e8e;
	padding: 8px 8px;
}

.sec1 .fl .titl {
	color: #fff;
	padding: 15px 0 15px 15px;
	background: url(../images/index/icBg.png) no-repeat right -5px bottom 15px;
	background-size: 80px
}

.sec1 .fl .titl strong {
	font-size: 24px;
	color:#fff;
}

.sec1 .fl .titl p {
	font-size: 14px;
	color: #f0f4f8;
	padding-top: 5px;
}

.sec1 .fl .accordion {
	background: #fff;
	padding: 5px 10px 13px;
}

.sec1 .fl .accordion li {
	margin-top: 10px;
}

.sec1 .fl .accordion a {
	display: block;
	background: #f9f9f9;
	line-height: 43px;
	padding: 0 10px;
	font-size: 16px;
	color: #222;
	border-radius: 3px;
}

.sec1 .fl .accordion li:hover a, .sec1 .fl .accordion li.on a {
	background: #f16b0d;
	color:#fff;
}

.sec1 .fl .lxBox {
	background: url(../images/index/contactbg.jpg) no-repeat;
	background-size: cover;
	margin-top: 17px;
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	color: #fff;
}

.sec1 .fl .lxBox span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
}

.sec1 .fl .lxBox strong {
	font-size: 25px;
	display: block;
}

.sec1 .fl .lxBox a {
	display: block;
	width: 35px;
	margin: 10px auto 0;
}

.sec1 .fr {
	width: 76%;
}

.sec1 .fr .titl {
	line-height: 58px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

.sec1 .fr .titl h2 {
	font-size: 26px;
	color: #545454;
}

.sec1 .fr .titl a {
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	color: #888;
	line-height: 70px;
}

.sec1 .fr ul.ul1 li {
	width: 33.33%;
	float: left;
	padding: 0 14px;
	box-sizing: border-box;
	margin-top: 25px;
}

.sec1 .fr ul.ul1 li a {
	display: block;
	border: 7px solid #f2f2f2;
	transition: 0.3s;
}

.sec1 .fr ul.ul1 li a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 16px;
	background: #f2f2f2;
	line-height: 40px;
	transition: 0.3s;
}

.sec1 .fr ul.ul1 li:hover a {
	border-color: #098431
}

.sec1 .fr ul.ul1 li:hover p {
	background: #098431;
	color: #fff;
}

.sec1 .fr ul.ul1 li .pho {
	overflow: hidden;
}

.sec1 .fr ul.ul1 li .pho img {
	transition: 0.5s;
}

.sec1 .fr ul.ul1 li:hover .pho img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.sec {
	margin-top: 40px;
}

.sec2 {
	background: url(../images/index/55.jpg) no-repeat bottom center;
	padding: 40px 0 50px;
	overflow: hidden;
}

.sec2 .swiper-container .swiper-slide a {
	display: block;
	background: #dedede;
}

.sec2 .swiper-container .swiper-slide p {
	line-height: 40px;
	background: #f4f4f4;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.sec2 .swiper-container .swiper-slide:hover p {
	background: #098431;
	color: #fff;
}

.sec3 .comBox {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.sec3 .comBox .text {
	width: 55%;
	display: table-cell;
	vertical-align: middle;
}

.sec3 .comBox .text h3 {
	font-size: 26px;
	color: #444;
	margin-bottom: 15px;
}

.sec3 .comBox .text p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
	color: #555;
}

.sec3 .comBox .text a {
	display: block;
	width: 100px;
	line-height: 30px;
	border-radius: 30px;
	background: #098431;
	color: #fff;
	text-align: center;
	font-size: 14px;
	float: right;
}

.sec3 .comBox .pho {
	width: 45%;
	display: table-cell;
	padding: 0 2.5%;
	box-sizing: border-box;
	vertical-align: middle;
}

.hnBox h3 {
	border-bottom: 1px solid #dedede;
	position: relative;
	color: #fff;
	height: 40px;
	margin: 20px 0;
	line-height: 40px;
}

.hnBox h3 span {
	display: block;
	width: 120px;
	height: 40px;
	font-size: 18px;
	background: #098431;
	position: absolute;
	left: 0px;
	top: 0;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	border-radius: 6px 6px 0 0;
}

.hnBox .swiper-container {
	padding: 50px 38px;
}

.hnBox .swiper-slide img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border: 6px solid #fff;
	box-sizing: border-box;
}

.hnBox .swiper-button-prev {
	left: 0;
}

.hnBox .swiper-button-next {
	right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.hnBox .swiper-slide p {
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.sec4 {
	background: url(../images/index/bg3.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
	overflow: hidden;
}

.sec4 .title h2, .sec4 .title p {
	color: #fff;
}

.sec4 .comBox {
	background: rgba(255, 255, 255, .9);
	padding: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .35);
	border-radius: 2px;
}

.sec4 .text {
	width: 50%;
}

.sec4 .text .tex {
	margin-top: 20px;
}

.sec4 .text .tex .top {
	font-size: 26px;
	color: #098431;
	line-height: 62px;
	height: 62px;
	margin-bottom: 10px;
	font-weight: 600;
}

.sec4 .text .tex .top strong {
	display: inline-block;
	width: 77px;
	height: 62px;
	background: url(../images/index/icon_adv.png) no-repeat;
	text-indent: 10px;
	margin-right: 15px;
	font-size: 40px;
	color: #fff;
}

.sec4 .text .tex p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
	font-size: 16px;
}

.sec4 .pho {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.pic1 {
	margin-top: 30px;
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.sec5 li a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .35);
}

.sec5 li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #444;
	border-bottom: 1px dotted #ddd;
	transition: 0.5s;
}

.sec5 li:hover p {
	background: #098431;
	color: #fff;
	border-bottom-color: #fff;
}

.sec5 li .pho {
	overflow: hidden;
}

.sec5 li .pho img {
	transition: 0.5s;
	height: 188px;
}

.sec5 li:hover .pho img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.sec5 .more a {
	display: block;
	width: 150px;
	line-height: 40px;
	border-radius: 20px;
	background: #098431;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	font-size: 14px;
}

.sec6 {
	background: url(../images/index/bg2.jpg) no-repeat top center;
	background-size: cover;
	padding: 40px 0;
}

.sec6 .fl {
	width: 66%;
	float: right;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .9);
}

.sec6 ul.list {
	border-bottom: 2px solid #098431;
	margin-bottom: 20px;
}

.sec6 ul.list li {
	width: 100px;
	line-height: 35px;
	float: left;
	text-align: center;
}

.sec6 ul.list li a {
	display: block;
	font-size: 16px;
}

.sec6 ul.list li.on a {
	background: #098431;
	color: #fff;
}

.sec6 ul.list li.last {
	float: right;
	width: inherit;
	margin-right: 10px;
}

.sec6 ul.list li.last a {
	font-size: 14px;
}

.sec6 .fl .comBox {
	padding: 10px;
	border-radius: 10px;
	transition: 0.3s;
}

.sec6 .fl .comBox .pho {
	width: 35%;
	float: left;
}

.sec6 .fl .comBox .text {
	float: right;
	width: 63%;
}

.sec6 .fl .comBox .text h4 {
	font-size: 18px;
	color: #098431;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .fl .comBox .text span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	background: url(../images/index/time.jpg) no-repeat left center;
	padding-left: 20px;
}

.sec6 .fl .comBox .text p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
}

.sec6 .fl .comBox .text b {
	display: block;
	width: 100px;
	line-height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 15px;
	color: #aaa;
	margin-top: 10px;
	font-weight: 500;
}

.sec6 .fl .comBox:hover .text b {
	background: #098431;
	color: #fff;
	border-color: #098431;
}

.sec6 .fl .comBox:hover {
	box-shadow: 0px 0px 6px rgba(9, 132, 49, .35);
}

.sec6 .fl ul.ul1 {
	margin-top: 15px;
}

.sec6 .fl ul.ul1 li {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.sec6 .fl ul.ul1 li a {
	display: block;
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	background: url(../images/index/yd1.png) no-repeat left center;
}

.sec6 .fl ul.ul1 li a:hover {
	background-image: url(../images/index/yd2.png);
}

.sec6 .fl ul.ul1 li a:hover p {
	color: #098431;
}

.sec6 .fl ul.ul1 li a p {
	padding-right: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.sec6 .fl ul.ul1 li a span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}

.sec6 .fr {
	width: 32%;
	float: left;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .9);
}

.sec6 .fr .frBox li {
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
	margin: 0 10px;
}

.sec6 .fr .frBox li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #098431;
}

.sec6 .fr .frBox li h3 {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	text-overflow: ellipsis;
}

.sec6 .fr .frBox li p {
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.sec6 .fr .frBox li p span {
	background: #f16b0d;
}

.sec6 .fr .frBox {
	height: 450px;
}

.sec6 .fr .frBox .ul {
	height: 440px;
	margin: 5px 0;
	overflow: hidden;
}

.fLinks h4 {
	border-bottom: 2px solid #098431;
	color: #098431;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.fLinks a {
	display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #ddd;
	color: #666;
	height: 16px;
	line-height: 16px;
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.sec1 {
		margin-top: 32px;
	}
	.sec1 .fl .titl {
		padding: 15px 0;
	}
	.sec1 .fl .titl strong {
		font-size: 21px;
	}
	.sec1 .fl .titl p {
		font-size: 13px;
	}
	.sec1 .fl .accordion a {
		font-size: 15px;
		line-height: 41px;
	}
	.sec1 .fl .lxBox {
		margin-top: 22px;
	}
	.sec1 .fr .titl {
		line-height: 50px;
	}
	.sec1 .fr .titl h2 {
		font-size: 22px;
	}
	.sec1 .fr .titl a {
		top: 14px;
		height: 22px;
		line-height: 22px;
		border-radius: 11px;
	}
	.sec1 .fl .accordion li:last-child {
		display: none;
	}
	.sec1 .fl .accordion li {
		margin-top: 10px;
	}
	.sec1 .fr ul.ul1 li a p {
		font-size: 15px;
	}
	.sec {
		margin-top: 30px;
	}
	.sec2 {
		padding: 25px 0 40px;
	}
	.sec2 .swiper-container .swiper-slide p {
		line-height: 36px;
	}
	.sec3 .comBox .text h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.sec3 .comBox .text p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 6px;
	}
	.hnBox h3 {
		height: 36px;
		line-height: 36px;
	}
	.hnBox h3 span {
		width: 100px;
		height: 36px;
		font-size: 16px;
	}
	.hnBox .swiper-slide p {
		font-size: 15px;
	}
	.sec4 {
		padding: 25px 0 40px;
	}
	.sec4 .text {
		width: 50%;
	}
	.sec4 .text .tex {
		margin-top: 20px;
	}
	.sec4 .text .tex .top {
		font-size: 22px;
		line-height: 50px;
		height: 50px;
	}
	.sec4 .text .tex .top strong {
		width: 67px;
		height: 50px;
		background-size: cover;
		margin-right: 10px;
		font-size: 32px;
	}
	.sec4 .text .tex p {
		font-size: 15px;
	}
	.sec5 li {
		padding: 0 10px;
	}
	.sec5 li p {
		line-height: 36px;
		font-size: 15px;
	}
	.sec5 .more a {
		width: 100px;
		line-height: 32px;
		border-radius: 16px;
	}
	.sec6 {
		padding: 25px 0 35px;
	}
	.sec6 ul.list li {
		width: 90px;
		line-height: 32px;
	}
	.sec6 ul.list li a {
		font-size: 15px;
	}
	.sec6 ul.list li.last a {
		font-size: 13px;
	}
	.sec6 .fl .comBox {
		padding: 0 10px 10px;
	}
	.sec6 .fl .comBox .text h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.sec6 .fl .comBox .text span {
		font-size: 13px;
	}
	.sec6 .fl .comBox .text p {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.sec6 .fl .comBox .text b {
		width: 90px;
		line-height: 24px;
		border-radius: 12px;
	}
	.sec6 .fl ul.ul1 {
		margin-top: 8px;
	}
	.sec6 .fr .frBox li {
		border-bottom: 1px dashed #ddd;
		padding: 6px 0;
		margin: 0 10px;
	}
	.sec6 .fr .frBox li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.sec6 .fr .frBox li h3 {
		padding-left: 35px;
		line-height: 25px;
		font-size: 15px;
		margin-bottom: 8px;
	}
	.sec6 .fr .frBox li p {
		padding-left: 35px;
		line-height: 25px;
		height: 50px;
	}
	.sec6 .fr .frBox {
		height: 420px;
	}
	.sec6 .fr .frBox .ul {
		height: 410px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1250px) {
	.sec1 .fl, .sec1 .fr {
		float: inherit;
		width: 100%;
	}
	.sec1 .fr {
		margin-top: 20px;
	}
	.sec1 .fl .flBox {
		padding: 0;
		background: none;
	}
	.sec1 .fl .titl {
		background: none;
		color: #098431;
		padding-top: 0;
	}
	.sec1 .fl .titl strong {
		font-size: 26px;
	}
	.sec1 .fl .titl p {
		display: none;
	}
	.sec1 .fl .flBox ul {
		overflow: hidden;
		padding: 0;
	}
	.sec1 .fl .flBox li {
		width: 16.66%;
		float: left;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.sec1 .fl .flBox li a {
		line-height: 38px;
		border-radius: 20px;
		text-align: center;
		padding: 0;
		font-size: 14px;
	}
	.sec1 .fr .titl {
		display: none;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.proBox .fr ul.proUl li a .box{
	        border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.sec1 {
		margin-top: 10px;
	}
	.sec1 .fl {
		width: 100%;
	}
	.sec1 .fl .flBox {
		padding: 0;
		background: none;
	}
	.sec1 .fl .titl {
		background: none;
		padding: 0;
		color: #098431;
	}
	.sec1 .fl .titl p {
		display: none;
	}
	.sec1 .fl .accordion {
		padding: 0px;
		overflow: hidden;
	}
	.sec1 .fl .accordion li {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.sec1 .fl .accordion li:nth-child(2n) {
		margin-right: 0;
	}
	.sec1 .fl .accordion a {
		text-align: center;
		line-height: 38px;
		padding: 0px;
		font-size: 15px;
	}
	.sec1 .fl .lxBox {
		display: none;
	}
	.sec1 .fr {
		width: 100%;
		margin-top: 20px;
	}
	.sec1 .fr .titl {
		line-height: 40px;
	}
	.sec1 .fr .titl h2 {
		font-size: 20px;
	}
	.sec1 .fr .titl a {
		top: 10px;
		height: 22px;
		line-height: 22px;
		border-radius: 11px;
	}
	.sec1 .fr ul.ul1 li {
	    float: left !important;
		width: 47% !important;
		padding: 0 8px;
		margin-right:3% !important;
		margin-top: 12px;
	}
	.sec1 .fr ul.ul1 li:nth-child(2n){
	    margin-right: 0 !important;
	}
	.sec1 .fr ul.ul1 li a p {
		font-size: 15px;
		line-height: 30px;
	}
	.sec {
		margin-top: 20px;
	}
	.sec2 {
		background-size: cover;
		padding: 20px 0 30px;
	}
	.sec2 .swiper-container .swiper-slide p {
		line-height: 30px;
		font-size: 15px;
	}
	.sec3 .comBox {
		display: block;
	}
	.sec3 .comBox .text {
		width: 100%;
		display: block;
	}
	.sec3 .comBox .text h3 {
		font-size: 21px;
		margin-bottom: 0px;
	}
	.sec3 .comBox .text p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.sec3 .comBox .text a {
		width: 80px;
		line-height: 28px;
		border-radius: 14px;
		font-size: 13px;
		float: inherit;
		margin: 8px auto;
	}
	.sec3 .comBox .pho {
		width: 100%;
		display: block;
		padding: 0;
	}
	.hnBox h3 {
		height: 36px;
		line-height: 36px;
	}
	.hnBox h3 span {
		width: 100px;
		height: 36px;
		font-size: 16px;
	}
	.hnBox .swiper-container {
		padding: 10px 40px;
	}
	.sec4 {
		display: none;
	}
	.pic1 {
		margin-top: 10px;
	}
	.sec5 li {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 10px;
	}
	.sec5 li p {
		padding: 0 5px;
		box-sizing: border-box;
		line-height: 40px;
		font-size: 14px;
	}
	.sec5 .more a {
		display: block;
		width: 80px;
		line-height: 28px;
		border-radius: 14px;
		margin: 10px auto 0;
		font-size: 13px;
	}
	.sec6 {
		padding: 25px 0;
	}
	.sec6 .fl {
		width: 100%;
	}
	.sec6 ul.list {
		margin-bottom: 12px;
	}
	.sec6 ul.list li {
		width: 90px;
		line-height: 30px;
	}
	.sec6 ul.list li a {
		display: block;
		font-size: 14px;
	}
	.sec6 ul.list li.last a {
		font-size: 12px;
	}
	.sec6 .fl .comBox .pho {
		width: 100%;
		margin-bottom: 8px;
		float: inherit;
	}
	.sec6 .fl .comBox .text {
		float: inherit;
		width: 100%;
	}
	.sec6 .fl .comBox .text h4 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.sec6 .fl .comBox .text span {
		font-size: 13px;
		margin-bottom: 6px;
		;
	}
	.sec6 .fl .comBox .text p {
		font-size: 14px;
		line-height: 25px;
		height: 75px;
	}
	.sec6 .fl .comBox .text b {
		width: 80px;
		line-height: 26px;
	}
	.sec6 .fl ul.ul1 {
		margin-top: 0px;
	}
	.sec6 .fl ul.ul1 li {
		width: 100%;
		float: inherit;
		padding: 0 8px;
	}
	.sec6 .fr {
		width: 100%;
		margin-top: 20px;
	}
	.sec6 .fr .frBox li {
		padding: 8px 0;
		margin: 0 6px;
	}
	.sec6 .fr .frBox li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.sec6 .fr .frBox li h3 {
		padding-left: 30px;
		font-size: 15px;
		line-height: 25px;
	}
	.sec6 .fr .frBox li p {
		padding-left: 25px;
		line-height: 25px;
		height: 50px;
	}
	.sec6 .fr .frBox, .sec6 .fl .flBox {
		height: inherit !important;
	}
	.fLinks h4 {
		font-size: 16px;
	}
	
	
	{
	    
	}
	.proUl li a{
	    display:flex !important;
	    flex-direction: column;
	    align-items: center;
	}
	.proUl li a .box{
	    width:100% !important;
	}
	
	.proBox .fr ul.proUl li a .box1 img{
	    width: 100% !important;
	}
	
	
	
	
}















