/****PRODUCT*****/
.product_txt{margin-top:55px;}
.product_txt dt {
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	padding: 6px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
.product_txt i {
	color: #666;
}
.product_txt h1 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #F60;
}
.product_txt b {
	width: 55px;
	margin: 0 auto;
	border-bottom: 3px solid #F00;
	display: block;
	margin-bottom: 1em;
}
.product_txt p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0px;
}
.pro_con {
	margin-top: 100px;
}
.pro_con{
	
	margin:35px 0px;
	
	}
	
.pro_con b{
	
	
	border-bottom: 1px dashed #ccc;
	display: block;
	position: relative;
	box-shadow: 3px 3px 10px #ccc;
	
	}
	
	

/***/
.pro_news {
	text-align: center;
	padding-top: 20px;
	margin:0 auto;
	width:100%;	
	overflow:hidden;
}


.pro_news ul {
	padding: 0;
	margin: 0;
	
}
.pro_news ul li {

	list-style: none;
	width:23.666%;
	float:left;
	margin:10px;
	border:1px solid #f2f2f2;

	
	
}

.pro_news ul li:hover {
	
	list-style: none;
	width:23.666%;
	float:left;
	margin:10px;
	border:1px solid #0CC;
	
	
	
}






.pro_news ul li .pic {
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_news ul li .pic p {
	padding: 0px;
	margin: 0;
	
}
.pro_news ul li .pic p img {
	width: 100%;
	height: 100%;
}
.pro_news ul li .pic span {
	display: block;
	text-align: center;
	width: 100%;
	height: 30%;
	background:url(../images/newspro.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -150%;
	font-size:0.875rem;
	
}
.pro_news ul li .pic span b {
	max-width: 90%;
	max-height: 90%;
	display: inline-block;
	position: relative;
	top: 50%;
	margin-top: 15px\9;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color:#06C;
	
}


.pro_news ul li .txt {
	text-align: center;
	padding: 11px 0;
	min-height: 50px;
	position: relative;
	overflow: hidden;
}
.pro_news ul li .txt p {
	color: #000;
	font-size:1rem;
	
}
.pro_news ul li .txt i {
	display: block;
	margin-top: 0px;
	font-size: 12px;
	color: #8f8f8f;
}
.pro_news ul li .txt span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: -1;
	background-color:#0CC;
}
.pro_news ul li img,  .pro_news ul li p,  .pro_news ul li i,  .pro_news ul li span {
	transition: all .6s linear 0s;
	-webkit-transition: all .6s linear 0s;
	-moz-transition: all .6s linear 0s;
	-ms-transition: all .6s linear 0s;
}
.pro_news li:hover .pic p img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.pro_news ul li:hover .txt p, .pro_news ul li:hover .txt i {
	color: #fff;
}
.pro_news li:hover .pic span {
	bottom: 0;
}
.pro_news li:hover .txt span {
	top: 0;
}
.pro_news_b {
	clear: both;
	text-align: center;
}
.pro_news .btn-default {
	border-radius: 50px;
	background: #00C1DE;
	padding: 10px 70px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'HanHei-SC';
	display: inline-table;
	margin: 30px auto;
}
.pro_news li:nth-child(4n+1){
		clear: left;
	}	
	
@media only screen and (max-width:767px){
	
	.col-grid-5{
		
		padding-left: 3px;
		padding-right: 3px;
		margin: 15px 0 15px 0;
		transition: all 0.4s ease-in-out 0s;
		
		}
	.col-grid-5:nth-child(2n+1){
		clear: both;
	}
	.col-grid-5{
		
		width: 100%;
		
		}
	
   .contact-form-area.contactdesc {
    overflow:hidden;
	padding: 40px 40px 40px 0px;
	background:#fff;
	
}
	
.web_map {
	display:none;
}
	
}



@media only screen and (max-width:400px){

	.contact-form-area.contactdesc {
	    padding: 25px 2px;
	}

	

	#contactform input[type="text"],
	 #contactform input[type="email"] {
	    width: 90%;
	    margin-bottom: 20px;
	}
	
	#contactform textarea{

	margin-bottom: 10px;
	width:92%;
	border: 1px solid #cccccc;
}
}







/*****/


.pro_con .more {
	overflow:hidden;
	padding:10px 20px;
	text-align: center;
	font-size:16px;
}
.pro_con .more a {
	display: block;
	width: 180px;
	padding:8px 10px;
	color:#fff;
	margin:0 auto;
	background:#333;
	text-align:center;
	border-radius:3px;
}
.pro_con .more a:hover {
	text-decoration: none;
	background: red;
	color: #fff;
}