.sub_banner {
	position: relative;
}
.sub_banner .cint{
 position: absolute;
top: 43%;
    left: 58%;
 color: #fff;
 width:30%;
 text-align: center;
}
.sub_banner .cint .tit-24{
	font-size: 0.6rem;
	margin-bottom: .4rem;
}
.sub_banner .cint .tit-12{
	font-size: 12px;
	line-height: 1.8;
}
.cap_cont{
	width:100%;
	padding: 2rem 0;
}
.cap_cont .tit-32{
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}
.cap_cont .main_c{
	width:80%;
	margin: auto;
	background-color: #fff;
	margin-top: 1.7rem;
	padding: 1.75rem 2.8rem;
	box-sizing: border-box;
}
.cap_cont .main_c .top_sx {
	padding-bottom: .8rem;
	border-bottom: 1px solid #888;
}
.cap_cont .main_c .top_sx .item{
	font-size: 18px;
	margin-bottom: 0.4rem;
}
.cap_cont .main_c .top_sx .item span{
	margin: 0.2rem 0;
	padding-right: 0.75rem;
	display: inline-block;
	vertical-align: top;
	border-right: 2px solid #999;
	font-weight: bold;
	line-height: 0.6rem;
}
.cap_cont .main_c .top_sx .item a{
	display: inline-block;
	vertical-align: top;
	margin:0 0.36rem;
	padding: 0.2rem 0.3rem;
	font-size: 16px;
	line-height: 0.6rem;

	color: #333;
	border-radius:10px;
}
.cap_cont .main_c .top_sx .item a.on{
		background-color: #017a85;
		color: #fff;
}
.cap_cont .main_c .top_sx .item a:hover{
		background-color: #017a85;
		color: #fff;
}
.cap_cont .main_c .ajax_list{
	width: 100%;
	margin-top: 1rem;
}
.cap_cont .main_c .ajax_list .lust a{
	width: 31.33%;
	display: block;
	float: left;
	margin-right: 3%;
	margin-bottom: 1rem;
}
.cap_cont .main_c .ajax_list a:nth-child(3n){
	margin-right: 0;
}
.cap_cont .main_c .ajax_list a .img{
	width: 100%;
	height: 6.375rem;
	overflow: hidden;
}
.cap_cont .main_c .ajax_list .sdaasda  .img {
	height: auto;
}
.cap_cont .main_c .ajax_list .lust a.sdaasda{
	width: calc((100% - 0.8rem ) / 2);
	display: block;
	float: left;
	margin-right:0.8rem;
	margin-bottom: 1rem;
}
.cap_cont .main_c .ajax_list a.sdaasda:nth-child(2n){
	margin-right: 0;
}
.cap_cont .main_c .ajax_list a .img img{
	width: 100%;
}
.cap_cont .main_c .ajax_list a .img .bg{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.8s; 
}
.cap_cont .main_c .ajax_list a:hover .bg{
	transform: scale(1.1);
}
.cap_cont .main_c .ajax_list a .txt{
	width: 100%;
}
.cap_cont .main_c .ajax_list a .txt .tit-20{
	font-size: 20px;
	text-align: center;
	line-height: 1.875rem;
	color: #333333;
}
.cap_cont .main_c .ajax_list a .txt .cont{
	width: 100%;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0.6rem 0;
	text-align: center;

}
.cap_cont .main_c .ajax_list a .txt .cont .tit-16{
	font-size: 16px;
	margin-bottom: 0.2rem;
	color: #333333;
	height:26px;
}
.cap_cont .main_c .ajax_list a .txt .cont .tit-12{
	    font-size: 12px;
    line-height: .5rem;
    color: #848484;
    height: 2rem;
}

.product_nav .list1.bxg{
	
}

.sub_banner img.pc-block-768{
	display:block;
}
.sub_banner img.m-block-768{
	display:none;
}
.cappage a{
	border-radius: 0;
	/* width: .75rem; */
}


@media (max-width: 768px){
	.sub_banner img.m-block-768{
		display:block;
	}
	.sub_banner img.pc-block-768{
		display:none;
	}
	.sub_banner .cint .tit-12 {
	    font-size: 6px;
	    line-height: 1.8;
	    margin-top: 0rem;
	}
	.sub_banner .cint .tit-24 {
	    font-size: 0.24rem;
	    margin-bottom: .16rem;
	}
	.sub_banner .cint {
	   position: absolute;
	    top: 52%;
	    left: 49%;
	    color: #fff;
	    width: 51%;
	    text-align: center;
	}
	.cap_cont .tit-32{
		font-size: 0.4rem;
	}
	.cap_cont {
	    width: 100%;
	    padding: .6rem 0;
	}
	.cap_cont .main_c {
	    width: 80%;
	    margin: auto;
	    background-color: transparent;
	    margin-top: 0.6rem;
	    padding: 0;
	    box-sizing: border-box;
	}
	.cap_cont .main_c .top_sx .item {
	    font-size: .16rem;
	    margin-bottom: 0.16rem;
	}
	.cap_cont .main_c .top_sx .item span {
	    margin: 6px;
	    padding-right: 0.3rem;
	    display: inline-block;
	    vertical-align: top;
	    border-right: 2px solid #999;
	    font-weight: bold;
	    line-height: 0.24rem;
	}
	.cap_cont .main_c .top_sx .item a {
	    display: inline-block;
	    vertical-align: top;
	    margin: 0rem;
	    padding: 5px 10px;
	    font-size: .16rem;
	    line-height: 0.24rem;
	    color: #333;
	    border-radius: 0;
	}
	.cap_cont .main_c .ajax_list .lust a {
	    width: 49%;
	    display: block;
	    float: left;
	    margin-right: 2%;
	    margin-bottom: .2rem;
	    background: #fff;
	    border-radius: 10px;
	    overflow: hidden;
	}
	.cap_cont .main_c .ajax_list .lust a:nth-child(3n){
		margin-right: 2%;
	}
	.cap_cont .main_c .ajax_list .lust a:nth-child(2n){
		margin-right: 0;
	}
	.cap_cont .main_c .ajax_list .lust a .img {
	    width: 100%;
	    height: 3rem;
	    overflow: hidden;
	    border-radius: 10px;
	}
	.cap_cont .main_c .ajax_list .lust a .txt .tit-20 {
	    font-size: 16px;
	    text-align: center;
	    line-height: .8rem;
	    color: #333333;
	}
	.cap_cont .main_c .ajax_list .lust a .txt .cont{
		    padding: 0.3rem;
		    box-sizing: border-box;
		    border: 0;
		    padding-top: 0;
	}
	.cap_cont .main_c .ajax_list .lust{
		margin-top: .6rem;
	}
	.cap_cont .main_c .ajax_list .lust a .txt .cont .tit-16 {
	    font-size: 14px;
	    margin-bottom: 0.2rem;
	    color: #333333;
	}
	.cap_cont .main_c .top_sx{
		padding-bottom: .6rem;
	}
	.cap_cont .main_c .ajax_list .lust a .txt .cont .tit-12 {
	    font-size: 10px;
	    color: #848484;
	    line-height: 1.5;
	}
	.cap_cont .main_c .ajax_list .lust a .txt .cont .tit-12 br{
		display:none;
	}
	.cap_cont .main_c{
		    width: 89%;
	}
	.fgl{
		width:80%;
	}
}