body{
	margin: 0;
min-width:1300px;
}
@media screen and (min-width: 1200px){
	#H5{
		display: none;
	}
	.banner{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		height: 400px;
	}
	.bann{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.banner .swiper-container {
		width: 100%;
		height: 100%;
	}
	
	.banner .swiper-slide {
		width: 100%;
		height: 100%;
	}
	.banner .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		border: 2px solid white;
		box-sizing: border-box;
		background: none;
		border-radius: 50%;
		opacity: 1;
	}
	.banner .swiper-pagination-bullet-active {
		background: #BF9D57 !important;
		/*width: .8rem !important;*/
	}
	.banner .swiper-button-prev{
		width: 50px;
		height: 50px;
		background-image: url(../img/left.png) !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		left: 20%;
	}
	.banner .swiper-button-prev:hover{
		background-image: url(../img/left-s.png) !important;
	}
	.banner .swiper-button-next{
		width: 50px;
		height: 50px;
		background-image: url(../img/right.png) !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		right: 20%;
	}
	.banner .swiper-button-next:hover{
		background-image: url(../img/right-s.png) !important;
	}
	.INDEXS .CONT{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: inline-block;
		text-align: center;
	}
	.INDEXS .cont{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 1200px;
		margin: 40px auto;
		display: inline-block;
	}
	.INDEXS .cont1{
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		display: inline-block;
		float: left;
	}
	.INDEXS .con{
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 15px;
	}
	.INDEXS .con1{
		font-size: 30px;
		color: #121212;
	}
	.INDEXS .con2{
		font-size: 16px;
		color: #A8A8A8;
		margin-left: 10px;
	}
	.INDEXS .cont2{
		width: 100%;
		/* height: 100px; */
		display: inline-block;
		float: left;
	}
	.INDEXS .cont2_1{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 280px;
		/* height: 100px; */
		float: left;
		margin-right: 26px;
		margin-top: 26px;
		display: inline-block;
		text-decoration: none;
	}
	.INDEXS .cont2_1:nth-child(4n){
		margin-right: 0;
	}
	.INDEXS .cont2_1:hover .cont21_2{
		color: #BF9D57;
	}
	.INDEXS .cont21_1{
		width: 100%;
		height: 210px;
		float: left;
	}
	.INDEXS .cont21_2{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 14px;
		color: #333333;
		margin-top: 15px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}
