.dy{
	position: relative;
	background: #F5F7FA;
}

.banner{
	height: 500px;
	background: linear-gradient(#F5F7FA 0%, #D9F8C3 100%);
	margin-top: 60px;
	padding:20px 0 50px ;
}

.banner-box{
	display: flex;justify-content: space-between;
}

.banner-box .left{
	width: 920px;
	
}
.banner-box .left .top{
	background:url(https://cdn.chiefgr.com/mb-45/banner.png) no-repeat;
	padding: 50px 40px;
	height: 300px;
}

.banner-box .left .top .text h2{
	font-size: 40px;
	color: #000000;
	line-height: 60px;
}
.banner-box .left .top .text p{
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	margin-top: 10px;
	width: 410px;
}

.banner-box .left .top .text .btn{
	display: block;
	width: 180px;
	height: 40px;
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
	text-align: center;
	line-height:40px;
	margin-top: 50px;
	font-size: 14px;
	color: #88650A;
}

.banner-box .left ul{
	height: 120px;
	background: #FFFFFF;
	margin-top: 10px;
	padding: 20px 50px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
	display: flex;align-items: center;justify-content: space-between;
}
.banner-box .left ul li p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}

.banner-box .right{
	width: 270px;
	height: 430px;
}

.banner-box .right .title{
	padding: 10px 40px;
	height: 40px;
	display: flex;align-items: center;justify-content: space-between;
	background: linear-gradient(270deg, #29AA06 0%, #A4E18A 100%);
}
.banner-box .right .title p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.banner-box .right .title i{
	display: block;
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.3);
}

.banner-box .right ul{
	height: 175px;
	background: #FFFFFF;
	
	display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
	
}
.banner-box .right ul li{
	width: calc(100%/3);
	text-align: center;
}

.banner-box .right ul li p{
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}



.public-title{
	display: flex;align-items: center;justify-content: space-between;
	padding: 50px 0 10px;
}
.public-title .left{
	display: flex;align-items: center;
}

.public-title h2{
	font-size: 24px;
	color: #000000 ;
	line-height: 40px;
}
.public-title p{
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	margin-left: 10px;
	
}

.public-title a{
	display: flex;align-items: center;
	font-weight: 300;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}
.public-title a img{
	margin-left: 5px;
}

.con1-box{
	display: flex;align-items: center;justify-content: space-between;
	
}
.con1-box .list{
	width: 390px;
}
.con1-box .list .list-title{
	padding: 20px;
	height: 90px;
	background: linear-gradient( 270deg, #29AA06 0%, #A4E18A 100%);
}
.con1-box .list:nth-child(2) .list-title{
	background: linear-gradient( 270deg, #B0EC6D 0%, #5AD0BF 100%);
}
.con1-box .list:nth-child(3) .list-title{
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
}

.con1-box .list:nth-child(3) .list-title h4{
	color: #88650A;
}
.con1-box .list:nth-child(3) .list-title p{
	color: #88650A;
}

.con1-box .list .list-title h4{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.con1-box .list .list-title h4 img{
	margin-left: 5px;
}

.con1-box .list .list-title p{
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
}


.con1 .con1-box ul{
	background: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, #FFFFFF 100%);
	border-radius: 2px 2px 2px 2px;
}

.con1 li{
	
	padding: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.con1 li:last-child{

	border-bottom: 0;
}


.con1 .con1-box ul .title{
	width: 100%;
	padding-bottom: 15px;
	display: flex;
	align-items: initial;justify-content: initial;
	border-bottom: 1px solid #EEEEEE;
	
}
.con1 .con1-box ul .title img{
	width: 40px;
	height: 40px;
}

.con1 .con1-box ul .title h4{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-left: 10px;
}
.goods-cen{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goods-cen h5{
	height: 14px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.goods-cen p{
	  height: 12px;
    font-size: 12px;
    color: #999;
    padding-top: 7px;
}

.goods-cen .btn{
	width: 100px;
	height: 30px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #3370FF;
	font-size: 14px;
	color: #3370FF;
	line-height: 30px;
	display: flex;align-items: center;justify-content: center;
}





.con22 .con22-box .left{
	padding: 20px 0px;
	min-width: 180px;
	height: 600px;
	background: linear-gradient( 180deg, #29AA06 0%, #DAF9C4 100%);
}

.con22 .con22-box .left a{
	padding: 8px 30px;
	display: flex;align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0 auto;
}
.con22 .con22-box .left a:hover{
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
}
.con22 .con22-box .left  .active{
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
}
.con22 .con22-box .left a img{

	margin-left: 10px;
}

.con22 .con22-box .left .btn{
	width: 100%;
	height: 40px;
  background: #FF6D00;
  display: flex;align-items: center;justify-content: center;
  font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.con22 .con22-box .left .btn img{
	width: 15px;
	height: 8px;
	margin-left: 5px;
 
}

.con22 .con22-box{
	display: flex;
	
}
.con22 .con22-box ul{
	background: #FFFFFF;
	display: flex;flex-wrap: wrap;
}

.con22 li{
	width: calc(100%/2);
	height: 200px;
	padding: 40px 20px;
	
	border: 1px solid #fff;
	border-top-color: #f2f2f2;
	border-left: 1px solid #f2f2f2;
	position: relative;
}

.con22 li .flex{
    width: 50px;
    height: 50px;
    position: absolute;right: 0;top: 0;
}

.con22 li:hover .title h3{	
	font-weight: bold;
	color: #FF2943;
}

.con22 li:hover .btn p{
	display: contents;
	margin-right: 10px;
}
.con22 li:hover .btn i{
	background: url(https://cdn.chiefgr.com/mb-45/list-kf-hover.png)no-repeat;
	margin-left: 10px;
}
.con22 .con22-box .title{
	width: 100%;
	padding-bottom: 15px;
	display: flex;
	align-items: initial;justify-content: initial;
	border-bottom: 1px solid #f2f2f2;
	
}
.con22 .con22-box .title img{
	width: 40px;
	height: 40px;
}

.con22 .con22-box .title h3{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
}
.con22 .con22-box .title p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-left: 10px;
}

.con22 .con22-box  .btn{
	width: 100px;
	height: 40px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #2AAB07;
	font-size: 14px;
	color: #2AAB07;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 80px;
}



.con-box2{
	width: 100%;
	
	background-size:100% 100% ;
	margin-bottom: 50px;
}
.con5-list{
	display: flex;align-items: center;justify-content: space-between;

}
.con5-list .item{
	width: 285px;height: 350px;
  position: relative;
}
.con5-list .item .title{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	backdrop-filter: blur(50px);
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background: linear-gradient(270deg, #29AA06 0%, #A4E18A 100%);
}
.con5-list .item .title .btn{
	width: 80px;
	height: 30px;
	background: #3370FF;
	border-radius: 50px 50px 50px 50px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270deg, #B0EC6D 0%, #5AD0BF 100%);
}
.con5-list .item img{
	width: 100%;height: 350px;
	object-fit: contain; 
}

.con5-list .item h4{
	
	line-height: 40px;
	
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	 
}


.con6-box{
	display: flex;justify-content: space-between;
}

.con6-box .left ul{
	width: 800px;
	height: 560px;
	padding:0 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	display: flex;flex-wrap: wrap;
}
.con6-box .left li{
	font-size: 14px;
	color: #2AAB07;
	line-height: 20px;
	
}
.con6-box .left li h4{
	font-size: 14px;
	color: #2AAB07;
	line-height: 20px;
	margin: 20px 0;
}
.con6-box .left li:hover .box .small h5{
	color: #2AAB07;
	font-weight: bold;
}
.con6-box .left li .box{
	display: flex;
	position: relative;
}
.con6-box .left li .box .small{
	margin-left:20px ;
}
.con6-box .left li .box .small h5{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.con6-box .left li .box .small span{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0;
	display: block;
}
.con6-box .left li .box .small p{
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	/* width: 350px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.con6-box .left li .flex{
	position: absolute;
	top: 0;left: 0;
}

.con6 .item{
	width: 390px;
	height: 560px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.02);
}
.con6 .item .text{
	display: flex;align-items: center;justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
}
.con6 .item .text h6{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
}
.con6 .item .text h6 img{
	width: 4px;
	height: 18px;
	margin-right: 16px;
}
.con6 .item .text a{
	height: 20px;
	font-size: 12px;
	color: #999999;
}
.con6 .item .text a span{
	height: 20px;
	font-size: 12px;
	color: #1D43FF;
}
.con6 .item .text a img{
	width: 12px;
	height: 8px;
	margin-left: 5px;
}
.con6 .item ul{
	padding: 10px 20px 0;
}
.con6 .item ul li a{
	display: flex;align-items: center;
	justify-content: space-between;
}
.con6 .item ul li{
	width: 100%;
	margin-top: 20px;
}
.con6 .item ul li:hover p{
	
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.con6 .item ul li:hover p{
	color: #1D43FF;
}

.con6 .item ul li a p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示溢出的文本 */
	width: 260px;
}
.con6 .item ul li a span{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con6 .item .top {
	
	padding: 20px;
	
}
.con6 .item .top .pic{
	margin-top: 10px;
	width: 350px; 
	height: 110px;
	background: url(https://cdn.chiefgr.com/mb-45/con6-img.png) no-repeat;
	background-size:100% 100%;
	padding: 20px;
}
.con6 .item .top .pic p{
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 20px;
}
.con6 .item .top .pic h4{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.con6 .item .top .pic a{
	margin-top: 10px;
	display: flex;align-items: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.con6 .item .top .pic a img{
	width: 12px;
	height: 6px;
	margin-left: 5px;
}

.con6 .item .top .cen{
	margin-top: 20px;
	display: block;
}
.con6 .item .top .cen h5{
	font-size: 14px;
	color: #333333;
}
.con6 .item .top .cen p{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}
.con6 .item .top .boot {
	margin-top: 30px;
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con6 .item .top .boot a{
	width: 50%;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}
.con6 .item .top .boot a:hover{
	color: #1D43FF;
}


.con4 .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-top: 2px solid aqua;
	border-left: 2px solid aqua;
	transition: 0.5s;
	transition-delay: 0.5s;
}
.con4 .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid aqua;
	border-right: 2px solid aqua;
	transition: 0.5s;
	transition-delay: 0.5s;
}
.con4 .item:hover::before, .con4 .item:hover::after {
	width: 100%;
	height: 100%;
	transition-delay: 0s;
}
.con4 .item:hover {
	/* background-color: aqua; */
	color: #000;
	box-shadow: 0 0 20px #21ebff;
	transition-delay: 0.3s;
}
.con4 .item:nth-child(1) {
	filter: hue-rotate(100deg);
}
.con4 .item:nth-child(2) {
	filter: hue-rotate(280deg);
}
.con4 .item:nth-child(3) {
	filter: hue-rotate(260deg);
}
.con4 .item:nth-child(4) {
	filter: hue-rotate(400deg);
}
.con4 .item:nth-child(5) {
	filter: hue-rotate(70deg);
}
.con4 .item:nth-child(6) {
	filter: hue-rotate(250deg);
}
.con4-box{
	margin-top: 30px;
	display: flex;justify-content: space-between;align-items: center;
	flex-wrap: wrap;
	background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.75) 100%);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
}

.con4 .item {
	padding: 30px 20px;
	width: calc(100%/3);
	height: 160px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border-right:1px solid  #E2E8EF;
}

.con4 .item:nth-child(n-3){

	border-bottom:1px solid  #E2E8EF;
}
.con4 .item:nth-child(3n){

	border-right:0;
}
.con4 .item .title{
	display: flex;align-items: center;
}
.con4 .item .title img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.con4 .item .title h6{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.con4 .item .smalltext{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 20px;
}
.con7{
	margin-top: 60px;
	height: 600px;
	background: #FFFFFF;
	width: 100%;
	background-size:100% 100%;
}

.con7-top{
	display: flex;justify-content: space-between;
	padding-top: 60px;
}
.con7-top .public-title{
	padding: 0px 0 20px ;
}

.con7-top .left h2{
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 20px;
}
.con7-top .left  .small{
	width: 700px;
	font-size: 14px;
	font-weight: 300;
	color: #001649;
	line-height: 30px;
}
.con7-top .btn{
	margin-top: 50px;
	width: 150px;
	height: 40px;
	background: #3370FF;
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.con7-top .btn:hover{
	background: #FF1A57;
	border: 0;
}


.con7-top .right{
	width: 400px;
	height: 250px;
}

.con7-boot .pic{
	background: url(https://cdn.chiefgr.com/mb-45/con2-icon1@2x.png) no-repeat;
	width: 180px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
	background-size: 100% 100%;
}

.con7-boot .item {
	padding: 30px 20px;
	width: 195px;
	height: 200px;
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	border-radius: 10px 10px 10px 10px;
}
.con7-boot .item .title{
	display: flex;align-items: center;
}
.con7-boot .item .title img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.con7-boot .item .title h6{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.con7-boot .item .smalltext{
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin-top: 20px;
}
/*

/*底部广告开始*/
.con8{
height: 150px;
background: url(https://cdn.chiefgr.com/mb-45/con8-bg.png)no-repeat,linear-gradient(202deg, #4773FF 0%, #003DFF 100%);
}

.con8 .con8-box h2{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 30px;
}
.con8 .con8-box .btn:hover{
	background: #FFFFFF;
	color: #2254F4;
}
.con8 .con8-box .btn:hover i{
	background: url(https://cdn.chiefgr.com/mb-45/con8-icon-hover.png)no-repeat;
}
.con8 .con8-box .btn{
	width: 150px;
	height: 40px;
	background: rgba(255,255,255,0.1);
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;align-items: center;justify-content: center;
	margin-top: 20px;
}
.con8 .con8-box .btn i{
	margin-left: 10px;
	width: 20px;
	height: 6px;
	background: url(https://cdn.chiefgr.com/mb-45/con8-icon.png)no-repeat;	
}




/*底部广告结束*/
.m-footer{display: none;}
.m-title{display: none;}
.m-goods-cen{display: none;}
@media (max-width: 630px){
	
.dy{
	overflow: hidden;
	
}

.con{
	padding: 0 0.3rem;
	width: 100%;
}
.banner{
	background: url(https://cdn.chiefgr.com/mb-45/m-banner.png)no-repeat;	
	height: 4.8rem;
	background-size:100% 100%;
	
}
.banner-box .left h1{
	padding-top: 1.2rem;
	font-size: 0.4rem;
	color: #001649;
	line-height: 0.6rem;
}
.banner-box .left p{
	font-size: 0.2rem;
	color: #001649;
	line-height: 0.4rem;
}
.banner-box .left .btn{
	width: 1.6rem;
	height: 0.6rem;
	background: #3370FF;
	margin-top: 0.4rem;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 0.4rem;
	
}
.banner-box .left p{
	display: none;
}
.banner .right{
	display: none;
}
.con1 .top1{
	display: none;
}
.con-box{
	
	height: auto;

}
.public-title{
	padding: 0.6rem 0 0.2rem;
}
.public-title h1{
	font-size: 0.32rem;
}
.con9{
	display: none;
}
.con1-box{
	top: -20px;
	padding: 0.2rem 0.3rem;
	height: 2.8rem;
	position: inherit;
	margin-top: -0.5rem;
	height: auto;
}
.con1 .top .item{
	margin-bottom: 0.2rem;
}
.con1 .top .item .left  ul li:nth-child(n+4){
	display: none;
}
.con1 .top .item .left  ul li:nth-child(3){
	border: 0;
}
.con1 .top .item .left ul li{
	padding: 0 0.2rem;
  width: 1.9rem;
}
.con1 .top .item .left ul li img{
	width: 0.2rem;
	height: 0.2rem;

}
.con1 .top .item .left ul li a{
	font-size: 0.24rem;
}
.con1 .top .item .left .pic{
	width: 1.1rem;
	height: 0.3rem;
	cursor: pointer;
}
.con1 .foot img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.1rem;
}
.con1 .foot .text h4{
	font-size: 0.24rem;
}
.con1 .foot{
	margin-top: 0.2rem;
}
.con1 .foot .text p{
	display: none;
}
.con1 .foot li:nth-child(n+6){
	display: none;
}
.con1 .top .item .right{
	display: none;
}
.con2 .public-title{
	display: none;
}
.con2 .con2-box{
	display: block;
	height: auto;
	margin: 0;
}
.con2 .con2-box .left .pic{
	display: none;
}
.con2 .con2-box .left{
	display: none;
	padding: 0px 0.3rem;
	width: 100%;
	height: 0.8rem;
	align-items: center;justify-content: space-between;

}
.con2 .con2-box .m-left{
	padding: 0 0.3rem;
	background: url(https://cdn.chiefgr.com/mb-45/m-con1-bg.png)no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 0.8rem;
	display: flex;align-items: center;justify-content: space-between;
}
.con2 .con2-box .m-left a{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;align-items: center;
}
.con2 .con2-box .m-left a img{
	width: 12px;
	height: 8px;
	margin-left: 5px;
}
.con2 .con2-box .m-left h1{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.con2 .con2-box .left h2 img{
	margin-left: 0.1rem;
}
.con2 .con2-box .left p{
	display: none;
}
.con2 .con2-box .left h1{
	display: none;
}
.con2 .con2-box .left h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-bottom: 0px
}
.con2 .con2-box .left .more{
	display: none;
}
.con2 .con2-box .left .m-pic{
	width: 12px;
	height: 8px;
}

.con2 .con2-box ul{
	width: 100%;
	height: auto;
	border-radius:0;
}
.con2 li{
	width: 100%;
	padding: 0.4rem 0.3rem;
	height: 3.2rem;
}
.con2 .con2-box .title h4{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
}
.con2 li .flex{
	width: 0.8rem;
	height: 0.8rem;
}
.goods-cen .btn{
	width: 1.6rem;
	height: 0.6rem;
}
.con3{
	height: auto;
	display: block;
	margin-top: 0.2rem !important;
}
.con3 .left{
	padding: 0px 0.3rem;
	width: 100%;
	height: 0.8rem;
	display: flex;align-items: center;justify-content: space-between;
}
.con3 .left h2 img{
	margin-left: 0.1rem;
}
.con3 .left p{
	display: none;
}
.con3 .left h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-bottom: 0px
}
.con3 .left .more{
	position: initial;
}
.con3 .left .nav{
	display: none;
}
.con3 ul{
	width: 100%;
}
.con3 li{
	width: 100%;
	padding: 0.4rem 0.3rem;
}
.con3 .title h4{
	width: 100%;
	display: block;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
		white-space: nowrap;overflow: hidden;text-overflow: ellipsis;


}
.con3 .title .pic{
	display: none;
}

.con3 .left-item{
	width: 100%;

}

.con3 .right-item{
	display: none;
}

.con3 li a .goods-cen{
	width: 100%;
}
.con3 li a .goods-cen div:nth-child(n+5){
	display: none;
}


.con3-gg{
	display: none;
}
.con7{
	display: none;
}


.con4{
	display: none;
}

.con8{
	display: none;
}


.con1{
	padding-top: 30px;
}

.con1-list{
	flex-wrap: wrap;	
}
.con1-list .item{
	width: 48%;
	height: 180px;
	margin-bottom: 10px;

}
.con1-list .item img{
	margin-top: 20px;
	width: 50px;
	height: 50px;
}
.con1-list .item .title{
	font-size: 14px;
	margin-top: 20px;
}
.con1-list .item p{
	margin-top: 5px;
}

.con5-list{
	flex-wrap: wrap;
}
.con5-list .item{
	width: 48%;
	height: auto;
	margin-bottom: 10px;
}
.con5-list .item img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.con5-list .item h4{
	font-size: 0.24rem;
}
.con5-list .item .btn{
	margin-top: 12px;
	font-size: 12px;
	height: 30px;
}
.con5-list .item p{
	font-size: 12px;
}

.con6{
	margin-top: 30px;
	background: url(https://cdn.chiefgr.com/mb-45/m-con6-bg.png)no-repeat;
	width: 100%;
	height: 420px;
	padding: 0 12px;
	background-size:100%;
}
.con6 .item .title .text h4{
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.con-box2{
	height: auto;
	margin-bottom: 2rem;
}
.con6{
	margin: 0;
}
.con6 .item{
	width: 100%;
	height: auto;
	padding: 0.4rem 0.3rem;
}
.con6 .item ul li a p{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.con6 .item ul li a span{
	display: none;
}
.con6 .item .title .text p{
	display: none;
}
.con6 .item:nth-child(2){
	display: none;
}
.con6 .item .title .pic{
	width: 2.56rem;
	height: 1.7rem;
}
.con6-text{
	width: 100%;
	height: 260px;
	padding: 0  12px;
	
}
.con6-title{
	padding: 30px 0;
}
.con6-title h1{
	font-size: 18px;

}
.con6-title p{
	margin: 0;

}

.con6-text .left div{
	width: 200px;
	height: 150px;
	padding: 0;
	font-size: 12px;
	-webkit-line-clamp: 5;
	overflow: hidden;text-overflow: ellipsis;

}
.con6-text .left img{
	width: 20px;
	height: 16px;
	padding-bottom: 10px;
}
.swiper-container{
	width: 260px;
}
.con6-text .right{
	width: 100px;
	height: 100px;
}
.con6-text .left p{
	  position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
}
.swiper-pagination{
	margin-top: 10px;
}

.con7{
	margin-bottom: 80px;
}
.con7-top{
	display: block;
}
.con7-top .left p{
	width: 100%;
	-webkit-line-clamp: 5;
	overflow: hidden;text-overflow: ellipsis;
	height: 120px;

}
.con7-top .left h2{
	  font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.con7-top .btn{
	margin-top: 20px;
}
.con7-top .right{
	margin-top: 30px;
	width: 100%;
	height: 234px;
}
.con7-boot{display: none;}
.con8{display: none;}














.con4-box{
	display: block;
}
.con4-box .con4-xian1{
	display: none;
}
.con4-box .con4-xian2{
	display: none;
}
.con4-box .con4-xian3{
	display: none;
}
.con4-box .con4-xian4{
	display: none;
}
.con4-box{
	padding: 0px 12px 30px 12px;
	height: auto;
}
.con4-item img{
	width: 40px;
	height: 40px;
}

.con4-nav{
	width: 240px;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg,#edf1f6,#fff);
	border-radius: 2px 100px 2px 2px;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
	border: 1px solid #fff;
	
}
.con4-nav .nav{
	width: 120px;
	height: 40px;
	font-size: 14px;
	color: #333;
	border-radius: 2px 10rem 2px 2px;
	padding-left: 0.24rem;
	line-height: .8rem;
	cursor: pointer;
	padding-right: 0;
}
.con4-nav .active{
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg,#17c3af,#00af9a);

}
.con4-nav .nav:last-child{
	width: 120px;
	margin: 0;
	padding: 0;

}
.con4-box .con4-item{
	padding-top: 30px;
}
.con4-item .con4-txt h4{
	font-size: 14px;
}
.con4-item .con4-txt p{
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
}
.con4-gg{
	background: url(https://cdn.chiefgr.com/mb-45/m-index-con4-gg.png)no-repeat;
	background-size: 100%;
	height: 60px;
}

}
