/****PRODUCT*****/


	
#public_menu_xw li {
	font-size: 0.875rem;
	margin: 15px 10px;
	
}

.protj_txt{
	
	padding:8px 0px;
	border-bottom:1px dashed #E4E4E4;
	margin:20px 0px;
	}


.protj_txt h1{
	font-size:1.2rem;
	color:#06C;
}



.protj_txt b {
	width: 125px;
	border-bottom: 3px solid #F00;
	display: block;
	position: relative;
	top:8px;
}



.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;
	padding-top:2%;
}
.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:4%;
	
}

	



.pro_con h1 {
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	color: #F60;
	padding-top:2%;	
	border-bottom: 1px dashed #ccc;
	
}
.pro_con b {
	width: 170px;
	border-bottom: 3px solid #06F;
	display: block;
	position: relative;
	
	

}


	
	
.xwwtit_lr {
	border-bottom: 1px solid #E9E9E9;
	height: 45px;
}
.xwwtit_lr b {
	width: 85px;
	border-bottom: 3px solid #F00;
	display: block;
	position: relative;
	top: 43px;
}
.xwwtit_lr .tit_nl {
	float: left;
	font-size: 1.2rem;
	padding: 8px 0px;
}
.xwwtit_lr .tit_nr {
	float: right;
	font-size: 0.875rem;
	padding: 8px 0px;
}
.pro_list {
	margin: 20px -12px 0;
	position: relative;
	overflow: hidden;
}
.pro_list li {
	float: left;
	width: 25%;
	margin-bottom: 35px;
	
	
}


.pro_list li:nth-child(4n+1) {

	clear: left;
}


.pro_list li a {
	display: block;
	border: 1px solid #e5e5e5;
}
.pro_list li a:hover {
	border-color:#999;
	box-shadow: 3px 3px 10px #ccc;
}
.pro_list li .item_pic {
	margin: 0 12px 0px 12px;
	
	overflow:hidden;
	
}
.pro_list li .img {
	padding: 1px;
	height: auto;
	overflow: hidden;
	max-width: 100%;/*width:expression(this.width>100%?"100%":this.width);     
  max-height:180px;     
  height:expression(this.height>180?"  170px":this.height); */
 
}
.pro_list li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	
	
}
.pro_list li:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	
	
}

.hover_hz .thumb {
	overflow: hidden;
	position: relative;
}
.hover_hz .thumb::before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-17deg);
	-moz-transform: skewX(-17deg);
	-o-transform: skewX(-17deg);
	-ms-transform: skewX(-17deg);
	transform: skewX(-17deg);
}
.hover_hz .thumb:hover::before {
	-webkit-animation: shine .95s;
	-moz-animation: shine .95s;
	animation: shine .95s;
}
@keyframes shine {
 100% {
 left: 125%;
}
}

.item_pic .pro_img{
	position: relative;
	overflow: hidden;
	border-top:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	background:#FFF;
	
	cursor: pointer
}
.pro_list .pro_img .tab-text {
	padding: 2em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.pro_img.pro_img_txt .tab-text {
	top: auto;
	bottom: 0;
	padding: 1em 0em;
	height: 4em;
	background: rgba(0,0,0,.6);
	color: #FFF;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.pro_img.pro_img_txt:hover .tab-text{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding-right: 10px
}
.pro_img.pro_img_txt:hover h2 {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
	
}
.pro_img.pro_img_txt .tab-text h2{
	
	padding:5px 8px 0px 8px;
	font-size:0.875rem;
	
	
	}
.pro_list li .pro_text{
	
	height:45px;
	background:#F3F3F3;
	line-height:45px;
	text-align:center;
	margin:0 12px;
	border-top:none;
	
	}

.pro_list li .pro_text b {
	width: 35px;
	background: #F30;
	border-bottom: 3px solid #ccc;
	display: block;
	margin: 0.5em 0em;
}
.pro_list li .pro_text h3 {
	font-size: 1.3em;
	color:#333;
	overflow: hidden;
	font-weight:normal;
}
.pro_list li:hover .pro_text h3 a{
	color:#FFF;
	font-weight: bold;
	background:#0CC;
	border-top:1px #00CCCC;
	
}
.pro_list li:hover .pro_text b {
	border-bottom: 3px solid #F30;
	
}

.pro_min{
	
	background:#E0EFFC;
	height:55px;
	line-height:55px;
	
	}
.pro_min_l{
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	color:#09C;
	}

/***/
.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 {
	padding-bottom: 10px;
	list-style: none;
	width:23.666%;
	float:left;
	margin:10px;
	
	
}
.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%);
}
.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: 6px;
	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;
}
}