﻿/**全局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: #ddd;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #e62129;
}
.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;
	margin:auto;
}
/**banner end**/
/**logo**/
.head
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background:white;
}
.head .logo
{
	width:80%;
	height:auto;
	float:left;
	overflow:hidden;
}
.head .logo img
{
	width:100%;
	height:auto;
}
.head .navbtn
{
	float:left;
	overflow:hidden;
	width:20%;
}
.head .navbtn img
{
	width:100%;
	height:auto;
}
/**logo end**/
/**底部**/
.foot
{
	width:100%;
	height:auto;
	padding:15px 4%;
	overflow:hidden;
	box-sizing:border-box;
	padding-bottom:65px;
	border-top:1px solid #ddd;
}
.foot .footinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .footinfo .tit
{
	font-size:16px;
	cursor: pointer;
	line-height:20px;
	overflow:hidden;
	color:#222;
}
.foot .footinfo .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.foot .footinfo .des p
{
	font-size:14px;
	color:#666;
	line-height:25px;
}
/**底部 end**/
/**网站底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    background:#e62129;
    z-index: 10;
}
#footnavgu ul li
{
    float:left;
    width:33.33%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:22px;
    padding-top:5px;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:white;
}
/**网站底部固定菜单 end**/
/**index.php**/
/**标题**/
.indtit
{
	font-size:20px;
	color:#222;
	text-align:center;
	line-height:25px;
	overflow:hidden;
	text-transform:uppercase;
}
.indline
{
	width:45px;
	height:6px;
	background:#e62129;
	margin:auto;
	margin-top:10px;
}
/**标题 end**/
/**网站首页第一部分产品**/
.indfir
{
	width:100%;
	padding:15px 4%;
	box-sizing: border-box;
	overflow:hidden;
}
.indfir .indpronav
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
	text-align:center;
}
.indfir .indpronav .xiang
{
	width:calc(33.33% - 6.67px);
	height:auto;
	overflow:hidden;
	display: inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
}
.indfir .indpronav .xiang:nth-child(3n)
{
	margin-right:0px;
}
.indfir .indpronav .xiang a
{
	  display: block;
	  height:32px;
	  width:100%;
	  border:1px solid #ddd;
	  line-height:30px;
	  box-sizing:border-box;
	  overflow:hidden;
	  text-align:center;
	  font-size:14px;
	  border-radius:32px;
	  text-overflow: ellipsis;
	  white-space:nowrap;
}
.indfir .indprolist
{
	width:100%;
	height:auto;
	margin-top:5px;
}
.indfir .indprolist .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfir .indprolist .bd ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indfir .indprolist .bd ul li a
{
	display: inline-block;
	width:calc(50% - 5px);
	height:auto;
	overflow:hidden;
	vertical-align: top;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	margin-right:10px;
}
.indfir .indprolist .bd ul li a:nth-child(2n)
{
	margin-right:0px;
}
.indfir .indprolist .bd ul li a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfir .indprolist .bd ul li a .pic img
{
	width:100%;
	height:auto;
}
.indfir .indprolist .bd ul li a .tit
{
	font-size:15px;
	width:95%;
	text-align:center;
	color:#444;
	line-height:20px;
	font-weight:600;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin:auto;
}
.indfir .indprolist .bd ul li a .line
{
	width:95%;
	height:1px;
	background:#dcdcdc;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.indfir .indprolist .bd ul li a .des
{
	width:95% !important;
	color:#888;
	font-size:14px;
	line-height:20px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	margin:auto;
	text-align:center;
	margin-bottom:10px;
}
/**网站首页第一部分产品 end**/
/**网站首页第二部分关于我们 **/
.indsec
{
	width:100%;
	margin:auto;
	height:auto;
	padding:15px 4%;
	box-sizing:border-box;
	background:url('../images/indabubg.jpg') no-repeat center center;
	background-size:cover;
}
.indsec .indabu
{
	width:100%;
	height:auto;
	margin-top:15px;
	position: relative;
}
.indsec .indabu .contbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
	box-sizing: border-box;
	padding:10px;
}
.indsec .indabu .contbg .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsec .indabu .contbg .cont .tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
}
.indsec .indabu .contbg .cont .des
{
	font-size:14px;
	line-height:28px;
	overflow:hidden;
	color:#888;
	margin-top:10px;
}
.indsec .indabu .contbg .indabunav
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
	text-align:center;
	margin-top:15px;
}
.indsec .indabu .contbg .indabunav .xiang
{
	display: inline-block;
	vertical-align:top;
	margin-left:15px;
	margin-right:15px;
}
.indsec .indabu .contbg .indabunav .xiang .pic
{
	width:47px;
	height:47px;
	box-sizing: border-box;
	border:1px solid #6f6f6f;
	border-radius:50%;
	margin:auto;
	box-shadow: 3px 3px 5px #fff;
}
.indsec .indabu .contbg .indabunav .xiang .pic img.img2
{
	display: none;
}
.indsec .indabu .contbg .indabunav .xiang .pic img
{
	width:45px;
	height:45px;
}
.indsec .indabu .contbg .indabunav .xiang .tit
{
	font-size:14px;
	text-align:center;
	color:#444;
	line-height:20px;
	margin-top:10px;
	color:#444;
}
.indsec .abupic
{
	 width:100%;
	 height:auto;
	 overflow:hidden;
}
.indsec .abupic img
{
	 width:100%;
	 height:auto;
}
/**网站首页第二部分关于我们 end**/
/**网站首页第三部分案例**/
.indthi
{
	width:100%;
	height:auto;
	margin:auto;
	padding:15px 4%;
	box-sizing: border-box;
}
.indthi .indcaselist
{
	width:100%;
	height:auto;
	margin-top:15px;
	box-shadow: 2px 2px 10px #ddd;
}
.indthi .indcaselist .bd
{
	width:100%;
	height:auto;
}
.indthi .indcaselist .bd li
{
	width:100%;
	height:auto;
}
.indthi .indcaselist .bd li a
{
	display: block;
	width:100%;
	height:auto;
}
.indthi .indcaselist .bd li a .wenzi
{
	width:100%;
	box-sizing: border-box;
	border:1px solid #eee;
	background:white;
	height:auto;
	box-sizing: border-box;
	padding:10px;
}
.indthi .indcaselist .bd li a .wenzi .tit
{
	font-size:16px;
	color:#444;
	line-height:25px;
	overflow:hidden;

}
.indthi .indcaselist .bd li a .wenzi .des
{
	font-size:14px;
	color:#888;
	line-height:30px;
	overflow:hidden;
	height:150px;
	margin-top:10px;
}
.indthi .indcaselist .bd li a .wenzi .shuzi
{
	text-align: right;
	font-size:20px;
	color:#444;
}
.indthi .indcaselist .bd li a .wenzi .shuzi span
{
	font-size:30px;
	color:#e62129;
}
.indthi .indcaselist .bd li a .pic
{
	width:100%;
	height:auto;
}
.indthi .indcaselist .bd li a .pic img
{
	width:100%;
	height:auto;
}
/**网站首页第三部分案例 end**/
/**网站首页第四部分新闻**/
.indfou 
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/indnewbg.jpg') no-repeat center top;
	background-size: cover;
	padding:15px 4%;
	box-sizing:border-box;
}
.indfou .tou
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfou .tou .indtit
{
	float:left;
	text-align:left;
	overflow:hidden;
}
.indfou .infounav
{
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
}
.indfou .infounav a
{
	display: inline-block;
	vertical-align:top;
}
.indfou .infounav a.wenzi
{
	color:#666;
	font-size:14px;
	margin-right:10px;
	height:32px;
	line-height:30px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:32px;
	margin-right:10px;
	text-align:center;
	width:calc(33.33% - 6.67px);
}
.indfou .infounav a.wenzi:nth-child(3n)
{
	margin-right:0px;
}
.indfou .tou a.arr
{
	width:25px;
	height:30px;
	background:url('../../images/newsmorearr.png') no-repeat center center;
	overflow:hidden;
	display:block;
	float:right;
}
.indfou .indnews
{
	width:100%;
	height:auto;
	margin-top:15px;
}
.indfou .indnews .fir
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfou .indnews .fir a
{
	display:block;
	overflow:hidden;
}
.indfou .indnews .fir a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
}
.indfou .indnews .fir a .pic img
{
	width:100%;
	height:auto;
}
.indfou .indnews .fir a .pic .time
{
	width:80px;
	height:30px;
	position: absolute;
	right:0px;
	bottom:0px;
	text-align:center;
	background:#e62129;
	font-size:16px;
	line-height:30px;
	color:white;
}
.indfou .indnews .fir a .wenzi
{
	width:100%;
	height:auto;
	background:white;
	overflow:hidden;
	box-sizing: border-box;
	padding:10px;
}
.indfou .indnews .fir a .wenzi .tit
{
	font-size:16px;
	line-height:20px;
	overflow:hidden;
}
.indfou .indnews .fir a .wenzi .des
{
	color:#888;
	line-height:24px;
	font-size:15px;
	overflow:hidden;
	height:auto;
	margin-top:10px;
}
.indfou .indnews .r
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:1px solid #eee;
}
.indfou .indnews .r .newlist
{
	width:100%;
	height:auto;
}
.indfou .indnews .r .newlist li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfou .indnews .r .newlist li a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding-top:10px;
	padding-bottom:10px;
}
.indfou .indnews .r .newlist li a .tit
{
	font-size:16px;
	height:auto;
	line-height:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.indfou .indnews .r .newlist li a .time
{
	font-size:14px;
	color:#999;
	line-height:20px;
}
/**网站首页第四部分新闻 end**/
/**网站首页第五部分产品**/
.indfif
{
	width:100%;
	padding:15px 4%;
	box-sizing: border-box;
	overflow:hidden;
}
.indfif .indsolnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
	text-align:left;
}
.indfif .indsolnav .xiang
{
	width:calc(50% - 5px);
	height:auto;
	overflow:hidden;
	display: inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
}
.indfif .indsolnav .xiang:nth-child(2n)
{
	margin-right:0px;
}
.indfif .indsolnav .xiang a
{
	  display: block;
	  height:32px;
	  width:100%;
	  border:1px solid #ddd;
	  line-height:30px;
	  box-sizing:border-box;
	  overflow:hidden;
	  text-align:center;
	  font-size:14px;
	  border-radius:32px;
	  text-overflow: ellipsis;
	  white-space:nowrap;
}
.indfif .indsollist
{
	width:100%;
	height:auto;
	font-size:0px;
}
.indfif .indsollist .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.indfif .indsollist .xiang a
{
	display:block; 
	overflow:hidden;
}
.indfif .indsollist .xiang a .pic
{
	width:100px;
	float:left;
}
.indfif .indsollist .xiang a .pic img
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfif .indsollist .xiang a .wenzi
{
	width:calc(100% - 110px);
	float:right;
	overflow:hidden;
}
.indfif .indsollist .xiang a .wenzi .tit
{
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	transition: 1s;
}
.indfif .indsollist .xiang a .wenzi .des
{
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	color:#999;
	transition: 1s;
	height:40px;
	overflow:hidden;
}
/**网站首页第五部分产品 end**/
/**index.php end**/
/**内页**/
.ztr
{
	width:100%;
}
.ztr .search
{
	width:100%;
	height:36px;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
	border-radius:5px;
	box-sizing:border-box;
	padding-left:;
	background:url('../../images/fangdajing.png') no-repeat left center;
	padding-left:30px;
}
.ztr .search .input
{
	width:calc(100% - 68px);
	height:34px;
	float:left;
	overflow:hidden;
}
.ztr .search .input input
{
	width:100%;
	height:100%;
	border:none;
	outline: none;
	font-size:14px;
}
.ztr .search .input input:focus
{
	outline:none;
}
.ztr .search .tijiao
{
	width:68px;
	float:left;
	height:100%;
	overflow:hidden;
}
.ztr .search .tijiao input
{
	width:100%;
	height:100%;
	border:none;
	color:white;
	background:#e62129;
	cursor: pointer;
}
/**内页菜单 end**/
/**内页所在的位置 **/
.inssitebg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#434343;
	box-sizing:border-box;
	margin-top:15px;
	padding:10px;

}
.inssite
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	overflow:hidden;
	line-height:25px;
	margin:auto;
	color:#fff;
}
.inssite a
{
	color:#fff;
}
/**内页所在的位置 end**/
/**about.php**/
.insabu1
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 4%;
	box-sizing: border-box;
}
.insabu1 .insabu1cont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu1 .insabu1cont .l
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu1 .insabu1cont .l .tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
}
.insabu1 .insabu1cont .l .cont
{
	margin-top:15px;
	overflow:hidden;
}
.insabu1 .insabu1cont .l .cont p
{
	line-height:28px;
	font-size:15px;
	overflow:hidden;
	color:#888;
	margin-bottom:25px;
}
.insabu1 .insabu1cont .r
{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.insabu1 .insabu1cont .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu1 .insabu1cont .pic img
{
	width:100%;
	height:auto;
}
.insabu2bg
{
	background:#f9f9f9;
}
.insabu2
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	box-sizing: border-box;
	padding:15px 4%;
}
.insabu2 .insabu2tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
}
.insabu2 .insabu2cont
{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.insabu2 .insabu2cont .wenzi
{
	overflow:hidden;
	box-sizing: border-box;
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
}
.insabu2 .insabu2cont .wenzi .htit
{
	font-size:16px;
	font-weight:bold;
	color:#e62129;
}
.insabu2 .insabu2cont .wenzi .des
{
	font-size:16px;
	color:#666;
	line-height:25px;
	margin-top:10px;
}
.insabu2 .insabu2cont .pic
{
	width:100%;
	height:auto;
}
.insabu2 .insabu2cont .pic img
{
	width:100%;
	height:auto;
}
.insabu3
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	box-sizing: border-box;
	padding:15px 4%;
}
.insabu3 .insabu3tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
}
.insabu3 .rongyulist
{
	width:100%;
	height:auto;
	margin-top:15px;
}
.insabu3 .rongyulist .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu3 .rongyulist .bd li
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.insabu3 .rongyulist .bd li .pic
{
	width:calc(50% - 5px);
	border:1px solid #a3a3a3;
	box-sizing: border-box;
	overflow:hidden;
	display: inline-block;
	margin-right:10px;
}
.insabu3 .rongyulist .bd li .pic:nth-child(2n)
{
	margin-right:0px;
}
.insabu3 .rongyulist .bd li .pic img
{
	width:100%;
	height:auto;
}
/**about.php end**/
/**内页banner**/
.insbanner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insbanner img
{
	width:100%;
	height:auto;
}
/**内页banner end**/
/**内页**/
/**内页菜单**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
	padding-bottom:0px;
}
.insnav ul 
{
	font-size:0px;
	overflow:hidden;
	text-align:center;
}
.insnav ul li
{
	display:inline-block;
	overflow:hidden;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
	margin-bottom:10px;
	min-width:calc(25% - 7.5px);
}
.insnav ul li:nth-child(4n)
{
	margin-right:0px;
}
.insnav ul li a
{
	display:block;
	font-size:15px;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing: border-box;
	color:#666;
	text-align:center;
	width:100%;
	padding:5px 0px;
}
.insnav ul li a.hover
{
	color:#fff;
	background:#e62129;
}
/**内页菜单 end**/
/**展示页内容**/
.insxxbigtit
{
	font-size:20px;
	color:#e62129;
	overflow:hidden;
	line-height:20px;
	font-weight:bold;
	text-align: center;
	margin-bottom:10px;
}
.insxx {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding:15px 4%;
}
.insxxpic {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insxxpic img {
  width: 100%;
  height: auto;
  display: block;
}
.insxxtitle {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom:10px;
}
.insxxtime {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.insxxcontent {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #333;
  word-break: break-word;
  min-height:250px;
  overflow-x:auto;
}
.insxxcontent p {
  word-break: break-word;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.insxxcontent table {
  width: 100%;
}
.insxxcontent img {
  height: auto;
  display:inline-block;
  vertical-align: middle;
  width:auto;
  max-width:100% !important;
}
.insxxxx {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  margin-bottom:10px;
}
/**展示页内容 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**/
/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:10px;
}
.insprolist .xiang
{
	width:calc(50% - 5px);
	height:auto;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	vertical-align: top;
}
.insprolist .xiang:nth-child(2n)
{
	margin-right:0px;
}
.insprolist .xiang a
{
	display: block;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	padding-bottom:25px;
}
.insprolist .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist .xiang a .pic img
{
	width:100%;
	height:auto;
}
.insprolist .xiang a .tit
{
	color:#444;
	font-size:14px;
	line-height:16px;
	overflow:hidden;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	min-height:32px;
	margin-top:10px;
}
.insprolist .xiang a .cn
{
	color:#444;
	font-size:14px;
	line-height:16px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	text-align:center;
	margin-top:10px;
}
/**product.php end**/
/**solve.php**/
.inssolvelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
}
.inssolvelist .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.inssolvelist .xiang a
{
	display: block;
	transition: 1s;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	overflow:hidden;
}
.inssolvelist .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
	float:left;

}
.inssolvelist .xiang a .pic img
{
	width:100%;
	height:auto;
}
.inssolvelist .xiang a .wenzi
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
}
.inssolvelist .xiang a .wenzi .tit
{
	font-size:16px;
	height:auto;
	text-overflow: ellipsis;
	overflow:hidden;
	color:#444;
	line-height:25px;
	white-space: nowrap;
}
.inssolvelist .xiang a .wenzi .des
{
	font-size:14px;
	height:auto;
	overflow:hidden;
	color:#999;
	line-height:24px;
	margin-top:10px;
}
.inssolvelist .xiang a .wenzi .more
{
	width:100px;
	height:30px;
	line-height:28px;
	font-size:15px;
	overflow:hidden;
	color:#fff;
	border:1px solid #999;
	white-space: nowrap;
	box-sizing:border-box;
	text-align:center;
	margin-top:15px;
	margin:auto;
	background:#e62129;
}
/**solve.php end**/
/**news.php**/
.insnewslist1
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
}
.insnewslist1 .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist1 .xiang a
{
	display: block;
	transition: 1s;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
}
.insnewslist1 .xiang a .pic
{
	width:100px;
	min-height:100px;
	background:#f8f8f8;
	float:left;
	overflow:hidden;
	border:1px solid #ddd;
}
.insnewslist1 .xiang a .pic img
{
	width:100%;
	height:auto;
}
.insnewslist1 .xiang a .wenzi
{
	width:calc(100% - 110px);
	float:right;
	overflow:hidden;
}
.insnewslist1 .xiang a .wenzi .title
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	color:black;
}
.insnewslist1 .xiang a .wenzi .time
{
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	color:#999;
	margin-top:5px;
}
.insnewslist1 .xiang a .wenzi .des
{
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	color:#999;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**news.php end**/
/**case.php**/
.inscaselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	margin-top:15px;
}
.inscaselist .xiang
{
	width:calc(50% - 5px);
	height:auto;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	vertical-align: top;
}
.inscaselist .xiang:nth-child(2n)
{
	margin-right:0px;
}
.inscaselist .xiang a
{
	display: block;
	transition: 1s;
}
.inscaselist .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	transition: 1s;

}
.inscaselist .xiang a .pic img
{
	width:100%;
	height:auto;
}
.inscaselist .xiang a .tit
{
	color:#444;
	font-size:15px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	margin-top:10px;
}
/**case.php end**/
/**contact.php**/
.contact1
{
	width:100% !important;
	height:auto;
	overflow:hidden;
}
.contact2
{
	width:100% !important;
	height:auto;
	overflow:hidden;
}
.contact2 blockquote
{
	width:100% !important;
	margin:0px !important;
}
/**contact.php end**/
/**message.php**/
.messagezt
{
	width:100%;
	height:auto;
	overflow:hidden;

}
.messagezt .message
{
	width:100%;
	height:auto;
}
.messagezt .message dl
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.messagezt .message dl dt
{
	font-size:15px;
	height:38px;
	line-height:38px;
	overflow:hidden;
}
.messagezt .message dl dd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.messagezt .message dl dd input
{
	width:100%;
	height:30px;
	border:1px solid #ddd;
	outline: none;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.messagezt .message dl dd textarea
{
	width:100%;
	height:80px;
	border:1px solid #ddd;
	outline: none;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.messagezt .message .submit
{
	width:100%;
	height:30px;
	margin-top:20px;
	overflow:hidden;
}
.messagezt .message .submit input
{
	width:100%;
	height:30px;
	background:#da251d;
	color:white;
	border-radius: 5px;
	border:none;
	cursor: pointer;
	transition:1s;
}
/**message.php end**/
/**productshow.php**/
.protou .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding-top:10px;
	padding-bottom:10px;
}
.protou .des .sm
{
	width:100%;
	font-size:16px;
	line-height:30px;
	color:#e62129;
	font-weight:600;
}
.protou .des .ms
{
	font-size:15px;
	line-height:25px;
	color:#666;
	overflow:hidden;
}
.protou .guige
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding-top:10px;
	padding-bottom:10px;
}
.protou .guige .sm
{
	width:100%;
	font-size:16px;
	line-height:30px;
	color:#e62129;
	font-weight:600;
}
.protou .guige .ms
{
	font-size:15px;
	line-height:25px;
	color:#666;
	overflow:hidden;
}
.protou .xiazai
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	overflow:hidden;
}
.protou .xiazai a
{
	color:#0b6cfd;
	transition: 1s;
	font-size:14px;
}
.procont
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:15px;	
}
.procont .proshownav
{
	width:100%;
	height:auto;
	padding-bottom:15px;
	overflow:hidden;
	font-size:0;
	border-bottom:1px solid #ddd;
}
.procont .proshownav .xiang
{
	display: inline-block;
	padding:10px;
	overflow:hidden;
	box-sizing: border-box;
	border:1px solid #ddd;
	font-size:14px;
	line-height:20px;
	color:black;	
	margin-right:10px;
	cursor: pointer;
}
.procont .proshownav .xiang a
{
	display: block;
	width:100%;
	height:100%;
}
.procont .proshownav .hover
{
	color:white;
	background:#e62129;

}
.procont .insxxcontent
{
	display: none;
	margin-top:15px !important;
}
/**productshow.php end**/