﻿a{ color:inherit;}
a:hover{ color:inherit;}



@media screen and (max-width: 768px) {.no_show {display: none;}}
@media screen and (max-width: 480px) {.no_show {display: none;}}

.search_group input.form-control{color:#666;}

#foot_btn{width:100%; border: 0px; background: transparent;}


.tr_blank20{ width:100%; height:20px; clear:both; overflow:hidden;}
.tr_blank40{ width:100%; height:40px; clear:both; overflow:hidden;}

.menu_box{width:260px;text-align:left;height:25px;clear:both;padding:20px 20px;zoom:1; margin:auto;}
.menu_box a{padding:0px 20px;margin-right:20px;text-align:center;height:25px;line-height:25px;display:block;background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));background:-moz-linear-gradient(top, #fff, #f0f0f0);/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f0f0f0,grandientType=0);float:left;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:#cccccc solid 1px;}

a{ color:#666;}
a:hover{ 	color:#e85d29; text-decoration:none;}

.bottom_blank20{ margin-bottom:20px;}
.inner_txt img{ width:auto; max-width:100%;}
.txt_top20{padding-top:20px; clear:both;}
.bg_noshow{ background-image:none;}
.txt_big{ 
	text-transform: uppercase;
}
.list_box{ min-height:300px;}

/*内页-栏目title*/
.left_h2{
		font-size: 18px;
	display: block;
	margin-top: 25px;
	padding: 15px 0px 15px 10px;
	color: #444;
	background-color: #f1f1f1;
		border-radius:3px;
	text-indent:10px;
	}
.list_h2{
		font-size: 18px;
	display: block;
	margin-top: 25px;
	padding: 15px 0px 15px 10px;
	color: #444;
	background-color: #f1f1f1;
		border-radius:3px;
		text-indent:10px;
}
.list_h2 a{color: #333;}
/*小屏幕*/
@media screen and (max-width: 768px) {
.list_h2{margin-top: 20px;}
		  }

/*内页-电话*/
#inner_contact{ width:100%; clear:both;margin-top: 20px; }
.contact_pic img{ width:100%;}
.left_tel{
	width:100%;clear:both;	height:100px;
	padding-top:20px;background-color:#e85d29;
}
.left_tel img{
	margin-right: 8px;
}
.left_tel p{ 	display:block;width:100%; clear:both;text-align:center;color: #FFFFFF;font-size: 16px;	}
.left_tel p.p1{
	line-height:27px; height:27px;
}
.left_tel p.p2{
	
}
.left_tel a{	font-size: 24px;	font-weight: bold;	color: #FFFFFF;}

/**网站主颜色**/
.maincolor{color:#e85d29;}
.maincolorbg{background-color:#e85d29;}

.contents img{max-width:100%;}



.product_position {
	position: relative;
}
.product_title2 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.6);
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.product_title2 a {
	color: #fff;
}
.product_title2:hover {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.7);
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
/*产品图滑过变大*/
.pro_img img {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.pro_img:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-transform: scale(1.3)
}
.pro_img img:hover {
	opacity: 1;
}
/*产品图滑过出现阴影*/
.img_shadow {
	cursor: pointer;
}
.img_shadow:hover {
	-webkit-box-shadow: 0px 0px 10px #787878;
	-moz-box-shadow: 0px 0px 10px #787878;
	background: #f9f9f9;
	opacity: 0.9;
}


.product_con img{ padding:0px; margin:0px;}



.index_productbg1{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	
		/*background-size: 100% auto;**覆盖屏幕****/
	background-image: url(../images/pro_bg.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	margin-top: 0px;
}
.index_productbg1s:after{

    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.about_h3{
	text-align: center;
	font-size: 26px;
	color: #545454;
	margin-top: 60px;
	text-transform: uppercase;
	font-weight:bold;
}
.about_line{padding: 3px 0px; background: url(../images/pro_line.png) center center no-repeat;}
.about_p{text-align: center;  color: #c3c3c3; font-size:16px; text-transform: uppercase;padding:0px;}