﻿/**全局css**/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	background: white;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
p {
	color: #333;
}
li {
	list-style: none;
}
img {
	border: none;
	display:block;
}
.clear {
	clear: both;
}
/**全局css**/
/**banner**/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.banner .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #FE6C9C;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner .bd li img {
	width: 100%;
	height: auto;
	display:block;
}
/**banner end**/
/**logo**/
.head
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.head .logo
{
	width:25%;
	height:auto;
	overflow:hidden;
	float:left;
}
.head .logo img
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.head .search
{
	width:40%;
	float:left;
	height:100%;
	overflow:hidden;
}
.head .search .bao
{
	width:100%;
	height:30px;
	border:1px solid #ddd;
	overflow:hidden;
	border-radius: 15px;
	overflow:hidden;
	box-sizing: border-box;

}
.head .search .bao .input
{
	width:calc(100% - 30px);
	float:left;
	height:auto;
	overflow:hidden;
}
.head .search .bao .input input
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:none;
	height:30px;
	outline: none;
	box-sizing: border-box;
	padding:0px 10px;
}
.head .search .bao .btn
{
	width:30px;
	height:30px;
	float:left;
	overflow:hidden;
	background:url('../images/sousuo.jpg') no-repeat center center;
}
.head .search .bao .btn input
{
    opacity:0;
    width:30px;
	height:30px;
}
.head .lan
{
	width:35%;
	float:left;
	height:100%;
	overflow:hidden;
}
.head .lan .bao
{
	text-align: center;
	width:100%;
	height:auto;
	overflow:hidden;
}
.head .lan .bao a
{
	display:inline-block;
	height:20px;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius: 10px;
	padding:0px 5px;
}
.head .lan .bao a.hover
{
	border:1px solid #e62129;
}
.head .lan .bao a .pic
{
   width:16px;
   float:left;
   overflow:hidden;
   margin-top:4px;
}
.head .lan .bao a .pic img
{
	width:16px;
	height:auto;
}
.head .lan .bao a p
{
	float:right;
	font-size:12px;
	margin-left:5px;
	overflow:hidden;
	line-height:20px;

}
/**logo end**/
/**导航**/
.navbg
{
	width:100%;
	height:80px;
	overflow:hidden;
	background:#008fd7;
}
.navbg .nav
{
	width:100%;
	height:40px;
	box-sizing: border-box;
}
.nav ul 
{
	width:100%;
	height:40px;
	overflow:hidden;
	display:flex;
	margin:auto;
}
.nav ul li
{
	flex:1;
	border-right:1px solid #fff;
	height:40px;
}
.nav ul li a
{
	width:100%;
	height:40px;
	color:white;
	text-align:center;
	font-size:16px;
	display:block;
	line-height:39px;
	border-top:1px solid white;
	
}
.nav ul li:nth-child(4)
{
	border-right:none;
}
.nav ul li.hover
{
	background:#e62129;
}
/**导航 end**/
/**底部**/
.foot
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#008fd7;
	padding:15px 10px;
	box-sizing: border-box;
	
}
.foot .bigtit
{
	font-size:18px;
	color:white;
	overflow:hidden;
	height:30px;
	line-height:30px;
}
.foot .info
{
	color:white;
	font-size:14px;
	line-height:25px;
	overflow:hidden;
	color:white;
}
.foot .info p
{
	color:white;
}
.footsec
{
	width:100%;
	height:auto;
	padding:10px;
	box-sizing: border-box;
	color:white;
	font-size:14px;
	background:#343434;
	margin-bottom:50px;
	text-align: center;
}
/**底部 end**/
/**网站底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    background:#008fd7;
    z-index: 10;
}
#footnavgu ul li
{
    float:left;
    width:50%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:14%;
    padding-top:5px;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:white;
}
/**网站底部固定菜单 end**/
/**首页**/
/**标题部分**/
.indtit
{
	width:100%;
	height:20px;
	overflow:hidden;
	box-sizing: border-box;
	border-left:5px solid #e62129;
	padding-left:10px;
	color:#008fd7;
	line-height:20px;
	font-weight:bold;
	font-size:18px;
}
.indtit a
{
    float:right;
    font-size:14px;
    color:#e62129;
}
/**标题部分 end**/
/**首页第一部分产品中心**/
.indfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 10px;
	box-sizing: border-box;
}
.indfir .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfir .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;

}
.indfir .list ul li
{
	display: inline-block;
	overflow:hidden;
	width:calc(50% - 5px);
	margin-right:10px;
	vertical-align:top;
	margin-top:10px;
	box-sizing: border-box;
	padding:5px;
	background:#f0f0f0;
}
.indfir .list ul li:nth-child(2n)
{
	margin-right:0px;
}
.indfir .list ul li .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.indfir .list ul li .pic img
{
	width:100%;
    height:auto;
}
.indfir .list ul li .txt
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfir .list ul li .txt .tit
{
	font-size:15px;
	text-align: center;
	color:#008fd7;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top:10px;
	font-weight: bold;
}
.indfir .list ul li .txt p
{
	font-size:14px;
	overflow:hidden;
	line-height:25px;
	height:175px;
}
/**首页第一部分产品中心 end**/
/**网站首页第二部分关于我们**/
.indabupic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indabupic img
{
	width:100%;
	height:auto;
}
.indsec
{
	width:100%;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;
}
.indsec .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	margin-top:10px;
}
.indsec .cont p
{
	width:100%;
	height:auto;
	line-height:25px;
}
/**网站首页第二部分关于我们 end**/
/**网站首页第三部分解决方案**/
.indthi
{
	width:100%;
	margin:auto;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;
}
.indthi .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indthi .list ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indthi .list ul li
{
	width:100%;
	height:auto;
	margin-top:10px;
	overflow:hidden;
}
.indthi .list ul li .pic
{
	width:120px;
	float:left;
	overflow:hidden;
	height:auto;
}
.indthi .list ul li .pic img
{
    width:120px;
    height:auto;
}
.indthi .list ul li .txt
{
	float:right;
	width:calc(100% - 130px);
	overflow:hidden;
}
.indthi .list ul li .txt .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
}
.indthi .list ul li .txt .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;	
	line-height:25px;
	color:#999;
	margin-top:5px;
	height:50px;
}
/**网站首页第三部分解决方案 end**/
/**网站首页第四部分新闻**/
.indfou
{
	width:100%;
	margin:auto;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;
}
.indfou .indfirnew
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.indfou .indfirnew .pic
{
	width:150px;
	height:auto;
	float:left;
	overflow:hidden;
	position:relative;	
}
.indfou .indfirnew .pic img
{
	width:100%;
	height:auto;
}
.indfou .indfirnew .pic .riqi
{
	width:80px;
	height:auto;
	overflow:hidden;
	position:absolute;
	background:#008fd7;
	left:0;
	top:0;
	z-index:1;
	padding-top:5px;
	padding-bottom:5px;
}
.indfou .indfirnew .pic .riqi .ri
{
	font-size:16px;
	text-align: center;
	color:white;
	overflow:hidden;
	font-weight:bold;
}
.indfou .indfirnew .pic .riqi .yue
{
	text-align: center;
	font-size:14px;
	color:white;
	overflow:hidden;

}
.indfou .indfirnew .wenzi
{
	width:calc(100% - 160px);
	float:right;
	overflow:hidden;

}
.indfou .indfirnew .wenzi .tit
{
	font-size:16px;
	overflow:hidden;
	height:42px;
	line-height:20px;
}
.indfou .indfirnew .wenzi .des
{
	font-size:14px;
	overflow:hidden;
	line-height:22px;
	height:70px;
}
.indfou .list
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfou .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfou .list ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.indfou .list ul li .riqi
{
	width:100px;
	height:auto;
	overflow:hidden;
	float:left;
	box-sizing: border-box;
	border:1px solid #008fd7;
}
.indfou .list ul li .riqi .ri
{
	width:100%;
	height:35px;
	background:#008fd7;
	font-size:18px;
	color:white;
	text-align: center;
	font-weight:bold;
	line-height:35px;
}
.indfou .list ul li .riqi .yue
{
	text-align: center;
	overflow:hidden;
	font-size:14px;
	height:35px;
	line-height:35px;
}
.indfou .list ul li .wenzi
{
	float:right;
	width:calc(100% - 110px);
	height:auto;
	overflow:hidden;
}
.indfou .list ul li .wenzi .tit
{
	width:100%;
	height:auto;
	line-height:25px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.indfou .list ul li .wenzi .des
{
	width:100%;
	color:#999;
	overflow:hidden;
	line-height:25px;
	height:55px;
	font-size:14px;
}
/**网站首页第四部分新闻 end**/
/**网站首页第五部分服务**/
.indfifbtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
	text-align: center;
}
.indfifbtit .line
{
    vertical-align: middle;
    overflow:hidden;
    width:50px;
    height:2px;
    background:#008fd7;
    display:inline-block;
}
.indfifbtit p
{
	font-size:18px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size:bold;
	margin-left:10px;
	margin-right:10px;
	color:#008fd7;

}
.indfif
{
	width:100%;
	margin:auto;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;
}
.indfif .indfif1
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	background:#f5f5f5;
	padding:10px;
	box-sizing: border-box;

}
.indfif .indfif1 .list
{
   width:100%;
   height:auto;
   overflow:hidden;
   margin-top:10px;
}
.indfif .indfif1 .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfif .indfif1 .list ul li
{
	margin-top:10px;
	width:100%;
	height:auto;
	overflow:hidden;

}
.indfif .indfif1 .list ul li .wen
{
	width:100%;
	height:30px;
	overflow:hidden;
}
.indfif .indfif1 .list ul li .wen .w
{
	width:25px;
	height:25px;
	float:left;
	background:#e62129;
	line-height:25px;
	text-align: center;
	margin-top:2px;
	color:white;
	border-radius: 3px;

}
.indfif .indfif1 .list ul li .wen p
{
	float:right;
	width:calc(100% - 35px);
	overflow:hidden;
	height:30px;
	line-height:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indfif .indfif1 .list ul li .da
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfif .indfif1 .list ul li .da .d
{
	width:25px;
	height:25px;
	float:left;
	background:#008fd7;
	line-height:25px;
	text-align: center;
	margin-top:2px;
	color:white;
	border-radius: 3px;

}
.indfif .indfif1 .list ul li .da p
{
	float:right;
	width:calc(100% - 35px);
	overflow:hidden;
	line-height:25px;
	color:#999;
	font-size:14px;

}
.indfif .indfif2
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	background:#f5f5f5;
	padding:10px;
	box-sizing: border-box;

}
.indfif .indfif2 .list
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.indfif .indfif2 .list ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfif .indfif2 .list ul li
{
   height:30px;
   line-height:32px;
   font-size:14px;
   overflow:hidden;
   background: url(../../images/download.jpg) no-repeat left center;
   padding-left:15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   box-sizing: border-box;

}
/**网站首页第五部分服务 end**/
/**网站首页第六部分合作伙伴**/
.indsix
{
    width:100%;
	margin:auto;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;
}
.indsixtit
{
     width:100%;
     height:30px;
     overflow:hidden;
     line-height:30px;
     font-size:16px;
     text-align: center;
     font-weight:bold;
     margin-top:5px;
     margin-bottom:5px;

}
.indsix .indsix1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsix .indsix1 ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indsix .indsix1 ul li
{
	width:24%;
	margin-right:1.33%;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing: border-box;
	vertical-align: top;
	display:inline-block;
	margin-bottom:10px;
}
.indsix .indsix1 ul li:nth-child(4n)
{
    margin-right:0px;
}
.indsix .indsix1 ul li img
{
	width:100%;
	height:auto;
}
.indsix .indsix2
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsix .indsix2 ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indsix .indsix2 ul li
{
	display:inline-block;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}
