*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body{ 
    margin: 0px auto;
    padding: 0px;
    overflow-x: hidden;
    font-family: '微软雅黑';
	}

a{
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
.w1200{ 
	width:1200px; 
	margin:0px auto;
	}
	
/*join*/
.join{
    width: 100%;
	height:40px;
    line-height: 40px;
	}
.join a{
	color: #6d6d6d;
}
.join_l{
	float: left;
}
.join_r{
    float: right;
    color: #787878;
	font-size: 12px;
}
.join_r span{
	font-size: 16px;
	color: #000;
}
/*join*/

/*logo*/
.logo{
	width:100%;
	height:74px;
	padding: 10px 0px;
	line-height: 74px;
	}
.logo_l{
	float:left;
	width: 30%;
	height:100%;
	}
.logo_r{
	height: 100%;
	float:left;
	width:70%;
	
	}
/*logo*/

/*导航*/
.nav{
	width: 100%;
}
.nav ul{
	float: left;
}
.nav li{
	width: 65px;
	margin: 0px 20px;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #000;
	border-left: 1px;
	}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ea5513;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/*导航*/

/*首页*/


.index_company{
	float: left;
	width: 100%;
	height: 544px;
	margin: 50px 0px;
	background: url(../Image/company.png) no-repeat center top;
}
.index_company li:first-child{
	margin-top: 200px;
	font-size: 15px;
	color: #040404;
	text-align: justify;
	width: 600px;
}
.index_company li:nth-child(2){
	margin-top: 50px;
}

.index_advantage{
	float: left;
	width: 100%;
	height: 618px;
	background: url(../Image/adv.png) no-repeat center top;
}
.index_advantage li{
	color: #6c6c6c;
	font-size: 16px;
	text-align: center;
	float: left;
	width: 280px;
	height: 280px;
	background-color: #f5f5f5;
	margin: 200px 10px 0px;
}
.advpng1{
	display: block;
	padding: 50px 90px 0px;
}
.advpng2{
	display: none;
	padding: 50px 90px 0px;
}
.index_advantage li:hover{
	background-color: #ea5512;
	color: #fff;
}
.index_advantage li:hover .advpng2{
	display: block;
}
.index_advantage li:hover .advpng1{
	display: none;
}


.index_product{
	float: left;
	width: 100%;
	
}

.index_product{
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background: url(../Image/product.png) no-repeat center top;
	background-color: #f2f2f2;
}
.index_product_main{
	float: left;
	margin-top: 200px;
}
/*产品滚动*/
.cpfl_3_1{height: 500px;}
.index_product_main{height: auto;}
.left1{ float:left;}
.index_product_main{width:100%;height: auto;float:left;overflow:hidden;}
.index_product_main ul{width:1200px;height: auto;font-size: 0;}
.index_product_main ul li{
    width: 380px;
    height: 230px;
    text-align: center;
    color:#000;
    font-size: 0;
    float: left;
    margin:10px;
}
.index_product_main ul li:hover span{
	color: #fff;
}
.index_product_main ul li a{
    text-decoration: blink;
    font-size: 19px;
    font-family: '微软雅黑';
    text-align: center;
}
.index_product_main ul li span{
    color: #000;
    font-size: 19px;
}
.index_product_main ul li img{
    width: 380px;
    height: 230px;
}
.index_product li:hover .product_hover{
	display: block;
}
.product_hover{
	display: none;
	position: absolute;
	width: 380px;
	height: 230px;
	line-height: 230px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #000;
	background-color:rgba(0,0,0,0.5);
}
.product_hover span{
	border: 2px solid #fff;
	padding: 10px;
}
/*产品滚动*/

.index_news{
	width:100%;
	float:left;
	background: url(../Image/news.png) no-repeat center top;
}
.index_news_left{
	float: left;
	width: 450px;
	height: 450px;
	margin-top: 200px;
}
.index_news_left img{
	height: 365px;
	width: 450px;
}
.index_news_right{
	float: left;
	margin-left: 50px;
	width: 700px;
	height: 450px;
	margin-top: 200px;
}
.index_news_right li{
	float: left;
	width: 100%;
	height: 90px;
	border: 1px solid #c8c8c8;
	line-height: 30px;
}

.index_news_right li:hover .news_title{
	color: #ea5512;
}
.index_news_right li:hover .news_time{
	color: #ea5512;
}
.index_news_right li:first-child{
	border-bottom: none;
}
.index_news_right li:nth-child(2){
	border-bottom: none;
}
.index_news_right li:nth-child(3){
	border-bottom: none;
}
.news_title{
	font-size: 16px;
	color: #000;
}
.news_content{
	font-size: 12px;
	color: #7b7b7b;
}
.news_time{
	text-align: center;
	width: 90px;
	height: 75px;
	float: left;
	display: block;
	font-size: 13px;
	color: #8e8e8e;
	padding-top: 15px;
	border-right: 1px solid #c8c8c8;
	margin-right: 10px;
}
.news_time span{
	font-size: 40px;
	font-weight: bold;
}

.index_case{
	padding: 30px 0px;
	float: left;
	width: 100%;
}
.index_case_main{
	float: left;
}
/*产品滚动*/
#fczs_main{height: auto;}
.left1{ float:left;}
#fczs_gd{width:100%;height: auto;float:left;overflow:hidden;}
#fczs_gd ul{width:2700px;height: auto;font-size: 0;}
#fczs_gd ul li{
    width: 280px;
    height: 231px;
    text-align: center;
    color:#000;
    font-size: 0;
    float: left;
    margin:10px;
}
#fczs_gd ul li a{
    text-decoration: blink;
    font-size: 19px;
    font-family: '微软雅黑';
    text-align: center;
}
#fczs_gd ul li span{
    color: #000;
    font-size: 19px;
}
#fczs_gd ul li img{
    width: 280px;
    height: 231px;
}
/*产品滚动*/
.index_case2{
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.index_case2 li{
	float: left;
	width: 300px;
	overflow: hidden;
	border-radius: 50%;
	
}
.index_case2 li img{
	width: 280px;
	height: 280px;
	margin: 10px;
	transition: transform 2s;
}

.index_case2 li:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* Internet Explorer */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari éœï¿½ Chrome */
	-o-transform:rotate(360deg);
}
/*首页*/