@media screen and (max-width: 1200px){
	#PC{
		display: none;
	}
	.banner{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		height: 4rem;
		margin-top: 1.15rem;
	}
	.bann{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.banner .swiper-container {
		width: 100%;
		height: 100%;
	}
	
	.banner .swiper-slide {
		width: 100%;
		height: 100%;
	}
	.banner .swiper-pagination{
		display: flex;
		justify-content: center;
	}
	.banner .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		border: 2px solid white;
		box-sizing: border-box;
		background: none;
		border-radius: 50%;
		opacity: 1;
	}
	.banner .swiper-pagination-bullet-active {
		background: #BF9D57 !important;
		/*width: .8rem !important;*/
	}
	.banner .swiper-button-prev{
		width: 0.6rem;
		height: 0.6rem;
		background-image: url(../img/left.png) !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		/* left: 20%; */
	}
	.banner .swiper-button-prev:hover{
		background-image: url(../img/left-s.png) !important;
	}
	.banner .swiper-button-next{
		width: 0.6rem;
		height: 0.6rem;
		background-image: url(../img/right.png) !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		/* right: 20%; */
	}
	.banner .swiper-button-next:hover{
		background-image: url(../img/right-s.png) !important;
	}
	.INDEXS .CONT{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: inline-block;
		text-align: center;
	}
	.INDEXS .cont{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 95%;
		margin: 0.4rem auto;
		display: inline-block;
	}
	.INDEXS .cont1{
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		display: inline-block;
		float: left;
	}
	.INDEXS .con{
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 0.15rem;
	}
	.INDEXS .con1{
		font-size: 0.3rem;
		color: #121212;
	}
	.INDEXS .con2{
		font-size: 0.16rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	.INDEXS .cont2{
		width: 100%;
		/* height: 100px; */
		display: inline-block;
		float: left;
	}
	.INDEXS .cont2_1{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 49%;
		/* height: 100px; */
		float: left;
		margin-right: 2%;
		margin-top: 2%;
		display: inline-block;
		text-decoration: none;
	}
	.INDEXS .cont2_1:nth-child(2n){
		margin-right: 0;
	}
	.INDEXS .cont2_1:hover .cont21_2{
		color: #BF9D57;
	}
	.INDEXS .cont21_1{
		width: 100%;
		height: 2.1rem;
		float: left;
	}
	.INDEXS .cont21_2{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 0.14rem;
		color: #333333;
		margin-top: 0.15rem;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}

@media screen and (min-width: 1200px) {
	.CPZS .CONTENT {
		width: 100%;
		text-align: center;
	}

	.CPZS .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.CPZS .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
display:none;
	}

	.CPZS .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.CPZS .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.CPZS .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.CPZS .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.CPZS .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.CPZS .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.CPZS .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.CPZS .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.CPZS .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.CPZS .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.CPZS .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.CPZS .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.CPZS .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}

	.CPZS .rights2 {
		width: 100%;
		/* height: 100px; */
		display: inline-block;
		float: left;
	}

	.CPZS .rights2_1 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 216px;
		float: left;
		display: inline-block;
		margin-right: 30px;
		margin-top: 40px;
		text-decoration: none;
		/* height: 100px; */
	}

	.CPZS .rights2_1:nth-child(5n) {
		margin-right: 0;
	}

	.CPZS .rights2_1 img {
		width: 100%;
		height: 160px;
		float: left;
	}

	.CPZS .rights21 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 14px;
		color: #333333;
		margin-top: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.CPZS .rights2_1:hover .rights21 {
		color: #BF9D57;
	}

	.CPZS .rights3 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 60px;
	}
	.CPZS .rights3 ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	
	.CPZS .rights3 ul.pagination li {
		display: inline;
	}
	
	.CPZS .rights3 ul.pagination li a {
		color: black;
		float: left;
		background: white;
		color: #6B6B6B;
		padding: 4px 10px;
		font-size: 14px;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #ddd;
		margin: 0 4px;
	}
	
	.CPZS .rights3 ul.pagination li a.active {
		background-color: #000000;
		color: white;
		border: 1px solid #000000;
	}
	
	.CPZS .rights3 ul.pagination li a:hover:not(.active) {
		background-color: #ddd;
	}
}

@media screen and (max-width: 1200px) {
	.CPZS .CONTENT {
		width: 100%;
		text-align: center;
	}
	
	.CPZS .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}
	
	.CPZS .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
display:none;
	}
	
	.CPZS .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}
	
	.CPZS .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}
	
	.CPZS .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}
	
	.CPZS .lefts2:hover {
		background: #BF9D57;
		color: white;
	}
	
	.CPZS .lefts2-act {
		background: #BF9D57;
		color: white;
	}
	
	.CPZS .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}
	
	.CPZS .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}
	
	.CPZS .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}
	
	.CPZS .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}
	
	.CPZS .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}
	
	.CPZS .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	
	.CPZS .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	
	.CPZS .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	
	.CPZS .rights2 {
		width: 100%;
		/* height: 100px; */
		display: inline-block;
		float: left;
	}
	
	.CPZS .rights2_1 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 49%;
		float: left;
		display: inline-block;
		margin-right: 2%;
		margin-top: 2%;
		text-decoration: none;
		/* height: 100px; */
	}
	
	.CPZS .rights2_1:nth-child(2n) {
		margin-right: 0;
	}
	
	.CPZS .rights2_1 img {
		width: 100%;
		height: 2rem;
		float: left;
	}
	
	.CPZS .rights21 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 0.14rem;
		color: #333333;
		margin-top: 0.15rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.CPZS .rights2_1:hover .rights21 {
		color: #BF9D57;
	}
	
	.CPZS .rights3 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 0.6rem;
	}
	.CPZS .rights3 ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	
	.CPZS .rights3 ul.pagination li {
		display: inline;
	}
	
	.CPZS .rights3 ul.pagination li a {
		color: black;
		float: left;
		background: white;
		color: #6B6B6B;
		padding: 0.04rem 0.1rem;
		font-size: 0.14rem;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #ddd;
		margin: 0 0.04rem;
	}
	
	.CPZS .rights3 ul.pagination li a.active {
		background-color: #000000;
		color: white;
		border: 1px solid #000000;
	}
	
	.CPZS .rights3 ul.pagination li a:hover:not(.active) {
		background-color: #ddd;
	}
}


