﻿/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"微软雅黑";
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1400px;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.height40
{
	height:40px;
	clear:both;
}
.height25
{
	height:25px;
	clear:both;
}
/**网站全局css end**/
/**head.php**/
.headbg
{
	width:100%;
	height:105px;
}
.head
{
	width:1200px;
	margin:auto;
	height:100%;

}
.head .logo
{
	width:160px;
	height:auto;
	float:left;
}
.head .logo img
{
	width:160px;
	height:105px;
}
.head .headrig
{
	height:105px;
	float:right;
}
.head .headrig .lan
{
	float:right;
	height:20px;
	position: relative;
	margin-top:15px;
}
.head .headrig .lan .up
{
	height:20px;	
	cursor: pointer;
}
.head .headrig .lan .up .tb
{
	width:20px;
	height:20px;
	background:url('../images/lan.png') no-repeat center center;
	float:left;
}
.head .headrig .lan .up .wenzi
{
	float:left;
	overflow:hidden;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	color:#707070;
}
.head .headrig .lan .up .arr
{
	width:10px;
	height:20px;
	float:left;
	background:url('../images/downarr.png') no-repeat center center;
	margin-left:5px;
} 
.head .headrig .lan .lannav
{
	 position: absolute;
	 z-index:1000;
	 top:20px;
	 border:1px solid #ddd;
	 border-radius:5px;
	 background:#fff;
	 width:80px;
	 padding:5px;
	 box-sizing:border-box;
	 display:none;
}
.head .headrig .lan:hover .lannav
{
	display:block;
}
.head .headrig .lan .lannav .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.head .headrig .lan .lannav .xiang a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	line-height:20px;
	border-bottom:1px dashed #ddd;
	padding-bottom:5px;
	padding-top:5px;
	cursor:pointer;
	transition:1s;
}
.head .headrig .lan .lannav .xiang:hover a
{
	color:#f9c90a;
}
.head .headrig .gsm
{
	float:right;
	height:auto;
	margin-top:12px;
}
.head .headrig .gsm img
{
	width:360px;
	height:50px;
}
/**head.php end**/
/**导航**/
.navbg
{
	background:#232323;
	height:50px;
	width:100%;
}
.navphone
{
	width:1200px;
	height:50px;
	margin:auto;
}
.navphone .nav
{
	float:left;
	height:100%;
	width:1050px;
}
.navphone .nav .xiang
{
	float:left;
	height:100%;
	margin-right:100px;
}
.navphone .nav .xiang a.yijia
{
	display: block;
	height:100%;
	font-size:15px;
	color:#fff;
	line-height:50px;
	transition:1s;
}
.navphone .nav .xiang a.hover
{
	color:#f9c90a;
}
.navphone .nav .xiang:hover a
{
	color:#f9c90a;
}
.navphone .dianhua
{
	width:150px;
	float:left;
	height:100%;
	font-size:18px;
	line-height:50px;
	text-align:right;
	color:#f9c90a;
	background:url('../images/phone.png') no-repeat left center;
}
/**导航 end**/
/**banner.php**/
.banner 
{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.banner .prev
{
	position: absolute;
	z-index: 100;
	left:10%;
	top:40%;
	overflow:hidden;
	background:url('../images/banner_left_arr.png') no-repeat center center;
	width:50px;
	height:80px;
	display: none;
}
.banner:hover .prev
{
	display: block;
}
.banner .next
{
	position: absolute;
	z-index: 100;
	right:10%;
	top:40%;
	overflow:hidden;
	background:url('../images/banner_right_arr.png') no-repeat center center;
	width:50px;
	height:80px;
	display: none;
}
.banner:hover .next
{
	display: block;
}
.banner .hd 
{
  height: 20px;
  overflow: hidden;
  position: absolute;
  bottom:50px;
  z-index: 1;
  width:100%;
}
.banner .hd ul 
{
  overflow: hidden;
  text-align: center;
  width:100%;
  height:auto;
  font-size:0;
  zoom:1;
}
.banner .hd ul li 
{
  display:inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size:0;
  margin-left:20px;
  margin-right:20px;
  background:#838385;
}
.banner .hd ul li.on 
{

   background:#f9c90a;
}
.banner .bd 
{
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li 
{
  zoom: 1;
  vertical-align: middle;
  width:100%;
  height:700px;
}
.banner .bd li a
{
	display:block;
	width:100%;
	height:100%;
}
/**banner.php end**/
/**foot.php**/
.footfirbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#333;
	padding-top:50px;
	padding-bottom:50px;
}
.footfirbg .footfir
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.footfirbg .footfir .fir_1
{
	width:190px;
	float:left;
	overflow:hidden;
}
.footfirbg .footfir .fir_1 .footlogo
{
	width:190px;
	height:auto;
	overflow:hidden;
}
.footfirbg .footfir .fir_1 .footlogo img
{
	width:190px;
	height:136px;
}
.footfirbg .footfir .fir_1 .twocode
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.footfirbg .footfir .fir_1 .twocode .pic
{
	width:84px;
	margin:auto;
	overflow:hidden;
}
.footfirbg .footfir .fir_1 .twocode .pic img
{
	width:84px;
	height:84px;

}
.footfirbg .footfir .fir_1 .twocode .wenzi
{
	color:#a7a7a7;
	font-size:14px;
	line-height:20px;
	text-align: center;
	margin-top:15px;
}
.footfirbg .footfir .foot_fir_tit
{
	font-size:16px;
	color:#fff;
	line-height:20px;
	overflow:hidden;
}
.footfirbg .footfir .foot_fir_line
{
	width:40px;
	height:2px;
	background:#f9c90a;
	margin-top:15px;

}
.footfirbg .footfir .fir_2
{
	float:left;
	overflow:hidden;
	width:180px;
	margin-top:10px;
	margin-left:100px;

}
.footfirbg .footfir .fir_2 .footnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:20px;
}
.footfirbg .footfir .fir_2 .footnav .xiang
{
	width:90px;
	display: inline-block;
	vertical-align:top;
	font-size:14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	line-height:20px;
	margin-bottom:15px;

}
.footfirbg .footfir .fir_2 .footnav .xiang a
{
	color:#ececec;
}
.footfirbg .footfir .fir_3
{
	float:left;
	width:380px;
	margin-top:10px;
	margin-left:70px;
}
.footfirbg .footfir .fir_3 .footinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.footfirbg .footfir .fir_3 .footinfo p
{
	color:#ececec;
	font-size:14px;
	overflow:hidden;
	line-height:20px;
	margin-bottom:15px;
}
.footfirbg .footfir .fir_3 .fwrx
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.footfirbg .footfir .fir_3 .fwrx .bigtit
{
	font-size:16px;
	color:#fff;
	line-height:20px;
	overflow:hidden;
}
.footfirbg .footfir .fir_3 .fwrx .num
{
	font-size:25px;
	color:#f9c90a;
	line-height:30px;
	overflow:hidden;
	font-weight: bold;
	margin-top:10px;
}
.footfirbg .footfir .fir_4
{
	float:right;
	width:270px;
	height:auto;
	margin-top:10px;
}
.footfirbg .footfir .fir_4 .foot_message
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.footfirbg .footfir .fir_4 .foot_message .input
{
	width:100%;
	height:38px;
	overflow:hidden;
	margin-bottom:12px;
}
.footfirbg .footfir .fir_4 .foot_message .input input
{
	width:100%;
	height:100%;
	background:#4f4f4f;
	box-sizing: border-box;
	border:none;
	padding-left:8px;
	padding-right:8px;
	font-size:13px;
	color:#999;
}
.footfirbg .footfir .fir_4 .foot_message .input input::-webkit-input-placeholder
{
	color:#999;
	font-size:13px;
}
.footfirbg .footfir .fir_4 .foot_message .input input:focus
{
	outline: none;
}
.footfirbg .footfir .fir_4 .foot_message .textarea
{
	width:100%;
	height:58px;
	overflow:hidden;
	margin-bottom:20px;
}
.footfirbg .footfir .fir_4 .foot_message .textarea textarea
{
	width:100%;
	height:100%;
	background:#4f4f4f;
	box-sizing: border-box;
	border:none;
	padding:8px;
	font-size:13px;
	color:#999;
}
.footfirbg .footfir .fir_4 .foot_message .textarea textarea::-webkit-input-placeholder
{
	color:#999;
	font-size:13px;
}
.footfirbg .footfir .fir_4 .foot_message .textarea textarea:focus
{
	outline: none;
}
.footfirbg .footfir .fir_4 .foot_message .btn
{
	width:120px;
	height:38px;
	overflow:hidden;
}
.footfirbg .footfir .fir_4 .foot_message .btn input
{
	width:100%;
	height:100%;
	font-size:15px;
	background:#f9c90a;
	border:1px solid #f9c90a;
}
.footsecbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#1b1b1b;
}
.footsec
{
	width:1200px;
	margin:auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}