/*footer*/
.footer{
	background-color: #ea5512;
	width: 100%;
	float: left;
	padding-top: 30px;
	color: #fff;
	font-size: 14px;
}
.footer_top{
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.footer_top_left{
	float: left;
	width: 30%;
}
.footer_top_left li:first-child{
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	float: left;
}
.footer_top_left a{
	color: #fff;
}

.footer_top_center{
	float: left;
	width: 40%;
}

.footer_top_center li:first-child{
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	float: left;
}
.footer_top_center img{
	width: 100px;
	height: 100px;
}
.footer_top_right{
	float: left;
	width: 15%;
	text-align: center;
}
.footer_top_right2{
	float: left;
	width: 15%;
	text-align: center;
}
.footer_top_right img{
	width: 120px;
	height: 120px;
}
.footer_top_right2 img{
	width: 120px;
	height: 120px;
}
.footer_bottom{
	width:100%;
	height:50px;
	float:left;
	font-size: 14px;
	line-height: 50px;
}
.footer_bottom a{
	color: #fff;
}
/*footer*/

/*sidebar*/
.sidebar_main{
	width:250px;
	float:left;
	margin-top:60px;
	box-shadow: 
    2px 0 4px #D9D9D9, /*右边阴影*/   
    0 2px 4px #D9D9D9; /*底边阴影*/  
	background:white;
}
.sidebar_top{
	width:100%;
	height:84px;
	float:left;
	background:#ea5513;
	text-align:center;
}
.sidebar_center{
	float: left;
	width:100%;
	padding-bottom: 20px;
}
.sidebar_bottom{
	float: left;
	width: 100%;
}
.sidebar_bottom_top{
	width:100%;
	height:84px;
	float:left;
	background:#ea5513;
	text-align:center;
	color:white;
	font-size: 24px;
}
.sidebar_bottom_main{
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sidebar_bottom_main li{
	margin: 20px 20px 0px;
	font-size: 15px;

}
.sidebar_center_a{
	margin-left:27.5px;
	margin-top:15px;
	display: block;
	color:#131313;
	font-size:13px;
	height:35px;
	width:195px;
	line-height:35px;
	border:1px solid #ea5513;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
}
.sidebar_center_a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ea5513;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar_center_a:hover, .sidebar_center_a:focus, .sidebar_center_a:active {
  color: white;
}
.sidebar_center_a:hover:before, .sidebar_center_a:focus:before, .sidebar_center_a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*sidebar*/

/*内页*/
.neiye{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}
.neiye_right{
	width:900px;
	float:right;
	margin-top:60px;
}
.neiye_right a{
	color: #000;
}
.neiye_right a:hover{
	color: #ea5513;
}
.neiye_biaoti{
	float: left;
	width:900px;
	height:65px;
}
.biaoti_kuai{
	height:35px;
	width:6px;
	background:#ea5513;
	float:left;
	margin-top:6px;
}
.biaoti_tou{
	font-size:20px;
	font-weight: bold;
	color:black;
}
.biaoti_tou2{
	font-size:18px;
	color:#878787;
}
.biaoti_a{
	float: right;
	font-size:14px;
	color:black;
}
.biaoti_a a{
	text-decoration: none;
	color:black;
	font-size:14px;
	}
.neiye_content{
	margin-top:20px;
}
/*内页*/

/*列表翻页*/
.page{
	float:right;
    text-align: right;
    font-size: 12px;
	margin-top:20px;
	}
.page a{
	display: inline-block;
    line-height: 5px;
    border: 1px solid #101443;
    padding: 11px 5px;
    color: #000;
	text-decoration: none;
	}
.page .prev:after{
	content: "<";
	font-family: 'icomoon';
	vertical-align: middle;
	}
.page .next:after{
	content: ">";
	font-family: 'icomoon';
	vertical-align: middle;
	}	
.page a:hover{
	background:#ea5513;
	color:#fff;
	border: 1px solid #ea5513;
	line-height:5px;
	padding:11px 5px 10px 5px;
	}
/*列表翻页*/

.neiyeproduct img{
	width: 800px;
}


/*内页新闻*/
.tp-biao2{
	font-size: 20px;
	color: #000;
}
.biaotizi2{
	font-size: 15px;
	color: #9fa7a9;
	border-bottom:1px solid #0350a7;
	padding-bottom: 30px;
}
.neiye_news_content{
	margin-top: 20px;
}
.neiye_news_content li{
	height: 40px;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dashed #000;
}
.neiye_news_content li span{
	float: right;
}
.neiye_news_content li:hover{
	background-color: #f6f6f6;
}
/*内页新闻*/
/*详细新闻*/
.pro_name{
	color: #7e7e7e;
}/*标题*/
/*详细新闻*/
/*内页产品*/
.neiye_product{
	float:left;
	width:900px;
}
.nycp_a{
	width:280px;
	float:left;
	text-align:center;
	display:block;
	margin:20px 10px;
}
.cp_tu2{
	width:276px;
	height:226px;
	border:2px solid #fff;
}
.font13{
	color:black;
	font-size:14px;
}
.nycp_a:hover > .cp_tu2{
	border:2px solid #ea5513;
}

.nycp_a:hover > .font13{
	color:#ea5513;
}
/*内页产品*/

/*详细信息*/
.cp_nz{
	float:left;
	width:900px;
	text-align:center;
	margin-top: 60px;
}
/*详细信息*/
/*详细信息翻页*/
#prev_next a{
	margin-top:30px;
	color:black;
}
#prev_next a:hover{
	color:#ea5513;
}	
/*详细信息翻页*/
/*产品展示图片*/
.cp_neida2{
	display: block;
	width:900px;
	margin:0px auto 0px auto;
}
/*产品展示图片*/

/*搜索*/
.search{
	float: right;
}
/*搜索*/

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ea5513 url(../Image/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_top2{background:#ea5513 url(../Image/fixCont.png) no-repeat 0 -226px;}
.yb_bar .yb_phone{background:#046bd4 url(../Image/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ea5513 url(../Image/fixCont.png) no-repeat 0 -112px;}
.yb_bar .yb_ercode{background:#ea5513 url(../Image/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