@media screen and (min-width: 1200px) {
	.CPXQ .CONTENT {
		width: 100%;
		text-align: center;
	}

	.CPXQ .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.CPXQ .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
	}

	.CPXQ .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.CPXQ .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.CPXQ .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.CPXQ .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.CPXQ .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.CPXQ .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.CPXQ .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.CPXQ .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.CPXQ .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.CPXQ .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.CPXQ .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.CPXQ .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.CPXQ .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.CPXQ .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 25px;
	}
	.CPXQ .rights2 img{
		width: 100%;
	}

}

@media screen and (max-width: 1200px) {
	.CPXQ .CONTENT {
		width: 100%;
		text-align: center;
	}
	
	.CPXQ .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}
	
	.CPXQ .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
	}
	
	.CPXQ .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}
	
	.CPXQ .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}
	
	.CPXQ .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}
	
	.CPXQ .lefts2:hover {
		background: #BF9D57;
		color: white;
	}
	
	.CPXQ .lefts2-act {
		background: #BF9D57;
		color: white;
	}
	
	.CPXQ .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}
	
	.CPXQ .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}
	
	.CPXQ .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}
	
	.CPXQ .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}
	
	.CPXQ .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}
	
	.CPXQ .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	
	.CPXQ .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	
	.CPXQ .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.CPXQ .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 0.25rem;
	}
	.CPXQ .rights2 img{
		width: 100%;
	}
	
}

@media screen and (min-width: 1200px) {
	.NEWLIST .CONTENT {
		width: 100%;
		text-align: center;
	}

	.NEWLIST .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.NEWLIST .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
	}

	.NEWLIST .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.NEWLIST .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.NEWLIST .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.NEWLIST .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.NEWLIST .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.NEWLIST .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.NEWLIST .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.NEWLIST .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.NEWLIST .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.NEWLIST .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.NEWLIST .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.NEWLIST .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.NEWLIST .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.NEWLIST .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	.NEWLIST .rights2_1{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		margin-top: 25px;
		display: inline-block;
		text-decoration: none;
	}
	.NEWLIST .rights21_1{
		width: 175px;
		height: 105px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		float: left;
	}
	.NEWLIST .rights211{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		text-align: center;
		line-height: 105px;
		font-size: 12px;
		color: white;
		display: none;
	}
	.NEWLIST .rights2_1:hover .rights211{
		display: block;
	}
	.NEWLIST .rights21_2{
		width: 720px;
		float: left;
		margin-left: 30px;
		text-align: left;
	}
	.NEWLIST .rights212_1{
		width: 100%;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.NEWLIST .rights212_2{
		width: 100%;
		font-size: 14px;
		color: #666666;
		margin-top: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.NEWLIST .rights212_3{
		width: 100%;
		font-size: 12px;
		color: #666666;
		margin-top: 15px;
	}

.NEWLIST .rights3 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 60px;
	}
	.NEWLIST .rights3 ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	
	.NEWLIST .rights3 ul.pagination li {
		display: inline;
	}
	
	.NEWLIST .rights3 ul.pagination li a {
		color: black;
		float: left;
		background: white;
		color: #6B6B6B;
		padding: 4px 10px;
		font-size: 14px;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #ddd;
		margin: 0 4px;
	}
	
	.NEWLIST .rights3 ul.pagination li a.active {
		background-color: #000000;
		color: white;
		border: 1px solid #000000;
	}
	
	.NEWLIST .rights3 ul.pagination li a:hover:not(.active) {
		background-color: #ddd;
	}
}