.footsec .fs_xiang1
{
	float:left;
	font-size:15px;
	color:#999;
	line-height:25px;
}
.footsec .fs_xiang2
{
	float:right;
	font-size:15px;
	color:#999;
	line-height:25px;
}
.footsec .fs_xiang2 a
{
	color:#999;
}
/**foot.php end**/
/**index.php**/
.indmore
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indmore a
{
	display: block;
	width:190px;
	height:50px;
	text-align:center;
	font-size:16px;
	line-height:50px;
	transition: 1s;
	background:#f9c90a;
}
.indmore a:hover
{
	border-radius:25px;
}
.indblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:70px;
	padding-bottom:70px;
}
.indblock
{
	width:1200px;
	height:auto;
	margin:auto;
}
/**网站首页第一部分关于我们**/
.indblockbg1
{
	background:url('../images/indabubg.jpg') no-repeat center center;
	background-size:cover;
}
.indblockbg1 .indfir_l
{
	width:540px;
	height:auto;
	overflow:hidden;
	float:left;
}
.indblockbg1 .indfir_l .indabu
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg1 .indfir_l .indabu .tit
{
	font-size:32px;
	line-height:36px;
	overflow:hidden;
	color:#3b3b3b;
	font-weight:bold;
}
.indblockbg1 .indfir_l .indabu .des
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	margin-top:10px;
}
.indblockbg1 .indfir_l .indabu .cont
{
	font-size:16px;
	overflow:hidden;
	line-height:28px;
	overflow:hidden;
	margin-top:30px;
}
.indblockbg1 .indfir_l .indabu .tb_list
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:40px;
}
.indblockbg1 .indfir_l .indabu .tb_list .t_xiang
{
	width:85px;
	height:auto;
	overflow:hidden;
	display: inline-block;
	vertical-align: top;
	border:1px solid #dcdcdc;
	margin-right:55px;
}
.indblockbg1 .indfir_l .indabu .tb_list .t_xiang:nth-child(4)
{
	margin-right:0px;
}
.indblockbg1 .indfir_l .indabu .tb_list .t_xiang .pic
{
	width:50px;
	margin:auto;
	overflow:hidden;
	margin-top:15px;
}
.indblockbg1 .indfir_l .indabu .tb_list .t_xiang .pic img
{
	width:50px;
	height:50px;
}
.indblockbg1 .indfir_l .indabu .tb_list .t_xiang .wenzi
{
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	overflow:hidden;
	text-align: center;
	margin-bottom:20px;
}
.indblockbg1 .indfir_l .indmore
{
	margin-top:30px;
}
.indblockbg1 .indfir_r
{
	width:560px;
	height:auto;
	float:right;
	overflow:hidden;
}
.indblockbg1 .indfir_l .indenabu .tb_list .t_xiang
{
	width:100px;
	margin-right:40px;
	min-height:147px;
}
/**网站首页第一部分关于我们 end**/
/**网站首页第二部分产品中心**/
.indblockbg2
{
	padding-bottom:50px;
}
.prolistbao
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.prolistbao .fenlei
{
	width:300px;
	height:auto;
	overflow:hidden;
	float:left;
}
.prolistbao .fenlei .bigtit
{
	width:100%;
	height:70px;
	background:#3b3b3b;
	line-height:70px;
	font-size:30px;
	line-height:70px;
	font-weight:bold;
	box-sizing: border-box;
	color:#fff;
	padding-left:45px;
} 
.prolistbao .fenlei .list
{
	width:100%;
	height:auto;
	background:#f0f0f0;
	padding:8px;
	box-sizing: border-box;
	padding-bottom:3px;
}
.prolistbao .fenlei .list .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:5px;
}
.prolistbao .fenlei .list .xiang a
{
	box-sizing: border-box;
	display: block;
	background:#fff;
	padding:15px 37px;
	overflow:hidden;
	padding-right:30px;
}
.prolistbao .fenlei .list .xiang a .wenzi
{
	width:190px;
	font-size:18px;
	line-height:25px;
	overflow:hidden;
	transition: 1s;
	float:left;
}
.prolistbao .fenlei .list .xiang a:hover .wenzi
{
	color:#f9c90a;
}
.prolistbao .fenlei .list .xiang a .jia
{
	width:20px;
	font-size:25px;
	line-height:25px;
	overflow:hidden;
	float:right;
	text-transform: right;
}
.prolistbao .prolist
{
	width:870px;
	float:right;
	overflow:hidden;
	font-size:0;
}
.prolistbao .prolist .xiang
{
	width:426px;
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
	margin-right:18px;
	margin-bottom:20px;
}
.prolistbao .prolist .xiang:nth-child(2n)
{
	margin-right:0px;
}
.prolistbao .prolist .xiang a
{
	display: block;
	background:#f0f0f0;
	padding:8px;
	box-sizing: border-box;
	overflow:hidden;
	transition: 1s;
}
.prolistbao .prolist .xiang:hover a
{
	background:#f9c90a;
}
.prolistbao .prolist .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.prolistbao .prolist .xiang a .pic img
{
	width:410px;
	height:270px;
}
.prolistbao .prolist .xiang a .tit
{
	font-size:16px;
	line-height:20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
	transition: 1s;
}
.prolistbao .prolist .xiang a .tit span
{
	color:#f9c90a;
	transition: 1s;
}
.prolistbao .prolist .xiang a:hover .tit
{
	color:#fff;
}
.prolistbao .prolist .xiang a:hover .tit span
{
	color:#fff;
}
/**网站首页第二部分产品中心 end**/
/**网站首页首页第三应用领域**/
.indblockbg3
{
	padding-top:0px;
	padding-bottom:0px;
}
.indblockbg3 .indyingyong
{
	width:100%;
	height:750px;
	overflow:hidden;
	position: relative;
}
.indblockbg3 .indyingyong .bd
{
	width:100%;
	height:750px;
	overflow:hidden;
}
.indblockbg3 .indyingyong .bd ul li
{
	width:100%;
	height:auto;
}
.indblockbg3 .indyingyong .bd ul li a
{
	display: block;
	width:100%;
	height:750px;
}
.indblockbg3 .indyingyong .hdbao
{
	position:absolute;
	width:1200px;
	height:750px;
	z-index: 100;
	left:calc(50% - 600px);
	top:0px;
}
.indblockbg3 .indyingyong .hdbao .hd
{
	width:380px;
	height:750px;
	background:rgba(48,48,48,0.94);
	overflow:hidden;
}
.indblockbg3 .indyingyong .hdbao .hd .bigtit
{
	font-weight:bold;
	font-size:34px;
	color:#fff;
	box-sizing: border-box;
	padding-top:80px;
	padding-left:55px;
	line-height:40px;
}
.indblockbg3 .indyingyong .hdbao .hd .des
{
	font-size:15px;
	color:#fff;
	box-sizing: border-box;
	padding-left:55px;
	line-height:24px;
	padding-right:50px;
	margin-top:8px;
}
.indblockbg3 .indyingyong .hdbao .hd ul
{
	margin-top:40px;
}
.indblockbg3 .indyingyong .hdbao .hd li
{
	width:380px;
	height:60px;
	overflow:hidden;
	padding-left:55px;
	cursor: pointer;
	box-sizing: border-box;
}
.indblockbg3 .indyingyong .hdbao .hd li.on
{
	background:#f9c90a;
}
.indblockbg3 .indyingyong .hdbao .hd li .yuandian
{
	height:60px;
	width:18px;
	background:url('../images/baidian.png') no-repeat center center;
	overflow:hidden;
	float:left;
}
.indblockbg3 .indyingyong .hdbao .hd li.on .yuandian
{
	background:url('../images/heidian.png') no-repeat center center;
}
.indblockbg3 .indyingyong .hdbao .hd li .wenzi
{
	width:280px;
	float:left;
	overflow:hidden;
	line-height:60px;
	text-overflow: ellipsis;
	white-space:nowrap;
	color:#fff;
	font-size:18px;
	margin-left:12px;
}
.indblockbg3 .indyingyong .hdbao .hd li.on .wenzi
{
	color:#fff;
}
.indblockbg3 .indyingyong .hdbao .hd li .jiantou
{
	width:40px;
	height:60px;
	display:none;
	float:left;
}
.indblockbg3 .indyingyong .hdbao .hd li.on .jiantou
{
	background:url('../images/xiangyou.png') no-repeat left center;
}

