.news_banner {
	width: 100%;
	height: auto;
	position: relative;
}
.news_banner img {
	width: 100%;
}
.news_banner .news_tit {
	width: 100%;
	height: 70px;
	background: rgba(225,225,225,0.6);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 70px;
	color: #db6000;
	letter-spacing: 3px;
	font-size: 40px;
}
.new_contit {
	position: relative;
	/*padding: 0 15%;*/
	box-sizing: border-box;
	overflow-x: auto;
	max-width: 100%;
}
.new_contit ul {
	white-space: nowrap;
/*	margin-left: 30px;*/
/*	margin-right: 30px;*/
	display: inline-block;
/*	width: 100%;*/
	border-bottom: solid 4px  #db6000;

}
.new_contit ul li {
	/* float: left; */
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	font-size: 24px;
	color: #000;
	cursor: pointer;
	margin-bottom: -4px;
}
.new_contit .on {
	border-bottom: 4px solid #000;
}
/****************产品分类页面***************************/
.pro_flcp{
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.pro_xg li{
    float:left;
    width:25%;
    padding:4px;
}
.pro_xg li img{width:100%;height: 228px;border: 1px #ccc solid;}
.pro_xg li p{
    text-align: center;
    line-height: 40px;
}


.pro_con {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}


.pro_tit{
    text-align: center;
    font-size: 24px;
    line-height: 80px;
}
.pro_img{
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
}
.pro_img img{width:60%}
.pro_tit1 {

    font-weight: bold;
    /*color: #333333;*/
    line-height: 30px;
    width: 100%;
    float: none;
    clear: both;
    margin-top: 70px;
    margin-bottom: 40px;
    padding-left: 15px;
    color: #f60;
    border: 1px #dedede solid;
    background: #f4f4f4;
}
.pro_tit1 img {
	float: left;
	margin-right: 10px;
	height: 24px;
	margin-top: 3px;
}

.pro_des {
	font-size: 18px;
	line-height: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*margin-bottom: 70px;*/
	padding: 1%;
}
.pro_des1{
    float:right;
    width: 50%;
}
.pro_des p img {
	max-width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 0%;
}
.pro_pic1 {
	width: 100%;
	height: auto;
	overflow: hidden;/*margin-bottom: 70px;*/
}
.pro_pic1 img {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.pro_pic1 img:hover {
	transform: scale(1.2);
}
.pro_lists {
	width: 100%;
	height: auto;
	overflow: hidden;
    /*margin-bottom: 70px;*/
}
.pro_lists li {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*
	padding-top: 25px;
	padding-bottom: 25px;*/
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pro_lists li img {
	height: 40px;
	float: left;
	margin-right: 40px;
	position: relative;
	z-index: 2;
	margin-left: 45px;
/*	margin-top: 25px;*/
/*	margin-bottom: 25px;*/
}
.pro_lists li span {
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: #CCCCCC;
	top: 0;
	left: 65px;
}
.pro_lists li:nth-child(2n) {
	background-color: #F5F6F6;
}
.pro_pic2 {
	width: 100%;
	height: auto;
	overflow: hidden;/*margin-bottom: 70px;*/
}
.pro_pic2 img {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.pro_pic2 img:hover {
	transform: scale(1.1);
}
.pro_table {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.table_l {
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-right: 3%;
}
.table_r {
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
}
.table_l h1, .table_r h1 {
	line-height: 86px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #db6000;
	margin-bottom: 1px;
}
.table_l li, .table_r li {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	background-color: #EDEDED;
	margin-bottom: 1px;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.table_l li h2, .table_r li h2 {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	background-color: #EDEDED;
	width: 30%;
	float: left;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
}
.table_l li p, .table_r li p {
	text-align: left;
	padding-left: 50px;
	line-height: 30px;
	padding-right: 30px;
	width: 70%;
	float: left;
}
.canshu img {
	width: 47%;
	float: left;
	margin-right: 3%;
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1300px) {
.new_contit ul li {
	/* float: left; */
	display: inline-block;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}
}

@media screen and (max-width: 750px) {
.new_contit .on {
	border-bottom: none;
}
.new_contit ul li {
	padding: 0.1rem 0.35rem;
	font-size: 0.25rem;
}
.new_contit:after {
	background: transparent;
}
.new_contit {
	width: 100%;
	text-align: center;
	padding: 0 0.2rem;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
}
.pro_con {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5rem;
}
.pro_des {
	font-size: 0.25rem;
	line-height: 0.5rem;
	margin-bottom: 0.7rem;
}
.pro_tit1 {
	font-size: 0.4rem;
	margin-bottom: 0.4rem;
}
.pro_tit1 img {
	height: 0.3rem;
	margin-top: 0;
}
.pro_pic1 {
	margin-bottom: 0.7rem;
}
.pro_lists li {

	font-size: 0.2rem;
	font-weight: 400;
	color: #555555;
	line-height: 0.3rem;
	vertical-align: middle;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	position: relative;
	
}
.pro_lists li img {
	height: 0.4rem;
	float: left;
	margin-right: 0.25rem;
	position: absolute;
	z-index: 2;
	margin-left: 0.25rem;
	left:0;
	top:50%;
	margin-top: -0.2rem;
/*
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
*/
}
.pro_lists li p{
/*		padding-left: 0.6rem;*/
	}
.pro_lists li span {
	left: 0.65rem;
	display: none;
}
.pro_pic2 img {
	margin-bottom: 0.15rem;
}
.table_l {
	float: none;
	width: 100%;
	margin-right: 0%;
}
.table_r {
	float: none;
	width: 100%;
	margin-right: 0%;
}
.table_l h1, .table_r h1 {
	line-height: 0.86rem;
	font-size: 0.25rem;
}
.table_l li, .table_r li {
	font-size: 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.table_l li h2, .table_r li h2 {
	font-size: 0.2rem;
}
.table_l li p, .table_r li p {
	padding-left: 0.5rem;
	line-height: 0.3rem;
	padding-right: 0.3rem;
}
.canshu img {
	width: 100%;
	float: none;
	margin-right: 0%;
}
.pro_des p img {
	max-width: 99%;
	padding-left: 0;padding-right: 0;
/*
	float: none;
	margin-right: 0%;
*/
}
	.new_contit ul {
    
    /* width: 100%; */
    border-bottom: solid 0rem #db6000;
}
}