@media screen and (max-width: 1200px) {
	.NEWLIST .CONTENT {
		width: 100%;
		text-align: center;
	}
	
	.NEWLIST .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}
	
	.NEWLIST .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
	}
	
	.NEWLIST .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}
	
	.NEWLIST .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}
	
	.NEWLIST .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}
	
	.NEWLIST .lefts2:hover {
		background: #BF9D57;
		color: white;
	}
	
	.NEWLIST .lefts2-act {
		background: #BF9D57;
		color: white;
	}
	
	.NEWLIST .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}
	
	.NEWLIST .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}
	
	.NEWLIST .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}
	
	.NEWLIST .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}
	
	.NEWLIST .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}
	
	.NEWLIST .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	
	.NEWLIST .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	
	.NEWLIST .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.NEWLIST .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	.NEWLIST .rights2_1{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		margin-top: 0.25rem;
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.NEWLIST .rights21_1{
		width: 1.75rem;
		height: 1.75rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		float: left;
	}
	.NEWLIST .rights211{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		text-align: center;
		line-height: 1.75rem;
		font-size: 0.12rem;
		color: white;
		display: none;
	}
	.NEWLIST .rights2_1:hover .rights211{
		display: block;
	}
	.NEWLIST .rights21_2{
		width: 71%;
		float: left;
		margin-left: 0.3rem;
		text-align: left;
	}
	.NEWLIST .rights212_1{
		width: 100%;
		font-size: 0.16rem;
		color: #333333;
		font-weight: bold;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.NEWLIST .rights212_2{
		width: 100%;
		font-size: 0.14rem;
		color: #666666;
		margin-top: 0.15rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.NEWLIST .rights212_3{
		width: 100%;
		font-size: 0.12rem;
		color: #666666;
		margin-top: 0.15rem;
	}
	
	.NEWLIST .rights3 {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 0.6rem;
	}
	.NEWLIST .rights3 ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	
	.NEWLIST .rights3 ul.pagination li {
		display: inline;
	}
	
	.NEWLIST .rights3 ul.pagination li a {
		color: black;
		float: left;
		background: white;
		color: #6B6B6B;
		padding: 0.04rem 0.1rem;
		font-size: 0.14rem;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #ddd;
		margin: 0 0.04rem;
	}
	
	.NEWLIST .rights3 ul.pagination li a.active {
		background-color: #000000;
		color: white;
		border: 1px solid #000000;
	}
	
	.NEWLIST .rights3 ul.pagination li a:hover:not(.active) {
		background-color: #ddd;
	}
}


@media screen and (min-width: 1200px) {
	.NEWDE .CONTENT {
		width: 100%;
		text-align: center;
	}

	.NEWDE .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.NEWDE .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
	}

	.NEWDE .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.NEWDE .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.NEWDE .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.NEWDE .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.NEWDE .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.NEWDE .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.NEWDE .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.NEWDE .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.NEWDE .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.NEWDE .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.NEWDE .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.NEWDE .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.NEWDE .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.NEWDE .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 60px;
	}
	.NEWDE .rights2_1{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #333333;
		font-weight: bold;
	}
	.NEWDE .rights2_2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #666666;
		margin-top: 30px;
	}
	.NEWDE .rights2_3{
		width: 100%;
		font-size: 14px;
		color: #666666;
		text-align: left;
	}
	.NEWDE .rights2_3 img{
		width: 100%;
	}
	.NEWDE .rights3{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	.NEWDE .rights3_1{
		font-size: 14px;
		color: #333333;
		display: inline-block;
	}
	.NEWDE .rights3_1 span{
		float: left;
	}
	.NEWDE .rights3_1 img{
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		float: left;
	}
	.NEWDE .rights3_2{
		display: inline-block;
		width: 145px;
		height: 50px;
		background: #BF9D57;
		font-size: 14px;
		color: white;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
	}
	
}