/**网站首页首页第三部分应用领域 end**/
/**网站首页第四部分新闻**/
.indblock4 .bigtit
{
	font-size:32px;
	line-height:40px;
	overflow:hidden;
	font-weight:bold;
	text-align:center;
}
.indblock4 .bigdes
{
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	overflow:hidden;
}
.indblock4 .indnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:40px;
	overflow:hidden;
	font-size:0px;
}
.indblock4 .indnewslist .xiang
{
	width:378px;
	display: inline-block;
	vertical-align: top;
	margin-right:33px;

}
.indblock4 .indnewslist .xiang:nth-child(3n)
{
	margin-right:0px;
}
.indblock4 .indnewslist .xiang a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #eee;
	transition: 1s;
}
.indblock4 .indnewslist .xiang a:hover
{
	border-bottom:1px solid #f9c90a;
}
.indblock4 .indnewslist .xiang a .pic
{
	width:100%;
	height:auto;
}
.indblock4 .indnewslist .xiang a .pic img
{
	width:378px;
	height:288px;
}
.indblock4 .indnewslist .xiang a .tit
{
	font-size:18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	line-height:30px;
	margin-top:20px;
	margin-bottom:10px;
	transition: 1s;
}
.indblock4 .indnewslist .xiang:hover a .tit
{
	color:#f9c90a;
}
.indblock4 .indnewslist .xiang a .time
{
	font-size:15px;
	line-height:20px;
	margin-bottom:15px;
	transition: 1s;
}
.indblock4 .indnewslist .xiang:hover a .time
{
	color:#f9c90a;
}
.indblock4 .indmore
{
	margin-top:40px;
}
.indblock4 .indmore a
{
	margin:auto;
}
/**网站首页第四部分新闻 end**/
/**index.php end**/
/**内页所在的位置 **/
.inssitebg
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #eee;
	display:none;
}
.inssite
{
	width:1200px;
	height:auto;
	overflow:hidden;
	font-size:15px;
	overflow:hidden;
	line-height:50px;
	margin:auto;
	color:#888;
}
.inssite a
{
	color:#333;
	transition:1s;
}
.inssite a:hover
{
	color:#f9c90a;
}
/**内页所在的位置 end**/
/**内页banner**/
.insbanner
{
	width:100%;
	height:450px;
	overflow:hidden;
}
/**内页banner end**/
/**内容页内容**/
.insbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
	font-size:0px;
	margin-bottom:70px;
}
.insbigtit .arr
{
	display: inline-block;
	vertical-align: middle;
	width:30px;
	height:30px;
}
.insbigtit .arrleft
{
	background:url('../images/titleft.png') no-repeat center center;
}
.insbigtit .arrright
{
	background:url('../images/titright.png') no-repeat center center;
}
.insbigtit .tit
{
	display: inline-block;
	vertical-align: middle;
	font-size:38px;
	line-height:40px;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;
}
.insxx
{
  width:1200px;
  height:auto;
  margin:auto;
  padding-top:70px;
  padding-bottom:70px;
}
.insxx .indtit
{
	margin-bottom:30px;
}
.insxxbigtitle
{
  text-align: center;
  font-size:30px;
  padding-top:10px;
  padding-bottom:15px;
  color:#282828;
}
.insxxline
{
	width:100%;
	height:1px;
	background:#dcdcdc;
	margin:auto;
	margin-top:20px;
}
.insxxtitle
{
  text-align: center;
  font-size:24px;
  padding-bottom:15px;
  color:#333;
  line-height:35px;
}
.insxxtime
{
  text-align: center;
  font-size:14px;
  padding-bottom:10px;
  color:#999;
}
.insxxcontent
{
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
  min-height:300px;
}
.insxxcontent img
{
   display:inline-block;
   max-width:100%;
   vertical-align:middle;
}
.insxxcontent p
{
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
}
.insxxpic
{
  height:auto;
  overflow:hidden;
  padding-bottom:10px;
  padding-top:10px;
}
.insxxpic img
{
  display:block;
  margin:auto;
  max-width:100%;

}
/**内容页内容 end**/
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 1px;
  padding: 10px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #f9c90a;
  color: white;
}
.switch a.on {
  background: #f9c90a;
  color: white;
}
/**分页 end**/
/**内页菜单**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow: 0px 2px 5px #eee;
	margin-bottom:5px;
}
.insnav .xianglist
{
	width:1200px;
	margin:auto;
	overflow:hidden;
	font-size:0px;
	text-align:left;
}
.insnav .xianglist .xiang
{
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
}
.insnav .xianglist .xiang a
{
	display: block;
	font-size:16px;
	padding:20px 30px;
	line-height:20px;
	transition: 1s;
}
.insnav .xianglist .xiang a:hover
{
	background:#f9c90a;

}
.insnav .xianglist .xiang a.hover
{
	background:#f9c90a;
}
.inszinav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inszinav .xianglist
{
	width:100%;
	margin:auto;
	overflow:hidden;
	font-size:0px;
	text-align:center;
}
.inszinav .xianglist .xiang
{
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
}
.inszinav .xianglist .xiang a
{
	display: block;
	font-size:16px;
	height:50px;
	line-height:50px;
	box-sizing:border-box;
	transition: 1s;
	width:300px;
	background:#f0f0f0;
}
.inszinav .xianglist .xiang a:hover
{
	color:#fff;
	background:#f9c90a;
}
.inszinav .xianglist .xiang a.hover
{
	color:#fff;
	background:#f9c90a;
}
/**内页菜单 end**/
/**about.php**/
.insabubg
{
	background:url('../images/indabubg.jpg') no-repeat center center;
	background-size:cover;
}
.insabu
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu .left
{
	width:540px;
	float:left;
	overflow:hidden;
	padding-top:20px;
}
.insabu .left .tit
{
	font-size:28px;
	line-height:30px;
	overflow:hidden;
	color:#3b3b3b;
}
.insabu .left .cont
{
	font-size:16px;
	overflow:hidden;
	line-height:28px;
	overflow:hidden;
	margin-top:30px;
}
.insabu .left .cont p
{
	text-indent:32px;
	font-size:16px;
	line-height:28px;
}
.insabu .left .tb_list
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:40px;
}
.insabu .left .tb_list .t_xiang
{
	width:85px;
	height:auto;
	overflow:hidden;
	display: inline-block;
	vertical-align: top;
	border:1px solid #dcdcdc;
	margin-right:55px;
}
.insabu .left .tb_list .t_xiang:nth-child(4)
{
	margin-right:0px;
}
.insabu .left .tb_list .t_xiang .pic
{
	width:50px;
	margin:auto;
	overflow:hidden;
	margin-top:15px;
}
.insabu .left .tb_list .t_xiang .pic img
{
	width:50px;
	height:50px;
}
.insabu .left .tb_list .t_xiang .wenzi
{
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	overflow:hidden;
	text-align: center;
	margin-bottom:20px;
}
.insabu .right
{
	width:560px;
	height:auto;
	float:right;
}
/**about.php end**/
/**news.php**/
/**news.php**/
.insnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist .other
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist .other .xiang
{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.insnewslist .other .xiang a
{
	display: block;
	background:#fafafa;
	padding:30px 40px;
	box-sizing: border-box;
	overflow:hidden;
}
.insnewslist .other .xiang a .tit
{
	font-size:20px;
	color:#222;
	line-height:30px;
	overflow:hidden;
	transition: 1s;	
	margin-top:10px;
}
.insnewslist .other .xiang a:hover .tit
{
	color:#f9c90a;
}
.insnewslist .other .xiang a .des
{
	font-size:16px;
	color:#999;
	line-height:30px;
	overflow:hidden;
	transition: 1s;
	margin-top:15px;
	margin-bottom:15px;
}
.insnewslist .other .xiang a:hover .des
{
	color:#f9c90a;
}
.insnewslist .other .xiang a .time
{
	font-size:16px;
	color:#999;
	line-height:25px;
	overflow:hidden;
	transition: 1s;	
}
.insnewslist .other .xiang a:hover .time
{
	color:#f9c90a;
}
/**news.php end**/
/**news.php end**/
/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.insprolist .xiang
{
	width:380px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-right:30px;
	margin-bottom:30px;
}
.insprolist .xiang:nth-child(3n)
{
	 margin-right:0px;
}
.insprolist .xiang a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	transition:1s;
	padding:8px;
	box-sizing: border-box;
	background:#f0f0f0;
}
.insprolist .xiang a:hover
{
	background:#f9c90a;
}
.insprolist .xiang a .pic
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	transition:1s;
}
.insprolist .xiang a .pic img
{
	width:100%;
	height:240px;
}
.insprolist .xiang a .tit
{
	font-size:16px;
	text-align:center;
	color:#333;
	line-height:30px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	box-sizing: border-box;
	margin-top:10px;
	transition: 1s;
}
.insprolist .xiang a .tit span
{
	color:#f9c90a;
	transition: 1s;
}
.insprolist .xiang a:hover .tit
{
	color:#fff;
}
.insprolist .xiang a:hover .tit span
{
	color:#fff;
}
/**product.php end**/
/**productshow.php**/
.picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.picarr .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.picarr .bd ul li
{
	width:100%;
	height:auto;
}
.picarr .bd ul li .pic
{
	width:100%;
	height:auto;
}
.picarr .bd ul li .pic img
{
	width:100%;
	height:auto;
}
.picarr .xia
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.picarr .xia .tit
{
	font-size:32px;
	line-height:70px;
	overflow:hidden;
	float:left;
}
.picarr .xia .hd
{
	float:right;
	overflow:hidden;
}
.picarr .xia .hd ul li
{
	width:130px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:8px;
}
.picarr .xia .hd ul li .pic
{
	width:100%;
	box-sizing: border-box;
	border:1px solid #ccc;
	transition: 1s;
}
.picarr .xia .hd ul li.on .pic
{
	border:1px solid #f9c90a;
}
.picarr .xia .hd ul li .pic img
{
	width:100%;
	height:68px;
}
.prosw_tit
{
	width:100%;
	height:28px;
	border-left:5px solid #f9c90a;
	box-sizing: border-box;
	font-size:26px;
	line-height:28px;
	padding-left:12px;
	margin-top:30px;
}
.prosw_xx
{
	width:100%;
	box-sizing: border-box;
	padding:45px;
	overflow:hidden;
	background:#f7f7f7;
	margin-top:15px;
}
.prosw_xx .left
{
	 width:250px;
	 height:auto;
	 float:left;
	 overflow:hidden;
}
.prosw_xx .left .left_nav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.prosw_xx .left .left_nav .xiang
{
	cursor: pointer;
	width:100%;
	box-sizing: border-box;
	background:#fff;
	font-size:18px;
	padding:20px 40px;
	margin-bottom:5px;
	line-height:20px;
	transition:1s;
}
.prosw_xx .left .left_nav .xiang:hover
{
	color:#f9c90a;
}
.prosw_xx .left .left_nav .hover
{
	color:#f9c90a;
}
.prosw_xx .right
{
	width:790px;
	float:right;
	overflow:hidden;
}
.prosw_xx .right .right_cont
{
	overflow:hidden;
	display:none;
}
.prosw_xx .right .tit
{
	width:100%;
	height:auto;
	border-bottom:1px solid #d7d7d7;
	font-size:0px;
	margin-bottom:20px;
}
.prosw_xx .right .tit .kuang
{
	display: inline-block;
	background:#2b2b2b;
	font-size:18px;
	color:#f9c90a;
	line-height:20px;
	padding:15px 20px;

}
/**产品展示**/
.prosw_xx1
{
	width:100%;
	box-sizing: border-box;
	padding:45px;
	overflow:hidden;
	background:#f7f7f7;
	margin-top:15px;
}
.prosw_xx1 .left
{
	width:650px;
	float:left;
	overflow:hidden;
}
.prosw_xx1 .left .bigtit
{
	font-size:16px;
	line-height:30px;
	overflow:hidden;
}
.prosw_xx1 .left .insxxcontent
{
	margin-top:15px;
}
.prosw_xx1 .right
{
	width:420px;
	float:right;
	overflow:hidden;
}
.prosw_xx1 .right .bigtit
{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	overflow:hidden;
	margin-top:5px;
}
.prosw_xx1 .right .bigclassname
{
	font-size:18px;
	line-height:30px;
	overflow:hidden;
	margin-top:5px;
}
.prosw_xx1 .right .line
{
	width:100%;
	height:auto;
	overflow:hidden;
	height:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.prosw_xx1 .right .line .lineleft
{
	width:80px;
	height:8px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background:#5b5959;
	float:left;

}
.prosw_xx1 .right .line .rightline
{
	width:338px;
	height:8px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background:#fcd30f;
	float:right;

}
/**产品展示 end**/
/**productshow.php end**/
/**contact.php**/
.inscontact
{
	width:1400px;
	background:white;
	margin:auto;
	box-sizing: border-box;
	overflow:hidden;
	background:#f9f9f9;
}
.inscontact .map
{
	width:700px;
	height:420px;
	overflow:hidden;
	float:right;
}
.inscontact .info
{
	width:700px;
	float:left;
	height:auto;
	overflow:hidden;
    box-sizing: border-box;
    padding:50px;
}
.inscontact .info .gsentit
{
	font-size:72px;
	font-family:'Arial';
	line-height:80px;
	font-weight:bold;
	color:#d4d4d4;
	overflow:hidden;
	text-transform: uppercase;
}
.inscontact .info .gscntit
{
	font-size:36px;
	line-height:40px;
	overflow:hidden;
}
.inscontact .info .list
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:25px;
}
.inscontact .info .list .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:12px;
}
.inscontact .info .list .xiang .pic
{
	width:25px;
	height:25px;
	float:left;
	overflow:hidden;
}
.inscontact .info .list .xiang .pic img
{
	width:25px;
	height:25px;
}
.inscontact .info .list .xiang .wenzi
{
	width:560px;
	float:right;
	overflow:hidden;
	font-size:16px;
	line-height:25px;
}
/**contact.php end**/
/**case.php**/
.caselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.caselist .xiang
{
	width:380px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-right:30px;
	margin-bottom:30px;
}
.caselist .xiang:nth-child(3n)
{
	 margin-right:0px;
}
.caselist .xiang a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	transition:1s;
	box-sizing: border-box;
}
.caselist .xiang a .pic
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	transition:1s;
	border:1px solid #ddd;
}
.caselist .xiang:hover a .pic
{
	border:1px solid #f9c90a;
}
.caselist .xiang a .pic img
{
	width:100%;
	height:auto;
}
.caselist .xiang a .tit
{
	font-size:16px;
	text-align:center;
	color:#333;
	line-height:30px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	box-sizing: border-box;
	margin-top:10px;
	transition: 1s;
}
.caselist .xiang a:hover .tit
{
	color:#f9c90a;
}
/**case.php end**/
/**message.php**/
.messageform
{
	width:685px;
	margin:auto;
}
.messageform .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.messageform .xiang .input input
{
	width:100%;
	height:50px;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
	box-sizing: border-box;
	border:1px solid #ddd;
}
.messageform .xiang .input input:focus
{
	outline: none;
}
.messageform .xiangsan .input
{
	float:left;
	width:330px;
	margin-right:25px;
	overflow:hidden;
}
.messageform .xiangsan .input:nth-child(2n)
{
	margin-right:0px;
}
.messageform .xiang .textarea textarea
{
	width:100%;
	height:220px;
	font-size:15px;
	padding:15px;
	box-sizing: border-box;
	border:1px solid #ddd;
}
.messageform .xiang .textarea textarea:focus
{
	outline: none;
}
.messageform .xiang .submit
{
	width:160px;
	height:40px;
	margin:auto;

}
.messageform .xiang .submit input
{
	width:100%;
	height:100%;
	color:#fff;
	border:1px solid #f9c90a;
	background:#f9c90a;
	cursor: pointer;
	transition:1s;
}
.messageform .xiang .submit input:hover
{
	border-radius:40px;
}
/**message.php end**/