.bannerc img {
	width: 100%;
	display: block;
}

.cbox_nav {
	margin-bottom: 0.5rem;
}

.cbox_nav .c1 {
	background: #e50213;
	padding: 0.3rem 20px;
	position: absolute;
	bottom: 0px;
}

.cbox_nav .c1 p {
	color: white;
	text-align: center;
}

.cbox_nav .c1 p.t1 {
	padding-top: 0.2rem;
}

.cbox_nav .c1 p.t2 {
	padding-bottom: 0.2rem;
	letter-spacing: 4px;
}

.cbox_nav .c1 p.t3 {
	padding-top: 0.3rem;
	position: relative;
}

.cbox_nav .c1 p.t3:before {
	content: "";
	display: inline-block;
	width: 15%;
	height: 2px;
	background: white;
	position: absolute;
	top: 0.1rem;
	max-width: 30px;
}

.cbox_nav .el-col-18-l {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.cbox_nav .c2 {
	float: right;
}

.cbox_nav .c2 .swiper-slide {
	height: auto !important;
      float:left
}

.cbox_nav .c2 .swiper-slide a {
	position: relative;
	display: block;
	padding: 0.36rem 0px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.cbox_nav .c2 .swiper-slide.active:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	height: 3px;
	left: 35%;
	right: 35%;
	background: #e50213;
}

.cbox_nav .c2 .swiper-slide:hover {
	color: #DB0000;
}

.cbox_nav .c2 .swiper-slide:hover:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	height: 3px;
	left: 35%;
	right: 35%;
	background: #e50213;
}

.cbox_nav .c2 .swiper-slide.active {
	color: #DB0000;
}

.c_content {
	margin-bottom: 0.5rem;
}

.c_content p {
	text-indent: 2em;
	line-height: 28px;
	margin-bottom: 10px;
}

.c_content p img {
	display: block;
	/* width: 100%; */
	max-width: 1200px !important;
	margin: 0.5rem auto !important;
}


/*æ–°é—»èµ„è®¯*/

.news_content ul li {
	padding: 0.5rem 0.2rem;
	background: #f8f8f8;
	margin: 0.5rem 0px;
}

.news_content ul li:hover .text>a {
	color: #DB0000;
}

.news_content ul li .data {
	text-align: center;
}

.news_content ul li .data span {
	display: block;
}

.news_content ul li .text>a {
	display: block;
	color: #000000;
}

.news_content ul li .text p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.news_content ul li .text p a {
	color: #000000;
}

.page {
	margin: 0.5rem 0px;
}


/*ä¼ä¸šæ–‡åŒ–*/

.qywh_cbox .c1 .c1_lbox,
.qywh_cbox .c1 .c1_rbox {
	height: 2.69rem;
	margin-bottom: 0.4rem;
	position: relative;
	overflow: hidden;
}

.qywh_cbox .c1 .c1_lbox a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.qywh_cbox .c1 .c1_lbox:hover a img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.qywh_cbox .c1:nth-child(1) {
	padding-right: 0.15rem;
}

.qywh_cbox .c1:nth-child(2) {
	padding-left: 0.15rem;
}

.qywh_cbox .c1 .c1_rbox {
	background: #EEEEEE url(../images/wh_g.jpg) no-repeat center;
	text-align: center;
	background-size: cover;
}

.qywh_cbox .c1 .c1_rbox .c_textbox {
	height: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-direction: column;
}

.qywh_cbox .c1 .c1_rbox .c_textbox p {
	margin: 0.02rem;
}

.qywh_cbox .c1 .c1_rbox .c_textbox p:nth-child(1) {
	margin-bottom: 0.2rem;
	font-weight: bold;
}

.input_cbox {
	margin-bottom: 0.4rem;
}