@media screen and (max-width: 1200px) {
	.NEWDE .CONTENT {
		width: 100%;
		text-align: center;
	}
	
	.NEWDE .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}
	
	.NEWDE .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
	}
	
	.NEWDE .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}
	
	.NEWDE .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}
	
	.NEWDE .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}
	
	.NEWDE .lefts2:hover {
		background: #BF9D57;
		color: white;
	}
	
	.NEWDE .lefts2-act {
		background: #BF9D57;
		color: white;
	}
	
	.NEWDE .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}
	
	.NEWDE .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}
	
	.NEWDE .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}
	
	.NEWDE .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}
	
	.NEWDE .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}
	
	.NEWDE .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	
	.NEWDE .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	
	.NEWDE .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.NEWDE .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 0.6rem;
	}
	.NEWDE .rights2_1{
		width: 100%;
		text-align: center;
		font-size: 0.3rem;
		color: #333333;
		font-weight: bold;
	}
	.NEWDE .rights2_2{
		width: 100%;
		text-align: center;
		font-size: 0.14rem;
		color: #666666;
		margin-top: 0.3rem;
	}
	.NEWDE .rights2_3{
		width: 100%;
		font-size: 0.14rem;
		color: #666666;
		text-align: left;
	}
	.NEWDE .rights2_3 img{
		width: 100%;
	}
	
	.NEWDE .rights3{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	.NEWDE .rights3_1{
		font-size: 0.14rem;
		color: #333333;
		display: inline-block;
	}
	.NEWDE .rights3_1 span{
		float: left;
	}
	.NEWDE .rights3_1 img{
		display: inline-block;
		width: 0.3rem;
		height: 0.3rem;
		margin-right: 0.05rem;
		float: left;
	}
	.NEWDE .rights3_2{
		display: inline-block;
		width: 1.45rem;
		height: 0.5rem;
		background: #BF9D57;
		font-size: 0.14rem;
		color: white;
		text-align: center;
		text-decoration: none;
		line-height: 0.5rem;
	}
	
}

@media screen and (min-width: 1200px) {
	.LXWM .CONTENT {
		width: 100%;
		text-align: center;
	}

	.LXWM .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.LXWM .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
	}

	.LXWM .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.LXWM .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.LXWM .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.LXWM .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.LXWM .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.LXWM .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.LXWM .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.LXWM .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.LXWM .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.LXWM .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.LXWM .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.LXWM .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.LXWM .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.LXWM .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 40px;
		display: inline-block;
	}
	.LXWM .rights2_1{
		width: 350px;
		float: right;
	}
	.LXWM .rights2_2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 450px;
		float: left;
		text-align: left;
	}
	.LXWM .rights22_1{
		width: 100%;
		font-size: 30px;
		color: #333333;
	}
	.LXWM .rights22_2{
		width: 100%;
		display: inline-block;
		color: #333333;
		font-size: 18px;
		margin-top: 35px;
	}
	.LXWM .rights22_2 img{
		height: 20px;
		margin-right: 10px;
	}
	.LXWM .rights22_2 span{
		font-weight: bold;
	}
	.LXWM .rights3{
		width: 100%;
		height: 395px;
		float: left;
		margin-top: 60px;
	}
	.LXWM .map{
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
	}
	
}

