﻿/**全局css**/
*
{
	margin:0;
	padding:0;
}
body
{
	font-family:"微软雅黑";
}
a
{
	text-decoration: none;
}
li
{
	list-style:none;
}
img
{
	border:none;
}
/**logo**/
.logo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.logo img
{
	width:100%;
	height:auto;
}
/**导航**/
.navbg
{
	width:100%;
	height:80px;
	overflow:hidden;
	background:#f0f0f0;
}
.nav
{
	width:100%;
	height:40px;
	box-sizing: border-box;
	border-bottom:1px solid #fff;

}
.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:black;
	text-align:center;
	font-size:16px;
	display:block;
	line-height:39px;
}
.nav ul li:nth-child(4)
{
	border-right:none;
}
.nav ul li a.navhover
{
	color:white;
	background:#049e3b;
}
/**banner**/
.banner
{
	margin:0;
	padding:0;
}
.banner img
{
  width:100%;
  height:auto;
  display:block;
}
/**foot**/
.footbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#454645;
	margin-bottom:50px;
}
.footnav
{
   width:100%;
   height:auto;
   overflow:hidden;
   padding-top:20px;
   padding-bottom:20px;
   border-bottom:1px solid #5f605f;
}
.footnav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align: center;
	font-size:0px;
}
.footnav ul li
{
	display:inline-block;
	font-size:15px;

}
.footnav ul li a
{
	display:block;
	color:#f7f7f7;
	font-size:15px;
	height:16px;
	line-height: 16px;
	padding-left:7px;
	padding-right:7px;
	box-sizing: border-box;
	border-right:1px solid #f7f7f7;
}
.footsec
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px 0;
}
.footsec ul
{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:0;
}
.footsec ul li
{
   box-sizing: border-box;
   width:50%;
   height:auto;
   overflow:hidden;
   display:inline-block;
}
.footsec ul li img
{
	width:100%;
	height:auto;
	display:block;
}
.footthi
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
}
.footthi p
{
	width:98%;
	margin:auto;
	overflow:hidden;
	color:#f7f7f7;
	text-align: center;
	font-size:12px;
	line-height:25px;
}
/**底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    background:#049e3b;
    z-index: 10;
}
#footnavgu ul li
{
    float:left;
    width:25%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:25%;
    padding-top:5px;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:white;
}
/**webchat**/
#wechat
{
	width:80%;
	height:auto;
	overflow:hidden;
	background:white;
	border-radius:10px;
	position: fixed;
	top:40%;
	margin-left:10%;
	z-index: 999;
	border:1px solid #ccc;
	opacity:0.9;
	display:none;

}
#wechat p.changan
{
	font-size:18px;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;

}
#wechat p.haoma
{
	color:red;
	background:yellow;
	height:35px;
	font-size:16px;
	line-height:35px;
	text-align: center;
	font-weight: bold;
}
#wechat a.openwechat
{
	display:block;
	width:100%;
	height:35px;
	text-align: center;
	color:red;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
	line-height:30px;
}
#wechat a.closewd
{
	display:block;
	width:100%;
	height:30px;
	text-align: center;
	color:#333;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;

}
/**首页**/
/**indfir**/
.indfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/indabubg.jpg') no-repeat;
	background-size:100%;
	background-color:#e2f6fe;
}
.indfir .indabuchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indfir .indabuentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;

}
.indfir .indabucontent
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:10px;
}
.indfir .indabucontent p
{
	text-align: justify;
	text-indent: 28px;
	font-size:14px;
	line-height:25px;
}
.indfir .indabumore
{
	width:180px;
	border:1px solid black;
	height:30px;
	line-height:30px;
	text-align: center;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
}
.indfir .indabumore a
{
	color:black;
}
.indfir .indvideo
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	box-sizing: border-box;
	margin-top:30px;
	margin-bottom:30px;
}
/**indsec**/
.indsec
{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#a0e8ff;
}
.indsec dl
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.indsec dl dt.indyschtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indsec dl dt.indysentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
}
.indsec dl dd
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ecfaff;
	border:1px solid black;
	box-sizing: border-box;
	margin-top:20px;
	margin-bottom:20px;

}
.indsec dl dd ul 
{
	display: flex;
}
.indsec dl dd ul li
{
	flex:1;
	border-right:1px solid black;
	box-sizing: border-box;
}
.indsec dl dd ul li div.indysxxpic
{
	width:100%;
	margin:auto;
	height:auto;
}
.indsec dl dd ul li div.indysxxpic img
{
	display:block;
	width:88%;
	margin:auto;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.indsec dl dd ul li div.indysxxt 
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.indsec dl dd ul li div.inysxxd
{
	width:80%;
	font-size:12px;
	height:auto;
	overflow:hidden;
	text-align: center;
	margin:auto;
	margin-top:5px;
	margin-bottom:15px;

}

/**indthi**/
.indthi
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/indhxjsbg.jpg') no-repeat;
	background-size:100%;
}
.indthi dl
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indthi dl dt.indthichit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indthi dl dt.indthient
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
	padding-bottom:10px;
}
.indthi dl dd 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indthi dl dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.indthi dl dd ul li
{
	width:20%;
	display:inline-block;
}
.indthi dl dd ul li div.indthixxpic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indthi dl dd ul li div.indthixxpic img
{
	width:80%;
	height:auto;
	display:block;
	margin:auto;
}
.indthi dl dd ul li div.indthixxt
{
	width:100%;
	font-size:12px;
	text-align: center;
	padding-top:5px;
	padding-bottom:10px;
}
/**indfou**/
.indfou
{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
}
.indfou img
{
	width:100%;
	height:auto;
	display:block;
}
.indfou div.indfouchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:60px;
	font-weight:bold;
	top:15px;
	position:absolute;
}
.indfou div.indfouentit
{
	width:80%;
	text-align: center;
	font-family:"Arial";
	font-size:12px;
	top:65px;
	left:10%;
	position:absolute;
}
/**indfif**/
.indfif
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/indcjbg.jpg') no-repeat;
	background-size:100%;
}
.indfif dl
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indfif dl dt.indfifchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:10px;
}
.indfif dl dt.indfifentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
	padding-bottom:5px;
}
.indfif dl dd 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfif dl dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.indfif dl dd ul li
{
	display:inline-block;
	width:25%;
}
.indfif dl dd ul li img
{
	width:100%;
	height:auto;
	display:block;
}
/**indsix**/
.indsix
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ededed;
}
.indsix dl
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indsix dl dt.indsixchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indsix dl dt.indsixentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
	padding-bottom:10px;
}
.indsix dl dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indsix dl dd ul li 
{
	display:inline-block;
	width:47%;
	margin-left:2%;
	background:white;
	margin-bottom:10px;
}
.indsix dl dd ul li a
{
	width:100%;
	height:auto;
	display:block;
}
.indsix dl dd ul li a img
{
	width:100%;
	height:auto;
	display:block;
}
.indsix dl dd ul li a p
{
	width:100%;
	height:30px;
	line-height:30px;
	color:white;
	background:#545454;
	font-size:16px;
	text-align: center;
}
.indsix dl dd div.more
{
	width:36%;
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	margin:auto;
	border:1px solid black;
	border-radius: 15px;
	margin-top:20px;
	margin-bottom:10px;
	color:black;
}
.indsix dl dd div.more a
{
	color:black;
}
/**indsev**/
.indsev
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsev dl
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indsev dl dt.indsevchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indsev dl dt.indseventit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
	padding-bottom:10px;
}
.indsev dl dd.indsevnav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsev dl dd.indsevnav ul 
{
	font-size:0;
	text-align:center;
}
.indsev dl dd.indsevnav ul li
{
	display:inline-block;
}
.indsev dl dd.indsevnav ul li a
{
	display:block;
	background:#ededed;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	color:black;
}
.indsev dl dd.indsevnav ul li a.hover
{
	background:#049e3b;
	color:white;
}
.indsev dl dd.indsevlist img
{
	width:100%;
	height:auto;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
}
.indsev dl dd.indsevlist ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify;
	font-size:14px;
}
.indsev dl dd.indsevlist ul li a
{
	color:#545454;
}
.indsev dl dd div.more
{
	width:36%;
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	margin:auto;
	border:1px solid black;
	border-radius: 15px;
	margin-top:20px;
	margin-bottom:10px;
	color:black;
}
.indsev dl dd div.more a
{
	color:black;
}
/**indeig**/
.indeig
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f6f6f6;
}
.indeig dl
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indeig dl dt.indeigchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indeig dl dt.indeigentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:15px;
	padding-bottom:10px;
}
.indeig dl dd 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indeig dl dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:0;
}
.indeig dl dd ul li
{
   display:inline-block;
   width:28%;
   margin-left:4%;
   margin-top:10px;
   margin-bottom:10px;
   box-sizing: border-box;
}
.indeig dl dd ul li img
{
	width:100%;
	height:auto;
	display:block;
	box-shadow: 0px 0px 5px #888888;
}
/**内页导航**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.insnav ul
{
	margin-top:20px;
	margin-bottom:20px;
}
.insnav ul li
{
	display:inline-block;
}
.insnav ul li a
{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background:#ececec;
	font-size:15px;
	color:#474747;
	margin-bottom:4px;
}
.insnav ul li a.on
{
	background:#282828;
	color:#ececec;
}
.inscontent
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: justify;
}
.inscontent img
{
	width:100%;
	height:auto;
}
/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist dl
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.insprolist dl ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;

}
.insprolist dl ul li 
{
    display:inline-block;
    width:47%;
    margin-left:2%;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align: top;
}
.insprolist dl ul li a
{
	display: block;
	width:100%;
	border:1px solid #ccc;
	box-sizing: border-box;
	padding-top:10px;
}
.insprolist dl ul li a p
{
	width:100%;
	background:#545454;
	margin:auto;
	margin-top:10px;
	font-size:14px;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2%;
	padding-right:2%;

}
.insprolist dl ul li a img
{
	width:100%;
	height:auto;
	display:block;
}
/**分页**/
  .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: 5px;
  padding: 5px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #049e3b;
  color: white;
}
.switch a.on {
  background: #049e3b;
  color: white;
}
/**内容页内容**/
.insxx
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insxx .insxxpic
{
	width:95%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.insxx .insxxpic img
{
	width:100%;
	height:auto;
	display:block;
}
.insxx .insxxtit
{
	width:95%;
	font-size:16px;
	margin:auto;
	font-weight: bold;
	text-align:center;
	margin-top:10px;
}
.insxx .insxxguige
{
	width:95%;
	font-size:16px;
	margin:auto;
	font-weight: bold;
	text-align:center;
	margin-bottom:10px;
}
.insxx .insxxtime
{
	width:95%;
	margin:auto;
	text-align:center;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	color:#999;
}
.insxx .insxxcontent
{
	width:95%;
	margin:auto;
	text-align: justify;
	margin-bottom:20px;

}
.insxx .insxxcontent table
{
	width:100%;
}
.insxx .insxxcontent img
{
	width:100%;
	height:auto;
}
/**news.php**/
.insnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist ul 
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.insnewslist ul li 
{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:justify;
}
.insnewslist ul li a
{
	color:#545454;
}
/**message.php**/
#insmessage
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
#insmessage dl 
{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#insmessage dl dd input.messagetext1
{
	width:100%;
	border:1px solid #049e3b;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;

}
#insmessage dl dd input.messagebtn
{
	width:100%;
	text-align: center;
	background:#049e3b;
	color:white;
	height:30px;
	border-radius: 5px;
	border:1px solid #049e3b;
	margin-top:5px;
}