@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	outline: none;
}
html {
	margin: 0;
	padding: 0;
	font-size: 0.24rem;
}
/*这个是用来防止rembug页面闪动以及闪动所引起的后影响的*/
html {
	font-size: 50px;
}
ul {
	list-style: none;
}
body {
	font-size: 0.24rem;
	background-color: #fff;
}
img {
	max-width: 100%;
}
input, textarea {

}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
#p1, #p3 {
	margin-left: auto;
	margin-right: auto;
	/*	max-width: 1920px;*/
	position: relative;
}
#p2, #p4, #p5 {
	/*	height: 100vh;*/
	margin-left: auto;
	margin-right: auto;
	/*	max-width: 1920px;*/
	height: auto;
	/*	padding-top: 6.25vw;*/
	box-sizing: border-box;
	position: relative;
}
video {
	object-fit: fill
}
.box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.item a {
	display: block;
}
.item:nth-child(2n) {
	background-color: #fff;
}
.itemn {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.itemn .img {
	float: left;
	margin-right: 50px;
	width: 505px;
	height: 340px;
}
.item:nth-child(2n) .itemn .img {
	float: right;
	margin-right: 0;
	margin-left: 50px;
}
.itemn h1 {
	font-size: 40px;
	font-weight: 800;
	color: #B2B2B2;
	text-transform: uppercase;
	line-height: 50px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 15px;
	word-break: break-all;
	width: 640px;
	float: left;
}
.itemn h2 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin-bottom: 16px;
	width: 640px;
	float: left;
}
.itemn p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 640px;
	float: left;
}
.more {
	width: 60px;
	height: 60px;
	float: left;
	-webkit-filter: grayscale(100%);
	　　filter: grayscale(100%);
	opacity: 0.35;
}
.item:hover .more {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.item:hover h2 {
	color: #7DBE2E;
}
.list_more {
	width: 320px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #58B530;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.list_more a {
	color: #fff;
	display: block;
}
.bglv {
	background-color: #F6FBF8;
}
.show {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	margin-bottom: 55px;
}
.show_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.show_top img {
	float: left;
	width: 410px;
	height: 310px;
	margin-right: 50px;
}
.show_top h1 {
	font-size: 30px;
	font-weight: 400;
	color: #1572A2;
	line-height: 30px;
	margin-bottom: 26px;
	width: 655px;
	float: left;
}
.show_top p {
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	height: 214px;
	width: 655px;
	display: block;
	float: left;
}
.btnk {
	width: 655px;
	float: left;
	height: auto;
	overflow: hidden;
}
.btn1 {
	width: 105px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #7DBE2E;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	border: 1px solid #7DBE2E;
	box-sizing: border-box;
}
.btn1:hover {
	background: rgba(125, 190, 46, 0.7);
}
.btn1 a{
	color: #FFFFFF;
}
.btn2 {
	width: 123px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 300;
	color: #1572A2;
	float: left;
	border: 1px solid #1572A2;
	box-sizing: border-box;
	cursor: pointer;
}
.btn2 a{
	color: #1572A2;
}
.btn2:hover {
	color: #fff;
	background: rgba(21, 114, 162, 0.7);
	border: 1px solid #1572A2;
}
.btn2:hover a{
	color: #fff;
}
.show_bto {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.show_tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 2px #7DBE2E;
}
.tab_it {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-right: 10px;
	line-height: 40px;
	background-color: #EEEEEE;
	font-size: 16px;
	font-weight: 300;
	color: #999999;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
}
.tab_it.cur {
	background-color: #7DBE2E;
	color: #fff;
}
.show_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 36px;
}
.cont_c {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.cont_c.cur {
	display: block;
}
.pro_box {
	width: 100%;
}
.proItem {
	width: 1150px;
	height: 450px;
	/*	overflow: hidden;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item_l {
	width: 485px;
	height: 450px;
	float: left;
	margin-right: 75px;
}
.item_r {
	float: left;
	background-color: #fff;
	width: 590px;
	height: 450px;
	padding: 40px;
	box-sizing: border-box;
}
.proItem:hover .item_r {
	background-color: #fafafa;
}
.proItem:nth-child(2n) .item_l {
	float: right;
	margin-left: 75px;
	margin-right: 0;
}
.proItem:nth-child(2n) .item_r {
}
.item_l img {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.item_l img:nth-child(1) {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: -70px;
	display: block;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l img:nth-child(2) {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: -95px;
	display: block;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l img:nth-child(3) {
	width: 200px;
	height: 200px;
	float: left;
	display: block;
	margin-top: 245px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l div{
	background-size: cover;
	background-position: center;
}
.item_l div:nth-child(1) {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: -70px;
	display: block;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l div:nth-child(2) {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: -95px;
	display: block;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l div:nth-child(3) {
	width: 200px;
	height: 200px;
	float: left;
	display: block;
	margin-top: 245px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_r h1 {
	font-size: 32px;
	font-weight: 500;
	color: #000000;
	line-height: 32px;
	margin-bottom: 20px;
}
.item_r h1 img {
	width: 30px;
	height: 30px;
	opacity: 1;
	float: right;
}
.proItem:hover .item_r h1 {
	color: #58B530;
}
.item_r h1 img:hover {
	opacity: 0.5;
}
.item_xian {
	width: 115px;
	height: 3px;
	background-color: #58B530;
	margin-bottom: 30px;
}
.item_r h2 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
.item_r p {
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	
}
.plan_show {
	width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}
.plan_img {
	float: left;
	width: 390px;
	height: 260px;
	margin-right: 50px;
}
.plan_img img {
	width: 390px;
	height: 260px;
}
.plan_r {
	float: left;
	width: 660px;
	height: auto;
	overflow: hidden;
}
.plan_r h1 {
	font-size: 28px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-bottom: 15px;
}
.plan_r h2 {
	font-size: 16px;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 30px;
	margin-bottom: 20px;
}
.plan_cont {
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	line-height: 30px;
}
.case_show {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 60px;
}
.case_h1 {
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.case_h2 {
	font-size: 16px;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 30px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
	margin-bottom: 40px;
}
.case_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px;
}
.fenye {
	padding-top: 35px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.next {
	float: right;
}
.next img {
	float: right;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
}
.next h1 {
	font-size: 16px;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 20px;
	text-align: right;
	margin-bottom: 10px;
}
.next p {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 30px;
	width: 450px;
	text-align: right
}
.prev {
	float: left;
}
.prev img {
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
}
.prev h1 {
	font-size: 16px;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
}
.prev p {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 30px;
	width: 450px;
	text-align: left;
}
.none img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}
.next p a {
	color: #000;
}
.next:hover p a {
	color: #7DBE2E;
}
.plan_cla{
	display: block;
}
.plan_cla2{
	display: none;
}
/*响应式--------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1400px ) {
.abo_des {
	font-size: 18px;
	line-height: 30px;
	padding-right: 100px;
	width: 670px;
}
.abo_more {
	margin-left: 540px;
	margin-top: 1vw;
}
}

@media screen and (max-width:750px ) {
.box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.item a {
	display: block;
}
.item:nth-child(2n) {
	background-color: #fff;
}
.itemn {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.itemn .img {
	float: none;
	margin-right: 0;
	width: 100%;
	height: auto;
	margin-bottom: 0.15rem;
}
.item:nth-child(2n) .itemn .img {
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.itemn h1 {
	font-size: 0.4rem;
	font-weight: 800;
	color: #B2B2B2;
	text-transform: uppercase;
	line-height: 0.5rem;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.15rem;
	word-break: break-all;
	width: 100%;
	float: none;
}
.itemn h2 {
	font-size: 0.3rem;
	font-weight: 400;
	color: #000;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
	width: 100%
}
.itemn p {
	font-size: 0.16rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.2rem;
	width: 100%;
	float: none;
}
.more {
	width: 0.6rem;
	height: 0.6rem;
	float: left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.35;
}
.item:hover .more {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.item:hover h2 {
	color: #7DBE2E;
}
.list_more {
	width: 3.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background: #58B530;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-left: auto;
	margin-right: auto;
}
.list_more a {
	color: #fff;
	display: block;
}
.bglv {
	background-color: #F6FBF8;
}
.show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 0.3rem;
	background-color: #fff;
}
.show_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.35rem;
}
.show_top img {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 0.3rem;
}
.show_top h1 {
	font-size: 0.36rem;
	font-weight: 400;
	color: #1572A2;
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
	width: 100%;
	float: none;
}
.show_top p {
	font-size: 0.24rem;
	font-weight: 300;
	color: #666666;
	line-height: 0.38rem;
	height: auto;
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 0.3rem;
}
.btnk {
	width: 655px;
	float: left;
	height: auto;
	overflow: hidden;
}
.btn1 {
	width: 1.3rem;
	height: 0.5rem;
	line-height: 0.48rem;
	text-align: center;
	background: #7DBE2E;
	border-radius: 0.06rem;
	font-size: 0.22rem;
	font-weight: 300;
	color: #FFFFFF;
	margin-right: 0.2rem;
	float: left;
	cursor: pointer;
	border: 1px solid #7DBE2E;
	box-sizing: border-box;
}
.btn1:hover {
	background: rgba(125, 190, 46, 0.7);
}
.btn2 {
	width: 1.3rem;
	height: 0.5rem;
	line-height: 0.48rem;
	text-align: center;
	background: #fff;
	border-radius: 0.06rem;
	font-size: 0.22rem;
	font-weight: 300;
	color: #1572A2;
	float: left;
	border: 1px solid #1572A2;
	box-sizing: border-box;
	cursor: pointer;
}
.btn2:hover {
	color: #fff;
	background: rgba(21, 114, 162, 0.7);
	border: 1px solid #1572A2;
}
.show_bto {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.show_tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 0.02rem #7DBE2E;
}
.tab_it {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	float: left;
	margin-right: 0.15rem;
	line-height: 0.5rem;
	background-color: #EEEEEE;
	font-size: 0.22rem;
	font-weight: 300;
	color: #999999;
	border-radius: 0.06rem 0.06rem 0px 0px;
	cursor: pointer;
}
.tab_it.cur {
	background-color: #7DBE2E;
	color: #fff;
}
.show_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	font-weight: normal;
	line-height: 0.4rem;
	padding-bottom: 1rem;
}
.cont_c {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.cont_c.cur {
	display: block;
}
.pro_box {
	width: 100%;
}
.proItem {
	width: 6.9rem;
	height: 3.55rem;
	/*	overflow: hidden;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.4rem;
}
.item_l {
	width: 2.7rem;
	height: 3.55rem;
	float: left;
	margin-right: 0.3rem
}
.item_r {
	float: left;
	background-color: #FAFAFA;
	width: 3.9rem;
	height: 3.55rem;
	padding: 0.25rem;
	box-sizing: border-box;
	padding-top: 0.3rem;
}
.proItem:hover .item_r {
	background-color: #fafafa;
}
.proItem:nth-child(2n) .item_l {
	float: right;
	margin-left: 0.3rem;
	margin-right: 0;
}
.proItem:nth-child(2n) .item_r {
}
.item_l img {
	box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
}
.item_l img:nth-child(1) {
	width: 0.83rem;
	height: 0.83rem;
	float: left;
	margin-right: -0.4rem;
	display: block;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l img:nth-child(2) {
	width: 1.65rem;
	height: 1.65rem;
	float: left;
	margin-right: -0.5rem;
	display: block;
	margin-top: 0.22rem;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l img:nth-child(3) {
	width: 1.1rem;
	height: 1.1rem;
	float: left;
	display: block;
	margin-top: 1.62rem;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
	.item_l div:nth-child(1) {
	width: 0.83rem;
	height: 0.83rem;
	float: left;
	margin-right: -0.4rem;
	display: block;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l div:nth-child(2) {
	width: 1.65rem;
	height: 1.65rem;
	float: left;
	margin-right: -0.5rem;
	display: block;
	margin-top: 0.22rem;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_l div:nth-child(3) {
	width: 1.1rem;
	height: 1.1rem;
	float: left;
	display: block;
	margin-top: 1.62rem;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #eee;
}
.item_r h1 {
	font-size: 0.3rem;
	font-weight: 500;
	color: #000000;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.item_r h1 img {
	width: 0.3rem;
	height: 0.3rem;
	opacity: 1;
	float: right;
}
.proItem:hover .item_r h1 {
	color: #58B530;
}
.item_r h1 img:hover {
	opacity: 0.5;
}
.item_xian {
	width: 1.15rem;
	height: 0.03rem;
	background-color: #58B530;
	margin-bottom: 0.2rem;
}
.item_r h2 {
	font-size: 0.18rem;
	font-weight: 500;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
	
}
.item_r p {
	font-size: 0.18rem;
	font-weight: 300;
	color: #666666;
	height: 1.2rem;
	line-height: 0.3rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
.plan_show {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0.3rem;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	margin-bottom: 0rem;
}
.plan_img {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0rem;
	margin-bottom: 0.4rem;
}
.plan_img img {
	width: 100%;
	height: auto;
	display: block;
}
.plan_r {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.plan_r h1 {
	font-size: 0.32rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.32rem;
	margin-bottom: 0.2rem;
}
.plan_r h2 {
	font-size: 0.24rem;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 0.24rem;
	margin-bottom: 0.3rem;
}
.plan_cont {
	font-size: 0.24rem;
	font-weight: normal;
	color: #444444;
	line-height: 0.4rem;
}
.case_show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.3rem;
	margin-bottom: 0rem;
	padding-bottom: 1rem;
}
.case_h1 {
	font-size: 0.32rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.32rem;
	text-align: center;
	margin-bottom: 0.2rem;
}
.case_h2 {
	font-size: 0.24rem;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 0.24rem;
	text-align: center;
	padding-bottom: 0.3rem;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.3rem;
}
.case_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.24rem;
	font-weight: 300;
	color: #666666;
	line-height: 0.4rem;
	border-bottom: solid 0.01px #eee;
	padding-bottom: 0.3rem;
}
.fenye {
	padding-top: 0.4rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.next {
	float: right;
}
.next img {
	float: right;
	margin-left: 0.2rem;
	width: 0.37rem;
	height: 0.37rem;
	margin-bottom: 0.6rem;
}
.next h1 {
	font-size: 0.24rem;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 0.24rem;
	text-align: right;
	margin-bottom: 0.15rem;
}
.next p {
	font-size: 0.24rem;
	font-weight: 300;
	color: #000000;
	line-height: 0.24rem;
	width: 2.5rem;
	text-align: right
}
.prev {
	float: left;
}
.prev img {
	float: left;
	margin-right: 0.2rem;
	width: 0.37rem;
	height: 0.37rem;
	margin-bottom: 0.6rem;
}
.prev h1 {

	
	
	
	font-size: 0.24rem;
	font-weight: 300;
	color: #7DBE2E;
	line-height: 0.24rem;
	margin-bottom: 0.15rem;
}
.prev p {
	font-size: 0.24rem;
	font-weight: 300;
	color: #000000;
	line-height: 0.24rem;
	width: 2.5rem;

	text-align: left;
}
.none img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}
.next p a {
	color: #000;
}
.next:hover p a {
	color: #7DBE2E;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0!important;
}
.cla_next {
    background-image: url("../img/jtr51.png")!important;
    background-size: 100% 100%!important;
    width: 0.1rem!important;
    height: 0.2rem!important;
    background-repeat: no-repeat;
    z-index: 2!important;
	left: 0rem!important;
	margin-left: 0!important;
	margin-top: -0.13rem!important;
}
.cla_prev {
    background-image: url("../img/jtr5.png")!important;
    background-size: 100% 100%!important;
    width: 0.1rem!important;
    height: 0.2rem!important;
    background-repeat: no-repeat;
    z-index: 2!important;
	left: 7.2rem!important;
	
	margin-left: 0!important;
	margin-top: -0.13rem!important;
}
	.cla_swiper{
		width: 7.3rem;
		position: relative;
		margin-left: auto;margin-right: auto;
	}
	.plan_cla{
	display: none;
}
.plan_cla2{
	display: block;
}
}