@media screen and (max-width: 1200px) {
	.LXWM .CONTENT {
		width: 100%;
		text-align: center;
	}
	
	.LXWM .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}
	
	.LXWM .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
	}
	
	.LXWM .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}
	
	.LXWM .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}
	
	.LXWM .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}
	
	.LXWM .lefts2:hover {
		background: #BF9D57;
		color: white;
	}
	
	.LXWM .lefts2-act {
		background: #BF9D57;
		color: white;
	}
	
	.LXWM .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}
	
	.LXWM .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}
	
	.LXWM .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}
	
	.LXWM .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}
	
	.LXWM .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}
	
	.LXWM .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}
	
	.LXWM .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	
	.LXWM .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}
	.LXWM .rights2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin-top: 0.4rem;
		text-align: left;
	}
	.LXWM .rights2_1{
		width: 3.5rem;
		/* float: right; */
	}
	.LXWM .rights2_2{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* float: left; */
		text-align: left;
		display: inline-block;
	}
	.LXWM .rights22_1{
		width: 100%;
		font-size: 0.3rem;
		color: #333333;
		float: left;
	}
	.LXWM .rights22_2{
		width: 100%;
		display: inline-block;
		color: #333333;
		font-size: 0.18rem;
		margin-top: 0.35rem;
		float: left;
	}
	.LXWM .rights22_2 img{
		height: 0.3rem;
		margin-right: 0.1rem;
	}
	.LXWM .rights22_2 span{
		font-weight: bold;
	}
	.LXWM .rights3{
		width: 100%;
		height: 3.95rem;
		float: left;
		margin-top: 0.6rem;
	}
	.LXWM .map{
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
	}
	
}


@media screen and (min-width: 1200px) {
	.ZXLY .CONTENT {
		width: 100%;
		text-align: center;
	}

	.ZXLY .content {
		width: 1200px;
		display: inline-block;
		margin: 40px auto;
	}

	.ZXLY .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 245px;
		/* height: 100px; */
		float: left;
		margin-right: 30px;
	}

	.ZXLY .lefts1 {
		width: 100%;
		height: 75px;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 75px;
		text-align: center;
		font-size: 28px;
		color: white;
		border-radius: 5px 5px 0 0;
	}

	.ZXLY .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.ZXLY .lefts2 img {
		height: 15px;
		margin-left: 15px;
		display: inline-block;
	}

	.ZXLY .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.ZXLY .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.ZXLY .lefts2:last-child {
		border-radius: 0 0 5px 5px;
	}

	.ZXLY .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
	}

	.ZXLY .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.ZXLY .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		padding-bottom: 10px;
	}

	.ZXLY .rights11_1 {
		font-size: 20px;
		color: #121212;
	}

	.ZXLY .rights11_2 {
		font-size: 14px;
		color: #A8A8A8;
		margin-left: 10px;
	}

	.ZXLY .rights1_2 {
		float: right;
		font-size: 14px;
		color: #949494;
		line-height: 35px;
	}

	.ZXLY .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}

	.ZXLY .rights2 {
		width: 100%;
		display: inline-block;
		float: left;
		text-align: left;
		background-image: url(../img/img_10.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.ZXLY .rights2_1 {
		/* border:1px solid red; */
		box-sizing: border-box;
		width: 700px;
		display: inline-block;
		margin-top: 30px;
	}

	.ZXLY .rights21_1 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		width: 100%;
		min-height: 165px;
		font-size: 14px;
		color: #121212;
		padding: 10px;
	}

	.ZXLY .rights21_2 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
		width: 265px;
		height: 40px;
		background: white;
		padding: 10px;
		display: inline-block;
	}

	.ZXLY .rights21_2:last-child {
		margin-left: 170px;
	}

	.ZXLY .rights21_2 img {
		float: left;
		max-height: 20px;
	}

	.ZXLY .rights21_2 input[type="text"] {
		font-size: 14px;
		color: #121212;
		margin-left: 10px;
		border: none;
		float: left;
		outline: none;
		width: 86%;
	}

	.ZXLY .butt1 {
		border: none;
		float: left;
		width: 170px;
		height: 45px;
		background: #BF9D57;
		color: white;
		font-size: 16px;
	}

	.ZXLY .butt2 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
		width: 170px;
		height: 45px;
		background: white;
		color: #666666;
		font-size: 16px;
		margin-left: 40px;
	}
}






