﻿a{ color:inherit;text-decoration: none;}
a:focus {
	/*去掉a标签点击后的虚线框*/
outline:none;
-moz-outline:none;
}
a:hover{
	color:inherit;text-decoration:none;
}


@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{ padding:0px 20px;}
.inner_txt img{ width:auto; max-width:100%;}

/*内页-公司简介End*/
.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{
	margin:0px; padding:0px;
		font-size: 18px;
	display: block;
	margin-top: 25px;
	padding: 15px 0px 15px 10px;
	color: #444;
	background-color: #f1f1f1;
		border-radius:3px;
	}
.left_h2 i.fa-bars{ padding:0px; margin:0px; margin-left:5px;  margin-right:10px;}
.list_h2{
		font-size: 18px;
	display: block;
	margin-top: 25px;
	padding: 15px 0px 15px 20px;
	color: #444;
	background-color: #f1f1f1;
		border-radius:3px;
		
}
.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;
	padding:0px 15px;
	
	/***2行文字超出显示省略号***/
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.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;
}


.product_title3 {

	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;
	margin-bottom:10px;
}
.product_title3 a {
	color: #fff;
	padding:0px 15px;
	
	/***2行文字超出显示省略号***/
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.product_title3:hover {

	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_productbg{
	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_productbg:after{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
/*按钮*/
.btn-outline2 {
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	
	   font-size: 16px;
	margin:0px auto;
    padding: 8px 30px;
	
	background: transparent;
background: #FFB100;
      color: #fff;
	 
 
}
.btn-outline2:hover,.btn-outline2:focus,.btn-outline2:active {
       color: #FFB100; 
	      background: none;
 border: 1px solid #FFB100;
	  }
.btn-center-top{text-align: center!important; margin-top:10px; margin-bottom:40px; width:100%; clear:both;}
/*主按钮-换颜色*/
.btn-danger{	      background-color:#FFB100;
 border: 1px solid #FFB100; margin-right:10px;}

.btn-danger:hover{  background-color:#333;
 border: 1px solid #333;}
 
 /****首页title****/ 
.maintitle{ clear:both; width:100%;		margin-top: 40px;margin-bottom:20px;}
.maintitle h2.maintitle_txt {
	font-size: 36px;
	text-align: center;
	color: #333;
	padding: 12px 0px 12px 0px;
	clear: both;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.maintitle h2.maintitle_txt{
  font-size: 26px;	
	}
}
.maintitle h2.maintitle_txt a{
	color: #333;
	text-transform: uppercase;
}
.maintitle p.maintitle_line{padding: 3px 0px; background: url(../images/maintitle_line.png) center center no-repeat;}