
	/* 
	color:#7c473c;
	color:#222; 
	*/
	
.contact-c{
	background-color:#fbfbfb;
}
.contact{
	width:1220px;
	margin:0 auto;
}
.contact-tittle{
	padding-top:30px;
	padding-bottom:30px;
}	
.contact-tittle p{
	color:#b40003;
	font-size:38px;
	font-weight:bold;
	text-align:center;
}
.contact-tittle-t{
	color:#222;
	font-size:30px;
	font-weight:500;
	text-align:center;
	padding-bottom:30px;
	line-height:50px;
}
.contact-tittle-t-b{
	color:#7c473c;
	font-size:30px;
	font-weight:500;
	text-align:center;
	padding-bottom:30px;
	line-height:50px;
}
.contact-subtitle{
	padding-bottom:30px;
}
.contact-subtitle p{
	color:#222;
	font-size:20px;
	text-align:center;
	line-height:40px;
}
.img-center{
	text-align:center;
	padding-bottom:30px;
}
.img-center img{
	width:100%;
}
.contact-ul{
	text-align:center;
	padding-bottom:30px;
}
.contact-ul span{
	color:#7c473c;
	font-size:25px;
	line-height:50px;
	font-weight:600;
	background:url(../img/dot.gif) no-repeat left center;
	padding-left:35px;
}
.technical-item{
	padding-bottom:30px;
	height:440px;
	display:flex;
	justify-content: space-between;
	
}	
.technical-item-q{
	padding-bottom:30px;
	height:280px;
	display:flex;
	justify-content: space-between;
	
}	
.technical-panel{
	border:1px solid #7c473c;
	width:380px;
	border-radius: 25px;
	
}
.technical-panel-q{
	border:1px solid #7c473c;
	width:280px;
	border-radius: 25px;
	
}
.technical-tit{
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight:600;
	background-color:#7c473c;
	line-height:50px;
	border-radius: 22px 22px 0 0;
}
.technical-list{
	font-size:16px;
	color:#222;
	line-height:40px;
	padding:20px;
}
.technical-list-q{
	font-size:16px;
	color:#222;
	line-height:40px;
	padding:30px;
}
.products{
	display:flex;
	justify-content: space-between;
	padding-bottom:30px;
}
.products-tittle{
	background-color:#7c473c;
	width:150px;
	height:150px;
	border-radius: 25px;
	text-align:center;
	margin-right:30px;
}
.products-tittle-p{
	color:#fff;
	font-size:40px;
	padding:20px 0 20px 20px;
	letter-spacing: 20px;
	font-weight:600;
	
}
.products-contact{
	font-size:20px;
	color:#222;
	width:1040px;
	line-height:50px;
}
.products-contact-q{
	font-size:20px;
	color:#222;
	width:1040px;
	line-height:30px;
}
.flex{
	display:flex;
	justify-content: space-between;
}
.pd30{
	padding-bottom:30px;
}
.dot1{
	background:url(../img/dot1.gif) no-repeat left center;
	padding-left:20px;
}
.dot2{
	background:url(../img/dot2.gif) no-repeat left center;
	padding-left:20px;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #fff;
	text-align:center;
	font-size:20px;
	line-height:50px;
	margin-bottom:30px;
	width:100%;
}
.pure-table th{
	background-color:#8fa7e8;
	border:1px solid #fff;
	color:#fff;
	width: 260px;
}
tr:nth-child(1n){
	background-color: #eaeef9;
}
tr:nth-child(2n){
	background-color: #f8f9fd;
}