body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1300px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banner .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button {
	height: 55px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1001;
}

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

.banner .swiper-button-prev {
	width: 105px;
	height: 55px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: calc(100% - 210px);
	margin-top: 0;
}

.banner .swiper-button-prev:hover {
	background-image: url(../img/prev-s.png);
}

.banner .swiper-button-next {
	width: 105px;
	height: 55px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	right: 0;
	margin-top: 0;
}

.banner .swiper-button-next:hover {
	background-image: url(../img/next-s.png);
}

.banne {
	width: 100%;
	height: 800px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
	text-align: center;
}

.banne3_1 {
	width: 100%;
}

.banne3_1 span {
	width: 54px;
	height: 1px;
	background: rgba(255, 255, 255, .6);
	display: inline-block;
	vertical-align: middle;
}

.banne3_1 div {
	font-size: 30px;
	color: white;
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}

.banne3_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 60px;
	color: white;
	font-weight: bold;
}

.banne3_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: white;
}

.infls-box {
	width: 100%;
	margin-top: 85px;
}

.infls-bo {
	width: 100%;
	display: inline-block;
}

.infls-bo1 {
	width: 12.57%;
	float: left;
	margin-right: 2%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.infls-bo1:nth-child(7n) {
	margin-right: 0;
}

.infls-bo1 img {
	width: 90px;
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.incpzs-box {
	width: 100%;
	margin-top: 60px;
}

.incpzs-bo1 {
	width: 100%;
	text-align: center;
}

.incpzs-bo1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.incpzs-bo1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
}

.incpzs-bo1_3 {
	width: 48px;
	display: block;
	margin: auto;
	margin-top: 10px;
}

.incpzs-bo2 {
	width: 100%;
	margin-top: 35px;
}

.incpzs-bo2 .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.incpzs-bo2 .swiper {
	width: 100%;
	height: 100%;
}

.incpzs-bo2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.incpzs-button {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.incpzs-but {
	width: 100%;
	position: relative;
}

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

.incpzs-bo2 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-image: url(../img/prev2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 0;
}

.incpzs-bo2 .swiper-button-next {
	width: 60px;
	height: 60px;
	background-image: url(../img/next2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 0;
}

.incpzs-bo2_1 {
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.incpzs-bo2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all cubic-bezier(.23, 1, .32, 1) .6s;
}

.incpzs-bo2_1:hover img {
	transform: scale(1.1);
}

.incpzs-bo3 {
	width: 100%;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}

.incpzs-bo4 {
	width: 100%;
	background: white;
	display: flex;
	box-shadow: 0 8px 4px #E7E5E5;
	text-align: center;
}

.incpzs-bo4_1 {
	width: 25%;
	height: 155px;
	box-sizing: border-box;
	padding: 20px;
	display: block;
}

.incpzs-bo4_2 {
	max-width: 100%;
	height: 48px;
	display: block;
	margin: auto;
}

.incpzs-bo4_3 {
	width: 100%;
	font-size: 22px;
	color: #231815;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.incpzs-bo4_4 {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.incpzs-bo4_1.on {
	border-bottom: 4px solid #005D3B;
	box-shadow: 0 0 20px #E7E5E5;
}

.incpzs-bo4_1.on .incpzs-bo4_3 {
	color: #005D3B;
}

.in-gywms {
	width: 100%;
	margin-top: -95px;
	background-image: url(../img/bg_1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-gywm {
	width: 100%;
	margin-top: 185px;
	margin-bottom: 85px;
}

.in-gywmf {
	width: 100%;
}

.in-gywmf1 {
	width: 39%;
	display: inline-block;
	vertical-align: middle;
}

.in-gywmf1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.in-gywmf1_1 span {
	display: inline-block;
	vertical-align: middle;
}

.in-gywmf1_1 img {
	width: 45px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.in-gywmf1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
}

.in-gywmf1_3 {
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.in-gywmf1_4 {
	width: 155px;
	height: 50px;
	display: block;
	margin-top: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	background: #005D3B;
	color: white;
	font-size: 16px;
}

.in-gywmf2 {
	width: 51%;
	margin-left: 9.5%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.in-gywmf2 img {
	width: 100%;
	display: block;
	transition: all cubic-bezier(.23, 1, .32, 1) .6s;
}

.in-gywmf2:hover img {
	transform: scale(1.1);
}

.in-gywmt {
	width: 100%;
	display: inline-block;
}

.in-gywmt1 {
	width: 15.833%;
	float: left;
	margin-right: 1%;
	margin-top: 80px;
}

.in-gywmt1:nth-child(6n) {
	margin-right: 0;
}

.in-gywmt2 {
	max-width: 100%;
	height: 50px;
	display: block;
	margin: auto;
}

.in-gywmt3 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
}

.in-gywmt3 span {
	font-size: 40px;
	font-weight: bold;
}

.in-gywmt4 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.in-alzss {
	width: 100%;
}

.in-alzs {
	width: 100%;
	margin: 95px auto;
}

.in-alzs1 {
	width: 100%;
	margin-top: 30px;
	display: flex;
}

.in-alzs2 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 30%;
	height: 550px;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
}

.in-alzs2:hover .in-alzs2_1 {
	transform: scale(1.1);
}

.in-alzs2_1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all cubic-bezier(.23, 1, .32, 1) .6s;
}

.in-alzs2_2 {
	width: 100%;
	padding: 20px 25px;
	box-sizing: border-box;
	background-image: url(../img/bg_2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-alzs2_3 {
	width: 100%;
	font-size: 22px;
	color: white;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in-alzs2_4 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in-alzs3 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 69%;
	height: 550px;
}

.in-alzs4 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	height: calc(50% - 5px);
	margin-bottom: 10px;
	display: flex;
}

.in-alzs4:last-child {
	margin-bottom: 0;
}

.in-alzs4_1 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 55%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.in-alzs4_2 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 44%;
	height: 100%;
	margin-left: 1%;
	overflow: hidden;
	position: relative;
}

.in-alzs4_3 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 44%;
	height: 100%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
}

.in-alzs4_1:hover .in-alzs2_1 {
	transform: scale(1.1);
}

.in-alzs4_2:hover .in-alzs2_1 {
	transform: scale(1.1);
}

.in-alzs4_3:hover .in-alzs2_1 {
	transform: scale(1.1);
}

.in-alzs5 {
	width: 170px;
	height: 50px;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	line-height: 50px;
	background: #005D3B;
	color: white;
	font-size: 16px;
	border-radius: 50px;
}

.in-news {
	width: 100%;
	background: #F7F7F7;
}

.in-new {
	width: 100%;
	margin: 75px auto;
}

.in-newf {
	width: 100%;
	display: inline-block;
}

.in-newf1 {
	float: left;
}

.in-newf2 {
	float: right;
	display: inline-block;
}

.in-newf2 span {
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	margin-right: 45px;
	float: left;
	display: block;
}

.in-newf2 span:last-child {
	margin-right: 0;
}

.in-newf2 span.on {
	border-bottom: 4px solid #005D3B;
	color: #005D3B;
}

.in-newt {
	width: 100%;
	display: none;
	margin-top: 35px;
}

.in-neww {
	width: 100%;
	display: flex;
}

.in-newwf {
	width: 52%;
	height: 430px;
}

.in-newwf .swiper {
	width: 100%;
	height: 100%;
}

.in-newwf .swiper-slide {
	width: 100%;
	height: 100%;
}

.in-newwf .swiper-pagination {
	text-align: right;
	padding: 30px;
	box-sizing: border-box;
	bottom: 0;
}

.in-newwf .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: white;
}

.in-newwf .swiper-pagination-bullet-active {
	background: white;
	opacity: 1;
}

.in-newwf1 {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-newwf1:hover img {
	transform: scale(1.1);
}

.in-newwf1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all cubic-bezier(.23, 1, .32, 1) .6s;
}

.in-newwf1 div {
	width: 100%;
	padding: 25px 30px;
	box-sizing: border-box;
	font-size: 24px;
	color: white;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-newwt {
	width: 46%;
	margin-left: 2%;
}

.in-newwt1 {
	width: 100%;
	background: white;
	border-bottom: 3px solid #F7F7F7;
	box-sizing: border-box;
	background: white;
	padding: 25px 20px;
	display: block;
}

.in-newwt1:last-child {
	border-bottom: 0;
}

.in-newwt2 {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}

.in-newwt2_1 {
	width: 100%;
	font-size: 16px;
	color: rgba(51, 51, 51, .47);
}

.in-newwt2_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in-newwt3 {
	width: 10px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.nybanne {
	width: 100%;
	height: 500px;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
	text-align: center;
}

.nybanne3_1 {
	width: 100%;
	font-size: 45px;
	color: white;
	font-weight: bold;
}

.nybanne3_2 {
	width: 100%;
	font-size: 26px;
	color: white;
	margin-top: 10px;
}

.fls-box {
	width: 100%;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}

.fls-bo {
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	box-shadow: 0 8px 4px #E7E5E5;
	text-align: center;
}
.fls-bo2{
	width: 20%;
	position: relative;
}
.fls-bo1 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	position: relative;
}

.fls-bo1_1 {
	max-width: 90%;
	height: 40px;
	display: block;
	margin: auto;
}

.fls-bo1_2 {
	max-width: 90%;
	height: 40px;
	display: none;
	margin: auto;
}

.fls-bo1_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.fls-bo1_4{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 100%;
	/*height: 360px;*/
	background: white;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
}
.fls-bo1_5{
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
}
.fls-bo1_5_1{
	width: 49.5%;
	float: left;
	margin: 10px 0;
	margin-right: 1%;
	display: block;
}
.fls-bo1_5_1:nth-child(2n){
	margin-right: 0;
}
.fls-bo1_5_1 img{
	max-width: 90%;
	height: 35px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.fls-bo1_5_1 div{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.fls-bo1:hover {
	border-bottom: 4px solid #005D3B;
	box-shadow: 0 0 20px #E7E5E5;
}

.fls-bo1:hover .fls-bo1_1 {
	display: none;
}

.fls-bo1:hover .fls-bo1_2 {
	display: block;
}

.fls-bo1:hover .fls-bo1_3 {
	color: #005D3B;
}
.fls-bo1.on{
	border-bottom: 4px solid #005D3B;
	box-shadow: 0 0 20px #E7E5E5;
}

.fls-bo1.on .fls-bo1_1 {
	display: none;
}

.fls-bo1.on .fls-bo1_2 {
	display: block;
}

.fls-bo1.on .fls-bo1_3 {
	color: #005D3B;
}
.fls-bo2:hover .fls-bo1_4{
	display: block;
}
.tit-box {
	width: 100%;
}

.tit-bo {
	width: 100%;
	margin: 40px auto;
}

.tit-bo img {
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tit-bo div {
	width: calc(100% - 30px);
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.gsjj-box {
	width: 100%;
}

.gsjj-bo {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 80px;
	display: inline-block;
}

.gsjj-bo1 {
	width: 52%;
	float: left;
}

.gsjj-bo1_1 {
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.gsjj-bo1_2 {
	width: 47px;
	margin-top: 15px;
	display: block;
}

.gsjj-bo1_3 {
	width: 100%;
	margin-top: 45px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.gsjj-bo2 {
	width: 46%;
	float: right;
}

.gsjj-bo2 img {
	width: 100%;
	display: block;
}

.qywh-box {
	width: 100%;
}

.qywh-bo {
	width: 100%;
	margin: 35px auto;
	display: inline-block;
}

.qywh-bo1 {
	width: 25%;
	float: left;
}

.qywh-bo1:nth-child(4n) {
	margin-right: 0;
}

.qywh-bo2 {
	width: 100%;
	height: 270px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.qywh-bo3 {
	width: 100%;
	height: 270px;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.qywh-bo3::after {
	content: '';
	width: 38px;
	height: 30px;
	background-image: url(../img/bg_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	z-index: 1;
}

.qywh-bo3_1 {
	width: 75%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.qywh-bo3_2 {
	width: 100%;
	font-size: 24px;
	color: #005D3B;
	font-weight: bold;
	margin-bottom: 20px;
}

.qywh-bo3_3 {
	width: 100%;
	font-size: 16px;
	color: #666666;
}

.qywh-bo4 {
	width: 100%;
	height: 270px;
	background-image: url(../img/bg_6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.qywh-bo4::after {
	content: '';
	width: 38px;
	height: 30px;
	background-image: url(../img/bg_7.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	z-index: 1;
}

.fzlc-box {
	width: 100%;
	background-image: url(../img/bg_8.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.fzlc-bo {
	width: 100%;
	margin: 60px auto;
}

.fzlc-bo .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.fzlc-bo .swiper {
	width: 91%;
	height: 100%;
	position: relative;
}

.fzlc-bo .swiper::before {
	content: '';
	width: 100%;
	border-top: 1px dashed #999999;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fzlc-bo .swiper-slide {
	width: 100%;
	height: 100%;
}

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

.fzlc-bo .swiper-button-prev {
	width: 45px;
	height: 45px;
	background-image: url(../img/prev3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fzlc-bo .swiper-button-next {
	width: 45px;
	height: 45px;
	background-image: url(../img/next3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fzlc-bo1 {
	width: 100%;
	/* margin-right: 15px; */
}

.fzlc-bo1_1 {
	width: 100%;
	height: 170px;
}

.fzlc-bo1_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.fzlc-bo1_2 {
	width: 100%;
	height: 48px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fzlc-bo1_3 {
	width: 100%;
	height: 37px;
	text-align: center;
	font-size: 28px;
	color: #005D3B;
}

.fzlc-bo1_4 {
	height: 20px;
	display: block;
	margin: 10px auto;
}

.gsqj-box {
	width: 100%;
}

.gsqj-bo {
	width: 100%;
	margin: 20px auto;
}

.gsqj-bo1 {
	width: 100%;
	margin-bottom: 90px;
}

.gsqj-bo1:last-child {
	margin-bottom: 0;
}

.gsqj-bo2 {
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}

.gsqj-bo2_1 {
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.gsqj-bo2_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.gsqj-bo2_3 {
	width: 55px;
	display: block;
	margin-top: 15px;
}

.gsqj-bo2_4 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
}

.gsqj-bo3 {
	width: 38%;
	margin-left: 2.5%;
	display: inline-block;
	vertical-align: middle;
}

.ryzz-box {
	width: 100%;
}

.ryzz-bo {
	width: 100%;
	display: inline-block;
}

.ryzz-bo1 {
	border: 1px solid #DDDDDD;
	border-bottom: 8px solid #DDDDDD;
	box-sizing: border-box;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 45px;
	border-radius: 10px;
	padding: 20px;
	float: left;
}

.ryzz-bo1:nth-child(4n) {
	margin-right: 0;
}

.ryzz-bo1_1 {
	width: 100%;
	display: block;
	height: 375px;
}

.ryzz-bo1_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box{
	width: 100%;
}
.news-bo{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 65px;
}
.news-list{
	width: 100%;
}
.news-li{
	width: 100%;
	display: block;
	margin-bottom: 60px;
}
.news-li1{
	border-right: 1px solid #E1E1E1;
	box-sizing: border-box;
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}
.news-li1_1{
	width: 100%;
	font-size: 40px;
	color: #005D3B;
	font-weight: bold;
}
.news-li1_2{
	width: 100%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}
.news-li1_3{
	width: 35px;
	display: block;
	margin-top: 15px;
}
.news-li2{
	width: calc(100% - 490px);
	padding: 0 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.news-li2_1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	white-space: nowrap;
	            overflow: hidden;
	            text-overflow: ellipsis;
}
.news-li2_2{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: rgba(51,51,51, .58);
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 4;    
	overflow: hidden;
}
.news-li3{
	width: 340px;
	height: 210px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.news-li3 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.pages {
	width: 100%;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 5px;
}

.pagination img {
	height: 10px;
}

.pagination span {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 5px;
}

.pagination a.active {
	border: 1px solid #005D3B;
	background: #005D3B;
	color: #ffffff;
}

.pagination a:active {
	border: 1px solid #005D3B;
	background: #005D3B;
	color: #ffffff;
}
.news-detail{
	width: 100%;
	display: inline-block;
}
.news-left{
	width: calc(100% - 325px);
	float: left;
}
.news-lef{
	width: 100%;
	background: white;
	border-radius: 15px;
	padding: 50px 30px;
	box-sizing: border-box;
}
.news-lef1{
	width: 100%;
	font-size: 30px;
	color: #333333;
}
.news-lef2{
	width: 100%;
	display: inline-block;
}
.news-lef2_1{
	float: left;
	margin-right: 20px;
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
}
.news-lef2_1:last-child{
	margin-right: 0;
}
.news-lef2_1 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news-lef2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.news-lef3{
	border-top: 1px solid #E9E9E9;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding-top: 35px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.news-lef3 img{
	max-width: 100%;
}
.news-let{
	width: 100%;
	margin-top: 40px;
}
.news-let1{
	width: 100%;
	margin-bottom: 20px;
}
.news-let1:last-child{
	margin-bottom: 0;
}
.news-let1_1{
	width: 72px;
	height: 30px;
	padding-right: 6px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	margin-right: 5px;
	background-image: url(../img/fy_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
.news-let1_2{
	width: calc(100% - 83px);
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.news-right{
	width: 300px;
	background: white;
	border-radius: 15px;
	padding: 30px 25px;
	margin-left: 25px;
	float: left;
}
.news-ri1{
	display: inline-block;
	position: relative;
}
.news-ri1 span{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.news-ri1::before{
	content: '';
	width: 100%;
	height: 7px;
	border-radius: 7px;
	background: #B2CEC4;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-ri2{
	width: 100%;
	display: block;
	margin-top: 30px;
}
.news-ri2_1{
	width: 105px;
	height: 70px;
	margin-right: 5px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.news-ri2_2{
	width: calc(100% - 115px);
	display: inline-block;
	vertical-align: middle;
}
.news-ri2_3{
	width: 100%;
	font-size: 14px;
	color: #000000;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.news-ri2_4{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.cpzs-list{
	width: 100%;
}
.cpzs-li{
	width: 100%;
	background: white;
	margin-bottom: 45px;
	display: block;
}
.cpzs-li1{
	width: 42%;
	height: 320px;
	display: inline-block;
	vertical-align: middle;
}
.cpzs-li1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.cpzs-li2{
	width: 57.5%;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.cpzs-li2_1{
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.cpzs-li2_1 span{
	border-bottom: 3px solid #005D3B;
	display: inline-block;
	padding-bottom: 25px;
	box-sizing: border-box;
	font-size: 30px;
	color: #333333;
}
.cpzs-li2_2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}
.cpzs-li2_3{
	width: 115px;
	height: 45px;
	border-radius: 45px;
	margin-top: 30px;
	text-align: center;
	line-height: 45px;
	color: white;
	background: #005D3B;
	font-size: 16px;
}
.cpde-top{
	width: 100%;
}
.cpde-top1{
	width: 57%;
	display: inline-block;
	vertical-align: middle;
}
.cpde-top1 .swiper{
	width: 100%;
	height: 100%;
}
.cpde-top1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.cpde-top1 .swiper-button-prev::after,.cpde-top1 .swiper-button-next::after{
	display: none;
}
.cpde-top1 .swiper-button-prev{
	width: 50px;
	height: 50px;
	background-image: url(../img/prev2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.cpde-top1 .swiper-button-next{
	width: 50px;
	height: 50px;
	background-image: url(../img/next2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.cpde-top1_1{
	width: 100%;
	height: 430px;
}
.cpde-top1_1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.cpde-top2{
	width: 42.5%;
	padding-left: 35px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.cpde-top2_1{
	width: 100%;
	font-size: 34px;
	color: #333333;
}
.cpde-top2_2{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.cpde-top2_3{
	width: 185px;
	height: 55px;
	border-radius: 55px;
	margin-top: 45px;
	text-align: center;
	background: #005D3B;
	font-size: 20px;
	color: white;
	display: block;
}
.cpde-top2_3 img{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.cpde-top2_3 span{
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.cpde-hzpp{
	width: 100%;
	margin-top: 50px;
	background: white;
	padding: 30px;
	box-sizing: border-box;
}
.cpde-hzpp1{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.cpde-hzpp1 span{
	position: relative;
	z-index: 1;
}
.cpde-hzpp1::before{
	content: '';
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background: #B0CDC2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cpde-hzpp2{
	width: 100%;
	display: inline-block;
}
.cpde-hzpp2_1{
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	border-radius: 5px;
	width: 23%;
	height: 90px;
	margin-right: 2%;
	margin-top: 30px;
	float: left;
	position: relative;
}
.cpde-hzpp2_1:nth-child(5n){
	margin-right: 0;
}
.cpde-hzpp2_1 img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.cpde-detail{
	width: 100%;
	margin-top: 40px;
	background: white;
	padding: 30px;
	box-sizing: border-box;
}
.cpde-deta1{
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
}
.cpde-deta1 img{
	max-width: 100%;
}
.cpde-deta2{
	width: 100%;
	display: inline-block;
}
.cpde-deta2_1{
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-top: 45px;
}
.cpde-deta2_1:last-child{
	margin-right: 0;
}
.cpde-deta2_2{
	width: 83px;
	height: 33px;
	box-sizing: border-box;
	padding-right: 7px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #333333;
	margin-right: 5px;
	background-image: url(../img/fy_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
.cpde-deta2_3{
	width: calc(100% - 93px);
	font-size: 14px;
	color: rgba(96,93,88, .7);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.alzs-list{
	width: 100%;
	display: inline-block;
}
.alzs-li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 55px;
	background: white;
	display: block;
	box-shadow: 0 7px 4px rgba(239,239,239, .65);
}
.alzs-li:nth-child(3n){
	margin-right: 0;
}
.alzs-li1{
	width: 100%;
	height: 260px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.alzs-li2{
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
}
.alzs-li2_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.alzs-li2_2{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.alzs-li2_3{
	width: 70%;
	font-size: 14px;
	color: #999999;
	float: left;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.alzs-li2_3 span{
	margin-right: 5%;
}
.alzs-li2_3 span:last-child{
	margin-right: 0;
}
.alzs-li2_4{
	float: right;
	font-size: 14px;
	color: #005D3B;
	text-decoration: underline;
}
.alzs-detop{
	width: 100%;
}
.alzs-deto{
	width: 100%;
	margin:20px auto;
}
.alzs-deto1{
	width: 100%;
	display: inline-block;
}
.alzs-deto1_1{
	width: calc(100% - 65px);
	float: left;
}
.alzs-deto1_1_1{
	width: 100%;
	font-size: 40px;
	color: #333333;
}
.alzs-deto1_1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.alzs-deto1_1_2 span{
	display: inline-block;
	margin-right: 20px;
}
.alzs-deto1_1_2 span:last-child{
	margin-right: 0;
}
.alzs-deto1_2{
	width: 55px;
	display: block;
	float: right;
	margin-left: 10px;
}
.alzs-deto1_2 img{
	width: 100%;
	display: block;
}
.alzs-deto2{
	border-top: 1px solid #E1E1E1;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding: 40px 0;
	font-size: 16px;
	color: #333333;
}
.alzs-deto2 img{
	max-width: 100%;
}
.alzs-tjs{
	width: 100%;
	background: #F8F8F8;
}
.alzs-tj{
	width: 100%;
	margin:70px auto;
}
.alzs-tj1{
	width: 100%;
	text-align: center;
}
.alzs-tj1 div{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.alzs-tj1 img{
	width: 60px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.alzs-tj2{
	width: 100%;
	display: inline-block;
}
.alzs-tj2_1{
	    width: 32%;
	    float: left;
	    margin-right: 2%;
	    margin-top: 30px;
	    background: white;
	    display: block;
	    box-shadow: 0 7px 4px rgba(239,239,239, .65);
}
.alzs-tj2_1:nth-child(3n){
	margin-right: 0;
}
.xzfl-box{
	width: 100%;
}
.xzfl-bo{
	width: 100%;
	margin-bottom: 80px;
}
.xzfl-bo1{
	width: 43%;
	box-sizing: border-box;
	padding: 0 70px;
	display: inline-block;
	vertical-align: middle;
}
.xzfl-bo1_1{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.xzfl-bo1_2{
	width: 60px;
	display: block;
	margin-top: 15px;
}
.xzfl-bo1_3{
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.xzfl-bo1_3_1{
	width: 35px;
	position: absolute;
	left: -70px;
	top: 0;
}
.xzfl-bo1_3_2{
	width: 35px;
	position: absolute;
	right: -70px;
	bottom: 0;
}
.xzfl-bo1_4{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.xzfl-bo2{
	width: 50%;
	margin-left: 6.5%;
	display: inline-block;
	vertical-align: middle;
}
.zpxx-box{
	width: 100%;
	background: #F7F7F7;
}
.zpxx-bo{
	width: 100%;
	margin:65px auto;
}
.zpxx-bo1{
	width: 100%;
}
.zpxx-bo2{
	width: 100%;
	background: white;
	margin-top: 45px;
	padding: 35px;
	box-sizing: border-box;
	display: inline-block;
}
.zpxx-bo3{
	width: calc(100% - 170px);
	float: left;
}
.zpxx-bo3_1{
	width: 100%;
}
.zpxx-bo3_1_1{
	width: 35px;
	display: inline-block;
	vertical-align: middle;
}
.zpxx-bo3_1_2{
	font-size: 26px;
	color: #333333;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.zpxx-bo3_1_3{
	height: 25px;
	border-radius: 25px;
	background: #E9F1EE;
	text-align: center;
	line-height: 25px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #005D3B;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.zpxx-bo3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
}
.zpxx-bo3_2 span{
	border-right: 1px solid #999999;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
}
.zpxx-bo3_2 span:last-child{
	border-right: 0;
}
.zpxx-bo3_3{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #333333;
}
.zpxx-bo4{
	width: 150px;
	float: left;
	margin-left: 20px;
}
.zpxx-bo4_1{
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #999999;
}
.zpxx-bo4_2{
	width: 100%;
	height: 45px;
	border-radius: 45px;
	background: #005D3B;
	text-align: center;
	font-size: 16px;
	color: white;
	display: block;
	margin-top: 60px;
}
.zpxx-bo4_2 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.zpxx-bo4_2 span{
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm-box{
	width: 100%;
}
.lxwm-bo{
	width: 100%;
	margin:30px auto;
}
.lxwm-bo1{
	width: 100%;
	text-align: center;
}
.lxwm-bo1 div{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.lxwm-bo1 img{
	width: 60px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.lxwm-bo2{
	width: 100%;
	display: inline-block;
}
.lxwm-bo2_1{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 50px;
}
.lxwm-bo2_1:nth-child(4n){
	margin-right: 0;
}
.lxwm-bo2_2{
	height: 65px;
	display: block;
	margin: auto;
}
.lxwm-bo2_3{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: rgba(102,102,102, .6);
}
.lxwm-bo2_4{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.lxwm-bo3{
	width: 100%;
	height: 445px;
	margin-top: 50px;
}
.ppjs-box{
	width: 100%;
}
.ppjs-bo{
	width: 100%;
	margin-bottom: 80px;
	background: white;
	padding: 40px 30px;
	box-sizing: border-box;
}
.ppjs-bo1{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #333333;
}
.ppjs-bo1 span{
	position: relative;
	z-index: 1;
}
.ppjs-bo1::before{
	content: '';
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background: #BFD6CE;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ppjs-bo2{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.ppjs-bo2_1{
	width: 60%;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.ppjs-bo2_2{
	width: 37%;
	float: left;
	margin-left: 3%;
	display: block;
}
.ppfl-box{
	width: 100%;
}
.ppfl-box .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.ppfl-box .swiper{
	width: 90%;
	height: 100%;
}
.ppfl-box .swiper-slide{
	width: 100%;
	height: 100%;
}
.ppfl-box .swiper-button-prev::after,.ppfl-box .swiper-button-next::after{
	display: none;
}
.ppfl-box .swiper-button-prev{
	width: 35px;
	height: 35px;
	background-image: url(../img/prev5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.ppfl-box .swiper-button-next{
	width: 35px;
	height: 35px;
	background-image: url(../img/next5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.ppfl-bo1{
	box-sizing: border-box;
	width: 100%;
	height: 115px;
	display: block;
	position: relative;
}
.ppfl-bo1 img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ppfl-bo1.on{
	border-bottom: 4px solid #005D3B;
	position: relative;
}