.indsix .indsix2 ul li a
{
	font-size:14px;
}
/**网站首页第六部分合作伙伴 end**/
/**网站首页第七部分友情链接**/
.indsev
{
    width:100%;
	margin:auto;
	overflow:hidden;
	height:auto;
	padding:15px 10px;
	box-sizing: border-box;	
}
.indsev .list
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indsev .list a
{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
	font-size:14px;
}
/**网站首页第七部分友情链接 end**/
/**首页 end**/
/**内页**/
/**内页大标题**/
.instit
{
	font-size:18px;
	height:auto;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}
.insline
{
	width:60px;
	height:1px;
	background:#008fd7;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
/**内页大标题 end**/
/**子菜单**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f6f6f6;
}
.insnav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;	
}
.insnav ul li
{
	display:inline-block;
	overflow:hidden;
}
.insnav ul li a
{
	display:block;
	font-size:14px;
	padding:10px 15px;
	overflow:hidden;
	border-bottom:1px solid #f6f6f6;
}
.insnav ul li a.hover
{
	border-bottom:1px solid #008fd7;
}
/**子菜单 end**/
/**展示页内容**/
.insxx {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding:15px 10px;
}
.insxx .insxxpic {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insxx .insxxpic img {
  width: 100%;
  height: auto;
  display: block;
}
.insxx .insxxtitle {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.insxx .insxxtime {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.insxxcontent {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-top:15px;
  word-break: break-word;
}
.insxxcontent p {
   word-break: break-word;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.insxxcontent table {
  width: 100%;
}
.insxxcontent img {
  width: 100%;
  height: auto;
  display:inline-block;
}
.insxx .picarr
{
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.insxx .xxwz
{
	width: 100%;
    height: 30px;
    background: #efefef;
    overflow: hidden;
    margin-bottom:10px;
}
.insxx .xxwz span
{
    width: 100px;
    height: 30px;
    display: block;
    color: white;
    text-align: center;
    background: #e62129;
    font-size: 16px;
    line-height: 30px;
}
.insxx .des
{
	margin-bottom:10px;
	font-size:14px;
	color:#999;
	line-height:25px;
}
/**展示页内容 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: 3px;
  padding: 3px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #e62129;
  color: white;
}
.switch a.on {
  background: #e62129;
  color: white;
}
/**分页 end**/
/**关于我们**/
.insxxcontent .fr
{
	margin-top:15px;
}
/**关于我们 end**/
/**产品中心**/
/**图片列表**/
.piclist
{
     width:100%;
     height:auto;
     overflow:hidden;
}
.piclist ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.piclist ul li 
{
	display:inline-block;
	width:calc(50% - 5px);
	margin-right:10px;
	overflow:hidden;
	margin-bottom:10px;
	vertical-align: top;
}
.piclist ul li:nth-child(2n)
{
	margin-right:0px;
}
.piclist ul li div.pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
}
.piclist ul li div.pic img
{
	width:100%;
	height:auto;
}
.piclist ul li p
{
	font-size:14px;
	height:auto;
	overflow:hidden;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	background:#008fd7;
}
/**图片列表 end**/
/**产品中心 end**/
/**新闻中心**/
.wzlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.wzlist ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wzlist ul li 
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #dcdcdc;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.wzlist ul li a
{
	display:block;
	height:auto;
	overflow:hidden;
	line-height:25px;
	font-size:14px;
}
.wzlist ul li a span
{
	padding-right:10px;
	
}
/**新闻中心 end**/
/**联系我们**/
.inscontact
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 10px;
	box-sizing: border-box;
}
.inscontact .map
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	
}
.inscontact .info
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inscontact .info .gstit
{
	margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    overflow:hidden;
    margin-top:10px;
    font-weight:bold;
}
.inscontact .info p
{
	font-size:15px;
	overflow:hidden;
	color:#666;
	line-height:30px;
	text-align: justify;
}
.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;
}
/**联系我们 end**/
/**产品展示**/
.insprotit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	text-align: center;
	margin-bottom:10px;
	color:#008fd7;
}
#inspropic
{
	margin-bottom:10px;
}
.insprovideo
{
	width:100%;
	height:auto;
	background:#ccc;
	margin-bottom:10px;
}
.insprovideo video
{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.insprodes
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	color:#999;
}
div.xiazai
{
	width:123px;
	height:39px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
div.xiazai a
{
	 display:block;
	 width:100%;
	 height:100%;
	 overflow:hidden;
	 background:url('../../images/products3.jpg') no-repeat center center;
}
.insproline
{
	width:100%;
	height:1px;
	background:#ccc;
	overflow:hidden;
}
.insprocont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprobigtit
{
	width:100%;
	height:auto;
	line-height:30px;
	overflow:hidden;
	font-weight:bold;
	color:#008fd7;
}
.insproyy
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insproyy ul
{
	width:100%;
	height:auto;
	font-size:0px;
	margin-top:10px;
}
.insproyy ul li
{
	display: inline-block;
	width:calc(50% - 5px);
	vertical-align: top;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}
.insproyy ul li:nth-child(2n)
{
	margin-right:0px;
}
.insproyy ul li .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insproyy ul li .pic img
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insproyy ul li p
{
	width:100%;
	height:auto;
	background:#008fd7;
	padding:5px;
	box-sizing: border-box;
	color:white;
	text-align: center;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.insprojz
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprojz ul
{
	width:100%;
	height:auto;
	font-size:0px;
	margin-top:10px;
}
.insprojz ul li
{
	display: inline-block;
	width:calc(50% - 5px);
	vertical-align: top;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}
.insprojz ul li:nth-child(2n)
{
	margin-right:0px;
}
.insprojz ul li .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.insprojz ul li .pic img
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprojz ul li p
{
	width:100%;
	height:auto;
	padding:5px;
	box-sizing: border-box;
	text-align: center;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
/**产品展示 end**/
/**图片展示**/
.proshowlist
{
	display:none;
}
/**图片展示 end**/
/**产品展示页菜单**/
.proshownav
{
     width:100%;
     height:auto;
     overflow:hidden;
}
.proshownav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.proshownav ul li
{
	display:inline-block;
	width:50%;
	cursor: pointer;
	font-size:14px;
	overflow:hidden;
	background:#999;
	color:white;
	text-align: center;
	height:30px;
	line-height:30px;
}
.proshownav ul li:hover
{
	background:#018fd7;
}
.proshownav ul li.hover
{
	background:#018fd7;
}
/**产品展示页菜单**/
/**留言**/
.jianyi
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianyi .input
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianyi .input .il
{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.jianyi .input .ir
{
	width:100%;
	overflow:hidden;
}
.jianyi .input .ir input
{
	width:100%;
	height:30px;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #ccc;
	padding:0px 10px;
}
.jianyi .input .ir textarea
{
	width:100%;
	height:150px;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #ccc;
}
.jianyi .input .ir textarea:focus
{
	outline: none;
}
.jianyi .tijiao
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianyi .tijiao .tjbtn
{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.jianyi .tijiao .tjbtn input
{
   width:100%;
   border:0px;
   background:#018fd7;
   color:white;
   height:30px;
}
/**留言 end**/
/**内页 end**/