@media screen and (max-width: 1200px) {
	.ZXLY .CONTENT {
		width: 100%;
		text-align: center;
	}

	.ZXLY .content {
		width: 95%;
		display: inline-block;
		margin: 0.4rem auto;
	}

	.ZXLY .lefts {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		float: left;
		/* margin-right: 30px; */
	}

	.ZXLY .lefts1 {
		width: 100%;
		height: 1rem;
		background: linear-gradient(#E1BF78, #BF9D57);
		line-height: 1rem;
		text-align: center;
		font-size: 0.28rem;
		color: white;
		border-radius: 0.05rem 0.05rem 0 0;
	}

	.ZXLY .lefts2 {
		border: 2px solid #BF9D57;
		box-sizing: border-box;
		width: 100%;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.18rem;
		color: #333333;
		text-decoration: none;
		background: white;
		display: block;
	}

	.ZXLY .lefts2 img {
		height: 0.2rem;
		margin-left: 0.15rem;
		display: inline-block;
	}

	.ZXLY .lefts2:hover {
		background: #BF9D57;
		color: white;
	}

	.ZXLY .lefts2-act {
		background: #BF9D57;
		color: white;
	}

	.ZXLY .lefts2:last-child {
		border-radius: 0 0 0.05rem 0.05rem;
	}

	.ZXLY .rights {
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 0.2rem;
	}

	.ZXLY .rights1 {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
	}

	.ZXLY .rights1_1 {
		border-bottom: 2px solid #BF9D57;
		box-sizing: border-box;
		float: left;
		display: flex;
		padding-bottom: 0.1rem;
	}

	.ZXLY .rights11_1 {
		font-size: 0.2rem;
		color: #121212;
	}

	.ZXLY .rights11_2 {
		font-size: 0.14rem;
		color: #A8A8A8;
		margin-left: 0.1rem;
	}

	.ZXLY .rights1_2 {
		width: 100%;
		float: right;
		font-size: 0.14rem;
		color: #949494;
		line-height: 0.5rem;
		text-align: left;
		margin-bottom: 0.2rem;
	}

	.ZXLY .rights1_2 a {
		color: #949494;
		text-decoration: none;
	}

	.ZXLY .rights2 {
		width: 100%;
		display: inline-block;
		float: left;
		background-image: url(../img/img_10.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.ZXLY .rights2_1 {
		/* border:1px solid red; */
		box-sizing: border-box;
		width: 100%;
		display: inline-block;
		margin-top: 0.3rem;
		float: left;
	}

	.ZXLY .rights21_1 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		width: 100%;
		min-height: 1.65rem;
		font-size: 0.14rem;
		color: #121212;
		padding: 0.2rem;
	}

	.ZXLY .rights21_2 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
		width: 100%;
		/* height: 0.4rem; */
		background: white;
		padding: 0.2rem;
		display: inline-block;
	}

	.ZXLY .rights21_2:last-child {
		/* margin-left: 1.7rem; */
		margin-top: 0.3rem;
	}

	.ZXLY .rights21_2 img {
		float: left;
		max-height: 0.3rem;
	}

	.ZXLY .rights21_2 input[type="text"] {
		font-size: 0.14rem;
		color: #121212;
		margin-left: 0.1rem;
		border: none;
		float: left;
		outline: none;
		width: 86%;
	}
	.ZXLY .butt1 {
		border: none;
		float: left;
		width: 49%;
		/* height: 0.45rem; */
		background: #BF9D57;
		color: white;
		font-size: 0.16rem;
		padding:0.2rem;
	}
	
	.ZXLY .butt2 {
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		float: left;
		width: 49%;
		/* height: 0.45rem; */
		background: white;
		color: #666666;
		font-size: 0.16rem;
		margin-left: 2%;
		padding:0.2rem;
	}
}

