﻿/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
}
body 
{
	font-family: "微软雅黑";
	color: #333;
	background: white;
}
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;
}
/**网站全局css end**/
/**head.php**/
.head
{
	width:1200px;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.head .logo
{
	width:734px;
	height:auto;
	overflow:hidden;
	float:left;
}
.head .logo img
{
	width:700px;
	height:108px;
}
.head .headright
{
	float:right;
	overflow:hidden;
}
.head .headright .lannav
{
	float:right;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:5px;
}
.head .headright .lannav .xiang
{
	height:20px;
	float:left;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
	padding-left:40px;
	text-transform: uppercase;
}
.head .headright .lannav .xiang a
{
	transition:1s;
}
.head .headright .lannav .xiang a:hover
{
	color:#f30101;
}
.head .headright .lannav .cn
{
	background:url('../images/cnlan.jpg') no-repeat left center;	
}
.head .headright .lannav .en
{
	background:url('../images/enlan.jpg') no-repeat left center;	
}
.head .headright .lannav .line
{
	height:20px;
	width:1px;
	background:#ccc;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.head .headright .rexian
{
	overflow:hidden;
	float:right;
}
.head .headright .rexian .pic
{
	width:40px;
	height:40px;
	float:left;
	overflow:hidden;
}
.head .headright .rexian .pic img
{
	width:40px;
	height:40px;	
}
.head .headright .rexian .tit
{
	float:left;
	overflow:hidden;
	font-size:19px;
	line-height:45px;
	margin-left:5px;
}
.head .headright .rexian .num
{
	float:left;
	font-size:25px;
	font-weight:bold;
	line-height:43px;
	color:#f30101;
}
.navbg
{
	width:100%;
	height:55px;
	background:#0068b7;
}
.nav
{
	width:1200px;
	height:55px;
	overflow:hidden;
	margin:auto;
}
.nav ul
{
	width:100%
	height:55px;
}
.nav ul li
{
	position:relative;
	float:left;
	height:55px;
}
.nav ul li a
{
	display:block;
	height:55px;
	overflow:hidden;
	font-size:16px;
	color:white;
	line-height:55px;
	padding-left:65px;
	padding-right:65px;
	transition:1s;
}
.nav ul li a:hover
{
	background:#f30101;	
}
.nav ul li a.hover
{
	background:#f30101;	
}
/**head.php end**/
/**banner**/
.banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner .hd {
  height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  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;
  border:2px solid #fff;
  margin-left:10px;
  margin-right:10px;
}
.banner .hd ul li.on {

  background: #0068b7;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1;
  vertical-align: middle;
  width:100%;
  height:500px;
}
/**banner end**/
/**index.php**/
.indbigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indbigtit .en
{
	text-align: center;
	font-size:55px;
	font-weight:bold;
	color:#f0f0f0;
	overflow:hidden;
	text-transform:uppercase;
}
.indbigtit .cn
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
}
.indbigtit .cn .line
{
	display:inline-block;
	width:60px;
	vertical-align: middle;
	height:2px;
	background:#0068b7;
}
.indbigtit .cn p
{
	font-size:30px;
	line-height:30px;
	color:#0068b7;
	font-weight:bold;
	display:inline-block;
	vertical-align: middle;
	margin-left:20px;
	margin-right:20px;
}
/**网站首页第一部分产品中心**/
.indfir
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.indfir .list
{
	width:100%;
	height:auto;
	margin-top:50px;
}
.indfir .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indfir .list ul li
{
	display:inline-block;
	width:290px;
	height:auto;
	vertical-align: top;
	margin-right:13.33px;
	margin-bottom:13.33px;
}
.indfir .list ul li .pic
{
	width:290px;
	height:auto;
	overflow:hidden;
}
.indfir .list ul li .pic img
{
	width:288px;
	height:180px;
	border:1px solid #e8e8e8;
}
.indfir .list ul li .wenzi
{
	width:100%;
	height:auto;
	padding:10px;
	box-sizing: border-box;
	background:#f5f5f5;
	transition:1s;
}
.indfir .list ul li:hover .wenzi
{
	background:#0068b7;
}
.indfir .list ul li .wenzi .tit
{
	font-size:18px;
	font-weight:bold;
	color:#0068b7;
	line-height:18px;
	overflow:hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:1s;

}
.indfir .list ul li:hover .wenzi .tit
{
	color:white;
}
.indfir .list ul li .wenzi .des
{
	font-size:14px;
	line-height:20px;
	text-align: center;
	overflow:hidden;
	word-break: break-all;
	width:220px;
	margin:auto;
	height:40px;
	color:#6e6e6e;
	margin-top:10px;
	transition:1s;

}
.indfir .list ul li:hover .wenzi .des
{
	color:white;
}
/**网站首页第一部分产品中心 end**/
/**网站首页第二部分关于我们**/
.indsecbg
{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
	background:#0068b7;
}
.indsec
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.indsec .indbigtit .en
{
	color:#3586c3;
}
.indsec .indbigtit .cn .line
{
	background:white;
}
.indsec .indbigtit .cn p
{
	color:white;
}
.indsec .xiang
{
	overflow:hidden;
	margin-top:50px;
} 
.indsec .xiang .l
{
	float:left;
	width:620px;
	overflow:hidden;
}
.indsec .xiang .l .tit
{
	overflow:hidden;

}
.indsec .xiang .l .tit p
{
	font-size:28px;
	color:white;
	line-height:30px;	
	float:left;
	height:30px;
}
.indsec .xiang .l .tit a
{
	display:block;
	float:right;
	font-size:16px;
	line-height:30px;
	color:white;
}
.indsec .xiang .l .cont
{
	margin-top:25px;
	overflow:hidden;
}
.indsec .xiang .l .cont .wenzi
{
	font-size:16px;
	color:white;
	line-height:30px;
	margin-bottom:30px;
}
.indsec .xiang .l .cont .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsec .xiang .l .cont .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsec .xiang .l .cont .list ul li
{
	width:290px;
	float:left;
	margin-right:40px;
	overflow:hidden;
	float:left;
}
.indsec .xiang .l .cont .list ul li img
{
	width:290px;
	height:195px;
}
.indsec .xiang .r
{
	float:right;
	overflow:hidden;
	width:510px;
}
.indsec .xiang .r .tit
{
	overflow:hidden;

}
.indsec .xiang .r .tit p
{
	font-size:28px;
	color:white;
	line-height:30px;	
	float:left;
	height:30px;
}
.indsec .xiang .r .tit a
{
	display:block;
	float:right;
	font-size:16px;
	line-height:30px;
	color:white;
}
.indsec .xiang .r .shijinglist
{
	margin-top:18px;
	overflow:hidden;
	position:relative;
}
.indsec .xiang .r .shijinglist .hd
{
	position:absolute;
	bottom:20px;
	left:30px;
	z-index: 1;
	font-size:0;
}
.indsec .xiang .r .shijinglist .hd li
{
	display:inline-block;
	width:12px;
	height:12px;
	border:1px solid white;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right:10px;
	cursor:pointer;
}
.indsec .xiang .r .shijinglist .hd li.on
{
	background:white;
}
.indsec .xiang .r .shijinglist .bd
{
	overflow:hidden;
}
.indsec .xiang .r .shijinglist .bd ul li
{
	width:100%;
	height:auto;
}
.indsec .xiang .r .shijinglist .bd ul li img
{
	width:510px;
	height:325px;
}
/**网站首页第二部分关于我们 end**/
/**网站首页第三部分产品中心**/
.indthi
{
	width:1200px;
	padding-top:50px;
	padding-bottom:50px;
	height:auto;
	margin:auto;
}
.indthi .indprolist
{
	width:100%;
	height:auto;
	position:relative;
	margin-top:50px;
}
.indthi .indprolist .prev
{
	width:45px;
	height:80px;
	position:absolute;
	top:100px;
	left:-100px;
	cursor: pointer;
	background:url('../images/leftarr.png') no-repeat center center;
	z-index:10;
}
.indthi .indprolist .next
{
	width:45px;
	height:80px;
	position:absolute;
	top:100px;
	right:-100px;
	cursor: pointer;
	background:url('../images/rightarr.png') no-repeat center center;
	z-index:10;
}
.indthi .indprolist .bd
{
	overflow:hidden;
	width:100%;
}
.indthi .indprolist .bd ul li
{
	float:left;
	width:372px;
	margin-right:42px;
}
.indthi .indprolist .bd ul li .pic
{
	width:370px;
	border:1px solid #0068b7;
	overflow:hidden;
}
.indthi .indprolist .bd ul li .pic img
{
	width:370px;
	height:260px;
}
.indthi .indprolist .bd ul li .tit
{
	font-size:18px;
	line-height:18px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding-top:10px;
	padding-bottom:10px;
	transition:1s;
}
.indthi .indprolist .bd ul li:hover .tit
{
	color:#0068b7;
}
.indthi .indprolist .bd ul li .des
{
	font-size:16px;
	line-height:16px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	transition:1s;
}
.indthi .indprolist .bd ul li:hover .des
{
	color:#0068b7;
}
/**网站首页第三部分产品中心 end**/
/**index.php end**/
/**foot.php**/
.footfirbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#0068b7;
}
.footfir
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}
.footfir .footnav
{
	float:left;
	overflow:hidden;
}
.footfir .footnav .xiang
{
	float:left;
	overflow:hidden;
}
.footfir .footnav .xiang .tit
{
	font-size:18px;
	color:white;
	line-height:18px;
	overflow:hidden;
	margin-bottom:25px;
	word-break: break-word;
}
.footfir .footnav .xiang .list
{
	overflow:hidden;
}
.footfir .footnav .xiang .list ul
{
	overflow:hidden;
}
.footfir .footnav .xiang .list ul li
{
	color:white;
	font-size:16px;
	line-height:16px;
	overflow:hidden;
	margin-bottom:15px;
	word-break: break-word;
}
.footfir .footnav .xiang .list ul li a
{
	color:white;
}
.footfir .footnav .xiang1
{
	width:160px;
	margin-left:30px;
}
.footfir .footnav .xiang2
{
	width:340px;
}
.footfir .footnav .xiang2 ul li
{
	float:left;
	width:170px;
	padding-right:15px;
	word-break: break-word;
	box-sizing: border-box;
}
.footfir .footinfo
{
	  float:left;
	  overflow:hidden;
	  width:300px;
}
.footfir .footinfo .tit
{
	font-size:18px;
	color:white;
	line-height:18px;
	overflow:hidden;
	margin-bottom:25px;
	word-break: break-word;
}
.footfir .footinfo .list
{
	overflow:hidden;
}
.footfir .footinfo .list ul
{
	overflow:hidden;
}
.footfir .footinfo .list ul li
{
	color:white;
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	padding-bottom:6px;
	padding-left:35px;
	word-break: break-word;
}
.footfir .footinfo .list ul li.li1
{
	background:url('../images/f1.png') no-repeat left top;
}
.footfir .footinfo .list ul li.li2
{
	background:url('../images/f2.png') no-repeat left top;
}
.footfir .footinfo .list ul li.li3
{
	background:url('../images/f3.png') no-repeat left top;
}
.footfir .footinfo .list ul li.li4
{
	background:url('../images/f4.png') no-repeat left top;
}
.footfir .twocode
{
	float:left;
	overflow:hidden;
}
.footfir .twocode .tit
{
	font-size:18px;
	color:white;
	line-height:18px;
	overflow:hidden;
	margin-bottom:25px;
	word-break: break-word;
}
.footfir .twocode .pic
{
	width:109px;
	height:auto;
	overflow:hidden;
}
.footfir .twocode .pic img
{
	width:109px;
	height:109px;
}
.footfir .footline
{
	width:1px;
	height:190px;
	overflow:hidden;
	background:#2d86ca;
	float:left;
	margin-right:50px;
	margin-left:50px;
}
.footsec
{
	width:100%;
	height:60px;
	background:#005fa8;
	overflow:hidden;
	text-align: center;
	font-size:14px;
	color:white;
	line-height:60px;
}
.footsec a
{
	color:white;
}
/**foot.php end**/
/**内页**/
.inszt
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.insxxtitle
{
  text-align: center;
  font-size:18px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  color:#333;
}
.insxxtime
{
  text-align: center;
  font-size:14px;
  padding-bottom:10px;
  color:#333;
}
.insxxcontent
{
  font-size:16px;
  color:#333;
  line-height:28px;
  width:100%;
  word-break: break-word;
}
.insxxcontent img
{
   display:inline-block;
   max-width:100%;
}
.insxxcontent p
{
  font-size:16px;
  color:#333;
  line-height:28px;
  word-break: break-word;
}
.insxxpic
{
  height:auto;
  overflow:hidden;
  padding-bottom:10px;
  padding-top:10px;
}
.insxxpic img
{
  display:block;
  margin:auto;
  max-width:100%;
}
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
  color: #333;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
  box-sizing: content-box;
  color: #333;
}
.switch a:hover {
  background:#ee4b12;
  color: #333;
}
.switch a.on {
  background:#ee4b12;
  color: #333;
}
/**分页 end**/
/**左右结构整体**/
.inszy
{
	width:1200px;
	height:auto;
	margin:auto;
	position:relative;
	min-height:600px;
	padding-bottom:50px;
}
.inszy .l
{
	width:270px;
	position:absolute;
	left:0;
	top:-60px;
	z-index: 100;
}
.inszy .l .insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inszy .l .insnav .bigtit
{
	width:100%;
	height:auto;
	background:#0068b7;
	overflow:hidden;
	padding:25px 60px;
	box-sizing: border-box;
}
.inszy .l .insnav .bigtit .cn
{
	font-size:30px;
	color:white;
	line-height:30px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom:10px;
}
.inszy .l .insnav .bigtit .en
{
	font-size:19px;
	line-height:19px;
	color:white;
	overflow:hidden;

}
.inszy .l .insnav .insnavlist
{
	width:100%;
	background:#f4f4f4;
	overflow:hidden;
}
.inszy .l .insnav .insnavlist ul
{
	width:100%;
	overflow:hidden;
	padding:10px 60px;
	box-sizing:border-box;
}
.inszy .l .insnav .insnavlist ul li
{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.inszy .l .insnav .insnavlist ul li .arr
{
	float:left;
	width:30px;
	height:25px;
	font-size:16px;
	float:left;
	line-height:25px;
	transition:1s;
}
.inszy .l .insnav .insnavlist ul li a:hover .arr
{
	color:#0068b7;
}
.inszy .l .insnav .insnavlist ul li a.hover .arr
{
	color:#0068b7;
}
.inszy .l .insnav .insnavlist ul li .tit
{
	width:120px;
	float:left;
	height:auto;
	line-height:25px;
	word-break: break-word;
	transition:1s;
}
.inszy .l .insnav .insnavlist ul li a:hover .tit
{
	color:#0068b7;
}
.inszy .l .insnav .insnavlist ul li a.hover .tit
{
	color:#0068b7;
}
.inszy .r
{
	width:890px;
	float:right;
	overflow:hidden;
}
.inssitebg
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.inssite
{
	width:100%;
	height:60px;
	font-size:14px;
	line-height:60px;
	text-align:right;
}
.inssitebg .inssite
{
	width:1200px;
	margin:auto;
}
.inssite a
{
	transition:1s;
}
.inssite a:hover
{
	color:#0068b7;
}
.inszy .lmtit
{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:26px;
	color:#0068b7;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
/**左右结构整体 end**/
/**内页 end**/
/**about.php**/
.insabu
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu .tit
{
	font-size:26px;
	margin-bottom:15px;
	overflow:hidden;
}
.insabu .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu .cont p
{
	margin-bottom:35px;
	line-height:28px;
}
.insabu .piclist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu .piclist .pic
{
	width:420px;
	float:left;
	overflow:hidden;
	margin-right:50px;
}
.insabu .piclist .pic img
{
	width:420px;
	height:280px;
}
.shililist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.shililist ul
{
	overflow:hidden;
	font-size:0;
}
.shililist ul li
{
	display:inline-block;
	vertical-align: top;
	width:425px;
	margin-bottom:15px;
	margin-right:40px;
}
.shililist ul li .pic
{
	width:100%;
	height:auto;
}
.shililist ul li .pic img
{
	width:100%;
	height:270px;
	display:block;
}
.shililist ul li p
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
/**about.php end**/
/**news.php**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist ul li
{
	border-bottom:1px dashed #ccc;
	height:auto;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}
.newslist ul li a
{
	display:block;
	height:30px;
	overflow:hidden;
}
.newslist ul li a .dian
{
	width:10px;
	font-size:20px;
	line-height:30px;
	overflow:hidden;
	float:left;
}
.newslist ul li a .tit
{
	width:1090px;
	height:30px;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	transition:1s;
}
.newslist ul li a:hover .tit
{
	color:#0068b7;
}
.newslist ul li a .time
{
	width:100px;
	text-align: right;
	font-size:15px;
	float:left;
	line-height:30px;
	color:#666;
}
/**news.php end**/
/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist ul
{
	overflow:hidden;
	font-size:0;
}
.insprolist ul li
{
	display:inline-block;
	vertical-align: top;
	width:425px;
	margin-bottom:15px;
	margin-right:40px;
}
.insprolist ul li .pic
{
	width:423px;
	height:auto;
	border:1px solid #0068b7;
}
.insprolist ul li .pic img
{
	width:100%;
	height:297.23px;
	display:block;
}
.insprolist ul li p
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	transition:1s;
}
.insprolist ul li:hover p
{
	color:#0068b7;
}
/**product.php end**/
/**message.php**/
.message
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
	padding:20px;
}
.message .msg
{
	width:552px;
	height:auto;
	overflow:hidden;
	float:left;
}