.product form {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.product form select {
	width: 100%;
	text-indent: 1em;
	height: 0.4rem;
	line-height: 0.4rem;
	min-height: 32px;
	outline: none;
	background: none;
	border: 1px solid #bdbdbd;
	color: #969696;
}

.product form select:first-child {
	margin-right: 5px;
}

.product form select option {
	padding: 2px 0px;
	background: white;
	color: #000000;
}

.product form .bot {
	width: 50%;
	background: #e50213;
	outline: none;
	border: none;
	color: white;
	border: #e50213;
	height: 0.4rem;
	line-height: 0.4rem;
	min-height: 32px;
}

.pl_list ul li {
	float: left;
	width: 23.4%;
	height: 3.03rem;
	margin: 0.3rem 0.8%;
	position: relative;
	overflow: hidden;
	margin-bottom:0.2rem;
            border: 1px solid #eeee;
        box-sizing: border-box;
}
.product_list ul li{
	height:2.45rem;
}
.pl_list ul li .mask {
	position: absolute;
	bottom:-100%;
	left: 0px;
	right: 0px;
	color: white;
	background: rgba(229, 2, 19, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height:0px;
	transition: all 0.5s;
}

.pl_list ul li .mask a {
	color: white;
	padding:0.02rem 0.1rem;
	border:1px solid white;
	    width: fit-content;
    margin: 0px auto;
    margin-top:0.2rem;
}

.pl_list ul li:hover .mask{
	height:100%;
	bottom:0px;
	transition: all 0.5s;
	transform: scale(1.05);
}

.pl_list ul li>p {
	position: absolute;
	bottom: 1px;
	padding: 0.15rem 2%;
	width: 96%;
	background: rgba(0,0,0,0.4);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_list ul li p{
	/* display: none; */
}
.pl_list ul li>p a {
	color: white;
}
.product_list ul li:hover p{
	display: block;
}
.pl_list ul li>a>img {
	height: 100%;
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.pl_list ul li:hover img{
	
transition: all 0.5s;
	transform: scale(1.05);
}
/*è”ç³»æˆ‘ä»¬*/
.lxwm_m .text{
	padding-left:50px;
	position: relative;
}
.lxwm_m .c_p{
	padding:0.4rem 0.2rem;
	border: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
}
.lxwm_m .cl{
	position: relative;
	padding-left:0.4rem;
	height:2.25rem;
	min-height:200px;
}
.lxwm_m .cl:after{
	content:"";
	display:inline-block;
	width:1px;
	height:100%;
	background:#CCCCCC;
	position: absolute;
	right:0px;
	top:0px;
}
.lxwm_m .cl:last-child:after{
	width:0px;
}
.lxwm_m .cl>p{
	font-weight: bold;
	margin-bottom:10px;
}
.lxwm_m .text p{
	margin-bottom:5px;
	line-height:26px;
}
.lxwm_m .text p span{
	position: absolute;
	left:0px;
}
.map_c{
	padding:0.4rem;
	border:1px solid #CCCCCC;
	margin:0.4rem auto;
}
.map_c img{
	display: block;
	width:100%;
} 
 @media only screen and (max-width:1210px) {
 	.c_content p img,.el_box img{
 		max-width: 600px !important;
 	}
 }     
  @media only screen and (max-width:800px) {
 	.c_content p img,.el_box img{
 		max-width: 300px !important;
 	}
 } 

 @media only screen and (max-width:400px) {
 	.c_content p img,.el_box img{
 		max-width:288px !important;
 	}
 }
     
@media only screen and (max-width:767px) {
	.cbox_nav .c1 {
		position: relative;
	}
	.cbox_nav .c1 p {
		padding: 10px 0px 0px 0px;
	}
	.cbox_nav .c1 p.t3 {
		padding-top: 20px;
	}
	.cbox_nav .c1 p.t2 {
		padding-bottom: 20px;
	}
	.cbox_nav .c1 {
		padding: 30px 10px;
		margin-top: 15px;
	}
	.cbox_nav .c2 .swiper-slide a {
		height: 40px;
		line-height: 40px;
	}
	.news_content ul li {
		margin: 15px 0px;
	}
	.qywh_cbox .c1 .c1_lbox,
	.qywh_cbox .c1 .c1_rbox {
		height: 6.69rem;
		background-size: auto;
	}
	.qywh_cbox .c1 .c1_lbox,
	.qywh_cbox .c1 .c1_rbox {
		margin-bottom: 15px;
	}
	.qywh_cbox {
		margin-top: 25px;
	}
	.input_cbox {
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.pl_list{
		margin-bottom:15px;
	}
	.pl_list ul li {
		width:48.4%;
		height:6.03rem;
	}
	.lxwm_m .cl{
		height:auto;
		min-height:auto;
	}
	.lxwm_m .cl:after{
		width:0px;
	}
	.lxwm_m {
		margin:20px 0px;
	}
}

.c_lbox2 form {
	margin-top: 0.2rem;
}

.c_lbox2 table {
	width: 90%;
}

.c_lbox2 table tr {
	width: 100%;
}

.c_lbox2 table tr td {
	/*display: inline-block;*/
	margin-bottom: 0.15rem;
}

.c_lbox2 table tr td:first-child {
	width: 100px;
}

.c_lbox2 table tr td:last-child {
	width: calc(100% - 100px);
}

.c_lbox2 table tr td input {width:80%;
	height: 0.32rem;
	line-height: 0.32rem;
	min-height: 25px;
}

.c_lbox2 table tr td input:first-child {
	width: 3rem;width:80%;
}

.c_lbox2 table tr td textarea {
	width:80%;
	height: 1.1rem;
}

.c_lbox2 #sub {
	padding: 0.05rem 0.15rem;
	outline: none;
	display: block;
	text-align: center;
	margin: 0px auto;
}

.el_box  img{
    max-width: 1200px;
    /* width: 100%; */
    margin: 0.3rem auto;
    display: block;
}

.c_content table{
position: relative;
left: 2em;
border-collapse: collapse;
padding:0px;
}
.c_content table tr td{
border:1px solid windowtext;
padding:15px 15px !important;
}

.c_content table tr td p{
padding:5px 0px !important;
line-height:auto !important;
margin-bottom:0px !important
}

.c_content table tr td,
.c_content table tr th {
    text-align: center;
    border: 1px solid #bfbfbf;
    color: #000000;
    font-weight: inherit;
}

.content6  table {
    width: 100% !important;
    height: auto !important;

}


/*æ–°å¢žæ ·å¼2021-1-18*/
*{
	padding:0px;
	margin:0px;
}
.header_cc{
	background:url(../images/red_nav.jpg) no-repeat center;
	padding:0.2rem 0px;
	background-size: cover;
}
.header_cc .cl img {
	display: block;
	width:95%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.header_cc .cr a{
	color:#ffffff;
	opacity:0.7;
	letter-spacing:8px;
	font-style:oblique
}
.banner_l img{
	display: block;
	width:100%;
}
.com_pony .tl img{
	display: block;
	width:100%;
	margin:0.5rem 0px;
}
.com_pony .c_cl{
	position: relative;
}
.com_pony .c_cl .cl{
	padding-right:30px;
	height:5.5rem;
	position: relative;
}
.com_pony .c_cl .cl img{
	display: block;
	width:100%;
	min-height:100%;
}
.c_cl img{width:100%;
	min-height:100%;}
.com_pony .c_cl .cr p{
text-indent:2em;

	line-height:30px;
}
.footerl{
	background:#db0000;
	color:white;
	padding:0.4rem 0px;
	margin-top:1.5rem;
}
.footerl img{
	display:inline-block;
	width:1.4rem;
	height:1.4rem;
}
.footerl div.c{
	position: relative;
	top:0.1rem;
	padding-left:0.1rem;
	line-height:36px;
}

@media only screen and (max-width:1440px) {
	.com_pony .c_cl .cl{
		height:8.7rem;
	}
}
@media only screen and (max-width:1200px) {
	.com_pony .c_cl .cl{
		height:9.7rem;
	}
}
@media only screen and (max-width:1080px) {
	
	.com_pony .c_cl .cl{
		height:auto;
		margin-bottom:20px;
		padding-right:0px;
	}
	.com_pony .c_cl .cr p{
		margin:6px 0px;
		line-height:26px;
	}
}
@media only screen and (max-width:767px) {
	.header_cc{
		padding:15px 0px;
		background:none;
	}
	.footerl{
		padding:25px 0px;
	}
	.footerl div.c{
		padding-left:0px;
	}
	.footerl img{
		width:65px;
		height:65px;
		display: block;
		margin:0px auto;
	}
}

table { border-collapse: collapse; border: none;  } 
td { border: solid #000 1px; }