

.content{
	width: 100%;
	margin-top: 2%;
}


.header-bottom1 .row{
	width: 70%;
	margin-left: 15%;
}


/*=====================头部====================*/

.c_right_top{
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 2%;
}


.c_right{
	width: 80%;
}

.c_right_content{
	width: 90%;
	margin-left: 3%;
	padding: 1% 1%;
}

.c_right_content h1{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 2%;
}
}

.c_right_content h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 2%;
}

.c_right_content table{
	margin-top: 15px;
	float: left;
}

.table_right{
	float: left;
	width: 20%;
	margin-top: 3%;
}

.product{
	text-align: center;
	margin-top: 5%;
	width: 100%;
}

.product img{
	width: 60%;
}

.product p{
	color: dodgerblue;
	font-size: 13px;
}

.c_right_content table tr:hover{
	background-color: lightgoldenrodyellow;
}

.c_right_content table td{
	text-align: left;
	padding-left: 2%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #444444;
}

.tds{
	/*text-align: left !important;
	padding-left: 12%;*/
}

table th{
	background-color: #444444;
	color: white;
	text-align: left;
	padding-left: 2%;
}


.Inquiry,{
	width: 40%;
	height: 30px;
	background: limegreen;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 0px !important;
}

.Detail{
	background-color: limegreen;
    color: white;
    padding: 2% 9%;
    border-radius: 5px;
}

.Inquiry:hover{
	background-color: darkgreen;
	color: white;
}

.tan2_1{
	display: block;
}

.c_img{
	width: 100%;
	text-align: center;
}

.c_img img{
	width: 100%;
	height: 200px;
}

.c_h4{
	font-weight: bold;
	text-align: left;
	margin-top: 2%;
}

@media only screen and (max-width:1700px ) {
	.content {
	    margin-top: 16%;
	}
}

@media only screen and (max-width:1550px ) {
	.content {
	    margin-top: 18%;
	}
	
	td{
		font-size: 13px !important;
	}
	
	.c_right_top{
		font-size: 13px !important;
	}
}

@media only screen and (max-width:1270px ) {
	.content {
	    margin-top: 20%;
	}
	td{
		font-size: 13px !important;
	}
}

@media only screen and (max-width:1950px ) {
	
	.the_element{
		width: 55px !important;
		height: 55px !important;
		line-height: 55px;
		font-size: 20px;
	}
	
	.element{
		width: 105% !important;
	}
	
}

@media only screen and (max-width:1800px ) {
	
	.the_element{
		width: 50px !important;
		height: 50px !important;
		line-height: 50px;
		font-size: 18px;
	}
	
	.element{
		width: 116% !important;
	}
}

@media only screen and (max-width:1650px ) {
	
	.the_element{
		width: 50px !important;
		height: 50px !important;
		line-height: 50px;
		font-size: 18px;
	}
	
	.element{
		width: 116%;
	}
}