.message .msg .dan .xiang p
{
	font-size:16px;
	height:38px;
	line-height:38px;
	overflow:hidden;
	color:#333;
}
.message .msg .dan .xiang .input
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.message .msg .dan .xiang .input input
{
	width:100%;
	height:30px;
	border:1px solid #ddd;
	outline: none;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.message .msg .dan .xiang .ta textarea
{
	width:100%;
	height:80px;
	border:1px solid #ddd;
	outline: none;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.message .msg .tijiao
{
	width:130px;
	height:30px;
	margin-top:20px;
	overflow:hidden;
}
.message .msg .tijiao input
{
	width:130px;
	height:30px;
	background:#0068b7;
	color:white;
	border-radius: 5px;
	border:none;
	cursor: pointer;
	transition:1s;
}
.messagezt .message .submit input:hover
{
	opacity: 0.8;
}
.message .pic
{
	width:538px;
	height:auto;
	float:left;
	margin-left:50px;
}
.message .pic img
{
	width:538px;
	height:369px;

}
/**message.php end**/
/**contact.php**/
.inscontact
{
	width:1200px;
	background:white;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	box-sizing: border-box;
	overflow:hidden;
}
.inscontact .map
{
	width:560px;
	height:362px;
	overflow:hidden;
	float:left;
}
.inscontact .info
{
	width:480px;
	float:right;
	height:auto;
	overflow:hidden;
	margin-right:80px;
}
.inscontact .info .gstit
{
	margin-bottom: 20px;
    color: #333333;
    font-size: 22px;
    overflow:hidden;
    margin-top:30px;
}
.inscontact .info p
{
	font-size:15px;
	overflow:hidden;
	color:#666;
	line-height:30px;
}
.inscontact .info .cttwocode
{
	width:122px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.inscontact .info .cttwocode img
{
	width:120px;
	height:120px;
	border:1px solid #ccc;
}
.inscontact .info .cttwocode .ss
{
	font-size:15px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#666;
}
/**contact.php end**/
/**产品展示**/
.picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.picarr ul.bigImg
{
	width:502px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:30px;
	min-height:355px;
}
.picarr ul.bigImg li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.picarr ul.bigImg li img
{
	width:500px;
	height:auto;
	overflow:hidden;
	border:1px solid #ccc;
}
.picarr .smallScroll
{
	width:600px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.picarr .smallScroll a
{
	display:block;
	height:88px;
	width:50px;
	overflow:hidden;
	float:left;
	cursor: pointer;
	text-align: center;
	line-height: 88px;
	font-size:20px;
	transition:1s;
}
.picarr .smallScroll a:hover
{
	color:#eb4502;
}
.picarr .smallScroll .smallImg
{
	width:500px;
	height:auto;
	overflow:hidden;
	float:left;
}
.picarr .smallScroll .smallImg ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.picarr .smallScroll .smallImg ul li
{
	width:100px;
	height:auto;
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
	margin-right:30.66px;
	cursor: pointer;
}
.picarr .smallScroll .smallImg ul li.on
{
	border:1px solid #eb4502;
}
.picarr .smallScroll .smallImg ul li img
{
	width:100px;
	height:86px;
}
/**产品展示 end**/
/**产品推荐**/
.protuijie
{
	width:270px;
	float:left;
	overflow:hidden;
}
.protuijie .bigtit
{
	width:100%;
	height:auto;
	background:#0068b7;
	overflow:hidden;
	padding:25px 60px;
	box-sizing: border-box;
}
.protuijie .bigtit .cn
{
	font-size:30px;
	color:white;
	line-height:30px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom:10px;
}
.protuijie .bigtit .en
{
	font-size:19px;
	line-height:19px;
	color:white;
	overflow:hidden;

}
.protuijie .protuijielist
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
}
.protuijie .protuijielist .bd
{
	overflow:hidden;
}
.protuijie .protuijielist .bd li
{
	overflow:hidden;
}
.protuijie .protuijielist .bd ul li .pic
{
	width:270px;
	border:1px solid #0068b7;
	overflow:hidden;
	box-sizing: border-box;
}
.protuijie .protuijielist .bd ul li .pic img
{
	width:268px;
	height:188.31px;

}
.protuijie .protuijielist .bd ul li .tit
{
	font-size:16px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
/**产品推荐 end**/
